diff --git a/.changes/2.1655.0.json b/.changes/2.1655.0.json new file mode 100644 index 0000000000..02b571ebef --- /dev/null +++ b/.changes/2.1655.0.json @@ -0,0 +1,17 @@ +[ + { + "type": "feature", + "category": "ECR", + "description": "This release for Amazon ECR makes change to bring the SDK into sync with the API." + }, + { + "type": "feature", + "category": "PaymentCryptographyData", + "description": "Added further restrictions on logging of potentially sensitive inputs and outputs." + }, + { + "type": "feature", + "category": "QBusiness", + "description": "Updates API to latest version." + } +] \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9206993ca4..22a1701118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog for AWS SDK for JavaScript - + +## 2.1655.0 +* feature: ECR: This release for Amazon ECR makes change to bring the SDK into sync with the API. +* feature: PaymentCryptographyData: Added further restrictions on logging of potentially sensitive inputs and outputs. +* feature: QBusiness: Updates API to latest version. + ## 2.1654.0 * feature: Organizations: Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service. * feature: Rekognition: This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs. diff --git a/README.md b/README.md index deca6caffa..e99215ea2f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/apis/acm-2015-12-08.min.json b/apis/acm-2015-12-08.min.json index ee1ed19092..aa6d2a3f92 100644 --- a/apis/acm-2015-12-08.min.json +++ b/apis/acm-2015-12-08.min.json @@ -13,7 +13,10 @@ "serviceId": "ACM", "signatureVersion": "v4", "targetPrefix": "CertificateManager", - "uid": "acm-2015-12-08" + "uid": "acm-2015-12-08", + "auth": [ + "aws.auth#sigv4" + ] }, "operations": { "AddTagsToCertificate": { diff --git a/apis/acm-2015-12-08.normal.json b/apis/acm-2015-12-08.normal.json index 1f1ef5ec38..674ef3fd63 100644 --- a/apis/acm-2015-12-08.normal.json +++ b/apis/acm-2015-12-08.normal.json @@ -13,7 +13,10 @@ "serviceId": "ACM", "signatureVersion": "v4", "targetPrefix": "CertificateManager", - "uid": "acm-2015-12-08" + "uid": "acm-2015-12-08", + "auth": [ + "aws.auth#sigv4" + ] }, "operations": { "AddTagsToCertificate": { @@ -170,7 +173,7 @@ "shape": "InvalidArnException" } ], - "documentation": "

Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs. All of the certificates are base64 encoded. You can use OpenSSL to decode the certificates and inspect individual fields.

" + "documentation": "

Retrieves a certificate and its certificate chain. The certificate may be either a public or private certificate issued using the ACM RequestCertificate action, or a certificate imported into ACM using the ImportCertificate action. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs. All of the certificates are base64 encoded. You can use OpenSSL to decode the certificates and inspect individual fields.

" }, "ImportCertificate": { "name": "ImportCertificate", @@ -207,7 +210,7 @@ "shape": "InvalidArnException" } ], - "documentation": "

Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the Certificate Manager User Guide.

ACM does not provide managed renewal for certificates that you import.

Note the following guidelines when importing third party certificates:

This operation returns the Amazon Resource Name (ARN) of the imported certificate.

" + "documentation": "

Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the Certificate Manager User Guide.

ACM does not provide managed renewal for certificates that you import.

Note the following guidelines when importing third party certificates:

This operation returns the Amazon Resource Name (ARN) of the imported certificate.

" }, "ListCertificates": { "name": "ListCertificates", @@ -229,7 +232,7 @@ "shape": "ValidationException" } ], - "documentation": "

Retrieves a list of certificate ARNs and domain names. You can request that only certificates that match a specific status be listed. You can also filter by specific attributes of the certificate. Default filtering returns only RSA_2048 certificates. For more information, see Filters.

" + "documentation": "

Retrieves a list of certificate ARNs and domain names. By default, the API returns RSA_2048 certificates. To return all certificates in the account, include the keyType filter with the values [RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1].

In addition to keyType, you can also filter by the CertificateStatuses, keyUsage, and extendedKeyUsage attributes on the certificate. For more information, see Filters.

" }, "ListTagsForCertificate": { "name": "ListTagsForCertificate", @@ -613,11 +616,11 @@ }, "SubjectAlternativeNameSummaries": { "shape": "DomainList", - "documentation": "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

When called by ListCertificates, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.

" + "documentation": "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

When called by ListCertificates, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.

" }, "HasAdditionalSubjectAlternativeNames": { "shape": "NullableBoolean", - "documentation": "

When called by ListCertificates, indicates whether the full list of subject alternative names has been included in the response. If false, the response includes all of the subject alternative names included in the certificate. If true, the response only includes the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.

", + "documentation": "

When called by ListCertificates, indicates whether the full list of subject alternative names has been included in the response. If false, the response includes all of the subject alternative names included in the certificate. If true, the response only includes the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.

", "box": true }, "Status": { @@ -777,7 +780,7 @@ }, "ValidationStatus": { "shape": "DomainStatus", - "documentation": "

The validation status of the domain name. This can be one of the following values:

" + "documentation": "

The validation status of the domain name. This can be one of the following values:

" }, "ResourceRecord": { "shape": "ResourceRecord", @@ -1343,7 +1346,7 @@ }, "KeyAlgorithm": { "shape": "KeyAlgorithm", - "documentation": "

Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate.

Default: RSA_2048

" + "documentation": "

Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some Amazon Web Services services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the Amazon Web Services service where you plan to deploy your certificate. For more information about selecting an algorithm, see Key algorithms.

Algorithms supported for an ACM certificate request include:

  • RSA_2048

  • EC_prime256v1

  • EC_secp384r1

Other listed algorithms are for imported certificates only.

When you request a private PKI certificate signed by a CA from Amazon Web Services Private CA, the specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key.

Default: RSA_2048

" } } }, diff --git a/apis/ecr-2015-09-21.min.json b/apis/ecr-2015-09-21.min.json index 8134346ffb..14ce83f58f 100644 --- a/apis/ecr-2015-09-21.min.json +++ b/apis/ecr-2015-09-21.min.json @@ -14,7 +14,10 @@ "signatureVersion": "v4", "signingName": "ecr", "targetPrefix": "AmazonEC2ContainerRegistry_V20150921", - "uid": "ecr-2015-09-21" + "uid": "ecr-2015-09-21", + "auth": [ + "aws.auth#sigv4" + ] }, "operations": { "BatchCheckLayerAvailability": { diff --git a/apis/ecr-2015-09-21.normal.json b/apis/ecr-2015-09-21.normal.json index 76fecb2921..b956567df5 100644 --- a/apis/ecr-2015-09-21.normal.json +++ b/apis/ecr-2015-09-21.normal.json @@ -14,7 +14,10 @@ "signatureVersion": "v4", "signingName": "ecr", "targetPrefix": "AmazonEC2ContainerRegistry_V20150921", - "uid": "ecr-2015-09-21" + "uid": "ecr-2015-09-21", + "auth": [ + "aws.auth#sigv4" + ] }, "operations": { "BatchCheckLayerAvailability": { @@ -3672,7 +3675,7 @@ "member": { "shape": "ReplicationDestination" }, - "max": 25, + "max": 100, "min": 0 }, "ReplicationError": { diff --git a/apis/payment-cryptography-data-2022-02-03.min.json b/apis/payment-cryptography-data-2022-02-03.min.json index 5e2946a8ae..67c912cdfb 100644 --- a/apis/payment-cryptography-data-2022-02-03.min.json +++ b/apis/payment-cryptography-data-2022-02-03.min.json @@ -56,7 +56,8 @@ "KeyArn": {}, "KeyCheckValue": {}, "PlainText": { - "shape": "S3" + "type": "string", + "sensitive": true } } } @@ -126,25 +127,25 @@ "type": "structure", "members": { "AmexCardSecurityCodeVersion1": { - "shape": "Sx" + "shape": "Sy" }, "AmexCardSecurityCodeVersion2": { - "shape": "Sz" + "shape": "S10" }, "CardVerificationValue1": { - "shape": "S11" + "shape": "S12" }, "CardVerificationValue2": { - "shape": "S12" + "shape": "S13" }, "CardHolderVerificationValue": { - "shape": "S13" + "shape": "S14" }, "DynamicCardVerificationCode": { - "shape": "S16" + "shape": "S17" }, "DynamicCardVerificationValue": { - "shape": "S18" + "shape": "S19" } }, "union": true @@ -164,7 +165,9 @@ "members": { "KeyArn": {}, "KeyCheckValue": {}, - "ValidationData": {} + "ValidationData": { + "shape": "S1c" + } } } }, @@ -183,10 +186,10 @@ "members": { "KeyIdentifier": {}, "MessageData": { - "shape": "S1d" + "shape": "S1e" }, "GenerationAttributes": { - "shape": "S1e" + "shape": "S1f" }, "MacLength": { "type": "integer" @@ -203,7 +206,10 @@ "members": { "KeyArn": {}, "KeyCheckValue": {}, - "Mac": {} + "Mac": { + "type": "string", + "sensitive": true + } } } }, @@ -245,7 +251,9 @@ "PinVerificationKeyIndex" ], "members": { - "EncryptedPinBlock": {}, + "EncryptedPinBlock": { + "shape": "S1v" + }, "PinVerificationKeyIndex": { "type": "integer" } @@ -260,10 +268,16 @@ "PinValidationData" ], "members": { - "EncryptedPinBlock": {}, - "DecimalizationTable": {}, + "EncryptedPinBlock": { + "shape": "S1v" + }, + "DecimalizationTable": { + "shape": "S1x" + }, "PinValidationDataPadCharacter": {}, - "PinValidationData": {} + "PinValidationData": { + "shape": "S1z" + } } }, "Ibm3624NaturalPin": { @@ -274,9 +288,13 @@ "PinValidationData" ], "members": { - "DecimalizationTable": {}, + "DecimalizationTable": { + "shape": "S1x" + }, "PinValidationDataPadCharacter": {}, - "PinValidationData": {} + "PinValidationData": { + "shape": "S1z" + } } }, "Ibm3624RandomPin": { @@ -287,9 +305,13 @@ "PinValidationData" ], "members": { - "DecimalizationTable": {}, + "DecimalizationTable": { + "shape": "S1x" + }, "PinValidationDataPadCharacter": {}, - "PinValidationData": {} + "PinValidationData": { + "shape": "S1z" + } } }, "Ibm3624PinFromOffset": { @@ -301,10 +323,16 @@ "PinOffset" ], "members": { - "DecimalizationTable": {}, + "DecimalizationTable": { + "shape": "S1x" + }, "PinValidationDataPadCharacter": {}, - "PinValidationData": {}, - "PinOffset": {} + "PinValidationData": { + "shape": "S1z" + }, + "PinOffset": { + "shape": "S23" + } } } }, @@ -334,12 +362,18 @@ "GenerationKeyCheckValue": {}, "EncryptionKeyArn": {}, "EncryptionKeyCheckValue": {}, - "EncryptedPinBlock": {}, + "EncryptedPinBlock": { + "shape": "S1v" + }, "PinData": { "type": "structure", "members": { - "PinOffset": {}, - "VerificationValue": {} + "PinOffset": { + "shape": "S23" + }, + "VerificationValue": { + "shape": "S28" + } }, "union": true } @@ -370,10 +404,10 @@ "shape": "S3" }, "IncomingEncryptionAttributes": { - "shape": "S27" + "shape": "S2a" }, "OutgoingEncryptionAttributes": { - "shape": "S27" + "shape": "S2a" }, "IncomingWrappedKey": { "shape": "Sl" @@ -417,20 +451,20 @@ "IncomingKeyIdentifier": {}, "OutgoingKeyIdentifier": {}, "IncomingTranslationAttributes": { - "shape": "S2a" + "shape": "S2d" }, "OutgoingTranslationAttributes": { - "shape": "S2a" + "shape": "S2d" }, "EncryptedPinBlock": { "type": "string", "sensitive": true }, "IncomingDukptAttributes": { - "shape": "S2e" + "shape": "S2h" }, "OutgoingDukptAttributes": { - "shape": "S2e" + "shape": "S2h" }, "IncomingWrappedKey": { "shape": "Sl" @@ -448,7 +482,9 @@ "KeyCheckValue" ], "members": { - "PinBlock": {}, + "PinBlock": { + "shape": "S1v" + }, "KeyArn": {}, "KeyCheckValue": {} } @@ -470,8 +506,14 @@ ], "members": { "KeyIdentifier": {}, - "TransactionData": {}, - "AuthRequestCryptogram": {}, + "TransactionData": { + "type": "string", + "sensitive": true + }, + "AuthRequestCryptogram": { + "type": "string", + "sensitive": true + }, "MajorKeyDerivationMode": {}, "SessionKeyDerivationAttributes": { "type": "structure", @@ -571,7 +613,10 @@ ], "members": { "CardStatusUpdate": {}, - "ProprietaryAuthenticationData": {} + "ProprietaryAuthenticationData": { + "type": "string", + "sensitive": true + } } } }, @@ -588,7 +633,10 @@ "members": { "KeyArn": {}, "KeyCheckValue": {}, - "AuthResponseValue": {} + "AuthResponseValue": { + "type": "string", + "sensitive": true + } } } }, @@ -614,25 +662,25 @@ "type": "structure", "members": { "AmexCardSecurityCodeVersion1": { - "shape": "Sx" + "shape": "Sy" }, "AmexCardSecurityCodeVersion2": { - "shape": "Sz" + "shape": "S10" }, "CardVerificationValue1": { - "shape": "S11" + "shape": "S12" }, "CardVerificationValue2": { - "shape": "S12" + "shape": "S13" }, "CardHolderVerificationValue": { - "shape": "S13" + "shape": "S14" }, "DynamicCardVerificationCode": { - "shape": "S16" + "shape": "S17" }, "DynamicCardVerificationValue": { - "shape": "S18" + "shape": "S19" }, "DiscoverDynamicCardVerificationCode": { "type": "structure", @@ -642,7 +690,9 @@ "ApplicationTransactionCounter" ], "members": { - "CardExpiryDate": {}, + "CardExpiryDate": { + "shape": "Sz" + }, "UnpredictableNumber": {}, "ApplicationTransactionCounter": {} } @@ -650,7 +700,9 @@ }, "union": true }, - "ValidationData": {} + "ValidationData": { + "shape": "S1c" + } } }, "output": { @@ -681,14 +733,14 @@ "members": { "KeyIdentifier": {}, "MessageData": { - "shape": "S1d" + "shape": "S1e" }, "Mac": { "type": "string", "sensitive": true }, "VerificationAttributes": { - "shape": "S1e" + "shape": "S1f" }, "MacLength": { "type": "integer" @@ -738,7 +790,9 @@ "PinVerificationKeyIndex": { "type": "integer" }, - "VerificationValue": {} + "VerificationValue": { + "shape": "S28" + } } }, "Ibm3624Pin": { @@ -750,16 +804,24 @@ "PinOffset" ], "members": { - "DecimalizationTable": {}, + "DecimalizationTable": { + "shape": "S1x" + }, "PinValidationDataPadCharacter": {}, - "PinValidationData": {}, - "PinOffset": {} + "PinValidationData": { + "shape": "S1z" + }, + "PinOffset": { + "shape": "S23" + } } } }, "union": true }, - "EncryptedPinBlock": {}, + "EncryptedPinBlock": { + "shape": "S1v" + }, "PrimaryAccountNumber": { "shape": "Sh" }, @@ -831,7 +893,10 @@ "shape": "Sh" }, "PanSequenceNumber": {}, - "SessionDerivationData": {}, + "SessionDerivationData": { + "type": "string", + "sensitive": true + }, "Mode": {}, "InitializationVector": { "shape": "S7" @@ -896,47 +961,67 @@ "KeyCheckValueAlgorithm": {} } }, - "Sx": { + "Sy": { "type": "structure", "required": [ "CardExpiryDate" ], "members": { - "CardExpiryDate": {} + "CardExpiryDate": { + "shape": "Sz" + } } }, "Sz": { + "type": "string", + "sensitive": true + }, + "S10": { "type": "structure", "required": [ "CardExpiryDate", "ServiceCode" ], "members": { - "CardExpiryDate": {}, - "ServiceCode": {} + "CardExpiryDate": { + "shape": "Sz" + }, + "ServiceCode": { + "shape": "S11" + } } }, "S11": { + "type": "string", + "sensitive": true + }, + "S12": { "type": "structure", "required": [ "CardExpiryDate", "ServiceCode" ], "members": { - "CardExpiryDate": {}, - "ServiceCode": {} + "CardExpiryDate": { + "shape": "Sz" + }, + "ServiceCode": { + "shape": "S11" + } } }, - "S12": { + "S13": { "type": "structure", "required": [ "CardExpiryDate" ], "members": { - "CardExpiryDate": {} + "CardExpiryDate": { + "shape": "Sz" + } } }, - "S13": { + "S14": { "type": "structure", "required": [ "UnpredictableNumber", @@ -949,7 +1034,7 @@ "ApplicationTransactionCounter": {} } }, - "S16": { + "S17": { "type": "structure", "required": [ "UnpredictableNumber", @@ -961,10 +1046,13 @@ "UnpredictableNumber": {}, "PanSequenceNumber": {}, "ApplicationTransactionCounter": {}, - "TrackData": {} + "TrackData": { + "type": "string", + "sensitive": true + } } }, - "S18": { + "S19": { "type": "structure", "required": [ "PanSequenceNumber", @@ -974,16 +1062,24 @@ ], "members": { "PanSequenceNumber": {}, - "CardExpiryDate": {}, - "ServiceCode": {}, + "CardExpiryDate": { + "shape": "Sz" + }, + "ServiceCode": { + "shape": "S11" + }, "ApplicationTransactionCounter": {} } }, - "S1d": { + "S1c": { "type": "string", "sensitive": true }, "S1e": { + "type": "string", + "sensitive": true + }, + "S1f": { "type": "structure", "members": { "Algorithm": {}, @@ -1006,7 +1102,10 @@ "SessionKeyDerivationValue": { "type": "structure", "members": { - "ApplicationCryptogram": {}, + "ApplicationCryptogram": { + "type": "string", + "sensitive": true + }, "ApplicationTransactionCounter": {} }, "union": true @@ -1014,18 +1113,18 @@ } }, "DukptIso9797Algorithm1": { - "shape": "S1k" + "shape": "S1m" }, "DukptIso9797Algorithm3": { - "shape": "S1k" + "shape": "S1m" }, "DukptCmac": { - "shape": "S1k" + "shape": "S1m" } }, "union": true }, - "S1k": { + "S1m": { "type": "structure", "required": [ "KeySerialNumber", @@ -1037,7 +1136,27 @@ "DukptDerivationType": {} } }, - "S27": { + "S1v": { + "type": "string", + "sensitive": true + }, + "S1x": { + "type": "string", + "sensitive": true + }, + "S1z": { + "type": "string", + "sensitive": true + }, + "S23": { + "type": "string", + "sensitive": true + }, + "S28": { + "type": "string", + "sensitive": true + }, + "S2a": { "type": "structure", "members": { "Symmetric": { @@ -1049,26 +1168,26 @@ }, "union": true }, - "S2a": { + "S2d": { "type": "structure", "members": { "IsoFormat0": { - "shape": "S2b" + "shape": "S2e" }, "IsoFormat1": { "type": "structure", "members": {} }, "IsoFormat3": { - "shape": "S2b" + "shape": "S2e" }, "IsoFormat4": { - "shape": "S2b" + "shape": "S2e" } }, "union": true }, - "S2b": { + "S2e": { "type": "structure", "required": [ "PrimaryAccountNumber" @@ -1079,7 +1198,7 @@ } } }, - "S2e": { + "S2h": { "type": "structure", "required": [ "KeySerialNumber" diff --git a/apis/payment-cryptography-data-2022-02-03.normal.json b/apis/payment-cryptography-data-2022-02-03.normal.json index c4ffb6ac22..1a1480beff 100644 --- a/apis/payment-cryptography-data-2022-02-03.normal.json +++ b/apis/payment-cryptography-data-2022-02-03.normal.json @@ -390,7 +390,7 @@ ], "members": { "CardExpiryDate": { - "shape": "NumberLengthEquals4", + "shape": "CardExpiryDateType", "documentation": "

The expiry date of a payment card.

" } }, @@ -404,16 +404,23 @@ ], "members": { "CardExpiryDate": { - "shape": "NumberLengthEquals4", + "shape": "CardExpiryDateType", "documentation": "

The expiry date of a payment card.

" }, "ServiceCode": { - "shape": "NumberLengthEquals3", + "shape": "ServiceCodeType", "documentation": "

The service code of the AMEX payment card. This is different from the Card Security Code (CSC).

" } }, "documentation": "

Card data parameters that are required to generate a Card Security Code (CSC2) for an AMEX payment card.

" }, + "ApplicationCryptogramType": { + "type": "string", + "max": 16, + "min": 16, + "pattern": "[0-9a-fA-F]+", + "sensitive": true + }, "AsymmetricEncryptionAttributes": { "type": "structure", "members": { @@ -424,6 +431,27 @@ }, "documentation": "

Parameters for plaintext encryption using asymmetric keys.

" }, + "AuthRequestCryptogramType": { + "type": "string", + "max": 16, + "min": 16, + "pattern": "[0-9a-fA-F]+", + "sensitive": true + }, + "AuthResponseValueType": { + "type": "string", + "max": 16, + "min": 1, + "pattern": "[0-9a-fA-F]+", + "sensitive": true + }, + "CardExpiryDateType": { + "type": "string", + "max": 4, + "min": 4, + "pattern": "[0-9]+", + "sensitive": true + }, "CardGenerationAttributes": { "type": "structure", "members": { @@ -527,11 +555,11 @@ ], "members": { "CardExpiryDate": { - "shape": "NumberLengthEquals4", + "shape": "CardExpiryDateType", "documentation": "

The expiry date of a payment card.

" }, "ServiceCode": { - "shape": "NumberLengthEquals3", + "shape": "ServiceCodeType", "documentation": "

The service code of the payment card. This is different from Card Security Code (CSC).

" } }, @@ -544,12 +572,19 @@ ], "members": { "CardExpiryDate": { - "shape": "NumberLengthEquals4", + "shape": "CardExpiryDateType", "documentation": "

The expiry date of a payment card.

" } }, "documentation": "

Card data parameters that are required to verify Card Verification Value (CVV2) for the payment card.

" }, + "CipherTextType": { + "type": "string", + "max": 4096, + "min": 16, + "pattern": "(?:[0-9a-fA-F][0-9a-fA-F])+", + "sensitive": true + }, "CryptogramAuthResponse": { "type": "structure", "members": { @@ -589,12 +624,19 @@ "documentation": "

The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.

" }, "ProprietaryAuthenticationData": { - "shape": "HexLengthBetween1And16", + "shape": "ProprietaryAuthenticationDataType", "documentation": "

The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.

" } }, "documentation": "

Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.

" }, + "DecimalizationTableType": { + "type": "string", + "max": 16, + "min": 16, + "pattern": "[0-9]+", + "sensitive": true + }, "DecryptDataInput": { "type": "structure", "required": [ @@ -610,7 +652,7 @@ "locationName": "KeyIdentifier" }, "CipherText": { - "shape": "HexEvenLengthBetween16And4096", + "shape": "CipherTextType", "documentation": "

The ciphertext to decrypt.

" }, "DecryptionAttributes": { @@ -640,7 +682,7 @@ "documentation": "

The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.

Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.

" }, "PlainText": { - "shape": "HexEvenLengthBetween16And4096", + "shape": "PlainTextOutputType", "documentation": "

The decrypted plaintext data in hexBinary format.

" } } @@ -654,7 +696,7 @@ ], "members": { "CardExpiryDate": { - "shape": "NumberLengthEquals4", + "shape": "CardExpiryDateType", "documentation": "

The expiry date of a payment card.

" }, "UnpredictableNumber": { @@ -740,7 +782,7 @@ "documentation": "

The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.

" }, "InitializationVector": { - "shape": "HexLength16Or32", + "shape": "InitializationVectorType", "documentation": "

An input used to provide the intial state. If no value is provided, Amazon Web Services Payment Cryptography defaults it to zero.

" } }, @@ -783,7 +825,7 @@ "documentation": "

The transaction counter value that comes from the terminal.

" }, "TrackData": { - "shape": "HexLengthBetween2And160", + "shape": "TrackDataType", "documentation": "

The data on the two tracks of magnetic cards used for financial transactions. This includes the cardholder name, PAN, expiration date, bank ID (BIN) and several other numbers the issuing bank uses to validate the data received.

" } }, @@ -803,11 +845,11 @@ "documentation": "

A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).

" }, "CardExpiryDate": { - "shape": "NumberLengthEquals4", + "shape": "CardExpiryDateType", "documentation": "

The expiry date of a payment card.

" }, "ServiceCode": { - "shape": "NumberLengthEquals3", + "shape": "ServiceCodeType", "documentation": "

The service code of the payment card. This is different from Card Security Code (CSC).

" }, "ApplicationTransactionCounter": { @@ -831,7 +873,7 @@ "documentation": "

The EMV derivation mode to use for ICC master key derivation as per EMV version 4.3 book 2.

" }, "PrimaryAccountNumber": { - "shape": "NumberLengthBetween12And19", + "shape": "PrimaryAccountNumberType", "documentation": "

The Primary Account Number (PAN), a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

" }, "PanSequenceNumber": { @@ -839,7 +881,7 @@ "documentation": "

A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).

" }, "SessionDerivationData": { - "shape": "HexLengthEquals16", + "shape": "SessionDerivationDataType", "documentation": "

The derivation value used to derive the ICC session key. It is typically the application transaction counter value padded with zeros or previous ARQC value padded with zeros as per EMV version 4.3 book 2.

" }, "Mode": { @@ -847,7 +889,7 @@ "documentation": "

The block cipher method to use for encryption.

" }, "InitializationVector": { - "shape": "HexLength16Or32", + "shape": "InitializationVectorType", "documentation": "

An input used to provide the intial state. If no value is provided, Amazon Web Services Payment Cryptography defaults it to zero.

" } }, @@ -882,7 +924,7 @@ "locationName": "KeyIdentifier" }, "PlainText": { - "shape": "HexEvenLengthBetween16And4064", + "shape": "PlainTextType", "documentation": "

The plaintext to be encrypted.

For encryption using asymmetric keys, plaintext data length is constrained by encryption key strength that you define in KeyAlgorithm and padding type that you define in AsymmetricEncryptionAttributes. For more information, see Encrypt data in the Amazon Web Services Payment Cryptography User Guide.

" }, "EncryptionAttributes": { @@ -911,11 +953,18 @@ "documentation": "

The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.

Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.

" }, "CipherText": { - "shape": "HexEvenLengthBetween16And4096", + "shape": "CipherTextType", "documentation": "

The encrypted ciphertext.

" } } }, + "EncryptedPinBlockType": { + "type": "string", + "max": 32, + "min": 16, + "pattern": "[0-9a-fA-F]+", + "sensitive": true + }, "EncryptionDecryptionAttributes": { "type": "structure", "members": { @@ -963,7 +1012,7 @@ "documentation": "

The keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to generate card data.

" }, "PrimaryAccountNumber": { - "shape": "NumberLengthBetween12And19", + "shape": "PrimaryAccountNumberType", "documentation": "

The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder.

" }, "GenerationAttributes": { @@ -993,7 +1042,7 @@ "documentation": "

The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.

Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.

" }, "ValidationData": { - "shape": "NumberLengthBetween3And5", + "shape": "ValidationDataType", "documentation": "

The CVV or CSC value that Amazon Web Services Payment Cryptography generates for the card.

" } } @@ -1011,7 +1060,7 @@ "documentation": "

The keyARN of the MAC generation encryption key.

" }, "MessageData": { - "shape": "HexEvenLengthBetween2And4096", + "shape": "MessageDataType", "documentation": "

The data for which a MAC is under generation. This value must be hexBinary.

" }, "GenerationAttributes": { @@ -1041,7 +1090,7 @@ "documentation": "

The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.

Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.

" }, "Mac": { - "shape": "HexLengthBetween4And128", + "shape": "MacOutputType", "documentation": "

The MAC cryptogram generated within Amazon Web Services Payment Cryptography.

" } } @@ -1073,7 +1122,7 @@ "documentation": "

The length of PIN under generation.

" }, "PrimaryAccountNumber": { - "shape": "NumberLengthBetween12And19", + "shape": "PrimaryAccountNumberType", "documentation": "

The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder.

" }, "PinBlockFormat": { @@ -1110,7 +1159,7 @@ "documentation": "

The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.

Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.

" }, "EncryptedPinBlock": { - "shape": "HexLengthBetween16And32", + "shape": "EncryptedPinBlockType", "documentation": "

The PIN block encrypted under PEK from Amazon Web Services Payment Cryptography. The encrypted PIN block is a composite of PAN (Primary Account Number) and PIN (Personal Identification Number), generated in accordance with ISO 9564 standard.

" }, "PinData": { @@ -1126,71 +1175,12 @@ "pattern": "(?:[0-9a-fA-F][0-9a-fA-F])+", "sensitive": true }, - "HexEvenLengthBetween16And4064": { - "type": "string", - "max": 4064, - "min": 16, - "pattern": "(?:[0-9a-fA-F][0-9a-fA-F])+", - "sensitive": true - }, - "HexEvenLengthBetween16And4096": { - "type": "string", - "max": 4096, - "min": 16, - "pattern": "(?:[0-9a-fA-F][0-9a-fA-F])+", - "sensitive": true - }, - "HexEvenLengthBetween2And4096": { - "type": "string", - "max": 4096, - "min": 2, - "pattern": "(?:[0-9a-fA-F][0-9a-fA-F])+", - "sensitive": true - }, - "HexEvenLengthBetween4And128": { - "type": "string", - "max": 128, - "min": 4, - "pattern": "(?:[0-9a-fA-F][0-9a-fA-F])+", - "sensitive": true - }, - "HexLength16Or32": { - "type": "string", - "max": 32, - "min": 16, - "pattern": "(?:[0-9a-fA-F]{16}|[0-9a-fA-F]{32})", - "sensitive": true - }, "HexLengthBetween10And24": { "type": "string", "max": 24, "min": 10, "pattern": "[0-9a-fA-F]+" }, - "HexLengthBetween16And32": { - "type": "string", - "max": 32, - "min": 16, - "pattern": "[0-9a-fA-F]+" - }, - "HexLengthBetween1And16": { - "type": "string", - "max": 16, - "min": 1, - "pattern": "[0-9a-fA-F]+" - }, - "HexLengthBetween2And1024": { - "type": "string", - "max": 1024, - "min": 2, - "pattern": "[0-9a-fA-F]+" - }, - "HexLengthBetween2And160": { - "type": "string", - "max": 160, - "min": 2, - "pattern": "[0-9a-fA-F]+" - }, "HexLengthBetween2And4": { "type": "string", "max": 4, @@ -1203,24 +1193,12 @@ "min": 2, "pattern": "[0-9a-fA-F]+" }, - "HexLengthBetween4And128": { - "type": "string", - "max": 128, - "min": 4, - "pattern": "[0-9a-fA-F]+" - }, "HexLengthEquals1": { "type": "string", "max": 1, "min": 1, "pattern": "[0-9A-F]+" }, - "HexLengthEquals16": { - "type": "string", - "max": 16, - "min": 16, - "pattern": "[0-9a-fA-F]+" - }, "HexLengthEquals4": { "type": "string", "max": 4, @@ -1242,7 +1220,7 @@ ], "members": { "DecimalizationTable": { - "shape": "NumberLengthEquals16", + "shape": "DecimalizationTableType", "documentation": "

The decimalization table to use for IBM 3624 PIN algorithm. The table is used to convert the algorithm intermediate result from hexadecimal characters to decimal.

" }, "PinValidationDataPadCharacter": { @@ -1250,7 +1228,7 @@ "documentation": "

The padding character for validation data.

" }, "PinValidationData": { - "shape": "NumberLengthBetween4And16", + "shape": "PinValidationDataType", "documentation": "

The unique data for cardholder identification.

" } }, @@ -1266,7 +1244,7 @@ ], "members": { "DecimalizationTable": { - "shape": "NumberLengthEquals16", + "shape": "DecimalizationTableType", "documentation": "

The decimalization table to use for IBM 3624 PIN algorithm. The table is used to convert the algorithm intermediate result from hexadecimal characters to decimal.

" }, "PinValidationDataPadCharacter": { @@ -1274,11 +1252,11 @@ "documentation": "

The padding character for validation data.

" }, "PinValidationData": { - "shape": "NumberLengthBetween4And16", + "shape": "PinValidationDataType", "documentation": "

The unique data for cardholder identification.

" }, "PinOffset": { - "shape": "NumberLengthBetween4And12", + "shape": "PinOffsetType", "documentation": "

The PIN offset value.

" } }, @@ -1294,11 +1272,11 @@ ], "members": { "EncryptedPinBlock": { - "shape": "HexLengthBetween16And32", + "shape": "EncryptedPinBlockType", "documentation": "

The encrypted PIN block data. According to ISO 9564 standard, a PIN Block is an encoded representation of a payment card Personal Account Number (PAN) and the cardholder Personal Identification Number (PIN).

" }, "DecimalizationTable": { - "shape": "NumberLengthEquals16", + "shape": "DecimalizationTableType", "documentation": "

The decimalization table to use for IBM 3624 PIN algorithm. The table is used to convert the algorithm intermediate result from hexadecimal characters to decimal.

" }, "PinValidationDataPadCharacter": { @@ -1306,7 +1284,7 @@ "documentation": "

The padding character for validation data.

" }, "PinValidationData": { - "shape": "NumberLengthBetween4And16", + "shape": "PinValidationDataType", "documentation": "

The unique data for cardholder identification.

" } }, @@ -1322,7 +1300,7 @@ ], "members": { "DecimalizationTable": { - "shape": "NumberLengthEquals16", + "shape": "DecimalizationTableType", "documentation": "

The decimalization table to use for IBM 3624 PIN algorithm. The table is used to convert the algorithm intermediate result from hexadecimal characters to decimal.

" }, "PinValidationDataPadCharacter": { @@ -1330,11 +1308,11 @@ "documentation": "

The padding character for validation data.

" }, "PinValidationData": { - "shape": "NumberLengthBetween4And16", + "shape": "PinValidationDataType", "documentation": "

The unique data for cardholder identification.

" }, "PinOffset": { - "shape": "NumberLengthBetween4And12", + "shape": "PinOffsetType", "documentation": "

The PIN offset value.

" } }, @@ -1349,7 +1327,7 @@ ], "members": { "DecimalizationTable": { - "shape": "NumberLengthEquals16", + "shape": "DecimalizationTableType", "documentation": "

The decimalization table to use for IBM 3624 PIN algorithm. The table is used to convert the algorithm intermediate result from hexadecimal characters to decimal.

" }, "PinValidationDataPadCharacter": { @@ -1357,12 +1335,19 @@ "documentation": "

The padding character for validation data.

" }, "PinValidationData": { - "shape": "NumberLengthBetween4And16", + "shape": "PinValidationDataType", "documentation": "

The unique data for cardholder identification.

" } }, "documentation": "

Parameters that are required to generate or verify Ibm3624 random PIN.

" }, + "InitializationVectorType": { + "type": "string", + "max": 32, + "min": 16, + "pattern": "(?:[0-9a-fA-F]{16}|[0-9a-fA-F]{32})", + "sensitive": true + }, "IntegerRangeBetween0And6": { "type": "integer", "box": true, @@ -1461,7 +1446,7 @@ "documentation": "

The method to use when deriving the master key for EMV MAC generation or verification.

" }, "PrimaryAccountNumber": { - "shape": "NumberLengthBetween12And19", + "shape": "PrimaryAccountNumberType", "documentation": "

The Primary Account Number (PAN), a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

" }, "PanSequenceNumber": { @@ -1506,43 +1491,33 @@ "documentation": "

Parameters that are required for DUKPT, HMAC, or EMV MAC generation or verification.

", "union": true }, - "MajorKeyDerivationMode": { + "MacOutputType": { "type": "string", - "enum": [ - "EMV_OPTION_A", - "EMV_OPTION_B" - ] - }, - "NumberLengthBetween12And19": { - "type": "string", - "max": 19, - "min": 12, - "pattern": "[0-9]+", + "max": 128, + "min": 4, + "pattern": "[0-9a-fA-F]+", "sensitive": true }, - "NumberLengthBetween3And5": { - "type": "string", - "max": 5, - "min": 3, - "pattern": "[0-9]+" - }, - "NumberLengthBetween4And12": { + "MacType": { "type": "string", - "max": 12, + "max": 128, "min": 4, - "pattern": "[0-9]+" + "pattern": "(?:[0-9a-fA-F][0-9a-fA-F])+", + "sensitive": true }, - "NumberLengthBetween4And16": { + "MajorKeyDerivationMode": { "type": "string", - "max": 16, - "min": 4, - "pattern": "[0-9]+" + "enum": [ + "EMV_OPTION_A", + "EMV_OPTION_B" + ] }, - "NumberLengthEquals16": { + "MessageDataType": { "type": "string", - "max": 16, - "min": 16, - "pattern": "[0-9]+" + "max": 4096, + "min": 2, + "pattern": "(?:[0-9a-fA-F][0-9a-fA-F])+", + "sensitive": true }, "NumberLengthEquals2": { "type": "string", @@ -1550,18 +1525,6 @@ "min": 2, "pattern": "[0-9]+" }, - "NumberLengthEquals3": { - "type": "string", - "max": 3, - "min": 3, - "pattern": "[0-9]+" - }, - "NumberLengthEquals4": { - "type": "string", - "max": 4, - "min": 4, - "pattern": "[0-9]+" - }, "PaddingType": { "type": "string", "enum": [ @@ -1582,11 +1545,11 @@ "type": "structure", "members": { "PinOffset": { - "shape": "NumberLengthBetween4And12", + "shape": "PinOffsetType", "documentation": "

The PIN offset value.

" }, "VerificationValue": { - "shape": "NumberLengthBetween4And12", + "shape": "VerificationValueType", "documentation": "

The unique data to identify a cardholder. In most cases, this is the same as cardholder's Primary Account Number (PAN). If a value is not provided, it defaults to PAN.

" } }, @@ -1624,6 +1587,20 @@ "documentation": "

Parameters that are required for PIN data generation.

", "union": true }, + "PinOffsetType": { + "type": "string", + "max": 12, + "min": 4, + "pattern": "[0-9]+", + "sensitive": true + }, + "PinValidationDataType": { + "type": "string", + "max": 16, + "min": 4, + "pattern": "[0-9]+", + "sensitive": true + }, "PinVerificationAttributes": { "type": "structure", "members": { @@ -1639,6 +1616,34 @@ "documentation": "

Parameters that are required for PIN data verification.

", "union": true }, + "PlainTextOutputType": { + "type": "string", + "max": 4096, + "min": 16, + "pattern": "(?:[0-9a-fA-F][0-9a-fA-F])+", + "sensitive": true + }, + "PlainTextType": { + "type": "string", + "max": 4064, + "min": 16, + "pattern": "(?:[0-9a-fA-F][0-9a-fA-F])+", + "sensitive": true + }, + "PrimaryAccountNumberType": { + "type": "string", + "max": 19, + "min": 12, + "pattern": "[0-9]+", + "sensitive": true + }, + "ProprietaryAuthenticationDataType": { + "type": "string", + "max": 16, + "min": 1, + "pattern": "[0-9a-fA-F]+", + "sensitive": true + }, "ReEncryptDataInput": { "type": "structure", "required": [ @@ -1660,7 +1665,7 @@ "documentation": "

The keyARN of the encryption key of outgoing ciphertext data after encryption by Amazon Web Services Payment Cryptography.

" }, "CipherText": { - "shape": "HexEvenLengthBetween16And4096", + "shape": "CipherTextType", "documentation": "

Ciphertext to be encrypted. The minimum allowed length is 16 bytes and maximum allowed length is 4096 bytes.

" }, "IncomingEncryptionAttributes": { @@ -1698,7 +1703,7 @@ "documentation": "

The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.

Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.

" }, "CipherText": { - "shape": "HexEvenLengthBetween16And4096", + "shape": "CipherTextType", "documentation": "

The encrypted ciphertext.

" } } @@ -1717,6 +1722,20 @@ "documentation": "

Parameters that are required to perform reencryption operation.

", "union": true }, + "ServiceCodeType": { + "type": "string", + "max": 3, + "min": 3, + "pattern": "[0-9]+", + "sensitive": true + }, + "SessionDerivationDataType": { + "type": "string", + "max": 16, + "min": 16, + "pattern": "[0-9a-fA-F]+", + "sensitive": true + }, "SessionKeyAmex": { "type": "structure", "required": [ @@ -1725,7 +1744,7 @@ ], "members": { "PrimaryAccountNumber": { - "shape": "NumberLengthBetween12And19", + "shape": "PrimaryAccountNumberType", "documentation": "

The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

" }, "PanSequenceNumber": { @@ -1776,7 +1795,7 @@ "type": "structure", "members": { "ApplicationCryptogram": { - "shape": "HexLengthEquals16", + "shape": "ApplicationCryptogramType", "documentation": "

The cryptogram provided by the terminal during transaction processing.

" }, "ApplicationTransactionCounter": { @@ -1796,7 +1815,7 @@ ], "members": { "PrimaryAccountNumber": { - "shape": "NumberLengthBetween12And19", + "shape": "PrimaryAccountNumberType", "documentation": "

The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

" }, "PanSequenceNumber": { @@ -1819,7 +1838,7 @@ ], "members": { "PrimaryAccountNumber": { - "shape": "NumberLengthBetween12And19", + "shape": "PrimaryAccountNumberType", "documentation": "

The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

" }, "PanSequenceNumber": { @@ -1843,7 +1862,7 @@ ], "members": { "PrimaryAccountNumber": { - "shape": "NumberLengthBetween12And19", + "shape": "PrimaryAccountNumberType", "documentation": "

The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

" }, "PanSequenceNumber": { @@ -1869,7 +1888,7 @@ ], "members": { "PrimaryAccountNumber": { - "shape": "NumberLengthBetween12And19", + "shape": "PrimaryAccountNumberType", "documentation": "

The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

" }, "PanSequenceNumber": { @@ -1890,7 +1909,7 @@ "documentation": "

The block cipher method to use for encryption.

" }, "InitializationVector": { - "shape": "HexLength16Or32", + "shape": "InitializationVectorType", "documentation": "

An input used to provide the intial state. If no value is provided, Amazon Web Services Payment Cryptography defaults it to zero.

" }, "PaddingType": { @@ -1907,6 +1926,20 @@ "pattern": "[0-9A-Z]+", "sensitive": true }, + "TrackDataType": { + "type": "string", + "max": 160, + "min": 2, + "pattern": "[0-9a-fA-F]+", + "sensitive": true + }, + "TransactionDataType": { + "type": "string", + "max": 1024, + "min": 2, + "pattern": "[0-9a-fA-F]+", + "sensitive": true + }, "TranslatePinDataInput": { "type": "structure", "required": [ @@ -1964,7 +1997,7 @@ ], "members": { "PinBlock": { - "shape": "HexLengthBetween16And32", + "shape": "EncryptedPinBlockType", "documentation": "

The outgoing encrypted PIN block data after translation.

" }, "KeyArn": { @@ -2007,7 +2040,7 @@ ], "members": { "PrimaryAccountNumber": { - "shape": "NumberLengthBetween12And19", + "shape": "PrimaryAccountNumberType", "documentation": "

The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

" } }, @@ -2018,6 +2051,20 @@ "members": {}, "documentation": "

Parameters that are required for ISO9564 PIN format 1 tranlation.

" }, + "ValidationDataType": { + "type": "string", + "max": 5, + "min": 3, + "pattern": "[0-9]+", + "sensitive": true + }, + "VerificationValueType": { + "type": "string", + "max": 12, + "min": 4, + "pattern": "[0-9]+", + "sensitive": true + }, "VerifyAuthRequestCryptogramInput": { "type": "structure", "required": [ @@ -2033,11 +2080,11 @@ "documentation": "

The keyARN of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.

" }, "TransactionData": { - "shape": "HexLengthBetween2And1024", + "shape": "TransactionDataType", "documentation": "

The transaction data that Amazon Web Services Payment Cryptography uses for ARQC verification. The same transaction is used for ARQC generation outside of Amazon Web Services Payment Cryptography.

" }, "AuthRequestCryptogram": { - "shape": "HexLengthEquals16", + "shape": "AuthRequestCryptogramType", "documentation": "

The auth request cryptogram imported into Amazon Web Services Payment Cryptography for ARQC verification using a major encryption key and transaction data.

" }, "MajorKeyDerivationMode": { @@ -2070,7 +2117,7 @@ "documentation": "

The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.

Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.

" }, "AuthResponseValue": { - "shape": "HexLengthBetween1And16", + "shape": "AuthResponseValueType", "documentation": "

The result for ARQC verification or ARPC generation within Amazon Web Services Payment Cryptography.

" } } @@ -2089,7 +2136,7 @@ "documentation": "

The keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to verify card data.

" }, "PrimaryAccountNumber": { - "shape": "NumberLengthBetween12And19", + "shape": "PrimaryAccountNumberType", "documentation": "

The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder.

" }, "VerificationAttributes": { @@ -2097,7 +2144,7 @@ "documentation": "

The algorithm to use for verification of card data within Amazon Web Services Payment Cryptography.

" }, "ValidationData": { - "shape": "NumberLengthBetween3And5", + "shape": "ValidationDataType", "documentation": "

The CVV or CSC value for use for card data verification within Amazon Web Services Payment Cryptography.

" } } @@ -2133,11 +2180,11 @@ "documentation": "

The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses to verify MAC data.

" }, "MessageData": { - "shape": "HexEvenLengthBetween2And4096", + "shape": "MessageDataType", "documentation": "

The data on for which MAC is under verification. This value must be hexBinary.

" }, "Mac": { - "shape": "HexEvenLengthBetween4And128", + "shape": "MacType", "documentation": "

The MAC being verified.

" }, "VerificationAttributes": { @@ -2191,11 +2238,11 @@ "documentation": "

The attributes and values for PIN data verification.

" }, "EncryptedPinBlock": { - "shape": "HexLengthBetween16And32", + "shape": "EncryptedPinBlockType", "documentation": "

The encrypted PIN block data that Amazon Web Services Payment Cryptography verifies.

" }, "PrimaryAccountNumber": { - "shape": "NumberLengthBetween12And19", + "shape": "PrimaryAccountNumberType", "documentation": "

The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder.

" }, "PinBlockFormat": { @@ -2264,7 +2311,7 @@ "documentation": "

The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).

" }, "VerificationValue": { - "shape": "NumberLengthBetween4And12", + "shape": "VerificationValueType", "documentation": "

Parameters that are required to generate or verify Visa PVV (PIN Verification Value).

" } }, @@ -2278,7 +2325,7 @@ ], "members": { "EncryptedPinBlock": { - "shape": "HexLengthBetween16And32", + "shape": "EncryptedPinBlockType", "documentation": "

The encrypted PIN block data to verify.

" }, "PinVerificationKeyIndex": { diff --git a/apis/qbusiness-2023-11-27.min.json b/apis/qbusiness-2023-11-27.min.json index c8ad5aa4bf..8976f9c969 100644 --- a/apis/qbusiness-2023-11-27.min.json +++ b/apis/qbusiness-2023-11-27.min.json @@ -326,6 +326,9 @@ }, "qAppsConfiguration": { "shape": "S38" + }, + "personalizationConfiguration": { + "shape": "S3a" } } }, @@ -362,10 +365,10 @@ }, "displayName": {}, "configuration": { - "shape": "S3e" + "shape": "S3g" }, "vpcConfiguration": { - "shape": "S3f" + "shape": "S3h" }, "description": {}, "tags": { @@ -413,7 +416,7 @@ "shape": "S32" }, "capacityConfiguration": { - "shape": "S3q" + "shape": "S3s" }, "clientToken": { "idempotencyToken": true @@ -449,11 +452,11 @@ "displayName": {}, "type": {}, "authConfiguration": { - "shape": "S3w" + "shape": "S3y" }, "serverUrl": {}, "customPluginConfiguration": { - "shape": "S41" + "shape": "S43" }, "tags": { "shape": "S32" @@ -494,7 +497,7 @@ "type": {}, "displayName": {}, "configuration": { - "shape": "S4c" + "shape": "S4e" }, "roleArn": {}, "clientToken": { @@ -533,7 +536,7 @@ "userAliases": { "type": "list", "member": { - "shape": "S4w" + "shape": "S4y" } }, "clientToken": { @@ -929,6 +932,9 @@ }, "qAppsConfiguration": { "shape": "S38" + }, + "personalizationConfiguration": { + "shape": "S3a" } } } @@ -968,13 +974,13 @@ "type": "structure", "members": { "blockedPhrases": { - "shape": "S61" + "shape": "S63" }, "systemMessageOverride": {} } }, "topicConfigurations": { - "shape": "S64" + "shape": "S66" }, "creatorModeConfiguration": { "type": "structure", @@ -1027,10 +1033,10 @@ "displayName": {}, "type": {}, "configuration": { - "shape": "S3e" + "shape": "S3g" }, "vpcConfiguration": { - "shape": "S3f" + "shape": "S3h" }, "createdAt": { "type": "timestamp" @@ -1087,12 +1093,12 @@ "type": "structure", "members": { "status": { - "shape": "S6r" + "shape": "S6t" }, "statusHistory": { "type": "list", "member": { - "shape": "S6r" + "shape": "S6t" } } } @@ -1138,10 +1144,10 @@ "type": "timestamp" }, "capacityConfiguration": { - "shape": "S3q" + "shape": "S3s" }, "documentAttributeConfigurations": { - "shape": "S6x" + "shape": "S6z" }, "error": { "shape": "Sb" @@ -1197,10 +1203,10 @@ "type": {}, "serverUrl": {}, "authConfiguration": { - "shape": "S3w" + "shape": "S3y" }, "customPluginConfiguration": { - "shape": "S41" + "shape": "S43" }, "buildStatus": {}, "pluginArn": {}, @@ -1247,7 +1253,7 @@ "status": {}, "displayName": {}, "configuration": { - "shape": "S4c" + "shape": "S4e" }, "roleArn": {}, "createdAt": { @@ -1286,7 +1292,7 @@ "type": "structure", "members": { "userAliases": { - "shape": "S7e" + "shape": "S7g" } } } @@ -1334,7 +1340,7 @@ "samplePromptsControlMode": {}, "roleArn": {}, "authenticationConfiguration": { - "shape": "S7i", + "shape": "S7k", "deprecated": true, "deprecatedMessage": "Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management." }, @@ -2270,6 +2276,9 @@ }, "qAppsConfiguration": { "shape": "S38" + }, + "personalizationConfiguration": { + "shape": "S3a" } } }, @@ -2303,19 +2312,19 @@ "type": "structure", "members": { "blockedPhrasesToCreateOrUpdate": { - "shape": "S61" + "shape": "S63" }, "blockedPhrasesToDelete": { - "shape": "S61" + "shape": "S63" }, "systemMessageOverride": {} } }, "topicConfigurationsToCreateOrUpdate": { - "shape": "S64" + "shape": "S66" }, "topicConfigurationsToDelete": { - "shape": "S64" + "shape": "S66" }, "creatorModeConfiguration": { "type": "structure", @@ -2362,10 +2371,10 @@ }, "displayName": {}, "configuration": { - "shape": "S3e" + "shape": "S3g" }, "vpcConfiguration": { - "shape": "S3f" + "shape": "S3h" }, "description": {}, "syncSchedule": {}, @@ -2405,10 +2414,10 @@ "displayName": {}, "description": {}, "capacityConfiguration": { - "shape": "S3q" + "shape": "S3s" }, "documentAttributeConfigurations": { - "shape": "S6x" + "shape": "S6z" } } }, @@ -2443,10 +2452,10 @@ "state": {}, "serverUrl": {}, "customPluginConfiguration": { - "shape": "S41" + "shape": "S43" }, "authConfiguration": { - "shape": "S3w" + "shape": "S3y" } } }, @@ -2478,7 +2487,7 @@ "locationName": "retrieverId" }, "configuration": { - "shape": "S4c" + "shape": "S4e" }, "displayName": {}, "roleArn": {} @@ -2512,10 +2521,10 @@ "locationName": "userId" }, "userAliasesToUpdate": { - "shape": "S7e" + "shape": "S7g" }, "userAliasesToDelete": { - "shape": "S7e" + "shape": "S7g" } } }, @@ -2523,13 +2532,13 @@ "type": "structure", "members": { "userAliasesAdded": { - "shape": "S7e" + "shape": "S7g" }, "userAliasesUpdated": { - "shape": "S7e" + "shape": "S7g" }, "userAliasesDeleted": { - "shape": "S7e" + "shape": "S7g" } } }, @@ -2558,7 +2567,7 @@ }, "roleArn": {}, "authenticationConfiguration": { - "shape": "S7i", + "shape": "S7k", "deprecated": true, "deprecatedMessage": "Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management." }, @@ -2910,12 +2919,21 @@ "qAppsControlMode": {} } }, - "S3e": { + "S3a": { + "type": "structure", + "required": [ + "personalizationControlMode" + ], + "members": { + "personalizationControlMode": {} + } + }, + "S3g": { "type": "structure", "members": {}, "document": true }, - "S3f": { + "S3h": { "type": "structure", "required": [ "subnetIds", @@ -2932,7 +2950,7 @@ } } }, - "S3q": { + "S3s": { "type": "structure", "members": { "units": { @@ -2940,7 +2958,7 @@ } } }, - "S3w": { + "S3y": { "type": "structure", "members": { "basicAuthConfiguration": { @@ -2972,7 +2990,7 @@ }, "union": true }, - "S41": { + "S43": { "type": "structure", "required": [ "description", @@ -2997,7 +3015,7 @@ } } }, - "S4c": { + "S4e": { "type": "structure", "members": { "nativeIndexConfiguration": { @@ -3076,7 +3094,7 @@ }, "union": true }, - "S4w": { + "S4y": { "type": "structure", "required": [ "userId" @@ -3087,11 +3105,11 @@ "userId": {} } }, - "S61": { + "S63": { "type": "list", "member": {} }, - "S64": { + "S66": { "type": "list", "member": { "type": "structure", @@ -3115,10 +3133,10 @@ ], "members": { "includedUsersAndGroups": { - "shape": "S6c" + "shape": "S6e" }, "excludedUsersAndGroups": { - "shape": "S6c" + "shape": "S6e" }, "ruleType": {}, "ruleConfiguration": { @@ -3154,7 +3172,7 @@ } } }, - "S6c": { + "S6e": { "type": "structure", "members": { "userIds": { @@ -3166,7 +3184,7 @@ } } }, - "S6r": { + "S6t": { "type": "structure", "members": { "status": {}, @@ -3178,7 +3196,7 @@ } } }, - "S6x": { + "S6z": { "type": "list", "member": { "type": "structure", @@ -3189,13 +3207,13 @@ } } }, - "S7e": { + "S7g": { "type": "list", "member": { - "shape": "S4w" + "shape": "S4y" } }, - "S7i": { + "S7k": { "type": "structure", "members": { "samlConfiguration": { diff --git a/apis/qbusiness-2023-11-27.normal.json b/apis/qbusiness-2023-11-27.normal.json index a7ea8889cf..84c67c700c 100644 --- a/apis/qbusiness-2023-11-27.normal.json +++ b/apis/qbusiness-2023-11-27.normal.json @@ -2850,6 +2850,10 @@ "qAppsConfiguration": { "shape": "QAppsConfiguration", "documentation": "

An option to allow end users to create and use Amazon Q Apps in the web experience.

" + }, + "personalizationConfiguration": { + "shape": "PersonalizationConfiguration", + "documentation": "

Configuration information about chat response personalization. For more information, see Personalizing chat responses

" } } }, @@ -4235,6 +4239,10 @@ "qAppsConfiguration": { "shape": "QAppsConfiguration", "documentation": "

Settings for whether end users can create and use Amazon Q Apps in the web experience.

" + }, + "personalizationConfiguration": { + "shape": "PersonalizationConfiguration", + "documentation": "

Configuration information about chat response personalization. For more information, see Personalizing chat responses.

" } } }, @@ -5895,6 +5903,26 @@ "type": "string", "sensitive": true }, + "PersonalizationConfiguration": { + "type": "structure", + "required": [ + "personalizationControlMode" + ], + "members": { + "personalizationControlMode": { + "shape": "PersonalizationControlMode", + "documentation": "

An option to allow Amazon Q Business to customize chat responses using user specific metadata—specifically, location and job information—in your IAM Identity Center instance.

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

Configuration information about chat response personalization. For more information, see Personalizing chat responses.

" + }, + "PersonalizationControlMode": { + "type": "string", + "enum": [ + "ENABLED", + "DISABLED" + ] + }, "Plugin": { "type": "structure", "members": { @@ -6861,6 +6889,10 @@ "qAppsConfiguration": { "shape": "QAppsConfiguration", "documentation": "

An option to allow end users to create and use Amazon Q Apps in the web experience.

" + }, + "personalizationConfiguration": { + "shape": "PersonalizationConfiguration", + "documentation": "

Configuration information about chat response personalization. For more information, see Personalizing chat responses.

" } } }, @@ -7346,5 +7378,5 @@ } } }, - "documentation": "

This is the Amazon Q Business API Reference. Amazon Q Business is a fully managed, generative-AI powered enterprise chat assistant that you can deploy within your organization. Amazon Q Business enhances employee productivity by supporting key tasks such as question-answering, knowledge discovery, writing email messages, summarizing text, drafting document outlines, and brainstorming ideas. Users ask questions of Amazon Q Business and get answers that are presented in a conversational manner. For an introduction to the service, see the Amazon Q Business User Guide .

For an overview of the Amazon Q Business APIs, see Overview of Amazon Q Business API operations.

For information about the IAM access control permissions you need to use this API, see IAM roles for Amazon Q Business in the Amazon Q Business User Guide.

You can use the following AWS SDKs to access Amazon Q Business APIs:

The following resources provide additional information about using the Amazon Q Business API:

" + "documentation": "

This is the Amazon Q Business API Reference. Amazon Q Business is a fully managed, generative-AI powered enterprise chat assistant that you can deploy within your organization. Amazon Q Business enhances employee productivity by supporting key tasks such as question-answering, knowledge discovery, writing email messages, summarizing text, drafting document outlines, and brainstorming ideas. Users ask questions of Amazon Q Business and get answers that are presented in a conversational manner. For an introduction to the service, see the Amazon Q Business User Guide .

For an overview of the Amazon Q Business APIs, see Overview of Amazon Q Business API operations.

For information about the IAM access control permissions you need to use this API, see IAM roles for Amazon Q Business in the Amazon Q Business User Guide.

The following resources provide additional information about using the Amazon Q Business API:

" } \ No newline at end of file diff --git a/clients/acm.d.ts b/clients/acm.d.ts index f928160afd..634541d1fe 100644 --- a/clients/acm.d.ts +++ b/clients/acm.d.ts @@ -49,27 +49,27 @@ declare class ACM extends Service { */ getAccountConfiguration(callback?: (err: AWSError, data: ACM.Types.GetAccountConfigurationResponse) => void): Request; /** - * Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs. All of the certificates are base64 encoded. You can use OpenSSL to decode the certificates and inspect individual fields. + * Retrieves a certificate and its certificate chain. The certificate may be either a public or private certificate issued using the ACM RequestCertificate action, or a certificate imported into ACM using the ImportCertificate action. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs. All of the certificates are base64 encoded. You can use OpenSSL to decode the certificates and inspect individual fields. */ getCertificate(params: ACM.Types.GetCertificateRequest, callback?: (err: AWSError, data: ACM.Types.GetCertificateResponse) => void): Request; /** - * Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs. All of the certificates are base64 encoded. You can use OpenSSL to decode the certificates and inspect individual fields. + * Retrieves a certificate and its certificate chain. The certificate may be either a public or private certificate issued using the ACM RequestCertificate action, or a certificate imported into ACM using the ImportCertificate action. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs. All of the certificates are base64 encoded. You can use OpenSSL to decode the certificates and inspect individual fields. */ getCertificate(callback?: (err: AWSError, data: ACM.Types.GetCertificateResponse) => void): Request; /** - * Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the Certificate Manager User Guide. ACM does not provide managed renewal for certificates that you import. Note the following guidelines when importing third party certificates: You must enter the private key that matches the certificate you are importing. The private key must be unencrypted. You cannot import a private key that is protected by a password or a passphrase. The private key must be no larger than 5 KB (5,120 bytes). If the certificate you are importing is not self-signed, you must enter its certificate chain. If a certificate chain is included, the issuer must be the subject of one of the certificates in the chain. The certificate, private key, and certificate chain must be PEM-encoded. The current time must be between the Not Before and Not After certificate fields. The Issuer field must not be empty. The OCSP authority URL, if present, must not exceed 1000 characters. To import a new certificate, omit the CertificateArn argument. Include this argument only when you want to replace a previously imported certificate. When you import a certificate by using the CLI, you must specify the certificate, the certificate chain, and the private key by their file names preceded by fileb://. For example, you can specify a certificate saved in the C:\temp folder as fileb://C:\temp\certificate_to_import.pem. If you are making an HTTP or HTTPS Query request, include these arguments as BLOBs. When you import a certificate by using an SDK, you must specify the certificate, the certificate chain, and the private key files in the manner required by the programming language you're using. The cryptographic algorithm of an imported certificate must match the algorithm of the signing CA. For example, if the signing CA key type is RSA, then the certificate key type must also be RSA. This operation returns the Amazon Resource Name (ARN) of the imported certificate. + * Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the Certificate Manager User Guide. ACM does not provide managed renewal for certificates that you import. Note the following guidelines when importing third party certificates: You must enter the private key that matches the certificate you are importing. The private key must be unencrypted. You cannot import a private key that is protected by a password or a passphrase. The private key must be no larger than 5 KB (5,120 bytes). The certificate, private key, and certificate chain must be PEM-encoded. The current time must be between the Not Before and Not After certificate fields. The Issuer field must not be empty. The OCSP authority URL, if present, must not exceed 1000 characters. To import a new certificate, omit the CertificateArn argument. Include this argument only when you want to replace a previously imported certificate. When you import a certificate by using the CLI, you must specify the certificate, the certificate chain, and the private key by their file names preceded by fileb://. For example, you can specify a certificate saved in the C:\temp folder as fileb://C:\temp\certificate_to_import.pem. If you are making an HTTP or HTTPS Query request, include these arguments as BLOBs. When you import a certificate by using an SDK, you must specify the certificate, the certificate chain, and the private key files in the manner required by the programming language you're using. The cryptographic algorithm of an imported certificate must match the algorithm of the signing CA. For example, if the signing CA key type is RSA, then the certificate key type must also be RSA. This operation returns the Amazon Resource Name (ARN) of the imported certificate. */ importCertificate(params: ACM.Types.ImportCertificateRequest, callback?: (err: AWSError, data: ACM.Types.ImportCertificateResponse) => void): Request; /** - * Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the Certificate Manager User Guide. ACM does not provide managed renewal for certificates that you import. Note the following guidelines when importing third party certificates: You must enter the private key that matches the certificate you are importing. The private key must be unencrypted. You cannot import a private key that is protected by a password or a passphrase. The private key must be no larger than 5 KB (5,120 bytes). If the certificate you are importing is not self-signed, you must enter its certificate chain. If a certificate chain is included, the issuer must be the subject of one of the certificates in the chain. The certificate, private key, and certificate chain must be PEM-encoded. The current time must be between the Not Before and Not After certificate fields. The Issuer field must not be empty. The OCSP authority URL, if present, must not exceed 1000 characters. To import a new certificate, omit the CertificateArn argument. Include this argument only when you want to replace a previously imported certificate. When you import a certificate by using the CLI, you must specify the certificate, the certificate chain, and the private key by their file names preceded by fileb://. For example, you can specify a certificate saved in the C:\temp folder as fileb://C:\temp\certificate_to_import.pem. If you are making an HTTP or HTTPS Query request, include these arguments as BLOBs. When you import a certificate by using an SDK, you must specify the certificate, the certificate chain, and the private key files in the manner required by the programming language you're using. The cryptographic algorithm of an imported certificate must match the algorithm of the signing CA. For example, if the signing CA key type is RSA, then the certificate key type must also be RSA. This operation returns the Amazon Resource Name (ARN) of the imported certificate. + * Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the Certificate Manager User Guide. ACM does not provide managed renewal for certificates that you import. Note the following guidelines when importing third party certificates: You must enter the private key that matches the certificate you are importing. The private key must be unencrypted. You cannot import a private key that is protected by a password or a passphrase. The private key must be no larger than 5 KB (5,120 bytes). The certificate, private key, and certificate chain must be PEM-encoded. The current time must be between the Not Before and Not After certificate fields. The Issuer field must not be empty. The OCSP authority URL, if present, must not exceed 1000 characters. To import a new certificate, omit the CertificateArn argument. Include this argument only when you want to replace a previously imported certificate. When you import a certificate by using the CLI, you must specify the certificate, the certificate chain, and the private key by their file names preceded by fileb://. For example, you can specify a certificate saved in the C:\temp folder as fileb://C:\temp\certificate_to_import.pem. If you are making an HTTP or HTTPS Query request, include these arguments as BLOBs. When you import a certificate by using an SDK, you must specify the certificate, the certificate chain, and the private key files in the manner required by the programming language you're using. The cryptographic algorithm of an imported certificate must match the algorithm of the signing CA. For example, if the signing CA key type is RSA, then the certificate key type must also be RSA. This operation returns the Amazon Resource Name (ARN) of the imported certificate. */ importCertificate(callback?: (err: AWSError, data: ACM.Types.ImportCertificateResponse) => void): Request; /** - * Retrieves a list of certificate ARNs and domain names. You can request that only certificates that match a specific status be listed. You can also filter by specific attributes of the certificate. Default filtering returns only RSA_2048 certificates. For more information, see Filters. + * Retrieves a list of certificate ARNs and domain names. By default, the API returns RSA_2048 certificates. To return all certificates in the account, include the keyType filter with the values [RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1]. In addition to keyType, you can also filter by the CertificateStatuses, keyUsage, and extendedKeyUsage attributes on the certificate. For more information, see Filters. */ listCertificates(params: ACM.Types.ListCertificatesRequest, callback?: (err: AWSError, data: ACM.Types.ListCertificatesResponse) => void): Request; /** - * Retrieves a list of certificate ARNs and domain names. You can request that only certificates that match a specific status be listed. You can also filter by specific attributes of the certificate. Default filtering returns only RSA_2048 certificates. For more information, see Filters. + * Retrieves a list of certificate ARNs and domain names. By default, the API returns RSA_2048 certificates. To return all certificates in the account, include the keyType filter with the values [RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1]. In addition to keyType, you can also filter by the CertificateStatuses, keyUsage, and extendedKeyUsage attributes on the certificate. For more information, see Filters. */ listCertificates(callback?: (err: AWSError, data: ACM.Types.ListCertificatesResponse) => void): Request; /** @@ -379,7 +379,7 @@ declare namespace ACM { */ ValidationDomain?: DomainNameString; /** - * The validation status of the domain name. This can be one of the following values: PENDING_VALIDATION SUCCESS FAILED + * The validation status of the domain name. This can be one of the following values: PENDING_VALIDATION SUCCESS FAILED */ ValidationStatus?: DomainStatus; /** @@ -663,7 +663,7 @@ declare namespace ACM { */ Tags?: TagList; /** - * Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. Default: RSA_2048 + * Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some Amazon Web Services services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the Amazon Web Services service where you plan to deploy your certificate. For more information about selecting an algorithm, see Key algorithms. Algorithms supported for an ACM certificate request include: RSA_2048 EC_prime256v1 EC_secp384r1 Other listed algorithms are for imported certificates only. When you request a private PKI certificate signed by a CA from Amazon Web Services Private CA, the specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key. Default: RSA_2048 */ KeyAlgorithm?: KeyAlgorithm; } diff --git a/clients/paymentcryptographydata.d.ts b/clients/paymentcryptographydata.d.ts index e5155ebd74..566f554459 100644 --- a/clients/paymentcryptographydata.d.ts +++ b/clients/paymentcryptographydata.d.ts @@ -105,24 +105,28 @@ declare namespace PaymentCryptographyData { /** * The expiry date of a payment card. */ - CardExpiryDate: NumberLengthEquals4; + CardExpiryDate: CardExpiryDateType; } export interface AmexCardSecurityCodeVersion2 { /** * The expiry date of a payment card. */ - CardExpiryDate: NumberLengthEquals4; + CardExpiryDate: CardExpiryDateType; /** * The service code of the AMEX payment card. This is different from the Card Security Code (CSC). */ - ServiceCode: NumberLengthEquals3; + ServiceCode: ServiceCodeType; } + export type ApplicationCryptogramType = string; export interface AsymmetricEncryptionAttributes { /** * The padding to be included with the data. */ PaddingType?: PaddingType; } + export type AuthRequestCryptogramType = string; + export type AuthResponseValueType = string; + export type CardExpiryDateType = string; export interface CardGenerationAttributes { AmexCardSecurityCodeVersion1?: AmexCardSecurityCodeVersion1; /** @@ -199,18 +203,19 @@ declare namespace PaymentCryptographyData { /** * The expiry date of a payment card. */ - CardExpiryDate: NumberLengthEquals4; + CardExpiryDate: CardExpiryDateType; /** * The service code of the payment card. This is different from Card Security Code (CSC). */ - ServiceCode: NumberLengthEquals3; + ServiceCode: ServiceCodeType; } export interface CardVerificationValue2 { /** * The expiry date of a payment card. */ - CardExpiryDate: NumberLengthEquals4; + CardExpiryDate: CardExpiryDateType; } + export type CipherTextType = string; export interface CryptogramAuthResponse { /** * Parameters that are required for ARPC response generation using method1 after ARQC verification is successful. @@ -235,8 +240,9 @@ declare namespace PaymentCryptographyData { /** * The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card. */ - ProprietaryAuthenticationData?: HexLengthBetween1And16; + ProprietaryAuthenticationData?: ProprietaryAuthenticationDataType; } + export type DecimalizationTableType = string; export interface DecryptDataInput { /** * The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext decryption. When a WrappedKeyBlock is provided, this value will be the identifier to the key wrapping key. Otherwise, it is the key identifier used to perform the operation. @@ -245,7 +251,7 @@ declare namespace PaymentCryptographyData { /** * The ciphertext to decrypt. */ - CipherText: HexEvenLengthBetween16And4096; + CipherText: CipherTextType; /** * The encryption key type and attributes for ciphertext decryption. */ @@ -267,13 +273,13 @@ declare namespace PaymentCryptographyData { /** * The decrypted plaintext data in hexBinary format. */ - PlainText: HexEvenLengthBetween16And4096; + PlainText: PlainTextOutputType; } export interface DiscoverDynamicCardVerificationCode { /** * The expiry date of a payment card. */ - CardExpiryDate: NumberLengthEquals4; + CardExpiryDate: CardExpiryDateType; /** * A random number that is generated by the issuer. */ @@ -328,7 +334,7 @@ declare namespace PaymentCryptographyData { /** * An input used to provide the intial state. If no value is provided, Amazon Web Services Payment Cryptography defaults it to zero. */ - InitializationVector?: HexLength16Or32; + InitializationVector?: InitializationVectorType; } export type DukptEncryptionMode = "ECB"|"CBC"|string; export type DukptKeyVariant = "BIDIRECTIONAL"|"REQUEST"|"RESPONSE"|string; @@ -348,7 +354,7 @@ declare namespace PaymentCryptographyData { /** * The data on the two tracks of magnetic cards used for financial transactions. This includes the cardholder name, PAN, expiration date, bank ID (BIN) and several other numbers the issuing bank uses to validate the data received. */ - TrackData: HexLengthBetween2And160; + TrackData: TrackDataType; } export interface DynamicCardVerificationValue { /** @@ -358,11 +364,11 @@ declare namespace PaymentCryptographyData { /** * The expiry date of a payment card. */ - CardExpiryDate: NumberLengthEquals4; + CardExpiryDate: CardExpiryDateType; /** * The service code of the payment card. This is different from Card Security Code (CSC). */ - ServiceCode: NumberLengthEquals3; + ServiceCode: ServiceCodeType; /** * The transaction counter value that comes from the terminal. */ @@ -376,7 +382,7 @@ declare namespace PaymentCryptographyData { /** * The Primary Account Number (PAN), a unique identifier for a payment credit or debit card and associates the card to a specific account holder. */ - PrimaryAccountNumber: NumberLengthBetween12And19; + PrimaryAccountNumber: PrimaryAccountNumberType; /** * A number that identifies and differentiates payment cards with the same Primary Account Number (PAN). */ @@ -384,7 +390,7 @@ declare namespace PaymentCryptographyData { /** * The derivation value used to derive the ICC session key. It is typically the application transaction counter value padded with zeros or previous ARQC value padded with zeros as per EMV version 4.3 book 2. */ - SessionDerivationData: HexLengthEquals16; + SessionDerivationData: SessionDerivationDataType; /** * The block cipher method to use for encryption. */ @@ -392,7 +398,7 @@ declare namespace PaymentCryptographyData { /** * An input used to provide the intial state. If no value is provided, Amazon Web Services Payment Cryptography defaults it to zero. */ - InitializationVector?: HexLength16Or32; + InitializationVector?: InitializationVectorType; } export type EmvEncryptionMode = "ECB"|"CBC"|string; export type EmvMajorKeyDerivationMode = "EMV_OPTION_A"|"EMV_OPTION_B"|string; @@ -404,7 +410,7 @@ declare namespace PaymentCryptographyData { /** * The plaintext to be encrypted. For encryption using asymmetric keys, plaintext data length is constrained by encryption key strength that you define in KeyAlgorithm and padding type that you define in AsymmetricEncryptionAttributes. For more information, see Encrypt data in the Amazon Web Services Payment Cryptography User Guide. */ - PlainText: HexEvenLengthBetween16And4064; + PlainText: PlainTextType; /** * The encryption key type and attributes for plaintext encryption. */ @@ -426,8 +432,9 @@ declare namespace PaymentCryptographyData { /** * The encrypted ciphertext. */ - CipherText: HexEvenLengthBetween16And4096; + CipherText: CipherTextType; } + export type EncryptedPinBlockType = string; export interface EncryptionDecryptionAttributes { /** * Parameters that are required to perform encryption and decryption using symmetric keys. @@ -449,7 +456,7 @@ declare namespace PaymentCryptographyData { /** * The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder. */ - PrimaryAccountNumber: NumberLengthBetween12And19; + PrimaryAccountNumber: PrimaryAccountNumberType; /** * The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography. */ @@ -471,7 +478,7 @@ declare namespace PaymentCryptographyData { /** * The CVV or CSC value that Amazon Web Services Payment Cryptography generates for the card. */ - ValidationData: NumberLengthBetween3And5; + ValidationData: ValidationDataType; } export interface GenerateMacInput { /** @@ -481,7 +488,7 @@ declare namespace PaymentCryptographyData { /** * The data for which a MAC is under generation. This value must be hexBinary. */ - MessageData: HexEvenLengthBetween2And4096; + MessageData: MessageDataType; /** * The attributes and data values to use for MAC generation within Amazon Web Services Payment Cryptography. */ @@ -503,7 +510,7 @@ declare namespace PaymentCryptographyData { /** * The MAC cryptogram generated within Amazon Web Services Payment Cryptography. */ - Mac: HexLengthBetween4And128; + Mac: MacOutputType; } export interface GeneratePinDataInput { /** @@ -525,7 +532,7 @@ declare namespace PaymentCryptographyData { /** * The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder. */ - PrimaryAccountNumber: NumberLengthBetween12And19; + PrimaryAccountNumber: PrimaryAccountNumberType; /** * The PIN encoding format for pin data generation as specified in ISO 9564. Amazon Web Services Payment Cryptography supports ISO_Format_0 and ISO_Format_3. The ISO_Format_0 PIN block format is equivalent to the ANSI X9.8, VISA-1, and ECI-1 PIN block formats. It is similar to a VISA-4 PIN block format. It supports a PIN from 4 to 12 digits in length. The ISO_Format_3 PIN block format is the same as ISO_Format_0 except that the fill digits are random values from 10 to 15. */ @@ -551,35 +558,24 @@ declare namespace PaymentCryptographyData { /** * The PIN block encrypted under PEK from Amazon Web Services Payment Cryptography. The encrypted PIN block is a composite of PAN (Primary Account Number) and PIN (Personal Identification Number), generated in accordance with ISO 9564 standard. */ - EncryptedPinBlock: HexLengthBetween16And32; + EncryptedPinBlock: EncryptedPinBlockType; /** * The attributes and values Amazon Web Services Payment Cryptography uses for pin data generation. */ PinData: PinData; } export type HexEvenLengthBetween16And32 = string; - export type HexEvenLengthBetween16And4064 = string; - export type HexEvenLengthBetween16And4096 = string; - export type HexEvenLengthBetween2And4096 = string; - export type HexEvenLengthBetween4And128 = string; - export type HexLength16Or32 = string; export type HexLengthBetween10And24 = string; - export type HexLengthBetween16And32 = string; - export type HexLengthBetween1And16 = string; - export type HexLengthBetween2And1024 = string; - export type HexLengthBetween2And160 = string; export type HexLengthBetween2And4 = string; export type HexLengthBetween2And8 = string; - export type HexLengthBetween4And128 = string; export type HexLengthEquals1 = string; - export type HexLengthEquals16 = string; export type HexLengthEquals4 = string; export type HexLengthEquals8 = string; export interface Ibm3624NaturalPin { /** * The decimalization table to use for IBM 3624 PIN algorithm. The table is used to convert the algorithm intermediate result from hexadecimal characters to decimal. */ - DecimalizationTable: NumberLengthEquals16; + DecimalizationTable: DecimalizationTableType; /** * The padding character for validation data. */ @@ -587,13 +583,13 @@ declare namespace PaymentCryptographyData { /** * The unique data for cardholder identification. */ - PinValidationData: NumberLengthBetween4And16; + PinValidationData: PinValidationDataType; } export interface Ibm3624PinFromOffset { /** * The decimalization table to use for IBM 3624 PIN algorithm. The table is used to convert the algorithm intermediate result from hexadecimal characters to decimal. */ - DecimalizationTable: NumberLengthEquals16; + DecimalizationTable: DecimalizationTableType; /** * The padding character for validation data. */ @@ -601,21 +597,21 @@ declare namespace PaymentCryptographyData { /** * The unique data for cardholder identification. */ - PinValidationData: NumberLengthBetween4And16; + PinValidationData: PinValidationDataType; /** * The PIN offset value. */ - PinOffset: NumberLengthBetween4And12; + PinOffset: PinOffsetType; } export interface Ibm3624PinOffset { /** * The encrypted PIN block data. According to ISO 9564 standard, a PIN Block is an encoded representation of a payment card Personal Account Number (PAN) and the cardholder Personal Identification Number (PIN). */ - EncryptedPinBlock: HexLengthBetween16And32; + EncryptedPinBlock: EncryptedPinBlockType; /** * The decimalization table to use for IBM 3624 PIN algorithm. The table is used to convert the algorithm intermediate result from hexadecimal characters to decimal. */ - DecimalizationTable: NumberLengthEquals16; + DecimalizationTable: DecimalizationTableType; /** * The padding character for validation data. */ @@ -623,13 +619,13 @@ declare namespace PaymentCryptographyData { /** * The unique data for cardholder identification. */ - PinValidationData: NumberLengthBetween4And16; + PinValidationData: PinValidationDataType; } export interface Ibm3624PinVerification { /** * The decimalization table to use for IBM 3624 PIN algorithm. The table is used to convert the algorithm intermediate result from hexadecimal characters to decimal. */ - DecimalizationTable: NumberLengthEquals16; + DecimalizationTable: DecimalizationTableType; /** * The padding character for validation data. */ @@ -637,17 +633,17 @@ declare namespace PaymentCryptographyData { /** * The unique data for cardholder identification. */ - PinValidationData: NumberLengthBetween4And16; + PinValidationData: PinValidationDataType; /** * The PIN offset value. */ - PinOffset: NumberLengthBetween4And12; + PinOffset: PinOffsetType; } export interface Ibm3624RandomPin { /** * The decimalization table to use for IBM 3624 PIN algorithm. The table is used to convert the algorithm intermediate result from hexadecimal characters to decimal. */ - DecimalizationTable: NumberLengthEquals16; + DecimalizationTable: DecimalizationTableType; /** * The padding character for validation data. */ @@ -655,8 +651,9 @@ declare namespace PaymentCryptographyData { /** * The unique data for cardholder identification. */ - PinValidationData: NumberLengthBetween4And16; + PinValidationData: PinValidationDataType; } + export type InitializationVectorType = string; export type IntegerRangeBetween0And6 = number; export type IntegerRangeBetween3And5Type = number; export type IntegerRangeBetween4And12 = number; @@ -688,7 +685,7 @@ declare namespace PaymentCryptographyData { /** * The Primary Account Number (PAN), a unique identifier for a payment credit or debit card and associates the card to a specific account holder. */ - PrimaryAccountNumber: NumberLengthBetween12And19; + PrimaryAccountNumber: PrimaryAccountNumberType; /** * A number that identifies and differentiates payment cards with the same Primary Account Number (PAN). */ @@ -724,26 +721,22 @@ declare namespace PaymentCryptographyData { */ DukptCmac?: MacAlgorithmDukpt; } + export type MacOutputType = string; + export type MacType = string; export type MajorKeyDerivationMode = "EMV_OPTION_A"|"EMV_OPTION_B"|string; - export type NumberLengthBetween12And19 = string; - export type NumberLengthBetween3And5 = string; - export type NumberLengthBetween4And12 = string; - export type NumberLengthBetween4And16 = string; - export type NumberLengthEquals16 = string; + export type MessageDataType = string; export type NumberLengthEquals2 = string; - export type NumberLengthEquals3 = string; - export type NumberLengthEquals4 = string; export type PaddingType = "PKCS1"|"OAEP_SHA1"|"OAEP_SHA256"|"OAEP_SHA512"|string; export type PinBlockFormatForPinData = "ISO_FORMAT_0"|"ISO_FORMAT_3"|string; export interface PinData { /** * The PIN offset value. */ - PinOffset?: NumberLengthBetween4And12; + PinOffset?: PinOffsetType; /** * The unique data to identify a cardholder. In most cases, this is the same as cardholder's Primary Account Number (PAN). If a value is not provided, it defaults to PAN. */ - VerificationValue?: NumberLengthBetween4And12; + VerificationValue?: VerificationValueType; } export interface PinGenerationAttributes { /** @@ -771,6 +764,8 @@ declare namespace PaymentCryptographyData { */ Ibm3624PinFromOffset?: Ibm3624PinFromOffset; } + export type PinOffsetType = string; + export type PinValidationDataType = string; export interface PinVerificationAttributes { /** * Parameters that are required to generate or verify Visa PIN. @@ -781,6 +776,10 @@ declare namespace PaymentCryptographyData { */ Ibm3624Pin?: Ibm3624PinVerification; } + export type PlainTextOutputType = string; + export type PlainTextType = string; + export type PrimaryAccountNumberType = string; + export type ProprietaryAuthenticationDataType = string; export interface ReEncryptDataInput { /** * The keyARN of the encryption key of incoming ciphertext data. When a WrappedKeyBlock is provided, this value will be the identifier to the key wrapping key. Otherwise, it is the key identifier used to perform the operation. @@ -793,7 +792,7 @@ declare namespace PaymentCryptographyData { /** * Ciphertext to be encrypted. The minimum allowed length is 16 bytes and maximum allowed length is 4096 bytes. */ - CipherText: HexEvenLengthBetween16And4096; + CipherText: CipherTextType; /** * The attributes and values for incoming ciphertext. */ @@ -823,7 +822,7 @@ declare namespace PaymentCryptographyData { /** * The encrypted ciphertext. */ - CipherText: HexEvenLengthBetween16And4096; + CipherText: CipherTextType; } export interface ReEncryptionAttributes { /** @@ -832,11 +831,13 @@ declare namespace PaymentCryptographyData { Symmetric?: SymmetricEncryptionAttributes; Dukpt?: DukptEncryptionAttributes; } + export type ServiceCodeType = string; + export type SessionDerivationDataType = string; export interface SessionKeyAmex { /** * The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder. */ - PrimaryAccountNumber: NumberLengthBetween12And19; + PrimaryAccountNumber: PrimaryAccountNumberType; /** * A number that identifies and differentiates payment cards with the same Primary Account Number (PAN). */ @@ -869,7 +870,7 @@ declare namespace PaymentCryptographyData { /** * The cryptogram provided by the terminal during transaction processing. */ - ApplicationCryptogram?: HexLengthEquals16; + ApplicationCryptogram?: ApplicationCryptogramType; /** * The transaction counter that is provided by the terminal during transaction processing. */ @@ -879,7 +880,7 @@ declare namespace PaymentCryptographyData { /** * The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder. */ - PrimaryAccountNumber: NumberLengthBetween12And19; + PrimaryAccountNumber: PrimaryAccountNumberType; /** * A number that identifies and differentiates payment cards with the same Primary Account Number (PAN). */ @@ -893,7 +894,7 @@ declare namespace PaymentCryptographyData { /** * The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder. */ - PrimaryAccountNumber: NumberLengthBetween12And19; + PrimaryAccountNumber: PrimaryAccountNumberType; /** * A number that identifies and differentiates payment cards with the same Primary Account Number (PAN). */ @@ -907,7 +908,7 @@ declare namespace PaymentCryptographyData { /** * The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder. */ - PrimaryAccountNumber: NumberLengthBetween12And19; + PrimaryAccountNumber: PrimaryAccountNumberType; /** * A number that identifies and differentiates payment cards with the same Primary Account Number (PAN). */ @@ -925,7 +926,7 @@ declare namespace PaymentCryptographyData { /** * The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder. */ - PrimaryAccountNumber: NumberLengthBetween12And19; + PrimaryAccountNumber: PrimaryAccountNumberType; /** * A number that identifies and differentiates payment cards with the same Primary Account Number (PAN). */ @@ -939,13 +940,15 @@ declare namespace PaymentCryptographyData { /** * An input used to provide the intial state. If no value is provided, Amazon Web Services Payment Cryptography defaults it to zero. */ - InitializationVector?: HexLength16Or32; + InitializationVector?: InitializationVectorType; /** * The padding to be included with the data. */ PaddingType?: PaddingType; } export type Tr31WrappedKeyBlock = string; + export type TrackDataType = string; + export type TransactionDataType = string; export interface TranslatePinDataInput { /** * The keyARN of the encryption key under which incoming PIN block data is encrypted. This key type can be PEK or BDK. When a WrappedKeyBlock is provided, this value will be the identifier to the key wrapping key for PIN block. Otherwise, it is the key identifier used to perform the operation. @@ -988,7 +991,7 @@ declare namespace PaymentCryptographyData { /** * The outgoing encrypted PIN block data after translation. */ - PinBlock: HexLengthBetween16And32; + PinBlock: EncryptedPinBlockType; /** * The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses to encrypt outgoing PIN block data after translation. */ @@ -1020,10 +1023,12 @@ declare namespace PaymentCryptographyData { /** * The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder. */ - PrimaryAccountNumber: NumberLengthBetween12And19; + PrimaryAccountNumber: PrimaryAccountNumberType; } export interface TranslationPinDataIsoFormat1 { } + export type ValidationDataType = string; + export type VerificationValueType = string; export interface VerifyAuthRequestCryptogramInput { /** * The keyARN of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification. @@ -1032,11 +1037,11 @@ declare namespace PaymentCryptographyData { /** * The transaction data that Amazon Web Services Payment Cryptography uses for ARQC verification. The same transaction is used for ARQC generation outside of Amazon Web Services Payment Cryptography. */ - TransactionData: HexLengthBetween2And1024; + TransactionData: TransactionDataType; /** * The auth request cryptogram imported into Amazon Web Services Payment Cryptography for ARQC verification using a major encryption key and transaction data. */ - AuthRequestCryptogram: HexLengthEquals16; + AuthRequestCryptogram: AuthRequestCryptogramType; /** * The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography. The same key derivation mode was used for ARQC generation outside of Amazon Web Services Payment Cryptography. */ @@ -1062,7 +1067,7 @@ declare namespace PaymentCryptographyData { /** * The result for ARQC verification or ARPC generation within Amazon Web Services Payment Cryptography. */ - AuthResponseValue?: HexLengthBetween1And16; + AuthResponseValue?: AuthResponseValueType; } export interface VerifyCardValidationDataInput { /** @@ -1072,7 +1077,7 @@ declare namespace PaymentCryptographyData { /** * The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder. */ - PrimaryAccountNumber: NumberLengthBetween12And19; + PrimaryAccountNumber: PrimaryAccountNumberType; /** * The algorithm to use for verification of card data within Amazon Web Services Payment Cryptography. */ @@ -1080,7 +1085,7 @@ declare namespace PaymentCryptographyData { /** * The CVV or CSC value for use for card data verification within Amazon Web Services Payment Cryptography. */ - ValidationData: NumberLengthBetween3And5; + ValidationData: ValidationDataType; } export interface VerifyCardValidationDataOutput { /** @@ -1100,11 +1105,11 @@ declare namespace PaymentCryptographyData { /** * The data on for which MAC is under verification. This value must be hexBinary. */ - MessageData: HexEvenLengthBetween2And4096; + MessageData: MessageDataType; /** * The MAC being verified. */ - Mac: HexEvenLengthBetween4And128; + Mac: MacType; /** * The attributes and data values to use for MAC verification within Amazon Web Services Payment Cryptography. */ @@ -1140,11 +1145,11 @@ declare namespace PaymentCryptographyData { /** * The encrypted PIN block data that Amazon Web Services Payment Cryptography verifies. */ - EncryptedPinBlock: HexLengthBetween16And32; + EncryptedPinBlock: EncryptedPinBlockType; /** * The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder. */ - PrimaryAccountNumber: NumberLengthBetween12And19; + PrimaryAccountNumber: PrimaryAccountNumberType; /** * The PIN encoding format for pin data generation as specified in ISO 9564. Amazon Web Services Payment Cryptography supports ISO_Format_0 and ISO_Format_3. The ISO_Format_0 PIN block format is equivalent to the ANSI X9.8, VISA-1, and ECI-1 PIN block formats. It is similar to a VISA-4 PIN block format. It supports a PIN from 4 to 12 digits in length. The ISO_Format_3 PIN block format is the same as ISO_Format_0 except that the fill digits are random values from 10 to 15. */ @@ -1190,13 +1195,13 @@ declare namespace PaymentCryptographyData { /** * Parameters that are required to generate or verify Visa PVV (PIN Verification Value). */ - VerificationValue: NumberLengthBetween4And12; + VerificationValue: VerificationValueType; } export interface VisaPinVerificationValue { /** * The encrypted PIN block data to verify. */ - EncryptedPinBlock: HexLengthBetween16And32; + EncryptedPinBlock: EncryptedPinBlockType; /** * The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value). */ diff --git a/clients/qbusiness.d.ts b/clients/qbusiness.d.ts index 60d90ec01a..205b09b863 100644 --- a/clients/qbusiness.d.ts +++ b/clients/qbusiness.d.ts @@ -964,6 +964,10 @@ declare namespace QBusiness { * An option to allow end users to create and use Amazon Q Apps in the web experience. */ qAppsConfiguration?: QAppsConfiguration; + /** + * Configuration information about chat response personalization. For more information, see Personalizing chat responses + */ + personalizationConfiguration?: PersonalizationConfiguration; } export interface CreateApplicationResponse { /** @@ -1753,6 +1757,10 @@ declare namespace QBusiness { * Settings for whether end users can create and use Amazon Q Apps in the web experience. */ qAppsConfiguration?: QAppsConfiguration; + /** + * Configuration information about chat response personalization. For more information, see Personalizing chat responses. + */ + personalizationConfiguration?: PersonalizationConfiguration; } export interface GetChatControlsConfigurationRequest { /** @@ -2719,6 +2727,13 @@ declare namespace QBusiness { roleArn: RoleArn; } export type Payload = string; + export interface PersonalizationConfiguration { + /** + * An option to allow Amazon Q Business to customize chat responses using user specific metadata—specifically, location and job information—in your IAM Identity Center instance. + */ + personalizationControlMode: PersonalizationControlMode; + } + export type PersonalizationControlMode = "ENABLED"|"DISABLED"|string; export interface Plugin { /** * The identifier of the plugin. @@ -3191,6 +3206,10 @@ declare namespace QBusiness { * An option to allow end users to create and use Amazon Q Apps in the web experience. */ qAppsConfiguration?: QAppsConfiguration; + /** + * Configuration information about chat response personalization. For more information, see Personalizing chat responses. + */ + personalizationConfiguration?: PersonalizationConfiguration; } export interface UpdateApplicationResponse { } diff --git a/dist/aws-sdk-core-react-native.js b/dist/aws-sdk-core-react-native.js index 6957937d99..ac5d5127dd 100644 --- a/dist/aws-sdk-core-react-native.js +++ b/dist/aws-sdk-core-react-native.js @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap /** * @constant */ - VERSION: '2.1654.0', + VERSION: '2.1655.0', /** * @api private diff --git a/dist/aws-sdk-react-native.js b/dist/aws-sdk-react-native.js index 3b15c623ab..b5b9cfa305 100644 --- a/dist/aws-sdk-react-native.js +++ b/dist/aws-sdk-react-native.js @@ -395,7 +395,7 @@ return /******/ (function(modules) { // webpackBootstrap /** * @constant */ - VERSION: '2.1654.0', + VERSION: '2.1655.0', /** * @api private @@ -35707,7 +35707,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 51 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2015-12-08","endpointPrefix":"acm","jsonVersion":"1.1","protocol":"json","protocols":["json"],"serviceAbbreviation":"ACM","serviceFullName":"AWS Certificate Manager","serviceId":"ACM","signatureVersion":"v4","targetPrefix":"CertificateManager","uid":"acm-2015-12-08"},"operations":{"AddTagsToCertificate":{"input":{"type":"structure","required":["CertificateArn","Tags"],"members":{"CertificateArn":{},"Tags":{"shape":"S3"}}}},"DeleteCertificate":{"input":{"type":"structure","required":["CertificateArn"],"members":{"CertificateArn":{}}}},"DescribeCertificate":{"input":{"type":"structure","required":["CertificateArn"],"members":{"CertificateArn":{}}},"output":{"type":"structure","members":{"Certificate":{"type":"structure","members":{"CertificateArn":{},"DomainName":{},"SubjectAlternativeNames":{"shape":"Sc"},"DomainValidationOptions":{"shape":"Sd"},"Serial":{},"Subject":{},"Issuer":{},"CreatedAt":{"type":"timestamp"},"IssuedAt":{"type":"timestamp"},"ImportedAt":{"type":"timestamp"},"Status":{},"RevokedAt":{"type":"timestamp"},"RevocationReason":{},"NotBefore":{"type":"timestamp"},"NotAfter":{"type":"timestamp"},"KeyAlgorithm":{},"SignatureAlgorithm":{},"InUseBy":{"type":"list","member":{}},"FailureReason":{},"Type":{},"RenewalSummary":{"type":"structure","required":["RenewalStatus","DomainValidationOptions","UpdatedAt"],"members":{"RenewalStatus":{},"DomainValidationOptions":{"shape":"Sd"},"RenewalStatusReason":{},"UpdatedAt":{"type":"timestamp"}}},"KeyUsages":{"type":"list","member":{"type":"structure","members":{"Name":{}}}},"ExtendedKeyUsages":{"type":"list","member":{"type":"structure","members":{"Name":{},"OID":{}}}},"CertificateAuthorityArn":{},"RenewalEligibility":{},"Options":{"shape":"S11"}}}}}},"ExportCertificate":{"input":{"type":"structure","required":["CertificateArn","Passphrase"],"members":{"CertificateArn":{},"Passphrase":{"type":"blob","sensitive":true}}},"output":{"type":"structure","members":{"Certificate":{},"CertificateChain":{},"PrivateKey":{"type":"string","sensitive":true}}}},"GetAccountConfiguration":{"output":{"type":"structure","members":{"ExpiryEvents":{"shape":"S1a"}}}},"GetCertificate":{"input":{"type":"structure","required":["CertificateArn"],"members":{"CertificateArn":{}}},"output":{"type":"structure","members":{"Certificate":{},"CertificateChain":{}}}},"ImportCertificate":{"input":{"type":"structure","required":["Certificate","PrivateKey"],"members":{"CertificateArn":{},"Certificate":{"type":"blob"},"PrivateKey":{"type":"blob","sensitive":true},"CertificateChain":{"type":"blob"},"Tags":{"shape":"S3"}}},"output":{"type":"structure","members":{"CertificateArn":{}}}},"ListCertificates":{"input":{"type":"structure","members":{"CertificateStatuses":{"type":"list","member":{}},"Includes":{"type":"structure","members":{"extendedKeyUsage":{"type":"list","member":{}},"keyUsage":{"type":"list","member":{}},"keyTypes":{"type":"list","member":{}}}},"NextToken":{},"MaxItems":{"type":"integer"},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"NextToken":{},"CertificateSummaryList":{"type":"list","member":{"type":"structure","members":{"CertificateArn":{},"DomainName":{},"SubjectAlternativeNameSummaries":{"shape":"Sc"},"HasAdditionalSubjectAlternativeNames":{"type":"boolean"},"Status":{},"Type":{},"KeyAlgorithm":{},"KeyUsages":{"type":"list","member":{}},"ExtendedKeyUsages":{"type":"list","member":{}},"InUse":{"type":"boolean"},"Exported":{"type":"boolean"},"RenewalEligibility":{},"NotBefore":{"type":"timestamp"},"NotAfter":{"type":"timestamp"},"CreatedAt":{"type":"timestamp"},"IssuedAt":{"type":"timestamp"},"ImportedAt":{"type":"timestamp"},"RevokedAt":{"type":"timestamp"}}}}}}},"ListTagsForCertificate":{"input":{"type":"structure","required":["CertificateArn"],"members":{"CertificateArn":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"S3"}}}},"PutAccountConfiguration":{"input":{"type":"structure","required":["IdempotencyToken"],"members":{"ExpiryEvents":{"shape":"S1a"},"IdempotencyToken":{}}}},"RemoveTagsFromCertificate":{"input":{"type":"structure","required":["CertificateArn","Tags"],"members":{"CertificateArn":{},"Tags":{"shape":"S3"}}}},"RenewCertificate":{"input":{"type":"structure","required":["CertificateArn"],"members":{"CertificateArn":{}}}},"RequestCertificate":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"ValidationMethod":{},"SubjectAlternativeNames":{"shape":"Sc"},"IdempotencyToken":{},"DomainValidationOptions":{"type":"list","member":{"type":"structure","required":["DomainName","ValidationDomain"],"members":{"DomainName":{},"ValidationDomain":{}}}},"Options":{"shape":"S11"},"CertificateAuthorityArn":{},"Tags":{"shape":"S3"},"KeyAlgorithm":{}}},"output":{"type":"structure","members":{"CertificateArn":{}}}},"ResendValidationEmail":{"input":{"type":"structure","required":["CertificateArn","Domain","ValidationDomain"],"members":{"CertificateArn":{},"Domain":{},"ValidationDomain":{}}}},"UpdateCertificateOptions":{"input":{"type":"structure","required":["CertificateArn","Options"],"members":{"CertificateArn":{},"Options":{"shape":"S11"}}}}},"shapes":{"S3":{"type":"list","member":{"type":"structure","required":["Key"],"members":{"Key":{},"Value":{}}}},"Sc":{"type":"list","member":{}},"Sd":{"type":"list","member":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"ValidationEmails":{"type":"list","member":{}},"ValidationDomain":{},"ValidationStatus":{},"ResourceRecord":{"type":"structure","required":["Name","Type","Value"],"members":{"Name":{},"Type":{},"Value":{}}},"ValidationMethod":{}}}},"S11":{"type":"structure","members":{"CertificateTransparencyLoggingPreference":{}}},"S1a":{"type":"structure","members":{"DaysBeforeExpiry":{"type":"integer"}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2015-12-08","endpointPrefix":"acm","jsonVersion":"1.1","protocol":"json","protocols":["json"],"serviceAbbreviation":"ACM","serviceFullName":"AWS Certificate Manager","serviceId":"ACM","signatureVersion":"v4","targetPrefix":"CertificateManager","uid":"acm-2015-12-08","auth":["aws.auth#sigv4"]},"operations":{"AddTagsToCertificate":{"input":{"type":"structure","required":["CertificateArn","Tags"],"members":{"CertificateArn":{},"Tags":{"shape":"S3"}}}},"DeleteCertificate":{"input":{"type":"structure","required":["CertificateArn"],"members":{"CertificateArn":{}}}},"DescribeCertificate":{"input":{"type":"structure","required":["CertificateArn"],"members":{"CertificateArn":{}}},"output":{"type":"structure","members":{"Certificate":{"type":"structure","members":{"CertificateArn":{},"DomainName":{},"SubjectAlternativeNames":{"shape":"Sc"},"DomainValidationOptions":{"shape":"Sd"},"Serial":{},"Subject":{},"Issuer":{},"CreatedAt":{"type":"timestamp"},"IssuedAt":{"type":"timestamp"},"ImportedAt":{"type":"timestamp"},"Status":{},"RevokedAt":{"type":"timestamp"},"RevocationReason":{},"NotBefore":{"type":"timestamp"},"NotAfter":{"type":"timestamp"},"KeyAlgorithm":{},"SignatureAlgorithm":{},"InUseBy":{"type":"list","member":{}},"FailureReason":{},"Type":{},"RenewalSummary":{"type":"structure","required":["RenewalStatus","DomainValidationOptions","UpdatedAt"],"members":{"RenewalStatus":{},"DomainValidationOptions":{"shape":"Sd"},"RenewalStatusReason":{},"UpdatedAt":{"type":"timestamp"}}},"KeyUsages":{"type":"list","member":{"type":"structure","members":{"Name":{}}}},"ExtendedKeyUsages":{"type":"list","member":{"type":"structure","members":{"Name":{},"OID":{}}}},"CertificateAuthorityArn":{},"RenewalEligibility":{},"Options":{"shape":"S11"}}}}}},"ExportCertificate":{"input":{"type":"structure","required":["CertificateArn","Passphrase"],"members":{"CertificateArn":{},"Passphrase":{"type":"blob","sensitive":true}}},"output":{"type":"structure","members":{"Certificate":{},"CertificateChain":{},"PrivateKey":{"type":"string","sensitive":true}}}},"GetAccountConfiguration":{"output":{"type":"structure","members":{"ExpiryEvents":{"shape":"S1a"}}}},"GetCertificate":{"input":{"type":"structure","required":["CertificateArn"],"members":{"CertificateArn":{}}},"output":{"type":"structure","members":{"Certificate":{},"CertificateChain":{}}}},"ImportCertificate":{"input":{"type":"structure","required":["Certificate","PrivateKey"],"members":{"CertificateArn":{},"Certificate":{"type":"blob"},"PrivateKey":{"type":"blob","sensitive":true},"CertificateChain":{"type":"blob"},"Tags":{"shape":"S3"}}},"output":{"type":"structure","members":{"CertificateArn":{}}}},"ListCertificates":{"input":{"type":"structure","members":{"CertificateStatuses":{"type":"list","member":{}},"Includes":{"type":"structure","members":{"extendedKeyUsage":{"type":"list","member":{}},"keyUsage":{"type":"list","member":{}},"keyTypes":{"type":"list","member":{}}}},"NextToken":{},"MaxItems":{"type":"integer"},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"NextToken":{},"CertificateSummaryList":{"type":"list","member":{"type":"structure","members":{"CertificateArn":{},"DomainName":{},"SubjectAlternativeNameSummaries":{"shape":"Sc"},"HasAdditionalSubjectAlternativeNames":{"type":"boolean"},"Status":{},"Type":{},"KeyAlgorithm":{},"KeyUsages":{"type":"list","member":{}},"ExtendedKeyUsages":{"type":"list","member":{}},"InUse":{"type":"boolean"},"Exported":{"type":"boolean"},"RenewalEligibility":{},"NotBefore":{"type":"timestamp"},"NotAfter":{"type":"timestamp"},"CreatedAt":{"type":"timestamp"},"IssuedAt":{"type":"timestamp"},"ImportedAt":{"type":"timestamp"},"RevokedAt":{"type":"timestamp"}}}}}}},"ListTagsForCertificate":{"input":{"type":"structure","required":["CertificateArn"],"members":{"CertificateArn":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"S3"}}}},"PutAccountConfiguration":{"input":{"type":"structure","required":["IdempotencyToken"],"members":{"ExpiryEvents":{"shape":"S1a"},"IdempotencyToken":{}}}},"RemoveTagsFromCertificate":{"input":{"type":"structure","required":["CertificateArn","Tags"],"members":{"CertificateArn":{},"Tags":{"shape":"S3"}}}},"RenewCertificate":{"input":{"type":"structure","required":["CertificateArn"],"members":{"CertificateArn":{}}}},"RequestCertificate":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"ValidationMethod":{},"SubjectAlternativeNames":{"shape":"Sc"},"IdempotencyToken":{},"DomainValidationOptions":{"type":"list","member":{"type":"structure","required":["DomainName","ValidationDomain"],"members":{"DomainName":{},"ValidationDomain":{}}}},"Options":{"shape":"S11"},"CertificateAuthorityArn":{},"Tags":{"shape":"S3"},"KeyAlgorithm":{}}},"output":{"type":"structure","members":{"CertificateArn":{}}}},"ResendValidationEmail":{"input":{"type":"structure","required":["CertificateArn","Domain","ValidationDomain"],"members":{"CertificateArn":{},"Domain":{},"ValidationDomain":{}}}},"UpdateCertificateOptions":{"input":{"type":"structure","required":["CertificateArn","Options"],"members":{"CertificateArn":{},"Options":{"shape":"S11"}}}}},"shapes":{"S3":{"type":"list","member":{"type":"structure","required":["Key"],"members":{"Key":{},"Value":{}}}},"Sc":{"type":"list","member":{}},"Sd":{"type":"list","member":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"ValidationEmails":{"type":"list","member":{}},"ValidationDomain":{},"ValidationStatus":{},"ResourceRecord":{"type":"structure","required":["Name","Type","Value"],"members":{"Name":{},"Type":{},"Value":{}}},"ValidationMethod":{}}}},"S11":{"type":"structure","members":{"CertificateTransparencyLoggingPreference":{}}},"S1a":{"type":"structure","members":{"DaysBeforeExpiry":{"type":"integer"}}}}} /***/ }), /* 52 */ @@ -38923,7 +38923,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 198 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2015-09-21","endpointPrefix":"api.ecr","jsonVersion":"1.1","protocol":"json","protocols":["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":{"input":{"type":"structure","required":["repositoryName","layerDigests"],"members":{"registryId":{},"repositoryName":{},"layerDigests":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"layers":{"type":"list","member":{"type":"structure","members":{"layerDigest":{},"layerAvailability":{},"layerSize":{"type":"long"},"mediaType":{}}}},"failures":{"type":"list","member":{"type":"structure","members":{"layerDigest":{},"failureCode":{},"failureReason":{}}}}}}},"BatchDeleteImage":{"input":{"type":"structure","required":["repositoryName","imageIds"],"members":{"registryId":{},"repositoryName":{},"imageIds":{"shape":"Si"}}},"output":{"type":"structure","members":{"imageIds":{"shape":"Si"},"failures":{"shape":"Sn"}}}},"BatchGetImage":{"input":{"type":"structure","required":["repositoryName","imageIds"],"members":{"registryId":{},"repositoryName":{},"imageIds":{"shape":"Si"},"acceptedMediaTypes":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"images":{"type":"list","member":{"shape":"Sv"}},"failures":{"shape":"Sn"}}}},"BatchGetRepositoryScanningConfiguration":{"input":{"type":"structure","required":["repositoryNames"],"members":{"repositoryNames":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"scanningConfigurations":{"type":"list","member":{"type":"structure","members":{"repositoryArn":{},"repositoryName":{},"scanOnPush":{"type":"boolean"},"scanFrequency":{},"appliedScanFilters":{"shape":"S15"}}}},"failures":{"type":"list","member":{"type":"structure","members":{"repositoryName":{},"failureCode":{},"failureReason":{}}}}}}},"CompleteLayerUpload":{"input":{"type":"structure","required":["repositoryName","uploadId","layerDigests"],"members":{"registryId":{},"repositoryName":{},"uploadId":{},"layerDigests":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"uploadId":{},"layerDigest":{}}}},"CreatePullThroughCacheRule":{"input":{"type":"structure","required":["ecrRepositoryPrefix","upstreamRegistryUrl"],"members":{"ecrRepositoryPrefix":{},"upstreamRegistryUrl":{},"registryId":{},"upstreamRegistry":{},"credentialArn":{}}},"output":{"type":"structure","members":{"ecrRepositoryPrefix":{},"upstreamRegistryUrl":{},"createdAt":{"type":"timestamp"},"registryId":{},"upstreamRegistry":{},"credentialArn":{}}}},"CreateRepository":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{},"tags":{"shape":"S1p"},"imageTagMutability":{},"imageScanningConfiguration":{"shape":"S1u"},"encryptionConfiguration":{"shape":"S1v"}}},"output":{"type":"structure","members":{"repository":{"shape":"S1z"}}}},"DeleteLifecyclePolicy":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{},"lastEvaluatedAt":{"type":"timestamp"}}}},"DeletePullThroughCacheRule":{"input":{"type":"structure","required":["ecrRepositoryPrefix"],"members":{"ecrRepositoryPrefix":{},"registryId":{}}},"output":{"type":"structure","members":{"ecrRepositoryPrefix":{},"upstreamRegistryUrl":{},"createdAt":{"type":"timestamp"},"registryId":{},"credentialArn":{}}}},"DeleteRegistryPolicy":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"registryId":{},"policyText":{}}}},"DeleteRepository":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{},"force":{"type":"boolean"}}},"output":{"type":"structure","members":{"repository":{"shape":"S1z"}}}},"DeleteRepositoryPolicy":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"policyText":{}}}},"DescribeImageReplicationStatus":{"input":{"type":"structure","required":["repositoryName","imageId"],"members":{"repositoryName":{},"imageId":{"shape":"Sj"},"registryId":{}}},"output":{"type":"structure","members":{"repositoryName":{},"imageId":{"shape":"Sj"},"replicationStatuses":{"type":"list","member":{"type":"structure","members":{"region":{},"registryId":{},"status":{},"failureCode":{}}}}}}},"DescribeImageScanFindings":{"input":{"type":"structure","required":["repositoryName","imageId"],"members":{"registryId":{},"repositoryName":{},"imageId":{"shape":"Sj"},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"imageId":{"shape":"Sj"},"imageScanStatus":{"shape":"S2q"},"imageScanFindings":{"type":"structure","members":{"imageScanCompletedAt":{"type":"timestamp"},"vulnerabilitySourceUpdatedAt":{"type":"timestamp"},"findingSeverityCounts":{"shape":"S2w"},"findings":{"type":"list","member":{"type":"structure","members":{"name":{},"description":{},"uri":{},"severity":{},"attributes":{"type":"list","member":{"type":"structure","required":["key"],"members":{"key":{},"value":{}}}}}}},"enhancedFindings":{"type":"list","member":{"type":"structure","members":{"awsAccountId":{},"description":{},"findingArn":{},"firstObservedAt":{"type":"timestamp"},"lastObservedAt":{"type":"timestamp"},"packageVulnerabilityDetails":{"type":"structure","members":{"cvss":{"type":"list","member":{"type":"structure","members":{"baseScore":{"type":"double"},"scoringVector":{},"source":{},"version":{}}}},"referenceUrls":{"type":"list","member":{}},"relatedVulnerabilities":{"type":"list","member":{}},"source":{},"sourceUrl":{},"vendorCreatedAt":{"type":"timestamp"},"vendorSeverity":{},"vendorUpdatedAt":{"type":"timestamp"},"vulnerabilityId":{},"vulnerablePackages":{"type":"list","member":{"type":"structure","members":{"arch":{},"epoch":{"type":"integer"},"filePath":{},"name":{},"packageManager":{},"release":{},"sourceLayerHash":{},"version":{}}}}}},"remediation":{"type":"structure","members":{"recommendation":{"type":"structure","members":{"url":{},"text":{}}}}},"resources":{"type":"list","member":{"type":"structure","members":{"details":{"type":"structure","members":{"awsEcrContainerImage":{"type":"structure","members":{"architecture":{},"author":{},"imageHash":{},"imageTags":{"type":"list","member":{}},"platform":{},"pushedAt":{"type":"timestamp"},"registry":{},"repositoryName":{}}}}},"id":{},"tags":{"type":"map","key":{},"value":{}},"type":{}}}},"score":{"type":"double"},"scoreDetails":{"type":"structure","members":{"cvss":{"type":"structure","members":{"adjustments":{"type":"list","member":{"type":"structure","members":{"metric":{},"reason":{}}}},"score":{"type":"double"},"scoreSource":{},"scoringVector":{},"version":{}}}}},"severity":{},"status":{},"title":{},"type":{},"updatedAt":{"type":"timestamp"}}}}}},"nextToken":{}}}},"DescribeImages":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{},"imageIds":{"shape":"Si"},"nextToken":{},"maxResults":{"type":"integer"},"filter":{"type":"structure","members":{"tagStatus":{}}}}},"output":{"type":"structure","members":{"imageDetails":{"type":"list","member":{"type":"structure","members":{"registryId":{},"repositoryName":{},"imageDigest":{},"imageTags":{"shape":"S4o"},"imageSizeInBytes":{"type":"long"},"imagePushedAt":{"type":"timestamp"},"imageScanStatus":{"shape":"S2q"},"imageScanFindingsSummary":{"type":"structure","members":{"imageScanCompletedAt":{"type":"timestamp"},"vulnerabilitySourceUpdatedAt":{"type":"timestamp"},"findingSeverityCounts":{"shape":"S2w"}}},"imageManifestMediaType":{},"artifactMediaType":{},"lastRecordedPullTime":{"type":"timestamp"}}}},"nextToken":{}}}},"DescribePullThroughCacheRules":{"input":{"type":"structure","members":{"registryId":{},"ecrRepositoryPrefixes":{"type":"list","member":{}},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"pullThroughCacheRules":{"type":"list","member":{"type":"structure","members":{"ecrRepositoryPrefix":{},"upstreamRegistryUrl":{},"createdAt":{"type":"timestamp"},"registryId":{},"credentialArn":{},"upstreamRegistry":{},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"DescribeRegistry":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"registryId":{},"replicationConfiguration":{"shape":"S51"}}}},"DescribeRepositories":{"input":{"type":"structure","members":{"registryId":{},"repositoryNames":{"type":"list","member":{}},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"repositories":{"type":"list","member":{"shape":"S1z"}},"nextToken":{}}}},"GetAuthorizationToken":{"input":{"type":"structure","members":{"registryIds":{"deprecated":true,"deprecatedMessage":"This field is deprecated. The returned authorization token can be used to access any Amazon ECR registry that the IAM principal has access to, specifying a registry ID doesn't change the permissions scope of the authorization token.","type":"list","member":{}}}},"output":{"type":"structure","members":{"authorizationData":{"type":"list","member":{"type":"structure","members":{"authorizationToken":{},"expiresAt":{"type":"timestamp"},"proxyEndpoint":{}}}}}}},"GetDownloadUrlForLayer":{"input":{"type":"structure","required":["repositoryName","layerDigest"],"members":{"registryId":{},"repositoryName":{},"layerDigest":{}}},"output":{"type":"structure","members":{"downloadUrl":{},"layerDigest":{}}}},"GetLifecyclePolicy":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{},"lastEvaluatedAt":{"type":"timestamp"}}}},"GetLifecyclePolicyPreview":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{},"imageIds":{"shape":"Si"},"nextToken":{},"maxResults":{"type":"integer"},"filter":{"type":"structure","members":{"tagStatus":{}}}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{},"status":{},"nextToken":{},"previewResults":{"type":"list","member":{"type":"structure","members":{"imageTags":{"shape":"S4o"},"imageDigest":{},"imagePushedAt":{"type":"timestamp"},"action":{"type":"structure","members":{"type":{}}},"appliedRulePriority":{"type":"integer"}}}},"summary":{"type":"structure","members":{"expiringImageTotalCount":{"type":"integer"}}}}}},"GetRegistryPolicy":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"registryId":{},"policyText":{}}}},"GetRegistryScanningConfiguration":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"registryId":{},"scanningConfiguration":{"shape":"S66"}}}},"GetRepositoryPolicy":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"policyText":{}}}},"InitiateLayerUpload":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{}}},"output":{"type":"structure","members":{"uploadId":{},"partSize":{"type":"long"}}}},"ListImages":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{},"nextToken":{},"maxResults":{"type":"integer"},"filter":{"type":"structure","members":{"tagStatus":{}}}}},"output":{"type":"structure","members":{"imageIds":{"shape":"Si"},"nextToken":{}}}},"ListTagsForResource":{"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{}}},"output":{"type":"structure","members":{"tags":{"shape":"S1p"}}}},"PutImage":{"input":{"type":"structure","required":["repositoryName","imageManifest"],"members":{"registryId":{},"repositoryName":{},"imageManifest":{},"imageManifestMediaType":{},"imageTag":{},"imageDigest":{}}},"output":{"type":"structure","members":{"image":{"shape":"Sv"}}}},"PutImageScanningConfiguration":{"input":{"type":"structure","required":["repositoryName","imageScanningConfiguration"],"members":{"registryId":{},"repositoryName":{},"imageScanningConfiguration":{"shape":"S1u"}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"imageScanningConfiguration":{"shape":"S1u"}}}},"PutImageTagMutability":{"input":{"type":"structure","required":["repositoryName","imageTagMutability"],"members":{"registryId":{},"repositoryName":{},"imageTagMutability":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"imageTagMutability":{}}}},"PutLifecyclePolicy":{"input":{"type":"structure","required":["repositoryName","lifecyclePolicyText"],"members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{}}}},"PutRegistryPolicy":{"input":{"type":"structure","required":["policyText"],"members":{"policyText":{}}},"output":{"type":"structure","members":{"registryId":{},"policyText":{}}}},"PutRegistryScanningConfiguration":{"input":{"type":"structure","members":{"scanType":{},"rules":{"shape":"S68"}}},"output":{"type":"structure","members":{"registryScanningConfiguration":{"shape":"S66"}}}},"PutReplicationConfiguration":{"input":{"type":"structure","required":["replicationConfiguration"],"members":{"replicationConfiguration":{"shape":"S51"}}},"output":{"type":"structure","members":{"replicationConfiguration":{"shape":"S51"}}}},"SetRepositoryPolicy":{"input":{"type":"structure","required":["repositoryName","policyText"],"members":{"registryId":{},"repositoryName":{},"policyText":{},"force":{"type":"boolean"}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"policyText":{}}}},"StartImageScan":{"input":{"type":"structure","required":["repositoryName","imageId"],"members":{"registryId":{},"repositoryName":{},"imageId":{"shape":"Sj"}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"imageId":{"shape":"Sj"},"imageScanStatus":{"shape":"S2q"}}}},"StartLifecyclePolicyPreview":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{},"status":{}}}},"TagResource":{"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{},"tags":{"shape":"S1p"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{},"tagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdatePullThroughCacheRule":{"input":{"type":"structure","required":["ecrRepositoryPrefix","credentialArn"],"members":{"registryId":{},"ecrRepositoryPrefix":{},"credentialArn":{}}},"output":{"type":"structure","members":{"ecrRepositoryPrefix":{},"registryId":{},"updatedAt":{"type":"timestamp"},"credentialArn":{}}}},"UploadLayerPart":{"input":{"type":"structure","required":["repositoryName","uploadId","partFirstByte","partLastByte","layerPartBlob"],"members":{"registryId":{},"repositoryName":{},"uploadId":{},"partFirstByte":{"type":"long"},"partLastByte":{"type":"long"},"layerPartBlob":{"type":"blob"}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"uploadId":{},"lastByteReceived":{"type":"long"}}}},"ValidatePullThroughCacheRule":{"input":{"type":"structure","required":["ecrRepositoryPrefix"],"members":{"ecrRepositoryPrefix":{},"registryId":{}}},"output":{"type":"structure","members":{"ecrRepositoryPrefix":{},"registryId":{},"upstreamRegistryUrl":{},"credentialArn":{},"isValid":{"type":"boolean"},"failure":{}}}}},"shapes":{"Si":{"type":"list","member":{"shape":"Sj"}},"Sj":{"type":"structure","members":{"imageDigest":{},"imageTag":{}}},"Sn":{"type":"list","member":{"type":"structure","members":{"imageId":{"shape":"Sj"},"failureCode":{},"failureReason":{}}}},"Sv":{"type":"structure","members":{"registryId":{},"repositoryName":{},"imageId":{"shape":"Sj"},"imageManifest":{},"imageManifestMediaType":{}}},"S15":{"type":"list","member":{"type":"structure","required":["filter","filterType"],"members":{"filter":{},"filterType":{}}}},"S1p":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"S1u":{"type":"structure","members":{"scanOnPush":{"type":"boolean"}}},"S1v":{"type":"structure","required":["encryptionType"],"members":{"encryptionType":{},"kmsKey":{}}},"S1z":{"type":"structure","members":{"repositoryArn":{},"registryId":{},"repositoryName":{},"repositoryUri":{},"createdAt":{"type":"timestamp"},"imageTagMutability":{},"imageScanningConfiguration":{"shape":"S1u"},"encryptionConfiguration":{"shape":"S1v"}}},"S2q":{"type":"structure","members":{"status":{},"description":{}}},"S2w":{"type":"map","key":{},"value":{"type":"integer"}},"S4o":{"type":"list","member":{}},"S51":{"type":"structure","required":["rules"],"members":{"rules":{"type":"list","member":{"type":"structure","required":["destinations"],"members":{"destinations":{"type":"list","member":{"type":"structure","required":["region","registryId"],"members":{"region":{},"registryId":{}}}},"repositoryFilters":{"type":"list","member":{"type":"structure","required":["filter","filterType"],"members":{"filter":{},"filterType":{}}}}}}}}},"S66":{"type":"structure","members":{"scanType":{},"rules":{"shape":"S68"}}},"S68":{"type":"list","member":{"type":"structure","required":["scanFrequency","repositoryFilters"],"members":{"scanFrequency":{},"repositoryFilters":{"shape":"S15"}}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2015-09-21","endpointPrefix":"api.ecr","jsonVersion":"1.1","protocol":"json","protocols":["json"],"serviceAbbreviation":"Amazon ECR","serviceFullName":"Amazon EC2 Container Registry","serviceId":"ECR","signatureVersion":"v4","signingName":"ecr","targetPrefix":"AmazonEC2ContainerRegistry_V20150921","uid":"ecr-2015-09-21","auth":["aws.auth#sigv4"]},"operations":{"BatchCheckLayerAvailability":{"input":{"type":"structure","required":["repositoryName","layerDigests"],"members":{"registryId":{},"repositoryName":{},"layerDigests":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"layers":{"type":"list","member":{"type":"structure","members":{"layerDigest":{},"layerAvailability":{},"layerSize":{"type":"long"},"mediaType":{}}}},"failures":{"type":"list","member":{"type":"structure","members":{"layerDigest":{},"failureCode":{},"failureReason":{}}}}}}},"BatchDeleteImage":{"input":{"type":"structure","required":["repositoryName","imageIds"],"members":{"registryId":{},"repositoryName":{},"imageIds":{"shape":"Si"}}},"output":{"type":"structure","members":{"imageIds":{"shape":"Si"},"failures":{"shape":"Sn"}}}},"BatchGetImage":{"input":{"type":"structure","required":["repositoryName","imageIds"],"members":{"registryId":{},"repositoryName":{},"imageIds":{"shape":"Si"},"acceptedMediaTypes":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"images":{"type":"list","member":{"shape":"Sv"}},"failures":{"shape":"Sn"}}}},"BatchGetRepositoryScanningConfiguration":{"input":{"type":"structure","required":["repositoryNames"],"members":{"repositoryNames":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"scanningConfigurations":{"type":"list","member":{"type":"structure","members":{"repositoryArn":{},"repositoryName":{},"scanOnPush":{"type":"boolean"},"scanFrequency":{},"appliedScanFilters":{"shape":"S15"}}}},"failures":{"type":"list","member":{"type":"structure","members":{"repositoryName":{},"failureCode":{},"failureReason":{}}}}}}},"CompleteLayerUpload":{"input":{"type":"structure","required":["repositoryName","uploadId","layerDigests"],"members":{"registryId":{},"repositoryName":{},"uploadId":{},"layerDigests":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"uploadId":{},"layerDigest":{}}}},"CreatePullThroughCacheRule":{"input":{"type":"structure","required":["ecrRepositoryPrefix","upstreamRegistryUrl"],"members":{"ecrRepositoryPrefix":{},"upstreamRegistryUrl":{},"registryId":{},"upstreamRegistry":{},"credentialArn":{}}},"output":{"type":"structure","members":{"ecrRepositoryPrefix":{},"upstreamRegistryUrl":{},"createdAt":{"type":"timestamp"},"registryId":{},"upstreamRegistry":{},"credentialArn":{}}}},"CreateRepository":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{},"tags":{"shape":"S1p"},"imageTagMutability":{},"imageScanningConfiguration":{"shape":"S1u"},"encryptionConfiguration":{"shape":"S1v"}}},"output":{"type":"structure","members":{"repository":{"shape":"S1z"}}}},"DeleteLifecyclePolicy":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{},"lastEvaluatedAt":{"type":"timestamp"}}}},"DeletePullThroughCacheRule":{"input":{"type":"structure","required":["ecrRepositoryPrefix"],"members":{"ecrRepositoryPrefix":{},"registryId":{}}},"output":{"type":"structure","members":{"ecrRepositoryPrefix":{},"upstreamRegistryUrl":{},"createdAt":{"type":"timestamp"},"registryId":{},"credentialArn":{}}}},"DeleteRegistryPolicy":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"registryId":{},"policyText":{}}}},"DeleteRepository":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{},"force":{"type":"boolean"}}},"output":{"type":"structure","members":{"repository":{"shape":"S1z"}}}},"DeleteRepositoryPolicy":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"policyText":{}}}},"DescribeImageReplicationStatus":{"input":{"type":"structure","required":["repositoryName","imageId"],"members":{"repositoryName":{},"imageId":{"shape":"Sj"},"registryId":{}}},"output":{"type":"structure","members":{"repositoryName":{},"imageId":{"shape":"Sj"},"replicationStatuses":{"type":"list","member":{"type":"structure","members":{"region":{},"registryId":{},"status":{},"failureCode":{}}}}}}},"DescribeImageScanFindings":{"input":{"type":"structure","required":["repositoryName","imageId"],"members":{"registryId":{},"repositoryName":{},"imageId":{"shape":"Sj"},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"imageId":{"shape":"Sj"},"imageScanStatus":{"shape":"S2q"},"imageScanFindings":{"type":"structure","members":{"imageScanCompletedAt":{"type":"timestamp"},"vulnerabilitySourceUpdatedAt":{"type":"timestamp"},"findingSeverityCounts":{"shape":"S2w"},"findings":{"type":"list","member":{"type":"structure","members":{"name":{},"description":{},"uri":{},"severity":{},"attributes":{"type":"list","member":{"type":"structure","required":["key"],"members":{"key":{},"value":{}}}}}}},"enhancedFindings":{"type":"list","member":{"type":"structure","members":{"awsAccountId":{},"description":{},"findingArn":{},"firstObservedAt":{"type":"timestamp"},"lastObservedAt":{"type":"timestamp"},"packageVulnerabilityDetails":{"type":"structure","members":{"cvss":{"type":"list","member":{"type":"structure","members":{"baseScore":{"type":"double"},"scoringVector":{},"source":{},"version":{}}}},"referenceUrls":{"type":"list","member":{}},"relatedVulnerabilities":{"type":"list","member":{}},"source":{},"sourceUrl":{},"vendorCreatedAt":{"type":"timestamp"},"vendorSeverity":{},"vendorUpdatedAt":{"type":"timestamp"},"vulnerabilityId":{},"vulnerablePackages":{"type":"list","member":{"type":"structure","members":{"arch":{},"epoch":{"type":"integer"},"filePath":{},"name":{},"packageManager":{},"release":{},"sourceLayerHash":{},"version":{}}}}}},"remediation":{"type":"structure","members":{"recommendation":{"type":"structure","members":{"url":{},"text":{}}}}},"resources":{"type":"list","member":{"type":"structure","members":{"details":{"type":"structure","members":{"awsEcrContainerImage":{"type":"structure","members":{"architecture":{},"author":{},"imageHash":{},"imageTags":{"type":"list","member":{}},"platform":{},"pushedAt":{"type":"timestamp"},"registry":{},"repositoryName":{}}}}},"id":{},"tags":{"type":"map","key":{},"value":{}},"type":{}}}},"score":{"type":"double"},"scoreDetails":{"type":"structure","members":{"cvss":{"type":"structure","members":{"adjustments":{"type":"list","member":{"type":"structure","members":{"metric":{},"reason":{}}}},"score":{"type":"double"},"scoreSource":{},"scoringVector":{},"version":{}}}}},"severity":{},"status":{},"title":{},"type":{},"updatedAt":{"type":"timestamp"}}}}}},"nextToken":{}}}},"DescribeImages":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{},"imageIds":{"shape":"Si"},"nextToken":{},"maxResults":{"type":"integer"},"filter":{"type":"structure","members":{"tagStatus":{}}}}},"output":{"type":"structure","members":{"imageDetails":{"type":"list","member":{"type":"structure","members":{"registryId":{},"repositoryName":{},"imageDigest":{},"imageTags":{"shape":"S4o"},"imageSizeInBytes":{"type":"long"},"imagePushedAt":{"type":"timestamp"},"imageScanStatus":{"shape":"S2q"},"imageScanFindingsSummary":{"type":"structure","members":{"imageScanCompletedAt":{"type":"timestamp"},"vulnerabilitySourceUpdatedAt":{"type":"timestamp"},"findingSeverityCounts":{"shape":"S2w"}}},"imageManifestMediaType":{},"artifactMediaType":{},"lastRecordedPullTime":{"type":"timestamp"}}}},"nextToken":{}}}},"DescribePullThroughCacheRules":{"input":{"type":"structure","members":{"registryId":{},"ecrRepositoryPrefixes":{"type":"list","member":{}},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"pullThroughCacheRules":{"type":"list","member":{"type":"structure","members":{"ecrRepositoryPrefix":{},"upstreamRegistryUrl":{},"createdAt":{"type":"timestamp"},"registryId":{},"credentialArn":{},"upstreamRegistry":{},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"DescribeRegistry":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"registryId":{},"replicationConfiguration":{"shape":"S51"}}}},"DescribeRepositories":{"input":{"type":"structure","members":{"registryId":{},"repositoryNames":{"type":"list","member":{}},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"repositories":{"type":"list","member":{"shape":"S1z"}},"nextToken":{}}}},"GetAuthorizationToken":{"input":{"type":"structure","members":{"registryIds":{"deprecated":true,"deprecatedMessage":"This field is deprecated. The returned authorization token can be used to access any Amazon ECR registry that the IAM principal has access to, specifying a registry ID doesn't change the permissions scope of the authorization token.","type":"list","member":{}}}},"output":{"type":"structure","members":{"authorizationData":{"type":"list","member":{"type":"structure","members":{"authorizationToken":{},"expiresAt":{"type":"timestamp"},"proxyEndpoint":{}}}}}}},"GetDownloadUrlForLayer":{"input":{"type":"structure","required":["repositoryName","layerDigest"],"members":{"registryId":{},"repositoryName":{},"layerDigest":{}}},"output":{"type":"structure","members":{"downloadUrl":{},"layerDigest":{}}}},"GetLifecyclePolicy":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{},"lastEvaluatedAt":{"type":"timestamp"}}}},"GetLifecyclePolicyPreview":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{},"imageIds":{"shape":"Si"},"nextToken":{},"maxResults":{"type":"integer"},"filter":{"type":"structure","members":{"tagStatus":{}}}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{},"status":{},"nextToken":{},"previewResults":{"type":"list","member":{"type":"structure","members":{"imageTags":{"shape":"S4o"},"imageDigest":{},"imagePushedAt":{"type":"timestamp"},"action":{"type":"structure","members":{"type":{}}},"appliedRulePriority":{"type":"integer"}}}},"summary":{"type":"structure","members":{"expiringImageTotalCount":{"type":"integer"}}}}}},"GetRegistryPolicy":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"registryId":{},"policyText":{}}}},"GetRegistryScanningConfiguration":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"registryId":{},"scanningConfiguration":{"shape":"S66"}}}},"GetRepositoryPolicy":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"policyText":{}}}},"InitiateLayerUpload":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{}}},"output":{"type":"structure","members":{"uploadId":{},"partSize":{"type":"long"}}}},"ListImages":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{},"nextToken":{},"maxResults":{"type":"integer"},"filter":{"type":"structure","members":{"tagStatus":{}}}}},"output":{"type":"structure","members":{"imageIds":{"shape":"Si"},"nextToken":{}}}},"ListTagsForResource":{"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{}}},"output":{"type":"structure","members":{"tags":{"shape":"S1p"}}}},"PutImage":{"input":{"type":"structure","required":["repositoryName","imageManifest"],"members":{"registryId":{},"repositoryName":{},"imageManifest":{},"imageManifestMediaType":{},"imageTag":{},"imageDigest":{}}},"output":{"type":"structure","members":{"image":{"shape":"Sv"}}}},"PutImageScanningConfiguration":{"input":{"type":"structure","required":["repositoryName","imageScanningConfiguration"],"members":{"registryId":{},"repositoryName":{},"imageScanningConfiguration":{"shape":"S1u"}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"imageScanningConfiguration":{"shape":"S1u"}}}},"PutImageTagMutability":{"input":{"type":"structure","required":["repositoryName","imageTagMutability"],"members":{"registryId":{},"repositoryName":{},"imageTagMutability":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"imageTagMutability":{}}}},"PutLifecyclePolicy":{"input":{"type":"structure","required":["repositoryName","lifecyclePolicyText"],"members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{}}}},"PutRegistryPolicy":{"input":{"type":"structure","required":["policyText"],"members":{"policyText":{}}},"output":{"type":"structure","members":{"registryId":{},"policyText":{}}}},"PutRegistryScanningConfiguration":{"input":{"type":"structure","members":{"scanType":{},"rules":{"shape":"S68"}}},"output":{"type":"structure","members":{"registryScanningConfiguration":{"shape":"S66"}}}},"PutReplicationConfiguration":{"input":{"type":"structure","required":["replicationConfiguration"],"members":{"replicationConfiguration":{"shape":"S51"}}},"output":{"type":"structure","members":{"replicationConfiguration":{"shape":"S51"}}}},"SetRepositoryPolicy":{"input":{"type":"structure","required":["repositoryName","policyText"],"members":{"registryId":{},"repositoryName":{},"policyText":{},"force":{"type":"boolean"}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"policyText":{}}}},"StartImageScan":{"input":{"type":"structure","required":["repositoryName","imageId"],"members":{"registryId":{},"repositoryName":{},"imageId":{"shape":"Sj"}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"imageId":{"shape":"Sj"},"imageScanStatus":{"shape":"S2q"}}}},"StartLifecyclePolicyPreview":{"input":{"type":"structure","required":["repositoryName"],"members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"lifecyclePolicyText":{},"status":{}}}},"TagResource":{"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{},"tags":{"shape":"S1p"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{},"tagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdatePullThroughCacheRule":{"input":{"type":"structure","required":["ecrRepositoryPrefix","credentialArn"],"members":{"registryId":{},"ecrRepositoryPrefix":{},"credentialArn":{}}},"output":{"type":"structure","members":{"ecrRepositoryPrefix":{},"registryId":{},"updatedAt":{"type":"timestamp"},"credentialArn":{}}}},"UploadLayerPart":{"input":{"type":"structure","required":["repositoryName","uploadId","partFirstByte","partLastByte","layerPartBlob"],"members":{"registryId":{},"repositoryName":{},"uploadId":{},"partFirstByte":{"type":"long"},"partLastByte":{"type":"long"},"layerPartBlob":{"type":"blob"}}},"output":{"type":"structure","members":{"registryId":{},"repositoryName":{},"uploadId":{},"lastByteReceived":{"type":"long"}}}},"ValidatePullThroughCacheRule":{"input":{"type":"structure","required":["ecrRepositoryPrefix"],"members":{"ecrRepositoryPrefix":{},"registryId":{}}},"output":{"type":"structure","members":{"ecrRepositoryPrefix":{},"registryId":{},"upstreamRegistryUrl":{},"credentialArn":{},"isValid":{"type":"boolean"},"failure":{}}}}},"shapes":{"Si":{"type":"list","member":{"shape":"Sj"}},"Sj":{"type":"structure","members":{"imageDigest":{},"imageTag":{}}},"Sn":{"type":"list","member":{"type":"structure","members":{"imageId":{"shape":"Sj"},"failureCode":{},"failureReason":{}}}},"Sv":{"type":"structure","members":{"registryId":{},"repositoryName":{},"imageId":{"shape":"Sj"},"imageManifest":{},"imageManifestMediaType":{}}},"S15":{"type":"list","member":{"type":"structure","required":["filter","filterType"],"members":{"filter":{},"filterType":{}}}},"S1p":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"S1u":{"type":"structure","members":{"scanOnPush":{"type":"boolean"}}},"S1v":{"type":"structure","required":["encryptionType"],"members":{"encryptionType":{},"kmsKey":{}}},"S1z":{"type":"structure","members":{"repositoryArn":{},"registryId":{},"repositoryName":{},"repositoryUri":{},"createdAt":{"type":"timestamp"},"imageTagMutability":{},"imageScanningConfiguration":{"shape":"S1u"},"encryptionConfiguration":{"shape":"S1v"}}},"S2q":{"type":"structure","members":{"status":{},"description":{}}},"S2w":{"type":"map","key":{},"value":{"type":"integer"}},"S4o":{"type":"list","member":{}},"S51":{"type":"structure","required":["rules"],"members":{"rules":{"type":"list","member":{"type":"structure","required":["destinations"],"members":{"destinations":{"type":"list","member":{"type":"structure","required":["region","registryId"],"members":{"region":{},"registryId":{}}}},"repositoryFilters":{"type":"list","member":{"type":"structure","required":["filter","filterType"],"members":{"filter":{},"filterType":{}}}}}}}}},"S66":{"type":"structure","members":{"scanType":{},"rules":{"shape":"S68"}}},"S68":{"type":"list","member":{"type":"structure","required":["scanFrequency","repositoryFilters"],"members":{"scanFrequency":{},"repositoryFilters":{"shape":"S15"}}}}}} /***/ }), /* 199 */ @@ -64428,7 +64428,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 1303 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-02-03","auth":["aws.auth#sigv4"],"endpointPrefix":"dataplane.payment-cryptography","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"Payment Cryptography Data Plane","serviceId":"Payment Cryptography Data","signatureVersion":"v4","signingName":"payment-cryptography","uid":"payment-cryptography-data-2022-02-03"},"operations":{"DecryptData":{"http":{"requestUri":"/keys/{KeyIdentifier}/decrypt","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","CipherText","DecryptionAttributes"],"members":{"KeyIdentifier":{"location":"uri","locationName":"KeyIdentifier"},"CipherText":{"shape":"S3"},"DecryptionAttributes":{"shape":"S4"},"WrappedKey":{"shape":"Sl"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue","PlainText"],"members":{"KeyArn":{},"KeyCheckValue":{},"PlainText":{"shape":"S3"}}}},"EncryptData":{"http":{"requestUri":"/keys/{KeyIdentifier}/encrypt","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","PlainText","EncryptionAttributes"],"members":{"KeyIdentifier":{"location":"uri","locationName":"KeyIdentifier"},"PlainText":{"type":"string","sensitive":true},"EncryptionAttributes":{"shape":"S4"},"WrappedKey":{"shape":"Sl"}}},"output":{"type":"structure","required":["KeyArn","CipherText"],"members":{"KeyArn":{},"KeyCheckValue":{},"CipherText":{"shape":"S3"}}}},"GenerateCardValidationData":{"http":{"requestUri":"/cardvalidationdata/generate","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","PrimaryAccountNumber","GenerationAttributes"],"members":{"KeyIdentifier":{},"PrimaryAccountNumber":{"shape":"Sh"},"GenerationAttributes":{"type":"structure","members":{"AmexCardSecurityCodeVersion1":{"shape":"Sx"},"AmexCardSecurityCodeVersion2":{"shape":"Sz"},"CardVerificationValue1":{"shape":"S11"},"CardVerificationValue2":{"shape":"S12"},"CardHolderVerificationValue":{"shape":"S13"},"DynamicCardVerificationCode":{"shape":"S16"},"DynamicCardVerificationValue":{"shape":"S18"}},"union":true},"ValidationDataLength":{"type":"integer"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue","ValidationData"],"members":{"KeyArn":{},"KeyCheckValue":{},"ValidationData":{}}}},"GenerateMac":{"http":{"requestUri":"/mac/generate","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","MessageData","GenerationAttributes"],"members":{"KeyIdentifier":{},"MessageData":{"shape":"S1d"},"GenerationAttributes":{"shape":"S1e"},"MacLength":{"type":"integer"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue","Mac"],"members":{"KeyArn":{},"KeyCheckValue":{},"Mac":{}}}},"GeneratePinData":{"http":{"requestUri":"/pindata/generate","responseCode":200},"input":{"type":"structure","required":["GenerationKeyIdentifier","EncryptionKeyIdentifier","GenerationAttributes","PrimaryAccountNumber","PinBlockFormat"],"members":{"GenerationKeyIdentifier":{},"EncryptionKeyIdentifier":{},"GenerationAttributes":{"type":"structure","members":{"VisaPin":{"type":"structure","required":["PinVerificationKeyIndex"],"members":{"PinVerificationKeyIndex":{"type":"integer"}}},"VisaPinVerificationValue":{"type":"structure","required":["EncryptedPinBlock","PinVerificationKeyIndex"],"members":{"EncryptedPinBlock":{},"PinVerificationKeyIndex":{"type":"integer"}}},"Ibm3624PinOffset":{"type":"structure","required":["EncryptedPinBlock","DecimalizationTable","PinValidationDataPadCharacter","PinValidationData"],"members":{"EncryptedPinBlock":{},"DecimalizationTable":{},"PinValidationDataPadCharacter":{},"PinValidationData":{}}},"Ibm3624NaturalPin":{"type":"structure","required":["DecimalizationTable","PinValidationDataPadCharacter","PinValidationData"],"members":{"DecimalizationTable":{},"PinValidationDataPadCharacter":{},"PinValidationData":{}}},"Ibm3624RandomPin":{"type":"structure","required":["DecimalizationTable","PinValidationDataPadCharacter","PinValidationData"],"members":{"DecimalizationTable":{},"PinValidationDataPadCharacter":{},"PinValidationData":{}}},"Ibm3624PinFromOffset":{"type":"structure","required":["DecimalizationTable","PinValidationDataPadCharacter","PinValidationData","PinOffset"],"members":{"DecimalizationTable":{},"PinValidationDataPadCharacter":{},"PinValidationData":{},"PinOffset":{}}}},"union":true},"PinDataLength":{"type":"integer"},"PrimaryAccountNumber":{"shape":"Sh"},"PinBlockFormat":{}}},"output":{"type":"structure","required":["GenerationKeyArn","GenerationKeyCheckValue","EncryptionKeyArn","EncryptionKeyCheckValue","EncryptedPinBlock","PinData"],"members":{"GenerationKeyArn":{},"GenerationKeyCheckValue":{},"EncryptionKeyArn":{},"EncryptionKeyCheckValue":{},"EncryptedPinBlock":{},"PinData":{"type":"structure","members":{"PinOffset":{},"VerificationValue":{}},"union":true}}}},"ReEncryptData":{"http":{"requestUri":"/keys/{IncomingKeyIdentifier}/reencrypt","responseCode":200},"input":{"type":"structure","required":["IncomingKeyIdentifier","OutgoingKeyIdentifier","CipherText","IncomingEncryptionAttributes","OutgoingEncryptionAttributes"],"members":{"IncomingKeyIdentifier":{"location":"uri","locationName":"IncomingKeyIdentifier"},"OutgoingKeyIdentifier":{},"CipherText":{"shape":"S3"},"IncomingEncryptionAttributes":{"shape":"S27"},"OutgoingEncryptionAttributes":{"shape":"S27"},"IncomingWrappedKey":{"shape":"Sl"},"OutgoingWrappedKey":{"shape":"Sl"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue","CipherText"],"members":{"KeyArn":{},"KeyCheckValue":{},"CipherText":{"shape":"S3"}}}},"TranslatePinData":{"http":{"requestUri":"/pindata/translate","responseCode":200},"input":{"type":"structure","required":["IncomingKeyIdentifier","OutgoingKeyIdentifier","IncomingTranslationAttributes","OutgoingTranslationAttributes","EncryptedPinBlock"],"members":{"IncomingKeyIdentifier":{},"OutgoingKeyIdentifier":{},"IncomingTranslationAttributes":{"shape":"S2a"},"OutgoingTranslationAttributes":{"shape":"S2a"},"EncryptedPinBlock":{"type":"string","sensitive":true},"IncomingDukptAttributes":{"shape":"S2e"},"OutgoingDukptAttributes":{"shape":"S2e"},"IncomingWrappedKey":{"shape":"Sl"},"OutgoingWrappedKey":{"shape":"Sl"}}},"output":{"type":"structure","required":["PinBlock","KeyArn","KeyCheckValue"],"members":{"PinBlock":{},"KeyArn":{},"KeyCheckValue":{}}}},"VerifyAuthRequestCryptogram":{"http":{"requestUri":"/cryptogram/verify","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","TransactionData","AuthRequestCryptogram","MajorKeyDerivationMode","SessionKeyDerivationAttributes"],"members":{"KeyIdentifier":{},"TransactionData":{},"AuthRequestCryptogram":{},"MajorKeyDerivationMode":{},"SessionKeyDerivationAttributes":{"type":"structure","members":{"EmvCommon":{"type":"structure","required":["PrimaryAccountNumber","PanSequenceNumber","ApplicationTransactionCounter"],"members":{"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{},"ApplicationTransactionCounter":{}}},"Mastercard":{"type":"structure","required":["PrimaryAccountNumber","PanSequenceNumber","ApplicationTransactionCounter","UnpredictableNumber"],"members":{"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{},"ApplicationTransactionCounter":{},"UnpredictableNumber":{}}},"Emv2000":{"type":"structure","required":["PrimaryAccountNumber","PanSequenceNumber","ApplicationTransactionCounter"],"members":{"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{},"ApplicationTransactionCounter":{}}},"Amex":{"type":"structure","required":["PrimaryAccountNumber","PanSequenceNumber"],"members":{"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{}}},"Visa":{"type":"structure","required":["PrimaryAccountNumber","PanSequenceNumber"],"members":{"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{}}}},"union":true},"AuthResponseAttributes":{"type":"structure","members":{"ArpcMethod1":{"type":"structure","required":["AuthResponseCode"],"members":{"AuthResponseCode":{}}},"ArpcMethod2":{"type":"structure","required":["CardStatusUpdate"],"members":{"CardStatusUpdate":{},"ProprietaryAuthenticationData":{}}}},"union":true}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue"],"members":{"KeyArn":{},"KeyCheckValue":{},"AuthResponseValue":{}}}},"VerifyCardValidationData":{"http":{"requestUri":"/cardvalidationdata/verify","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","PrimaryAccountNumber","VerificationAttributes","ValidationData"],"members":{"KeyIdentifier":{},"PrimaryAccountNumber":{"shape":"Sh"},"VerificationAttributes":{"type":"structure","members":{"AmexCardSecurityCodeVersion1":{"shape":"Sx"},"AmexCardSecurityCodeVersion2":{"shape":"Sz"},"CardVerificationValue1":{"shape":"S11"},"CardVerificationValue2":{"shape":"S12"},"CardHolderVerificationValue":{"shape":"S13"},"DynamicCardVerificationCode":{"shape":"S16"},"DynamicCardVerificationValue":{"shape":"S18"},"DiscoverDynamicCardVerificationCode":{"type":"structure","required":["CardExpiryDate","UnpredictableNumber","ApplicationTransactionCounter"],"members":{"CardExpiryDate":{},"UnpredictableNumber":{},"ApplicationTransactionCounter":{}}}},"union":true},"ValidationData":{}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue"],"members":{"KeyArn":{},"KeyCheckValue":{}}}},"VerifyMac":{"http":{"requestUri":"/mac/verify","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","MessageData","Mac","VerificationAttributes"],"members":{"KeyIdentifier":{},"MessageData":{"shape":"S1d"},"Mac":{"type":"string","sensitive":true},"VerificationAttributes":{"shape":"S1e"},"MacLength":{"type":"integer"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue"],"members":{"KeyArn":{},"KeyCheckValue":{}}}},"VerifyPinData":{"http":{"requestUri":"/pindata/verify","responseCode":200},"input":{"type":"structure","required":["VerificationKeyIdentifier","EncryptionKeyIdentifier","VerificationAttributes","EncryptedPinBlock","PrimaryAccountNumber","PinBlockFormat"],"members":{"VerificationKeyIdentifier":{},"EncryptionKeyIdentifier":{},"VerificationAttributes":{"type":"structure","members":{"VisaPin":{"type":"structure","required":["PinVerificationKeyIndex","VerificationValue"],"members":{"PinVerificationKeyIndex":{"type":"integer"},"VerificationValue":{}}},"Ibm3624Pin":{"type":"structure","required":["DecimalizationTable","PinValidationDataPadCharacter","PinValidationData","PinOffset"],"members":{"DecimalizationTable":{},"PinValidationDataPadCharacter":{},"PinValidationData":{},"PinOffset":{}}}},"union":true},"EncryptedPinBlock":{},"PrimaryAccountNumber":{"shape":"Sh"},"PinBlockFormat":{},"PinDataLength":{"type":"integer"},"DukptAttributes":{"type":"structure","required":["KeySerialNumber","DukptDerivationType"],"members":{"KeySerialNumber":{},"DukptDerivationType":{}}}}},"output":{"type":"structure","required":["VerificationKeyArn","VerificationKeyCheckValue","EncryptionKeyArn","EncryptionKeyCheckValue"],"members":{"VerificationKeyArn":{},"VerificationKeyCheckValue":{},"EncryptionKeyArn":{},"EncryptionKeyCheckValue":{}}}}},"shapes":{"S3":{"type":"string","sensitive":true},"S4":{"type":"structure","members":{"Symmetric":{"shape":"S5"},"Asymmetric":{"type":"structure","members":{"PaddingType":{}}},"Dukpt":{"shape":"Sa"},"Emv":{"type":"structure","required":["MajorKeyDerivationMode","PrimaryAccountNumber","PanSequenceNumber","SessionDerivationData"],"members":{"MajorKeyDerivationMode":{},"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{},"SessionDerivationData":{},"Mode":{},"InitializationVector":{"shape":"S7"}}}},"union":true},"S5":{"type":"structure","required":["Mode"],"members":{"Mode":{},"InitializationVector":{"shape":"S7"},"PaddingType":{}}},"S7":{"type":"string","sensitive":true},"Sa":{"type":"structure","required":["KeySerialNumber"],"members":{"KeySerialNumber":{},"Mode":{},"DukptKeyDerivationType":{},"DukptKeyVariant":{},"InitializationVector":{"shape":"S7"}}},"Sh":{"type":"string","sensitive":true},"Sl":{"type":"structure","required":["WrappedKeyMaterial"],"members":{"WrappedKeyMaterial":{"type":"structure","members":{"Tr31KeyBlock":{"type":"string","sensitive":true}},"union":true},"KeyCheckValueAlgorithm":{}}},"Sx":{"type":"structure","required":["CardExpiryDate"],"members":{"CardExpiryDate":{}}},"Sz":{"type":"structure","required":["CardExpiryDate","ServiceCode"],"members":{"CardExpiryDate":{},"ServiceCode":{}}},"S11":{"type":"structure","required":["CardExpiryDate","ServiceCode"],"members":{"CardExpiryDate":{},"ServiceCode":{}}},"S12":{"type":"structure","required":["CardExpiryDate"],"members":{"CardExpiryDate":{}}},"S13":{"type":"structure","required":["UnpredictableNumber","PanSequenceNumber","ApplicationTransactionCounter"],"members":{"UnpredictableNumber":{},"PanSequenceNumber":{},"ApplicationTransactionCounter":{}}},"S16":{"type":"structure","required":["UnpredictableNumber","PanSequenceNumber","ApplicationTransactionCounter","TrackData"],"members":{"UnpredictableNumber":{},"PanSequenceNumber":{},"ApplicationTransactionCounter":{},"TrackData":{}}},"S18":{"type":"structure","required":["PanSequenceNumber","CardExpiryDate","ServiceCode","ApplicationTransactionCounter"],"members":{"PanSequenceNumber":{},"CardExpiryDate":{},"ServiceCode":{},"ApplicationTransactionCounter":{}}},"S1d":{"type":"string","sensitive":true},"S1e":{"type":"structure","members":{"Algorithm":{},"EmvMac":{"type":"structure","required":["MajorKeyDerivationMode","PrimaryAccountNumber","PanSequenceNumber","SessionKeyDerivationMode","SessionKeyDerivationValue"],"members":{"MajorKeyDerivationMode":{},"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{},"SessionKeyDerivationMode":{},"SessionKeyDerivationValue":{"type":"structure","members":{"ApplicationCryptogram":{},"ApplicationTransactionCounter":{}},"union":true}}},"DukptIso9797Algorithm1":{"shape":"S1k"},"DukptIso9797Algorithm3":{"shape":"S1k"},"DukptCmac":{"shape":"S1k"}},"union":true},"S1k":{"type":"structure","required":["KeySerialNumber","DukptKeyVariant"],"members":{"KeySerialNumber":{},"DukptKeyVariant":{},"DukptDerivationType":{}}},"S27":{"type":"structure","members":{"Symmetric":{"shape":"S5"},"Dukpt":{"shape":"Sa"}},"union":true},"S2a":{"type":"structure","members":{"IsoFormat0":{"shape":"S2b"},"IsoFormat1":{"type":"structure","members":{}},"IsoFormat3":{"shape":"S2b"},"IsoFormat4":{"shape":"S2b"}},"union":true},"S2b":{"type":"structure","required":["PrimaryAccountNumber"],"members":{"PrimaryAccountNumber":{"shape":"Sh"}}},"S2e":{"type":"structure","required":["KeySerialNumber"],"members":{"KeySerialNumber":{},"DukptKeyDerivationType":{},"DukptKeyVariant":{}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-02-03","auth":["aws.auth#sigv4"],"endpointPrefix":"dataplane.payment-cryptography","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"Payment Cryptography Data Plane","serviceId":"Payment Cryptography Data","signatureVersion":"v4","signingName":"payment-cryptography","uid":"payment-cryptography-data-2022-02-03"},"operations":{"DecryptData":{"http":{"requestUri":"/keys/{KeyIdentifier}/decrypt","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","CipherText","DecryptionAttributes"],"members":{"KeyIdentifier":{"location":"uri","locationName":"KeyIdentifier"},"CipherText":{"shape":"S3"},"DecryptionAttributes":{"shape":"S4"},"WrappedKey":{"shape":"Sl"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue","PlainText"],"members":{"KeyArn":{},"KeyCheckValue":{},"PlainText":{"type":"string","sensitive":true}}}},"EncryptData":{"http":{"requestUri":"/keys/{KeyIdentifier}/encrypt","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","PlainText","EncryptionAttributes"],"members":{"KeyIdentifier":{"location":"uri","locationName":"KeyIdentifier"},"PlainText":{"type":"string","sensitive":true},"EncryptionAttributes":{"shape":"S4"},"WrappedKey":{"shape":"Sl"}}},"output":{"type":"structure","required":["KeyArn","CipherText"],"members":{"KeyArn":{},"KeyCheckValue":{},"CipherText":{"shape":"S3"}}}},"GenerateCardValidationData":{"http":{"requestUri":"/cardvalidationdata/generate","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","PrimaryAccountNumber","GenerationAttributes"],"members":{"KeyIdentifier":{},"PrimaryAccountNumber":{"shape":"Sh"},"GenerationAttributes":{"type":"structure","members":{"AmexCardSecurityCodeVersion1":{"shape":"Sy"},"AmexCardSecurityCodeVersion2":{"shape":"S10"},"CardVerificationValue1":{"shape":"S12"},"CardVerificationValue2":{"shape":"S13"},"CardHolderVerificationValue":{"shape":"S14"},"DynamicCardVerificationCode":{"shape":"S17"},"DynamicCardVerificationValue":{"shape":"S19"}},"union":true},"ValidationDataLength":{"type":"integer"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue","ValidationData"],"members":{"KeyArn":{},"KeyCheckValue":{},"ValidationData":{"shape":"S1c"}}}},"GenerateMac":{"http":{"requestUri":"/mac/generate","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","MessageData","GenerationAttributes"],"members":{"KeyIdentifier":{},"MessageData":{"shape":"S1e"},"GenerationAttributes":{"shape":"S1f"},"MacLength":{"type":"integer"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue","Mac"],"members":{"KeyArn":{},"KeyCheckValue":{},"Mac":{"type":"string","sensitive":true}}}},"GeneratePinData":{"http":{"requestUri":"/pindata/generate","responseCode":200},"input":{"type":"structure","required":["GenerationKeyIdentifier","EncryptionKeyIdentifier","GenerationAttributes","PrimaryAccountNumber","PinBlockFormat"],"members":{"GenerationKeyIdentifier":{},"EncryptionKeyIdentifier":{},"GenerationAttributes":{"type":"structure","members":{"VisaPin":{"type":"structure","required":["PinVerificationKeyIndex"],"members":{"PinVerificationKeyIndex":{"type":"integer"}}},"VisaPinVerificationValue":{"type":"structure","required":["EncryptedPinBlock","PinVerificationKeyIndex"],"members":{"EncryptedPinBlock":{"shape":"S1v"},"PinVerificationKeyIndex":{"type":"integer"}}},"Ibm3624PinOffset":{"type":"structure","required":["EncryptedPinBlock","DecimalizationTable","PinValidationDataPadCharacter","PinValidationData"],"members":{"EncryptedPinBlock":{"shape":"S1v"},"DecimalizationTable":{"shape":"S1x"},"PinValidationDataPadCharacter":{},"PinValidationData":{"shape":"S1z"}}},"Ibm3624NaturalPin":{"type":"structure","required":["DecimalizationTable","PinValidationDataPadCharacter","PinValidationData"],"members":{"DecimalizationTable":{"shape":"S1x"},"PinValidationDataPadCharacter":{},"PinValidationData":{"shape":"S1z"}}},"Ibm3624RandomPin":{"type":"structure","required":["DecimalizationTable","PinValidationDataPadCharacter","PinValidationData"],"members":{"DecimalizationTable":{"shape":"S1x"},"PinValidationDataPadCharacter":{},"PinValidationData":{"shape":"S1z"}}},"Ibm3624PinFromOffset":{"type":"structure","required":["DecimalizationTable","PinValidationDataPadCharacter","PinValidationData","PinOffset"],"members":{"DecimalizationTable":{"shape":"S1x"},"PinValidationDataPadCharacter":{},"PinValidationData":{"shape":"S1z"},"PinOffset":{"shape":"S23"}}}},"union":true},"PinDataLength":{"type":"integer"},"PrimaryAccountNumber":{"shape":"Sh"},"PinBlockFormat":{}}},"output":{"type":"structure","required":["GenerationKeyArn","GenerationKeyCheckValue","EncryptionKeyArn","EncryptionKeyCheckValue","EncryptedPinBlock","PinData"],"members":{"GenerationKeyArn":{},"GenerationKeyCheckValue":{},"EncryptionKeyArn":{},"EncryptionKeyCheckValue":{},"EncryptedPinBlock":{"shape":"S1v"},"PinData":{"type":"structure","members":{"PinOffset":{"shape":"S23"},"VerificationValue":{"shape":"S28"}},"union":true}}}},"ReEncryptData":{"http":{"requestUri":"/keys/{IncomingKeyIdentifier}/reencrypt","responseCode":200},"input":{"type":"structure","required":["IncomingKeyIdentifier","OutgoingKeyIdentifier","CipherText","IncomingEncryptionAttributes","OutgoingEncryptionAttributes"],"members":{"IncomingKeyIdentifier":{"location":"uri","locationName":"IncomingKeyIdentifier"},"OutgoingKeyIdentifier":{},"CipherText":{"shape":"S3"},"IncomingEncryptionAttributes":{"shape":"S2a"},"OutgoingEncryptionAttributes":{"shape":"S2a"},"IncomingWrappedKey":{"shape":"Sl"},"OutgoingWrappedKey":{"shape":"Sl"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue","CipherText"],"members":{"KeyArn":{},"KeyCheckValue":{},"CipherText":{"shape":"S3"}}}},"TranslatePinData":{"http":{"requestUri":"/pindata/translate","responseCode":200},"input":{"type":"structure","required":["IncomingKeyIdentifier","OutgoingKeyIdentifier","IncomingTranslationAttributes","OutgoingTranslationAttributes","EncryptedPinBlock"],"members":{"IncomingKeyIdentifier":{},"OutgoingKeyIdentifier":{},"IncomingTranslationAttributes":{"shape":"S2d"},"OutgoingTranslationAttributes":{"shape":"S2d"},"EncryptedPinBlock":{"type":"string","sensitive":true},"IncomingDukptAttributes":{"shape":"S2h"},"OutgoingDukptAttributes":{"shape":"S2h"},"IncomingWrappedKey":{"shape":"Sl"},"OutgoingWrappedKey":{"shape":"Sl"}}},"output":{"type":"structure","required":["PinBlock","KeyArn","KeyCheckValue"],"members":{"PinBlock":{"shape":"S1v"},"KeyArn":{},"KeyCheckValue":{}}}},"VerifyAuthRequestCryptogram":{"http":{"requestUri":"/cryptogram/verify","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","TransactionData","AuthRequestCryptogram","MajorKeyDerivationMode","SessionKeyDerivationAttributes"],"members":{"KeyIdentifier":{},"TransactionData":{"type":"string","sensitive":true},"AuthRequestCryptogram":{"type":"string","sensitive":true},"MajorKeyDerivationMode":{},"SessionKeyDerivationAttributes":{"type":"structure","members":{"EmvCommon":{"type":"structure","required":["PrimaryAccountNumber","PanSequenceNumber","ApplicationTransactionCounter"],"members":{"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{},"ApplicationTransactionCounter":{}}},"Mastercard":{"type":"structure","required":["PrimaryAccountNumber","PanSequenceNumber","ApplicationTransactionCounter","UnpredictableNumber"],"members":{"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{},"ApplicationTransactionCounter":{},"UnpredictableNumber":{}}},"Emv2000":{"type":"structure","required":["PrimaryAccountNumber","PanSequenceNumber","ApplicationTransactionCounter"],"members":{"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{},"ApplicationTransactionCounter":{}}},"Amex":{"type":"structure","required":["PrimaryAccountNumber","PanSequenceNumber"],"members":{"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{}}},"Visa":{"type":"structure","required":["PrimaryAccountNumber","PanSequenceNumber"],"members":{"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{}}}},"union":true},"AuthResponseAttributes":{"type":"structure","members":{"ArpcMethod1":{"type":"structure","required":["AuthResponseCode"],"members":{"AuthResponseCode":{}}},"ArpcMethod2":{"type":"structure","required":["CardStatusUpdate"],"members":{"CardStatusUpdate":{},"ProprietaryAuthenticationData":{"type":"string","sensitive":true}}}},"union":true}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue"],"members":{"KeyArn":{},"KeyCheckValue":{},"AuthResponseValue":{"type":"string","sensitive":true}}}},"VerifyCardValidationData":{"http":{"requestUri":"/cardvalidationdata/verify","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","PrimaryAccountNumber","VerificationAttributes","ValidationData"],"members":{"KeyIdentifier":{},"PrimaryAccountNumber":{"shape":"Sh"},"VerificationAttributes":{"type":"structure","members":{"AmexCardSecurityCodeVersion1":{"shape":"Sy"},"AmexCardSecurityCodeVersion2":{"shape":"S10"},"CardVerificationValue1":{"shape":"S12"},"CardVerificationValue2":{"shape":"S13"},"CardHolderVerificationValue":{"shape":"S14"},"DynamicCardVerificationCode":{"shape":"S17"},"DynamicCardVerificationValue":{"shape":"S19"},"DiscoverDynamicCardVerificationCode":{"type":"structure","required":["CardExpiryDate","UnpredictableNumber","ApplicationTransactionCounter"],"members":{"CardExpiryDate":{"shape":"Sz"},"UnpredictableNumber":{},"ApplicationTransactionCounter":{}}}},"union":true},"ValidationData":{"shape":"S1c"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue"],"members":{"KeyArn":{},"KeyCheckValue":{}}}},"VerifyMac":{"http":{"requestUri":"/mac/verify","responseCode":200},"input":{"type":"structure","required":["KeyIdentifier","MessageData","Mac","VerificationAttributes"],"members":{"KeyIdentifier":{},"MessageData":{"shape":"S1e"},"Mac":{"type":"string","sensitive":true},"VerificationAttributes":{"shape":"S1f"},"MacLength":{"type":"integer"}}},"output":{"type":"structure","required":["KeyArn","KeyCheckValue"],"members":{"KeyArn":{},"KeyCheckValue":{}}}},"VerifyPinData":{"http":{"requestUri":"/pindata/verify","responseCode":200},"input":{"type":"structure","required":["VerificationKeyIdentifier","EncryptionKeyIdentifier","VerificationAttributes","EncryptedPinBlock","PrimaryAccountNumber","PinBlockFormat"],"members":{"VerificationKeyIdentifier":{},"EncryptionKeyIdentifier":{},"VerificationAttributes":{"type":"structure","members":{"VisaPin":{"type":"structure","required":["PinVerificationKeyIndex","VerificationValue"],"members":{"PinVerificationKeyIndex":{"type":"integer"},"VerificationValue":{"shape":"S28"}}},"Ibm3624Pin":{"type":"structure","required":["DecimalizationTable","PinValidationDataPadCharacter","PinValidationData","PinOffset"],"members":{"DecimalizationTable":{"shape":"S1x"},"PinValidationDataPadCharacter":{},"PinValidationData":{"shape":"S1z"},"PinOffset":{"shape":"S23"}}}},"union":true},"EncryptedPinBlock":{"shape":"S1v"},"PrimaryAccountNumber":{"shape":"Sh"},"PinBlockFormat":{},"PinDataLength":{"type":"integer"},"DukptAttributes":{"type":"structure","required":["KeySerialNumber","DukptDerivationType"],"members":{"KeySerialNumber":{},"DukptDerivationType":{}}}}},"output":{"type":"structure","required":["VerificationKeyArn","VerificationKeyCheckValue","EncryptionKeyArn","EncryptionKeyCheckValue"],"members":{"VerificationKeyArn":{},"VerificationKeyCheckValue":{},"EncryptionKeyArn":{},"EncryptionKeyCheckValue":{}}}}},"shapes":{"S3":{"type":"string","sensitive":true},"S4":{"type":"structure","members":{"Symmetric":{"shape":"S5"},"Asymmetric":{"type":"structure","members":{"PaddingType":{}}},"Dukpt":{"shape":"Sa"},"Emv":{"type":"structure","required":["MajorKeyDerivationMode","PrimaryAccountNumber","PanSequenceNumber","SessionDerivationData"],"members":{"MajorKeyDerivationMode":{},"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{},"SessionDerivationData":{"type":"string","sensitive":true},"Mode":{},"InitializationVector":{"shape":"S7"}}}},"union":true},"S5":{"type":"structure","required":["Mode"],"members":{"Mode":{},"InitializationVector":{"shape":"S7"},"PaddingType":{}}},"S7":{"type":"string","sensitive":true},"Sa":{"type":"structure","required":["KeySerialNumber"],"members":{"KeySerialNumber":{},"Mode":{},"DukptKeyDerivationType":{},"DukptKeyVariant":{},"InitializationVector":{"shape":"S7"}}},"Sh":{"type":"string","sensitive":true},"Sl":{"type":"structure","required":["WrappedKeyMaterial"],"members":{"WrappedKeyMaterial":{"type":"structure","members":{"Tr31KeyBlock":{"type":"string","sensitive":true}},"union":true},"KeyCheckValueAlgorithm":{}}},"Sy":{"type":"structure","required":["CardExpiryDate"],"members":{"CardExpiryDate":{"shape":"Sz"}}},"Sz":{"type":"string","sensitive":true},"S10":{"type":"structure","required":["CardExpiryDate","ServiceCode"],"members":{"CardExpiryDate":{"shape":"Sz"},"ServiceCode":{"shape":"S11"}}},"S11":{"type":"string","sensitive":true},"S12":{"type":"structure","required":["CardExpiryDate","ServiceCode"],"members":{"CardExpiryDate":{"shape":"Sz"},"ServiceCode":{"shape":"S11"}}},"S13":{"type":"structure","required":["CardExpiryDate"],"members":{"CardExpiryDate":{"shape":"Sz"}}},"S14":{"type":"structure","required":["UnpredictableNumber","PanSequenceNumber","ApplicationTransactionCounter"],"members":{"UnpredictableNumber":{},"PanSequenceNumber":{},"ApplicationTransactionCounter":{}}},"S17":{"type":"structure","required":["UnpredictableNumber","PanSequenceNumber","ApplicationTransactionCounter","TrackData"],"members":{"UnpredictableNumber":{},"PanSequenceNumber":{},"ApplicationTransactionCounter":{},"TrackData":{"type":"string","sensitive":true}}},"S19":{"type":"structure","required":["PanSequenceNumber","CardExpiryDate","ServiceCode","ApplicationTransactionCounter"],"members":{"PanSequenceNumber":{},"CardExpiryDate":{"shape":"Sz"},"ServiceCode":{"shape":"S11"},"ApplicationTransactionCounter":{}}},"S1c":{"type":"string","sensitive":true},"S1e":{"type":"string","sensitive":true},"S1f":{"type":"structure","members":{"Algorithm":{},"EmvMac":{"type":"structure","required":["MajorKeyDerivationMode","PrimaryAccountNumber","PanSequenceNumber","SessionKeyDerivationMode","SessionKeyDerivationValue"],"members":{"MajorKeyDerivationMode":{},"PrimaryAccountNumber":{"shape":"Sh"},"PanSequenceNumber":{},"SessionKeyDerivationMode":{},"SessionKeyDerivationValue":{"type":"structure","members":{"ApplicationCryptogram":{"type":"string","sensitive":true},"ApplicationTransactionCounter":{}},"union":true}}},"DukptIso9797Algorithm1":{"shape":"S1m"},"DukptIso9797Algorithm3":{"shape":"S1m"},"DukptCmac":{"shape":"S1m"}},"union":true},"S1m":{"type":"structure","required":["KeySerialNumber","DukptKeyVariant"],"members":{"KeySerialNumber":{},"DukptKeyVariant":{},"DukptDerivationType":{}}},"S1v":{"type":"string","sensitive":true},"S1x":{"type":"string","sensitive":true},"S1z":{"type":"string","sensitive":true},"S23":{"type":"string","sensitive":true},"S28":{"type":"string","sensitive":true},"S2a":{"type":"structure","members":{"Symmetric":{"shape":"S5"},"Dukpt":{"shape":"Sa"}},"union":true},"S2d":{"type":"structure","members":{"IsoFormat0":{"shape":"S2e"},"IsoFormat1":{"type":"structure","members":{}},"IsoFormat3":{"shape":"S2e"},"IsoFormat4":{"shape":"S2e"}},"union":true},"S2e":{"type":"structure","required":["PrimaryAccountNumber"],"members":{"PrimaryAccountNumber":{"shape":"Sh"}}},"S2h":{"type":"structure","required":["KeySerialNumber"],"members":{"KeySerialNumber":{},"DukptKeyDerivationType":{},"DukptKeyVariant":{}}}}} /***/ }), /* 1304 */ @@ -65355,7 +65355,7 @@ return /******/ (function(modules) { // webpackBootstrap /* 1384 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-11-27","auth":["aws.auth#sigv4"],"endpointPrefix":"qbusiness","protocol":"rest-json","protocolSettings":{"h2":"eventstream"},"protocols":["rest-json"],"serviceFullName":"QBusiness","serviceId":"QBusiness","signatureVersion":"v4","signingName":"qbusiness","uid":"qbusiness-2023-11-27"},"operations":{"BatchDeleteDocument":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/documents/delete","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","documents"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"documents":{"type":"list","member":{"type":"structure","required":["documentId"],"members":{"documentId":{}}}},"dataSourceSyncId":{}}},"output":{"type":"structure","members":{"failedDocuments":{"shape":"S9"}}}},"BatchPutDocument":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/documents","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","documents"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"documents":{"type":"list","member":{"type":"structure","required":["id"],"members":{"id":{},"attributes":{"type":"list","member":{"shape":"Sj"}},"content":{"type":"structure","members":{"blob":{"type":"blob"},"s3":{"shape":"St"}},"union":true},"contentType":{},"title":{},"accessConfiguration":{"type":"structure","required":["accessControls"],"members":{"accessControls":{"type":"list","member":{"type":"structure","required":["principals"],"members":{"principals":{"type":"list","member":{"type":"structure","members":{"user":{"type":"structure","required":["access"],"members":{"id":{},"access":{},"membershipType":{}}},"group":{"type":"structure","required":["access"],"members":{"name":{},"access":{},"membershipType":{}}}},"union":true}},"memberRelation":{}}}},"memberRelation":{}}},"documentEnrichmentConfiguration":{"shape":"S1a"}}}},"roleArn":{},"dataSourceSyncId":{}}},"output":{"type":"structure","members":{"failedDocuments":{"shape":"S9"}}}},"ChatSync":{"http":{"requestUri":"/applications/{applicationId}/conversations?sync","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"querystring","locationName":"userId"},"userGroups":{"shape":"S1n","location":"querystring","locationName":"userGroups"},"userMessage":{},"attachments":{"type":"list","member":{"type":"structure","required":["name","data"],"members":{"name":{},"data":{"type":"blob"}}}},"actionExecution":{"shape":"S1s"},"authChallengeResponse":{"type":"structure","required":["responseMap"],"members":{"responseMap":{"type":"map","key":{},"value":{}}}},"conversationId":{},"parentMessageId":{},"attributeFilter":{"shape":"S25"},"chatMode":{},"chatModeConfiguration":{"type":"structure","members":{"pluginConfiguration":{"type":"structure","required":["pluginId"],"members":{"pluginId":{}}}},"union":true},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"conversationId":{},"systemMessage":{},"systemMessageId":{},"userMessageId":{},"actionReview":{"shape":"S2c"},"authChallengeRequest":{"type":"structure","required":["authorizationUrl"],"members":{"authorizationUrl":{}}},"sourceAttributions":{"shape":"S2n"},"failedAttachments":{"shape":"S2t"}}}},"CreateApplication":{"http":{"requestUri":"/applications","responseCode":200},"input":{"type":"structure","required":["displayName"],"members":{"displayName":{},"roleArn":{},"identityCenterInstanceArn":{},"description":{},"encryptionConfiguration":{"shape":"S30"},"tags":{"shape":"S32"},"clientToken":{"idempotencyToken":true},"attachmentsConfiguration":{"shape":"S36"},"qAppsConfiguration":{"shape":"S38"}}},"output":{"type":"structure","members":{"applicationId":{},"applicationArn":{}}},"idempotent":true},"CreateDataSource":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/datasources","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","displayName","configuration"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"displayName":{},"configuration":{"shape":"S3e"},"vpcConfiguration":{"shape":"S3f"},"description":{},"tags":{"shape":"S32"},"syncSchedule":{},"roleArn":{},"clientToken":{"idempotencyToken":true},"documentEnrichmentConfiguration":{"shape":"S1a"}}},"output":{"type":"structure","members":{"dataSourceId":{},"dataSourceArn":{}}},"idempotent":true},"CreateIndex":{"http":{"requestUri":"/applications/{applicationId}/indices","responseCode":200},"input":{"type":"structure","required":["applicationId","displayName"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"displayName":{},"type":{},"description":{},"tags":{"shape":"S32"},"capacityConfiguration":{"shape":"S3q"},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"indexId":{},"indexArn":{}}}},"CreatePlugin":{"http":{"requestUri":"/applications/{applicationId}/plugins","responseCode":200},"input":{"type":"structure","required":["applicationId","displayName","type","authConfiguration"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"displayName":{},"type":{},"authConfiguration":{"shape":"S3w"},"serverUrl":{},"customPluginConfiguration":{"shape":"S41"},"tags":{"shape":"S32"},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"pluginId":{},"pluginArn":{},"buildStatus":{}}},"idempotent":true},"CreateRetriever":{"http":{"requestUri":"/applications/{applicationId}/retrievers","responseCode":200},"input":{"type":"structure","required":["applicationId","type","displayName","configuration"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"type":{},"displayName":{},"configuration":{"shape":"S4c"},"roleArn":{},"clientToken":{"idempotencyToken":true},"tags":{"shape":"S32"}}},"output":{"type":"structure","members":{"retrieverId":{},"retrieverArn":{}}}},"CreateUser":{"http":{"requestUri":"/applications/{applicationId}/users","responseCode":200},"input":{"type":"structure","required":["applicationId","userId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{},"userAliases":{"type":"list","member":{"shape":"S4w"}},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{}},"idempotent":true},"CreateWebExperience":{"http":{"requestUri":"/applications/{applicationId}/experiences","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"title":{},"subtitle":{},"welcomeMessage":{},"samplePromptsControlMode":{},"roleArn":{},"tags":{"shape":"S32"},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"webExperienceId":{},"webExperienceArn":{}}}},"DeleteApplication":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteChatControlsConfiguration":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/chatcontrols","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConversation":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/conversations/{conversationId}","responseCode":200},"input":{"type":"structure","required":["conversationId","applicationId"],"members":{"conversationId":{"location":"uri","locationName":"conversationId"},"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"querystring","locationName":"userId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","dataSourceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteGroup":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/indices/{indexId}/groups/{groupName}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","groupName"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"groupName":{"location":"uri","locationName":"groupName"},"dataSourceId":{"location":"querystring","locationName":"dataSourceId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteIndex":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/indices/{indexId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeletePlugin":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/plugins/{pluginId}","responseCode":200},"input":{"type":"structure","required":["applicationId","pluginId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"pluginId":{"location":"uri","locationName":"pluginId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteRetriever":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/retrievers/{retrieverId}","responseCode":200},"input":{"type":"structure","required":["applicationId","retrieverId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"retrieverId":{"location":"uri","locationName":"retrieverId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteUser":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/users/{userId}","responseCode":200},"input":{"type":"structure","required":["applicationId","userId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"uri","locationName":"userId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteWebExperience":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/experiences/{webExperienceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","webExperienceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"webExperienceId":{"location":"uri","locationName":"webExperienceId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetApplication":{"http":{"method":"GET","requestUri":"/applications/{applicationId}","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","members":{"displayName":{},"applicationId":{},"applicationArn":{},"identityCenterApplicationArn":{},"roleArn":{},"status":{},"description":{},"encryptionConfiguration":{"shape":"S30"},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"error":{"shape":"Sb"},"attachmentsConfiguration":{"type":"structure","members":{"attachmentsControlMode":{}}},"qAppsConfiguration":{"shape":"S38"}}}},"GetChatControlsConfiguration":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/chatcontrols","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"responseScope":{},"blockedPhrases":{"type":"structure","members":{"blockedPhrases":{"shape":"S61"},"systemMessageOverride":{}}},"topicConfigurations":{"shape":"S64"},"creatorModeConfiguration":{"type":"structure","required":["creatorModeControl"],"members":{"creatorModeControl":{}}},"nextToken":{}}}},"GetDataSource":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","dataSourceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"}}},"output":{"type":"structure","members":{"applicationId":{},"indexId":{},"dataSourceId":{},"dataSourceArn":{},"displayName":{},"type":{},"configuration":{"shape":"S3e"},"vpcConfiguration":{"shape":"S3f"},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"description":{},"status":{},"syncSchedule":{},"roleArn":{},"error":{"shape":"Sb"},"documentEnrichmentConfiguration":{"shape":"S1a"}}}},"GetGroup":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/groups/{groupName}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","groupName"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"groupName":{"location":"uri","locationName":"groupName"},"dataSourceId":{"location":"querystring","locationName":"dataSourceId"}}},"output":{"type":"structure","members":{"status":{"shape":"S6r"},"statusHistory":{"type":"list","member":{"shape":"S6r"}}}}},"GetIndex":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{"applicationId":{},"indexId":{},"displayName":{},"type":{},"indexArn":{},"status":{},"description":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"capacityConfiguration":{"shape":"S3q"},"documentAttributeConfigurations":{"shape":"S6x"},"error":{"shape":"Sb"},"indexStatistics":{"type":"structure","members":{"textDocumentStatistics":{"type":"structure","members":{"indexedTextBytes":{"type":"long"},"indexedTextDocumentCount":{"type":"integer"}}}}}}}},"GetPlugin":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/plugins/{pluginId}","responseCode":200},"input":{"type":"structure","required":["applicationId","pluginId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"pluginId":{"location":"uri","locationName":"pluginId"}}},"output":{"type":"structure","members":{"applicationId":{},"pluginId":{},"displayName":{},"type":{},"serverUrl":{},"authConfiguration":{"shape":"S3w"},"customPluginConfiguration":{"shape":"S41"},"buildStatus":{},"pluginArn":{},"state":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"}}}},"GetRetriever":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/retrievers/{retrieverId}","responseCode":200},"input":{"type":"structure","required":["applicationId","retrieverId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"retrieverId":{"location":"uri","locationName":"retrieverId"}}},"output":{"type":"structure","members":{"applicationId":{},"retrieverId":{},"retrieverArn":{},"type":{},"status":{},"displayName":{},"configuration":{"shape":"S4c"},"roleArn":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"}}}},"GetUser":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/users/{userId}","responseCode":200},"input":{"type":"structure","required":["applicationId","userId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"uri","locationName":"userId"}}},"output":{"type":"structure","members":{"userAliases":{"shape":"S7e"}}}},"GetWebExperience":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/experiences/{webExperienceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","webExperienceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"webExperienceId":{"location":"uri","locationName":"webExperienceId"}}},"output":{"type":"structure","members":{"applicationId":{},"webExperienceId":{},"webExperienceArn":{},"defaultEndpoint":{},"status":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"title":{},"subtitle":{},"welcomeMessage":{},"samplePromptsControlMode":{},"roleArn":{},"authenticationConfiguration":{"shape":"S7i","deprecated":true,"deprecatedMessage":"Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management."},"error":{"shape":"Sb"}}}},"ListApplications":{"http":{"method":"GET","requestUri":"/applications","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"applications":{"type":"list","member":{"type":"structure","members":{"displayName":{},"applicationId":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"status":{}}}}}}},"ListConversations":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/conversations","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"querystring","locationName":"userId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"conversations":{"type":"list","member":{"type":"structure","members":{"conversationId":{},"title":{},"startTime":{"type":"timestamp"}}}}}}},"ListDataSourceSyncJobs":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/syncjobs","responseCode":200},"input":{"type":"structure","required":["dataSourceId","applicationId","indexId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"startTime":{"location":"querystring","locationName":"startTime","type":"timestamp"},"endTime":{"location":"querystring","locationName":"endTime","type":"timestamp"},"statusFilter":{"location":"querystring","locationName":"syncStatus"}}},"output":{"type":"structure","members":{"history":{"type":"list","member":{"type":"structure","members":{"executionId":{},"startTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"status":{},"error":{"shape":"Sb"},"dataSourceErrorCode":{},"metrics":{"type":"structure","members":{"documentsAdded":{},"documentsModified":{},"documentsDeleted":{},"documentsFailed":{},"documentsScanned":{}}}}}},"nextToken":{}}}},"ListDataSources":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"dataSources":{"type":"list","member":{"type":"structure","members":{"displayName":{},"dataSourceId":{},"type":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"status":{}}}},"nextToken":{}}}},"ListDocuments":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/index/{indexId}/documents","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"dataSourceIds":{"location":"querystring","locationName":"dataSourceIds","type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"documentDetailList":{"type":"list","member":{"type":"structure","members":{"documentId":{},"status":{},"error":{"shape":"Sb"},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListGroups":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/groups","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","updatedEarlierThan"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"updatedEarlierThan":{"location":"querystring","locationName":"updatedEarlierThan","type":"timestamp"},"dataSourceId":{"location":"querystring","locationName":"dataSourceId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"items":{"type":"list","member":{"type":"structure","members":{"groupName":{}}}}}}},"ListIndices":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"indices":{"type":"list","member":{"type":"structure","members":{"displayName":{},"indexId":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"status":{}}}}}}},"ListMessages":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/conversations/{conversationId}","responseCode":200},"input":{"type":"structure","required":["conversationId","applicationId"],"members":{"conversationId":{"location":"uri","locationName":"conversationId"},"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"querystring","locationName":"userId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"messages":{"type":"list","member":{"type":"structure","members":{"messageId":{},"body":{},"time":{"type":"timestamp"},"type":{},"attachments":{"shape":"S2t"},"sourceAttribution":{"shape":"S2n"},"actionReview":{"shape":"S2c"},"actionExecution":{"shape":"S1s"}}}},"nextToken":{}}}},"ListPlugins":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/plugins","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"plugins":{"type":"list","member":{"type":"structure","members":{"pluginId":{},"displayName":{},"type":{},"serverUrl":{},"state":{},"buildStatus":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"}}}}}}},"ListRetrievers":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/retrievers","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"retrievers":{"type":"list","member":{"type":"structure","members":{"applicationId":{},"retrieverId":{},"type":{},"status":{},"displayName":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/v1/tags/{resourceARN}","responseCode":200},"input":{"type":"structure","required":["resourceARN"],"members":{"resourceARN":{"location":"uri","locationName":"resourceARN"}}},"output":{"type":"structure","members":{"tags":{"shape":"S32"}}}},"ListWebExperiences":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/experiences","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"webExperiences":{"type":"list","member":{"type":"structure","members":{"webExperienceId":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"defaultEndpoint":{},"status":{}}}},"nextToken":{}}}},"PutFeedback":{"http":{"requestUri":"/applications/{applicationId}/conversations/{conversationId}/messages/{messageId}/feedback","responseCode":200},"input":{"type":"structure","required":["applicationId","conversationId","messageId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"querystring","locationName":"userId"},"conversationId":{"location":"uri","locationName":"conversationId"},"messageId":{"location":"uri","locationName":"messageId"},"messageCopiedAt":{"type":"timestamp"},"messageUsefulness":{"type":"structure","required":["usefulness","submittedAt"],"members":{"usefulness":{},"reason":{},"comment":{},"submittedAt":{"type":"timestamp"}}}}}},"PutGroup":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/indices/{indexId}/groups","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","groupName","type","groupMembers"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"groupName":{},"dataSourceId":{},"type":{},"groupMembers":{"type":"structure","members":{"memberGroups":{"type":"list","member":{"type":"structure","required":["groupName"],"members":{"groupName":{},"type":{}}}},"memberUsers":{"type":"list","member":{"type":"structure","required":["userId"],"members":{"userId":{},"type":{}}}}}}}},"output":{"type":"structure","members":{}},"idempotent":true},"StartDataSourceSyncJob":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/startsync","responseCode":200},"input":{"type":"structure","required":["dataSourceId","applicationId","indexId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{"executionId":{}}}},"StopDataSourceSyncJob":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/stopsync","responseCode":200},"input":{"type":"structure","required":["dataSourceId","applicationId","indexId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{}}},"TagResource":{"http":{"requestUri":"/v1/tags/{resourceARN}","responseCode":200},"input":{"type":"structure","required":["resourceARN","tags"],"members":{"resourceARN":{"location":"uri","locationName":"resourceARN"},"tags":{"shape":"S32"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/v1/tags/{resourceARN}","responseCode":200},"input":{"type":"structure","required":["resourceARN","tagKeys"],"members":{"resourceARN":{"location":"uri","locationName":"resourceARN"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateApplication":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"identityCenterInstanceArn":{},"displayName":{},"description":{},"roleArn":{},"attachmentsConfiguration":{"shape":"S36"},"qAppsConfiguration":{"shape":"S38"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateChatControlsConfiguration":{"http":{"method":"PATCH","requestUri":"/applications/{applicationId}/chatcontrols","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"clientToken":{"idempotencyToken":true},"responseScope":{},"blockedPhrasesConfigurationUpdate":{"type":"structure","members":{"blockedPhrasesToCreateOrUpdate":{"shape":"S61"},"blockedPhrasesToDelete":{"shape":"S61"},"systemMessageOverride":{}}},"topicConfigurationsToCreateOrUpdate":{"shape":"S64"},"topicConfigurationsToDelete":{"shape":"S64"},"creatorModeConfiguration":{"type":"structure","required":["creatorModeControl"],"members":{"creatorModeControl":{}}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateDataSource":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","dataSourceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"displayName":{},"configuration":{"shape":"S3e"},"vpcConfiguration":{"shape":"S3f"},"description":{},"syncSchedule":{},"roleArn":{},"documentEnrichmentConfiguration":{"shape":"S1a"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateIndex":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/indices/{indexId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"displayName":{},"description":{},"capacityConfiguration":{"shape":"S3q"},"documentAttributeConfigurations":{"shape":"S6x"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdatePlugin":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/plugins/{pluginId}","responseCode":200},"input":{"type":"structure","required":["applicationId","pluginId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"pluginId":{"location":"uri","locationName":"pluginId"},"displayName":{},"state":{},"serverUrl":{},"customPluginConfiguration":{"shape":"S41"},"authConfiguration":{"shape":"S3w"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateRetriever":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/retrievers/{retrieverId}","responseCode":200},"input":{"type":"structure","required":["applicationId","retrieverId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"retrieverId":{"location":"uri","locationName":"retrieverId"},"configuration":{"shape":"S4c"},"displayName":{},"roleArn":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateUser":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/users/{userId}","responseCode":200},"input":{"type":"structure","required":["applicationId","userId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"uri","locationName":"userId"},"userAliasesToUpdate":{"shape":"S7e"},"userAliasesToDelete":{"shape":"S7e"}}},"output":{"type":"structure","members":{"userAliasesAdded":{"shape":"S7e"},"userAliasesUpdated":{"shape":"S7e"},"userAliasesDeleted":{"shape":"S7e"}}},"idempotent":true},"UpdateWebExperience":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/experiences/{webExperienceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","webExperienceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"webExperienceId":{"location":"uri","locationName":"webExperienceId"},"roleArn":{},"authenticationConfiguration":{"shape":"S7i","deprecated":true,"deprecatedMessage":"Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management."},"title":{},"subtitle":{},"welcomeMessage":{},"samplePromptsControlMode":{}}},"output":{"type":"structure","members":{}},"idempotent":true}},"shapes":{"S9":{"type":"list","member":{"type":"structure","members":{"id":{},"error":{"shape":"Sb"},"dataSourceId":{}}}},"Sb":{"type":"structure","members":{"errorMessage":{},"errorCode":{}}},"Sj":{"type":"structure","required":["name","value"],"members":{"name":{},"value":{"shape":"Sl"}}},"Sl":{"type":"structure","members":{"stringValue":{},"stringListValue":{"type":"list","member":{}},"longValue":{"type":"long"},"dateValue":{"type":"timestamp"}},"union":true},"St":{"type":"structure","required":["bucket","key"],"members":{"bucket":{},"key":{}}},"S1a":{"type":"structure","members":{"inlineConfigurations":{"type":"list","member":{"type":"structure","members":{"condition":{"shape":"S1d"},"target":{"type":"structure","required":["key"],"members":{"key":{},"value":{"shape":"Sl"},"attributeValueOperator":{}}},"documentContentOperator":{}}}},"preExtractionHookConfiguration":{"shape":"S1i"},"postExtractionHookConfiguration":{"shape":"S1i"}}},"S1d":{"type":"structure","required":["key","operator"],"members":{"key":{},"operator":{},"value":{"shape":"Sl"}}},"S1i":{"type":"structure","members":{"invocationCondition":{"shape":"S1d"},"lambdaArn":{},"s3BucketName":{},"roleArn":{}}},"S1n":{"type":"list","member":{}},"S1s":{"type":"structure","required":["pluginId","payload","payloadFieldNameSeparator"],"members":{"pluginId":{},"payload":{"type":"map","key":{},"value":{"type":"structure","required":["value"],"members":{"value":{"shape":"S1x"}}}},"payloadFieldNameSeparator":{}}},"S1x":{"type":"structure","members":{},"document":true},"S25":{"type":"structure","members":{"andAllFilters":{"shape":"S26"},"orAllFilters":{"shape":"S26"},"notFilter":{"shape":"S25"},"equalsTo":{"shape":"Sj"},"containsAll":{"shape":"Sj"},"containsAny":{"shape":"Sj"},"greaterThan":{"shape":"Sj"},"greaterThanOrEquals":{"shape":"Sj"},"lessThan":{"shape":"Sj"},"lessThanOrEquals":{"shape":"Sj"}}},"S26":{"type":"list","member":{"shape":"S25"}},"S2c":{"type":"structure","members":{"pluginId":{},"pluginType":{},"payload":{"type":"map","key":{},"value":{"type":"structure","members":{"displayName":{},"displayOrder":{"type":"integer"},"displayDescription":{},"type":{},"value":{"shape":"S1x"},"allowedValues":{"type":"list","member":{"type":"structure","members":{"value":{"shape":"S1x"},"displayValue":{"shape":"S1x"}}}},"allowedFormat":{},"required":{"type":"boolean"}}}},"payloadFieldNameSeparator":{}}},"S2n":{"type":"list","member":{"type":"structure","members":{"title":{},"snippet":{},"url":{},"citationNumber":{"type":"integer"},"updatedAt":{"type":"timestamp"},"textMessageSegments":{"type":"list","member":{"type":"structure","members":{"beginOffset":{"type":"integer"},"endOffset":{"type":"integer"},"snippetExcerpt":{"type":"structure","members":{"text":{}}}}}}}}},"S2t":{"type":"list","member":{"type":"structure","members":{"name":{},"status":{},"error":{"shape":"Sb"}}}},"S30":{"type":"structure","members":{"kmsKeyId":{"type":"string","sensitive":true}}},"S32":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"S36":{"type":"structure","required":["attachmentsControlMode"],"members":{"attachmentsControlMode":{}}},"S38":{"type":"structure","required":["qAppsControlMode"],"members":{"qAppsControlMode":{}}},"S3e":{"type":"structure","members":{},"document":true},"S3f":{"type":"structure","required":["subnetIds","securityGroupIds"],"members":{"subnetIds":{"type":"list","member":{}},"securityGroupIds":{"type":"list","member":{}}}},"S3q":{"type":"structure","members":{"units":{"type":"integer"}}},"S3w":{"type":"structure","members":{"basicAuthConfiguration":{"type":"structure","required":["secretArn","roleArn"],"members":{"secretArn":{},"roleArn":{}}},"oAuth2ClientCredentialConfiguration":{"type":"structure","required":["secretArn","roleArn"],"members":{"secretArn":{},"roleArn":{}}},"noAuthConfiguration":{"type":"structure","members":{}}},"union":true},"S41":{"type":"structure","required":["description","apiSchemaType","apiSchema"],"members":{"description":{},"apiSchemaType":{},"apiSchema":{"type":"structure","members":{"payload":{"type":"string","sensitive":true},"s3":{"shape":"St"}},"union":true}}},"S4c":{"type":"structure","members":{"nativeIndexConfiguration":{"type":"structure","required":["indexId"],"members":{"indexId":{},"boostingOverride":{"type":"map","key":{},"value":{"type":"structure","members":{"numberConfiguration":{"type":"structure","required":["boostingLevel"],"members":{"boostingLevel":{},"boostingType":{}}},"stringConfiguration":{"type":"structure","required":["boostingLevel"],"members":{"boostingLevel":{},"attributeValueBoosting":{"type":"map","key":{},"value":{}}}},"dateConfiguration":{"type":"structure","required":["boostingLevel"],"members":{"boostingLevel":{},"boostingDurationInSeconds":{"type":"long"}}},"stringListConfiguration":{"type":"structure","required":["boostingLevel"],"members":{"boostingLevel":{}}}},"union":true}}}},"kendraIndexConfiguration":{"type":"structure","required":["indexId"],"members":{"indexId":{}}}},"union":true},"S4w":{"type":"structure","required":["userId"],"members":{"indexId":{},"dataSourceId":{},"userId":{}}},"S61":{"type":"list","member":{}},"S64":{"type":"list","member":{"type":"structure","required":["name","rules"],"members":{"name":{},"description":{},"exampleChatMessages":{"type":"list","member":{}},"rules":{"type":"list","member":{"type":"structure","required":["ruleType"],"members":{"includedUsersAndGroups":{"shape":"S6c"},"excludedUsersAndGroups":{"shape":"S6c"},"ruleType":{},"ruleConfiguration":{"type":"structure","members":{"contentBlockerRule":{"type":"structure","members":{"systemMessageOverride":{}}},"contentRetrievalRule":{"type":"structure","members":{"eligibleDataSources":{"type":"list","member":{"type":"structure","members":{"indexId":{},"dataSourceId":{}}}}}}},"union":true}}}}}}},"S6c":{"type":"structure","members":{"userIds":{"type":"list","member":{}},"userGroups":{"shape":"S1n"}}},"S6r":{"type":"structure","members":{"status":{},"lastUpdatedAt":{"type":"timestamp"},"errorDetail":{"shape":"Sb"}}},"S6x":{"type":"list","member":{"type":"structure","members":{"name":{},"type":{},"search":{}}}},"S7e":{"type":"list","member":{"shape":"S4w"}},"S7i":{"type":"structure","members":{"samlConfiguration":{"type":"structure","required":["metadataXML","roleArn","userIdAttribute"],"members":{"metadataXML":{},"roleArn":{},"userIdAttribute":{},"userGroupAttribute":{}}}},"union":true}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-11-27","auth":["aws.auth#sigv4"],"endpointPrefix":"qbusiness","protocol":"rest-json","protocolSettings":{"h2":"eventstream"},"protocols":["rest-json"],"serviceFullName":"QBusiness","serviceId":"QBusiness","signatureVersion":"v4","signingName":"qbusiness","uid":"qbusiness-2023-11-27"},"operations":{"BatchDeleteDocument":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/documents/delete","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","documents"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"documents":{"type":"list","member":{"type":"structure","required":["documentId"],"members":{"documentId":{}}}},"dataSourceSyncId":{}}},"output":{"type":"structure","members":{"failedDocuments":{"shape":"S9"}}}},"BatchPutDocument":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/documents","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","documents"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"documents":{"type":"list","member":{"type":"structure","required":["id"],"members":{"id":{},"attributes":{"type":"list","member":{"shape":"Sj"}},"content":{"type":"structure","members":{"blob":{"type":"blob"},"s3":{"shape":"St"}},"union":true},"contentType":{},"title":{},"accessConfiguration":{"type":"structure","required":["accessControls"],"members":{"accessControls":{"type":"list","member":{"type":"structure","required":["principals"],"members":{"principals":{"type":"list","member":{"type":"structure","members":{"user":{"type":"structure","required":["access"],"members":{"id":{},"access":{},"membershipType":{}}},"group":{"type":"structure","required":["access"],"members":{"name":{},"access":{},"membershipType":{}}}},"union":true}},"memberRelation":{}}}},"memberRelation":{}}},"documentEnrichmentConfiguration":{"shape":"S1a"}}}},"roleArn":{},"dataSourceSyncId":{}}},"output":{"type":"structure","members":{"failedDocuments":{"shape":"S9"}}}},"ChatSync":{"http":{"requestUri":"/applications/{applicationId}/conversations?sync","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"querystring","locationName":"userId"},"userGroups":{"shape":"S1n","location":"querystring","locationName":"userGroups"},"userMessage":{},"attachments":{"type":"list","member":{"type":"structure","required":["name","data"],"members":{"name":{},"data":{"type":"blob"}}}},"actionExecution":{"shape":"S1s"},"authChallengeResponse":{"type":"structure","required":["responseMap"],"members":{"responseMap":{"type":"map","key":{},"value":{}}}},"conversationId":{},"parentMessageId":{},"attributeFilter":{"shape":"S25"},"chatMode":{},"chatModeConfiguration":{"type":"structure","members":{"pluginConfiguration":{"type":"structure","required":["pluginId"],"members":{"pluginId":{}}}},"union":true},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"conversationId":{},"systemMessage":{},"systemMessageId":{},"userMessageId":{},"actionReview":{"shape":"S2c"},"authChallengeRequest":{"type":"structure","required":["authorizationUrl"],"members":{"authorizationUrl":{}}},"sourceAttributions":{"shape":"S2n"},"failedAttachments":{"shape":"S2t"}}}},"CreateApplication":{"http":{"requestUri":"/applications","responseCode":200},"input":{"type":"structure","required":["displayName"],"members":{"displayName":{},"roleArn":{},"identityCenterInstanceArn":{},"description":{},"encryptionConfiguration":{"shape":"S30"},"tags":{"shape":"S32"},"clientToken":{"idempotencyToken":true},"attachmentsConfiguration":{"shape":"S36"},"qAppsConfiguration":{"shape":"S38"},"personalizationConfiguration":{"shape":"S3a"}}},"output":{"type":"structure","members":{"applicationId":{},"applicationArn":{}}},"idempotent":true},"CreateDataSource":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/datasources","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","displayName","configuration"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"displayName":{},"configuration":{"shape":"S3g"},"vpcConfiguration":{"shape":"S3h"},"description":{},"tags":{"shape":"S32"},"syncSchedule":{},"roleArn":{},"clientToken":{"idempotencyToken":true},"documentEnrichmentConfiguration":{"shape":"S1a"}}},"output":{"type":"structure","members":{"dataSourceId":{},"dataSourceArn":{}}},"idempotent":true},"CreateIndex":{"http":{"requestUri":"/applications/{applicationId}/indices","responseCode":200},"input":{"type":"structure","required":["applicationId","displayName"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"displayName":{},"type":{},"description":{},"tags":{"shape":"S32"},"capacityConfiguration":{"shape":"S3s"},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"indexId":{},"indexArn":{}}}},"CreatePlugin":{"http":{"requestUri":"/applications/{applicationId}/plugins","responseCode":200},"input":{"type":"structure","required":["applicationId","displayName","type","authConfiguration"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"displayName":{},"type":{},"authConfiguration":{"shape":"S3y"},"serverUrl":{},"customPluginConfiguration":{"shape":"S43"},"tags":{"shape":"S32"},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"pluginId":{},"pluginArn":{},"buildStatus":{}}},"idempotent":true},"CreateRetriever":{"http":{"requestUri":"/applications/{applicationId}/retrievers","responseCode":200},"input":{"type":"structure","required":["applicationId","type","displayName","configuration"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"type":{},"displayName":{},"configuration":{"shape":"S4e"},"roleArn":{},"clientToken":{"idempotencyToken":true},"tags":{"shape":"S32"}}},"output":{"type":"structure","members":{"retrieverId":{},"retrieverArn":{}}}},"CreateUser":{"http":{"requestUri":"/applications/{applicationId}/users","responseCode":200},"input":{"type":"structure","required":["applicationId","userId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{},"userAliases":{"type":"list","member":{"shape":"S4y"}},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{}},"idempotent":true},"CreateWebExperience":{"http":{"requestUri":"/applications/{applicationId}/experiences","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"title":{},"subtitle":{},"welcomeMessage":{},"samplePromptsControlMode":{},"roleArn":{},"tags":{"shape":"S32"},"clientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"webExperienceId":{},"webExperienceArn":{}}}},"DeleteApplication":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteChatControlsConfiguration":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/chatcontrols","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteConversation":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/conversations/{conversationId}","responseCode":200},"input":{"type":"structure","required":["conversationId","applicationId"],"members":{"conversationId":{"location":"uri","locationName":"conversationId"},"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"querystring","locationName":"userId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","dataSourceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteGroup":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/indices/{indexId}/groups/{groupName}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","groupName"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"groupName":{"location":"uri","locationName":"groupName"},"dataSourceId":{"location":"querystring","locationName":"dataSourceId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteIndex":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/indices/{indexId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeletePlugin":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/plugins/{pluginId}","responseCode":200},"input":{"type":"structure","required":["applicationId","pluginId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"pluginId":{"location":"uri","locationName":"pluginId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteRetriever":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/retrievers/{retrieverId}","responseCode":200},"input":{"type":"structure","required":["applicationId","retrieverId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"retrieverId":{"location":"uri","locationName":"retrieverId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteUser":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/users/{userId}","responseCode":200},"input":{"type":"structure","required":["applicationId","userId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"uri","locationName":"userId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteWebExperience":{"http":{"method":"DELETE","requestUri":"/applications/{applicationId}/experiences/{webExperienceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","webExperienceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"webExperienceId":{"location":"uri","locationName":"webExperienceId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetApplication":{"http":{"method":"GET","requestUri":"/applications/{applicationId}","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"}}},"output":{"type":"structure","members":{"displayName":{},"applicationId":{},"applicationArn":{},"identityCenterApplicationArn":{},"roleArn":{},"status":{},"description":{},"encryptionConfiguration":{"shape":"S30"},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"error":{"shape":"Sb"},"attachmentsConfiguration":{"type":"structure","members":{"attachmentsControlMode":{}}},"qAppsConfiguration":{"shape":"S38"},"personalizationConfiguration":{"shape":"S3a"}}}},"GetChatControlsConfiguration":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/chatcontrols","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"responseScope":{},"blockedPhrases":{"type":"structure","members":{"blockedPhrases":{"shape":"S63"},"systemMessageOverride":{}}},"topicConfigurations":{"shape":"S66"},"creatorModeConfiguration":{"type":"structure","required":["creatorModeControl"],"members":{"creatorModeControl":{}}},"nextToken":{}}}},"GetDataSource":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","dataSourceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"}}},"output":{"type":"structure","members":{"applicationId":{},"indexId":{},"dataSourceId":{},"dataSourceArn":{},"displayName":{},"type":{},"configuration":{"shape":"S3g"},"vpcConfiguration":{"shape":"S3h"},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"description":{},"status":{},"syncSchedule":{},"roleArn":{},"error":{"shape":"Sb"},"documentEnrichmentConfiguration":{"shape":"S1a"}}}},"GetGroup":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/groups/{groupName}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","groupName"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"groupName":{"location":"uri","locationName":"groupName"},"dataSourceId":{"location":"querystring","locationName":"dataSourceId"}}},"output":{"type":"structure","members":{"status":{"shape":"S6t"},"statusHistory":{"type":"list","member":{"shape":"S6t"}}}}},"GetIndex":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{"applicationId":{},"indexId":{},"displayName":{},"type":{},"indexArn":{},"status":{},"description":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"capacityConfiguration":{"shape":"S3s"},"documentAttributeConfigurations":{"shape":"S6z"},"error":{"shape":"Sb"},"indexStatistics":{"type":"structure","members":{"textDocumentStatistics":{"type":"structure","members":{"indexedTextBytes":{"type":"long"},"indexedTextDocumentCount":{"type":"integer"}}}}}}}},"GetPlugin":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/plugins/{pluginId}","responseCode":200},"input":{"type":"structure","required":["applicationId","pluginId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"pluginId":{"location":"uri","locationName":"pluginId"}}},"output":{"type":"structure","members":{"applicationId":{},"pluginId":{},"displayName":{},"type":{},"serverUrl":{},"authConfiguration":{"shape":"S3y"},"customPluginConfiguration":{"shape":"S43"},"buildStatus":{},"pluginArn":{},"state":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"}}}},"GetRetriever":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/retrievers/{retrieverId}","responseCode":200},"input":{"type":"structure","required":["applicationId","retrieverId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"retrieverId":{"location":"uri","locationName":"retrieverId"}}},"output":{"type":"structure","members":{"applicationId":{},"retrieverId":{},"retrieverArn":{},"type":{},"status":{},"displayName":{},"configuration":{"shape":"S4e"},"roleArn":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"}}}},"GetUser":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/users/{userId}","responseCode":200},"input":{"type":"structure","required":["applicationId","userId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"uri","locationName":"userId"}}},"output":{"type":"structure","members":{"userAliases":{"shape":"S7g"}}}},"GetWebExperience":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/experiences/{webExperienceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","webExperienceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"webExperienceId":{"location":"uri","locationName":"webExperienceId"}}},"output":{"type":"structure","members":{"applicationId":{},"webExperienceId":{},"webExperienceArn":{},"defaultEndpoint":{},"status":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"title":{},"subtitle":{},"welcomeMessage":{},"samplePromptsControlMode":{},"roleArn":{},"authenticationConfiguration":{"shape":"S7k","deprecated":true,"deprecatedMessage":"Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management."},"error":{"shape":"Sb"}}}},"ListApplications":{"http":{"method":"GET","requestUri":"/applications","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"applications":{"type":"list","member":{"type":"structure","members":{"displayName":{},"applicationId":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"status":{}}}}}}},"ListConversations":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/conversations","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"querystring","locationName":"userId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"conversations":{"type":"list","member":{"type":"structure","members":{"conversationId":{},"title":{},"startTime":{"type":"timestamp"}}}}}}},"ListDataSourceSyncJobs":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/syncjobs","responseCode":200},"input":{"type":"structure","required":["dataSourceId","applicationId","indexId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"startTime":{"location":"querystring","locationName":"startTime","type":"timestamp"},"endTime":{"location":"querystring","locationName":"endTime","type":"timestamp"},"statusFilter":{"location":"querystring","locationName":"syncStatus"}}},"output":{"type":"structure","members":{"history":{"type":"list","member":{"type":"structure","members":{"executionId":{},"startTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"status":{},"error":{"shape":"Sb"},"dataSourceErrorCode":{},"metrics":{"type":"structure","members":{"documentsAdded":{},"documentsModified":{},"documentsDeleted":{},"documentsFailed":{},"documentsScanned":{}}}}}},"nextToken":{}}}},"ListDataSources":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"dataSources":{"type":"list","member":{"type":"structure","members":{"displayName":{},"dataSourceId":{},"type":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"status":{}}}},"nextToken":{}}}},"ListDocuments":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/index/{indexId}/documents","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"dataSourceIds":{"location":"querystring","locationName":"dataSourceIds","type":"list","member":{}},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"documentDetailList":{"type":"list","member":{"type":"structure","members":{"documentId":{},"status":{},"error":{"shape":"Sb"},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"}}}},"nextToken":{}}}},"ListGroups":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices/{indexId}/groups","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","updatedEarlierThan"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"updatedEarlierThan":{"location":"querystring","locationName":"updatedEarlierThan","type":"timestamp"},"dataSourceId":{"location":"querystring","locationName":"dataSourceId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"items":{"type":"list","member":{"type":"structure","members":{"groupName":{}}}}}}},"ListIndices":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/indices","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"indices":{"type":"list","member":{"type":"structure","members":{"displayName":{},"indexId":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"status":{}}}}}}},"ListMessages":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/conversations/{conversationId}","responseCode":200},"input":{"type":"structure","required":["conversationId","applicationId"],"members":{"conversationId":{"location":"uri","locationName":"conversationId"},"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"querystring","locationName":"userId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"messages":{"type":"list","member":{"type":"structure","members":{"messageId":{},"body":{},"time":{"type":"timestamp"},"type":{},"attachments":{"shape":"S2t"},"sourceAttribution":{"shape":"S2n"},"actionReview":{"shape":"S2c"},"actionExecution":{"shape":"S1s"}}}},"nextToken":{}}}},"ListPlugins":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/plugins","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"plugins":{"type":"list","member":{"type":"structure","members":{"pluginId":{},"displayName":{},"type":{},"serverUrl":{},"state":{},"buildStatus":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"}}}}}}},"ListRetrievers":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/retrievers","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"retrievers":{"type":"list","member":{"type":"structure","members":{"applicationId":{},"retrieverId":{},"type":{},"status":{},"displayName":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/v1/tags/{resourceARN}","responseCode":200},"input":{"type":"structure","required":["resourceARN"],"members":{"resourceARN":{"location":"uri","locationName":"resourceARN"}}},"output":{"type":"structure","members":{"tags":{"shape":"S32"}}}},"ListWebExperiences":{"http":{"method":"GET","requestUri":"/applications/{applicationId}/experiences","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"webExperiences":{"type":"list","member":{"type":"structure","members":{"webExperienceId":{},"createdAt":{"type":"timestamp"},"updatedAt":{"type":"timestamp"},"defaultEndpoint":{},"status":{}}}},"nextToken":{}}}},"PutFeedback":{"http":{"requestUri":"/applications/{applicationId}/conversations/{conversationId}/messages/{messageId}/feedback","responseCode":200},"input":{"type":"structure","required":["applicationId","conversationId","messageId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"querystring","locationName":"userId"},"conversationId":{"location":"uri","locationName":"conversationId"},"messageId":{"location":"uri","locationName":"messageId"},"messageCopiedAt":{"type":"timestamp"},"messageUsefulness":{"type":"structure","required":["usefulness","submittedAt"],"members":{"usefulness":{},"reason":{},"comment":{},"submittedAt":{"type":"timestamp"}}}}}},"PutGroup":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/indices/{indexId}/groups","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","groupName","type","groupMembers"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"groupName":{},"dataSourceId":{},"type":{},"groupMembers":{"type":"structure","members":{"memberGroups":{"type":"list","member":{"type":"structure","required":["groupName"],"members":{"groupName":{},"type":{}}}},"memberUsers":{"type":"list","member":{"type":"structure","required":["userId"],"members":{"userId":{},"type":{}}}}}}}},"output":{"type":"structure","members":{}},"idempotent":true},"StartDataSourceSyncJob":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/startsync","responseCode":200},"input":{"type":"structure","required":["dataSourceId","applicationId","indexId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{"executionId":{}}}},"StopDataSourceSyncJob":{"http":{"requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/stopsync","responseCode":200},"input":{"type":"structure","required":["dataSourceId","applicationId","indexId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"}}},"output":{"type":"structure","members":{}}},"TagResource":{"http":{"requestUri":"/v1/tags/{resourceARN}","responseCode":200},"input":{"type":"structure","required":["resourceARN","tags"],"members":{"resourceARN":{"location":"uri","locationName":"resourceARN"},"tags":{"shape":"S32"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UntagResource":{"http":{"method":"DELETE","requestUri":"/v1/tags/{resourceARN}","responseCode":200},"input":{"type":"structure","required":["resourceARN","tagKeys"],"members":{"resourceARN":{"location":"uri","locationName":"resourceARN"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateApplication":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"identityCenterInstanceArn":{},"displayName":{},"description":{},"roleArn":{},"attachmentsConfiguration":{"shape":"S36"},"qAppsConfiguration":{"shape":"S38"},"personalizationConfiguration":{"shape":"S3a"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateChatControlsConfiguration":{"http":{"method":"PATCH","requestUri":"/applications/{applicationId}/chatcontrols","responseCode":200},"input":{"type":"structure","required":["applicationId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"clientToken":{"idempotencyToken":true},"responseScope":{},"blockedPhrasesConfigurationUpdate":{"type":"structure","members":{"blockedPhrasesToCreateOrUpdate":{"shape":"S63"},"blockedPhrasesToDelete":{"shape":"S63"},"systemMessageOverride":{}}},"topicConfigurationsToCreateOrUpdate":{"shape":"S66"},"topicConfigurationsToDelete":{"shape":"S66"},"creatorModeConfiguration":{"type":"structure","required":["creatorModeControl"],"members":{"creatorModeControl":{}}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateDataSource":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId","dataSourceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"displayName":{},"configuration":{"shape":"S3g"},"vpcConfiguration":{"shape":"S3h"},"description":{},"syncSchedule":{},"roleArn":{},"documentEnrichmentConfiguration":{"shape":"S1a"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateIndex":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/indices/{indexId}","responseCode":200},"input":{"type":"structure","required":["applicationId","indexId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"indexId":{"location":"uri","locationName":"indexId"},"displayName":{},"description":{},"capacityConfiguration":{"shape":"S3s"},"documentAttributeConfigurations":{"shape":"S6z"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdatePlugin":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/plugins/{pluginId}","responseCode":200},"input":{"type":"structure","required":["applicationId","pluginId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"pluginId":{"location":"uri","locationName":"pluginId"},"displayName":{},"state":{},"serverUrl":{},"customPluginConfiguration":{"shape":"S43"},"authConfiguration":{"shape":"S3y"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateRetriever":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/retrievers/{retrieverId}","responseCode":200},"input":{"type":"structure","required":["applicationId","retrieverId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"retrieverId":{"location":"uri","locationName":"retrieverId"},"configuration":{"shape":"S4e"},"displayName":{},"roleArn":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateUser":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/users/{userId}","responseCode":200},"input":{"type":"structure","required":["applicationId","userId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"userId":{"location":"uri","locationName":"userId"},"userAliasesToUpdate":{"shape":"S7g"},"userAliasesToDelete":{"shape":"S7g"}}},"output":{"type":"structure","members":{"userAliasesAdded":{"shape":"S7g"},"userAliasesUpdated":{"shape":"S7g"},"userAliasesDeleted":{"shape":"S7g"}}},"idempotent":true},"UpdateWebExperience":{"http":{"method":"PUT","requestUri":"/applications/{applicationId}/experiences/{webExperienceId}","responseCode":200},"input":{"type":"structure","required":["applicationId","webExperienceId"],"members":{"applicationId":{"location":"uri","locationName":"applicationId"},"webExperienceId":{"location":"uri","locationName":"webExperienceId"},"roleArn":{},"authenticationConfiguration":{"shape":"S7k","deprecated":true,"deprecatedMessage":"Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management."},"title":{},"subtitle":{},"welcomeMessage":{},"samplePromptsControlMode":{}}},"output":{"type":"structure","members":{}},"idempotent":true}},"shapes":{"S9":{"type":"list","member":{"type":"structure","members":{"id":{},"error":{"shape":"Sb"},"dataSourceId":{}}}},"Sb":{"type":"structure","members":{"errorMessage":{},"errorCode":{}}},"Sj":{"type":"structure","required":["name","value"],"members":{"name":{},"value":{"shape":"Sl"}}},"Sl":{"type":"structure","members":{"stringValue":{},"stringListValue":{"type":"list","member":{}},"longValue":{"type":"long"},"dateValue":{"type":"timestamp"}},"union":true},"St":{"type":"structure","required":["bucket","key"],"members":{"bucket":{},"key":{}}},"S1a":{"type":"structure","members":{"inlineConfigurations":{"type":"list","member":{"type":"structure","members":{"condition":{"shape":"S1d"},"target":{"type":"structure","required":["key"],"members":{"key":{},"value":{"shape":"Sl"},"attributeValueOperator":{}}},"documentContentOperator":{}}}},"preExtractionHookConfiguration":{"shape":"S1i"},"postExtractionHookConfiguration":{"shape":"S1i"}}},"S1d":{"type":"structure","required":["key","operator"],"members":{"key":{},"operator":{},"value":{"shape":"Sl"}}},"S1i":{"type":"structure","members":{"invocationCondition":{"shape":"S1d"},"lambdaArn":{},"s3BucketName":{},"roleArn":{}}},"S1n":{"type":"list","member":{}},"S1s":{"type":"structure","required":["pluginId","payload","payloadFieldNameSeparator"],"members":{"pluginId":{},"payload":{"type":"map","key":{},"value":{"type":"structure","required":["value"],"members":{"value":{"shape":"S1x"}}}},"payloadFieldNameSeparator":{}}},"S1x":{"type":"structure","members":{},"document":true},"S25":{"type":"structure","members":{"andAllFilters":{"shape":"S26"},"orAllFilters":{"shape":"S26"},"notFilter":{"shape":"S25"},"equalsTo":{"shape":"Sj"},"containsAll":{"shape":"Sj"},"containsAny":{"shape":"Sj"},"greaterThan":{"shape":"Sj"},"greaterThanOrEquals":{"shape":"Sj"},"lessThan":{"shape":"Sj"},"lessThanOrEquals":{"shape":"Sj"}}},"S26":{"type":"list","member":{"shape":"S25"}},"S2c":{"type":"structure","members":{"pluginId":{},"pluginType":{},"payload":{"type":"map","key":{},"value":{"type":"structure","members":{"displayName":{},"displayOrder":{"type":"integer"},"displayDescription":{},"type":{},"value":{"shape":"S1x"},"allowedValues":{"type":"list","member":{"type":"structure","members":{"value":{"shape":"S1x"},"displayValue":{"shape":"S1x"}}}},"allowedFormat":{},"required":{"type":"boolean"}}}},"payloadFieldNameSeparator":{}}},"S2n":{"type":"list","member":{"type":"structure","members":{"title":{},"snippet":{},"url":{},"citationNumber":{"type":"integer"},"updatedAt":{"type":"timestamp"},"textMessageSegments":{"type":"list","member":{"type":"structure","members":{"beginOffset":{"type":"integer"},"endOffset":{"type":"integer"},"snippetExcerpt":{"type":"structure","members":{"text":{}}}}}}}}},"S2t":{"type":"list","member":{"type":"structure","members":{"name":{},"status":{},"error":{"shape":"Sb"}}}},"S30":{"type":"structure","members":{"kmsKeyId":{"type":"string","sensitive":true}}},"S32":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"S36":{"type":"structure","required":["attachmentsControlMode"],"members":{"attachmentsControlMode":{}}},"S38":{"type":"structure","required":["qAppsControlMode"],"members":{"qAppsControlMode":{}}},"S3a":{"type":"structure","required":["personalizationControlMode"],"members":{"personalizationControlMode":{}}},"S3g":{"type":"structure","members":{},"document":true},"S3h":{"type":"structure","required":["subnetIds","securityGroupIds"],"members":{"subnetIds":{"type":"list","member":{}},"securityGroupIds":{"type":"list","member":{}}}},"S3s":{"type":"structure","members":{"units":{"type":"integer"}}},"S3y":{"type":"structure","members":{"basicAuthConfiguration":{"type":"structure","required":["secretArn","roleArn"],"members":{"secretArn":{},"roleArn":{}}},"oAuth2ClientCredentialConfiguration":{"type":"structure","required":["secretArn","roleArn"],"members":{"secretArn":{},"roleArn":{}}},"noAuthConfiguration":{"type":"structure","members":{}}},"union":true},"S43":{"type":"structure","required":["description","apiSchemaType","apiSchema"],"members":{"description":{},"apiSchemaType":{},"apiSchema":{"type":"structure","members":{"payload":{"type":"string","sensitive":true},"s3":{"shape":"St"}},"union":true}}},"S4e":{"type":"structure","members":{"nativeIndexConfiguration":{"type":"structure","required":["indexId"],"members":{"indexId":{},"boostingOverride":{"type":"map","key":{},"value":{"type":"structure","members":{"numberConfiguration":{"type":"structure","required":["boostingLevel"],"members":{"boostingLevel":{},"boostingType":{}}},"stringConfiguration":{"type":"structure","required":["boostingLevel"],"members":{"boostingLevel":{},"attributeValueBoosting":{"type":"map","key":{},"value":{}}}},"dateConfiguration":{"type":"structure","required":["boostingLevel"],"members":{"boostingLevel":{},"boostingDurationInSeconds":{"type":"long"}}},"stringListConfiguration":{"type":"structure","required":["boostingLevel"],"members":{"boostingLevel":{}}}},"union":true}}}},"kendraIndexConfiguration":{"type":"structure","required":["indexId"],"members":{"indexId":{}}}},"union":true},"S4y":{"type":"structure","required":["userId"],"members":{"indexId":{},"dataSourceId":{},"userId":{}}},"S63":{"type":"list","member":{}},"S66":{"type":"list","member":{"type":"structure","required":["name","rules"],"members":{"name":{},"description":{},"exampleChatMessages":{"type":"list","member":{}},"rules":{"type":"list","member":{"type":"structure","required":["ruleType"],"members":{"includedUsersAndGroups":{"shape":"S6e"},"excludedUsersAndGroups":{"shape":"S6e"},"ruleType":{},"ruleConfiguration":{"type":"structure","members":{"contentBlockerRule":{"type":"structure","members":{"systemMessageOverride":{}}},"contentRetrievalRule":{"type":"structure","members":{"eligibleDataSources":{"type":"list","member":{"type":"structure","members":{"indexId":{},"dataSourceId":{}}}}}}},"union":true}}}}}}},"S6e":{"type":"structure","members":{"userIds":{"type":"list","member":{}},"userGroups":{"shape":"S1n"}}},"S6t":{"type":"structure","members":{"status":{},"lastUpdatedAt":{"type":"timestamp"},"errorDetail":{"shape":"Sb"}}},"S6z":{"type":"list","member":{"type":"structure","members":{"name":{},"type":{},"search":{}}}},"S7g":{"type":"list","member":{"shape":"S4y"}},"S7k":{"type":"structure","members":{"samlConfiguration":{"type":"structure","required":["metadataXML","roleArn","userIdAttribute"],"members":{"metadataXML":{},"roleArn":{},"userIdAttribute":{},"userGroupAttribute":{}}}},"union":true}}} /***/ }), /* 1385 */ diff --git a/dist/aws-sdk.js b/dist/aws-sdk.js index b119712327..3edc2ddb0c 100644 --- a/dist/aws-sdk.js +++ b/dist/aws-sdk.js @@ -1,4 +1,4 @@ -// AWS SDK for JavaScript v2.1654.0 +// AWS SDK for JavaScript v2.1655.0 // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i `0`",state:"success"},{matcher:"error",expected:"InvalidInstanceID.NotFound",state:"retry"}]},BundleTaskComplete:{delay:15,operation:"DescribeBundleTasks",maxAttempts:40,acceptors:[{expected:"complete",matcher:"pathAll",state:"success",argument:"BundleTasks[].State"},{expected:"failed",matcher:"pathAny",state:"failure",argument:"BundleTasks[].State"}]},ConversionTaskCancelled:{delay:15,operation:"DescribeConversionTasks",maxAttempts:40,acceptors:[{expected:"cancelled",matcher:"pathAll",state:"success",argument:"ConversionTasks[].State"}]},ConversionTaskCompleted:{delay:15,operation:"DescribeConversionTasks",maxAttempts:40,acceptors:[{expected:"completed",matcher:"pathAll",state:"success",argument:"ConversionTasks[].State"},{expected:"cancelled",matcher:"pathAny",state:"failure",argument:"ConversionTasks[].State"},{expected:"cancelling",matcher:"pathAny",state:"failure",argument:"ConversionTasks[].State"}]},ConversionTaskDeleted:{delay:15,operation:"DescribeConversionTasks",maxAttempts:40,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"ConversionTasks[].State"}]},CustomerGatewayAvailable:{delay:15,operation:"DescribeCustomerGateways",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"CustomerGateways[].State"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"CustomerGateways[].State"},{expected:"deleting",matcher:"pathAny",state:"failure",argument:"CustomerGateways[].State"}]},ExportTaskCancelled:{delay:15,operation:"DescribeExportTasks",maxAttempts:40,acceptors:[{expected:"cancelled",matcher:"pathAll",state:"success",argument:"ExportTasks[].State"}]},ExportTaskCompleted:{delay:15,operation:"DescribeExportTasks",maxAttempts:40,acceptors:[{expected:"completed",matcher:"pathAll",state:"success",argument:"ExportTasks[].State"}]},ImageExists:{operation:"DescribeImages",maxAttempts:40,delay:15,acceptors:[{matcher:"path",expected:!0,argument:"length(Images[]) > `0`",state:"success"},{matcher:"error",expected:"InvalidAMIID.NotFound",state:"retry"}]},ImageAvailable:{operation:"DescribeImages",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"pathAll",argument:"Images[].State",expected:"available"},{state:"failure",matcher:"pathAny",argument:"Images[].State",expected:"failed"}]},InstanceRunning:{delay:15,operation:"DescribeInstances",maxAttempts:40,acceptors:[{expected:"running",matcher:"pathAll",state:"success",argument:"Reservations[].Instances[].State.Name"},{expected:"shutting-down",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{expected:"terminated",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{expected:"stopping",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{matcher:"error",expected:"InvalidInstanceID.NotFound",state:"retry"}]},InstanceStatusOk:{operation:"DescribeInstanceStatus",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"pathAll",argument:"InstanceStatuses[].InstanceStatus.Status",expected:"ok"},{matcher:"error",expected:"InvalidInstanceID.NotFound",state:"retry"}]},InstanceStopped:{delay:15,operation:"DescribeInstances",maxAttempts:40,acceptors:[{expected:"stopped",matcher:"pathAll",state:"success",argument:"Reservations[].Instances[].State.Name"},{expected:"pending",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{expected:"terminated",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"}]},InstanceTerminated:{delay:15,operation:"DescribeInstances",maxAttempts:40,acceptors:[{expected:"terminated",matcher:"pathAll",state:"success",argument:"Reservations[].Instances[].State.Name"},{expected:"pending",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{expected:"stopping",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"}]},InternetGatewayExists:{operation:"DescribeInternetGateways",delay:5,maxAttempts:6,acceptors:[{expected:!0,matcher:"path",state:"success",argument:"length(InternetGateways[].InternetGatewayId) > `0`"},{expected:"InvalidInternetGateway.NotFound",matcher:"error",state:"retry"}]},KeyPairExists:{operation:"DescribeKeyPairs",delay:5,maxAttempts:6,acceptors:[{expected:!0,matcher:"path",state:"success",argument:"length(KeyPairs[].KeyName) > `0`"},{expected:"InvalidKeyPair.NotFound",matcher:"error",state:"retry"}]},NatGatewayAvailable:{operation:"DescribeNatGateways",delay:15,maxAttempts:40,acceptors:[{state:"success",matcher:"pathAll",argument:"NatGateways[].State",expected:"available"},{state:"failure",matcher:"pathAny",argument:"NatGateways[].State",expected:"failed"},{state:"failure",matcher:"pathAny",argument:"NatGateways[].State",expected:"deleting"},{state:"failure",matcher:"pathAny",argument:"NatGateways[].State",expected:"deleted"},{state:"retry",matcher:"error",expected:"NatGatewayNotFound"}]},NatGatewayDeleted:{operation:"DescribeNatGateways",delay:15,maxAttempts:40,acceptors:[{state:"success",matcher:"pathAll",argument:"NatGateways[].State",expected:"deleted"},{state:"success",matcher:"error",expected:"NatGatewayNotFound"}]},NetworkInterfaceAvailable:{operation:"DescribeNetworkInterfaces",delay:20,maxAttempts:10,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"NetworkInterfaces[].Status"},{expected:"InvalidNetworkInterfaceID.NotFound",matcher:"error",state:"failure"}]},PasswordDataAvailable:{operation:"GetPasswordData",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"path",argument:"length(PasswordData) > `0`",expected:!0}]},SnapshotCompleted:{delay:15,operation:"DescribeSnapshots",maxAttempts:40,acceptors:[{expected:"completed",matcher:"pathAll",state:"success",argument:"Snapshots[].State"},{expected:"error",matcher:"pathAny",state:"failure",argument:"Snapshots[].State"}]},SnapshotImported:{delay:15,operation:"DescribeImportSnapshotTasks",maxAttempts:40,acceptors:[{expected:"completed",matcher:"pathAll",state:"success",argument:"ImportSnapshotTasks[].SnapshotTaskDetail.Status"},{expected:"error",matcher:"pathAny",state:"failure",argument:"ImportSnapshotTasks[].SnapshotTaskDetail.Status"}]},SecurityGroupExists:{operation:"DescribeSecurityGroups",delay:5,maxAttempts:6,acceptors:[{expected:!0,matcher:"path",state:"success",argument:"length(SecurityGroups[].GroupId) > `0`"},{expected:"InvalidGroup.NotFound",matcher:"error",state:"retry"}]},SpotInstanceRequestFulfilled:{operation:"DescribeSpotInstanceRequests",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"pathAll",argument:"SpotInstanceRequests[].Status.Code",expected:"fulfilled"},{state:"success",matcher:"pathAll",argument:"SpotInstanceRequests[].Status.Code",expected:"request-canceled-and-instance-running"},{state:"failure",matcher:"pathAny",argument:"SpotInstanceRequests[].Status.Code",expected:"schedule-expired"},{state:"failure",matcher:"pathAny",argument:"SpotInstanceRequests[].Status.Code",expected:"canceled-before-fulfillment"},{state:"failure",matcher:"pathAny",argument:"SpotInstanceRequests[].Status.Code",expected:"bad-parameters"},{state:"failure",matcher:"pathAny",argument:"SpotInstanceRequests[].Status.Code",expected:"system-error"},{state:"retry",matcher:"error",expected:"InvalidSpotInstanceRequestID.NotFound"}]},StoreImageTaskComplete:{delay:5,operation:"DescribeStoreImageTasks",maxAttempts:40,acceptors:[{expected:"Completed",matcher:"pathAll",state:"success",argument:"StoreImageTaskResults[].StoreTaskState"},{expected:"Failed",matcher:"pathAny",state:"failure",argument:"StoreImageTaskResults[].StoreTaskState"},{expected:"InProgress",matcher:"pathAny",state:"retry",argument:"StoreImageTaskResults[].StoreTaskState"}]},SubnetAvailable:{delay:15,operation:"DescribeSubnets",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"Subnets[].State"}]},SystemStatusOk:{operation:"DescribeInstanceStatus",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"pathAll",argument:"InstanceStatuses[].SystemStatus.Status",expected:"ok"}]},VolumeAvailable:{delay:15,operation:"DescribeVolumes",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"Volumes[].State"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"Volumes[].State"}]},VolumeDeleted:{delay:15,operation:"DescribeVolumes",maxAttempts:40,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"Volumes[].State"},{matcher:"error",expected:"InvalidVolume.NotFound",state:"success"}]},VolumeInUse:{delay:15,operation:"DescribeVolumes",maxAttempts:40,acceptors:[{expected:"in-use",matcher:"pathAll",state:"success",argument:"Volumes[].State"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"Volumes[].State"}]},VpcAvailable:{delay:15,operation:"DescribeVpcs",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"Vpcs[].State"}]},VpcExists:{operation:"DescribeVpcs",delay:1,maxAttempts:5,acceptors:[{matcher:"status",expected:200,state:"success"},{matcher:"error",expected:"InvalidVpcID.NotFound",state:"retry"}]},VpnConnectionAvailable:{delay:15,operation:"DescribeVpnConnections",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"VpnConnections[].State"},{expected:"deleting",matcher:"pathAny",state:"failure",argument:"VpnConnections[].State"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"VpnConnections[].State"}]},VpnConnectionDeleted:{delay:15,operation:"DescribeVpnConnections",maxAttempts:40,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"VpnConnections[].State"},{expected:"pending",matcher:"pathAny",state:"failure",argument:"VpnConnections[].State"}]},VpcPeeringConnectionExists:{delay:15,operation:"DescribeVpcPeeringConnections",maxAttempts:40,acceptors:[{matcher:"status",expected:200,state:"success"},{matcher:"error",expected:"InvalidVpcPeeringConnectionID.NotFound",state:"retry"}]},VpcPeeringConnectionDeleted:{delay:15,operation:"DescribeVpcPeeringConnections",maxAttempts:40,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"VpcPeeringConnections[].Status.Code"},{matcher:"error",expected:"InvalidVpcPeeringConnectionID.NotFound",state:"success"}]}}}},{}],85:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2015-09-21",endpointPrefix:"api.ecr",jsonVersion:"1.1",protocol:"json",protocols:["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:{input:{type:"structure",required:["repositoryName","layerDigests"],members:{registryId:{},repositoryName:{},layerDigests:{type:"list",member:{}}}},output:{type:"structure",members:{layers:{type:"list",member:{type:"structure",members:{layerDigest:{},layerAvailability:{},layerSize:{type:"long"},mediaType:{}}}},failures:{type:"list",member:{type:"structure",members:{layerDigest:{},failureCode:{},failureReason:{}}}}}}},BatchDeleteImage:{input:{type:"structure",required:["repositoryName","imageIds"],members:{registryId:{},repositoryName:{},imageIds:{shape:"Si"}}},output:{type:"structure",members:{imageIds:{shape:"Si"},failures:{shape:"Sn"}}}},BatchGetImage:{input:{type:"structure",required:["repositoryName","imageIds"],members:{registryId:{},repositoryName:{},imageIds:{shape:"Si"},acceptedMediaTypes:{type:"list",member:{}}}},output:{type:"structure",members:{images:{type:"list",member:{shape:"Sv"}},failures:{shape:"Sn"}}}},BatchGetRepositoryScanningConfiguration:{input:{type:"structure",required:["repositoryNames"],members:{repositoryNames:{type:"list",member:{}}}},output:{type:"structure",members:{scanningConfigurations:{type:"list",member:{type:"structure",members:{repositoryArn:{},repositoryName:{},scanOnPush:{type:"boolean"},scanFrequency:{},appliedScanFilters:{shape:"S15"}}}},failures:{type:"list",member:{type:"structure",members:{repositoryName:{},failureCode:{},failureReason:{}}}}}}},CompleteLayerUpload:{input:{type:"structure",required:["repositoryName","uploadId","layerDigests"],members:{registryId:{},repositoryName:{},uploadId:{},layerDigests:{type:"list",member:{}}}},output:{type:"structure",members:{registryId:{},repositoryName:{},uploadId:{},layerDigest:{}}}},CreatePullThroughCacheRule:{input:{type:"structure",required:["ecrRepositoryPrefix","upstreamRegistryUrl"],members:{ecrRepositoryPrefix:{},upstreamRegistryUrl:{},registryId:{},upstreamRegistry:{},credentialArn:{}}},output:{type:"structure",members:{ecrRepositoryPrefix:{},upstreamRegistryUrl:{},createdAt:{type:"timestamp"},registryId:{},upstreamRegistry:{},credentialArn:{}}}},CreateRepository:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},tags:{shape:"S1p"},imageTagMutability:{},imageScanningConfiguration:{shape:"S1u"},encryptionConfiguration:{shape:"S1v"}}},output:{type:"structure",members:{repository:{shape:"S1z"}}}},DeleteLifecyclePolicy:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{},lastEvaluatedAt:{type:"timestamp"}}}},DeletePullThroughCacheRule:{input:{type:"structure",required:["ecrRepositoryPrefix"],members:{ecrRepositoryPrefix:{},registryId:{}}},output:{type:"structure",members:{ecrRepositoryPrefix:{},upstreamRegistryUrl:{},createdAt:{type:"timestamp"},registryId:{},credentialArn:{}}}},DeleteRegistryPolicy:{input:{type:"structure",members:{}},output:{type:"structure",members:{registryId:{},policyText:{}}}},DeleteRepository:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},force:{type:"boolean"}}},output:{type:"structure",members:{repository:{shape:"S1z"}}}},DeleteRepositoryPolicy:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},policyText:{}}}},DescribeImageReplicationStatus:{input:{type:"structure",required:["repositoryName","imageId"],members:{repositoryName:{},imageId:{shape:"Sj"},registryId:{}}},output:{type:"structure",members:{repositoryName:{},imageId:{shape:"Sj"},replicationStatuses:{type:"list",member:{type:"structure",members:{region:{},registryId:{},status:{},failureCode:{}}}}}}},DescribeImageScanFindings:{input:{type:"structure",required:["repositoryName","imageId"],members:{registryId:{},repositoryName:{},imageId:{shape:"Sj"},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{registryId:{},repositoryName:{},imageId:{shape:"Sj"},imageScanStatus:{shape:"S2q"},imageScanFindings:{type:"structure",members:{imageScanCompletedAt:{type:"timestamp"},vulnerabilitySourceUpdatedAt:{type:"timestamp"},findingSeverityCounts:{shape:"S2w"},findings:{type:"list",member:{type:"structure",members:{name:{},description:{},uri:{},severity:{},attributes:{type:"list",member:{type:"structure",required:["key"],members:{key:{},value:{}}}}}}},enhancedFindings:{type:"list",member:{type:"structure",members:{awsAccountId:{},description:{},findingArn:{},firstObservedAt:{type:"timestamp"},lastObservedAt:{type:"timestamp"},packageVulnerabilityDetails:{type:"structure",members:{cvss:{type:"list",member:{type:"structure",members:{baseScore:{type:"double"},scoringVector:{},source:{},version:{}}}},referenceUrls:{type:"list",member:{}},relatedVulnerabilities:{type:"list",member:{}},source:{},sourceUrl:{},vendorCreatedAt:{type:"timestamp"},vendorSeverity:{},vendorUpdatedAt:{type:"timestamp"},vulnerabilityId:{},vulnerablePackages:{type:"list",member:{type:"structure",members:{arch:{},epoch:{type:"integer"},filePath:{},name:{},packageManager:{},release:{},sourceLayerHash:{},version:{}}}}}},remediation:{type:"structure",members:{recommendation:{type:"structure",members:{url:{},text:{}}}}},resources:{type:"list",member:{type:"structure",members:{details:{type:"structure",members:{awsEcrContainerImage:{type:"structure",members:{architecture:{},author:{},imageHash:{},imageTags:{type:"list",member:{}},platform:{},pushedAt:{type:"timestamp"},registry:{},repositoryName:{}}}}},id:{},tags:{type:"map",key:{},value:{}},type:{}}}},score:{type:"double"},scoreDetails:{type:"structure",members:{cvss:{type:"structure",members:{adjustments:{type:"list",member:{type:"structure",members:{metric:{},reason:{}}}},score:{type:"double"},scoreSource:{},scoringVector:{},version:{}}}}},severity:{},status:{},title:{},type:{},updatedAt:{type:"timestamp"}}}}}},nextToken:{}}}},DescribeImages:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},imageIds:{shape:"Si"},nextToken:{},maxResults:{type:"integer"},filter:{type:"structure",members:{tagStatus:{}}}}},output:{type:"structure",members:{imageDetails:{type:"list",member:{type:"structure",members:{registryId:{},repositoryName:{},imageDigest:{},imageTags:{shape:"S4o"},imageSizeInBytes:{type:"long"},imagePushedAt:{type:"timestamp"},imageScanStatus:{shape:"S2q"},imageScanFindingsSummary:{type:"structure",members:{imageScanCompletedAt:{type:"timestamp"},vulnerabilitySourceUpdatedAt:{type:"timestamp"},findingSeverityCounts:{shape:"S2w"}}},imageManifestMediaType:{},artifactMediaType:{},lastRecordedPullTime:{type:"timestamp"}}}},nextToken:{}}}},DescribePullThroughCacheRules:{input:{type:"structure",members:{registryId:{},ecrRepositoryPrefixes:{type:"list",member:{}},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{pullThroughCacheRules:{type:"list",member:{type:"structure",members:{ecrRepositoryPrefix:{},upstreamRegistryUrl:{},createdAt:{type:"timestamp"},registryId:{},credentialArn:{},upstreamRegistry:{},updatedAt:{type:"timestamp"}}}},nextToken:{}}}},DescribeRegistry:{input:{type:"structure",members:{}},output:{type:"structure",members:{registryId:{},replicationConfiguration:{shape:"S51"}}}},DescribeRepositories:{input:{type:"structure",members:{registryId:{},repositoryNames:{type:"list",member:{}},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{repositories:{type:"list",member:{shape:"S1z"}},nextToken:{}}}},GetAuthorizationToken:{input:{type:"structure",members:{registryIds:{deprecated:!0,deprecatedMessage:"This field is deprecated. The returned authorization token can be used to access any Amazon ECR registry that the IAM principal has access to, specifying a registry ID doesn't change the permissions scope of the authorization token.",type:"list",member:{}}}},output:{type:"structure",members:{authorizationData:{type:"list",member:{type:"structure",members:{authorizationToken:{},expiresAt:{type:"timestamp"},proxyEndpoint:{}}}}}}},GetDownloadUrlForLayer:{input:{type:"structure",required:["repositoryName","layerDigest"],members:{registryId:{},repositoryName:{},layerDigest:{}}},output:{type:"structure",members:{downloadUrl:{},layerDigest:{}}}},GetLifecyclePolicy:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{},lastEvaluatedAt:{type:"timestamp"}}}},GetLifecyclePolicyPreview:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},imageIds:{shape:"Si"},nextToken:{},maxResults:{type:"integer"},filter:{type:"structure",members:{tagStatus:{}}}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{},status:{},nextToken:{},previewResults:{type:"list",member:{type:"structure",members:{imageTags:{shape:"S4o"},imageDigest:{},imagePushedAt:{type:"timestamp"},action:{type:"structure",members:{type:{}}},appliedRulePriority:{type:"integer"}}}},summary:{type:"structure",members:{expiringImageTotalCount:{type:"integer"}}}}}},GetRegistryPolicy:{input:{type:"structure",members:{}},output:{type:"structure",members:{registryId:{},policyText:{}}}},GetRegistryScanningConfiguration:{input:{type:"structure",members:{}},output:{type:"structure",members:{registryId:{},scanningConfiguration:{shape:"S66"}}}},GetRepositoryPolicy:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},policyText:{}}}},InitiateLayerUpload:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{uploadId:{},partSize:{type:"long"}}}},ListImages:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},nextToken:{},maxResults:{type:"integer"},filter:{type:"structure",members:{tagStatus:{}}}}},output:{type:"structure",members:{imageIds:{shape:"Si"},nextToken:{}}}},ListTagsForResource:{input:{type:"structure",required:["resourceArn"],members:{resourceArn:{}}},output:{type:"structure",members:{tags:{shape:"S1p"}}}},PutImage:{input:{type:"structure",required:["repositoryName","imageManifest"],members:{registryId:{},repositoryName:{},imageManifest:{},imageManifestMediaType:{},imageTag:{},imageDigest:{}}},output:{type:"structure",members:{image:{shape:"Sv"}}}},PutImageScanningConfiguration:{input:{type:"structure",required:["repositoryName","imageScanningConfiguration"],members:{registryId:{},repositoryName:{},imageScanningConfiguration:{shape:"S1u"}}},output:{type:"structure",members:{registryId:{},repositoryName:{},imageScanningConfiguration:{shape:"S1u"}}}},PutImageTagMutability:{input:{type:"structure",required:["repositoryName","imageTagMutability"],members:{registryId:{},repositoryName:{},imageTagMutability:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},imageTagMutability:{}}}},PutLifecyclePolicy:{input:{type:"structure",required:["repositoryName","lifecyclePolicyText"],members:{registryId:{},repositoryName:{},lifecyclePolicyText:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{}}}},PutRegistryPolicy:{input:{type:"structure",required:["policyText"],members:{policyText:{}}},output:{type:"structure",members:{registryId:{},policyText:{}}}},PutRegistryScanningConfiguration:{input:{type:"structure",members:{scanType:{},rules:{shape:"S68"}}},output:{type:"structure",members:{registryScanningConfiguration:{shape:"S66"}}}},PutReplicationConfiguration:{input:{type:"structure",required:["replicationConfiguration"],members:{replicationConfiguration:{shape:"S51"}}},output:{type:"structure",members:{replicationConfiguration:{shape:"S51"}}}},SetRepositoryPolicy:{input:{type:"structure",required:["repositoryName","policyText"],members:{registryId:{},repositoryName:{},policyText:{},force:{type:"boolean"}}},output:{type:"structure",members:{registryId:{},repositoryName:{},policyText:{}}}},StartImageScan:{input:{type:"structure",required:["repositoryName","imageId"],members:{registryId:{},repositoryName:{},imageId:{shape:"Sj"}}},output:{type:"structure",members:{registryId:{},repositoryName:{},imageId:{shape:"Sj"},imageScanStatus:{shape:"S2q"}}}},StartLifecyclePolicyPreview:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},lifecyclePolicyText:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{},status:{}}}},TagResource:{input:{type:"structure",required:["resourceArn","tags"],members:{resourceArn:{},tags:{shape:"S1p"}}},output:{type:"structure",members:{}}},UntagResource:{input:{type:"structure",required:["resourceArn","tagKeys"],members:{resourceArn:{},tagKeys:{type:"list",member:{}}}},output:{type:"structure",members:{}}},UpdatePullThroughCacheRule:{input:{type:"structure",required:["ecrRepositoryPrefix","credentialArn"],members:{registryId:{},ecrRepositoryPrefix:{},credentialArn:{}}},output:{type:"structure",members:{ecrRepositoryPrefix:{},registryId:{},updatedAt:{type:"timestamp"},credentialArn:{}}}},UploadLayerPart:{input:{type:"structure",required:["repositoryName","uploadId","partFirstByte","partLastByte","layerPartBlob"],members:{registryId:{},repositoryName:{},uploadId:{},partFirstByte:{type:"long"},partLastByte:{type:"long"},layerPartBlob:{type:"blob"}}},output:{type:"structure",members:{registryId:{},repositoryName:{},uploadId:{},lastByteReceived:{type:"long"}}}},ValidatePullThroughCacheRule:{input:{type:"structure",required:["ecrRepositoryPrefix"],members:{ecrRepositoryPrefix:{},registryId:{}}},output:{type:"structure",members:{ecrRepositoryPrefix:{},registryId:{},upstreamRegistryUrl:{},credentialArn:{},isValid:{type:"boolean"},failure:{}}}}},shapes:{Si:{type:"list",member:{shape:"Sj"}},Sj:{type:"structure",members:{imageDigest:{},imageTag:{}}},Sn:{type:"list",member:{type:"structure",members:{imageId:{shape:"Sj"},failureCode:{},failureReason:{}}}},Sv:{type:"structure",members:{registryId:{},repositoryName:{},imageId:{shape:"Sj"},imageManifest:{},imageManifestMediaType:{}}},S15:{type:"list",member:{type:"structure",required:["filter","filterType"],members:{filter:{},filterType:{}}}},S1p:{type:"list",member:{type:"structure",required:["Key","Value"],members:{Key:{},Value:{}}}},S1u:{type:"structure",members:{scanOnPush:{type:"boolean"}}},S1v:{type:"structure",required:["encryptionType"],members:{encryptionType:{},kmsKey:{}}},S1z:{type:"structure",members:{repositoryArn:{},registryId:{},repositoryName:{},repositoryUri:{},createdAt:{type:"timestamp"},imageTagMutability:{},imageScanningConfiguration:{shape:"S1u"},encryptionConfiguration:{shape:"S1v"}}},S2q:{type:"structure",members:{status:{},description:{}}},S2w:{type:"map",key:{},value:{type:"integer"}},S4o:{type:"list",member:{}},S51:{type:"structure",required:["rules"],members:{rules:{type:"list",member:{type:"structure",required:["destinations"],members:{destinations:{type:"list",member:{type:"structure",required:["region","registryId"],members:{region:{},registryId:{}}}},repositoryFilters:{type:"list",member:{type:"structure",required:["filter","filterType"],members:{filter:{},filterType:{}}}}}}}}},S66:{type:"structure",members:{scanType:{},rules:{shape:"S68"}}},S68:{type:"list",member:{type:"structure",required:["scanFrequency","repositoryFilters"],members:{scanFrequency:{},repositoryFilters:{shape:"S15"}}}}}}},{}],86:[function(e,t,r){t.exports={pagination:{DescribeImageScanFindings:{input_token:"nextToken",limit_key:"maxResults",non_aggregate_keys:["registryId","repositoryName","imageId","imageScanStatus","imageScanFindings"],output_token:"nextToken",result_key:["imageScanFindings.findings","imageScanFindings.enhancedFindings"]},DescribeImages:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"imageDetails"},DescribePullThroughCacheRules:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken", +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"},GetAwsNetworkPerformanceData:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"DataResponses"},GetGroupsForCapacityReservation:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"CapacityReservationGroups"},GetInstanceTypesFromInstanceRequirements:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"InstanceTypes"},GetIpamAddressHistory:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"HistoryRecords"},GetIpamDiscoveredAccounts:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"IpamDiscoveredAccounts"},GetIpamDiscoveredResourceCidrs:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"IpamDiscoveredResourceCidrs"},GetIpamPoolAllocations:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"IpamPoolAllocations"},GetIpamPoolCidrs:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"IpamPoolCidrs"},GetIpamResourceCidrs:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"IpamResourceCidrs"},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"},GetNetworkInsightsAccessScopeAnalysisFindings:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"AnalysisFindings"},GetSecurityGroupsForVpc:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"SecurityGroupForVpcs"},GetSpotPlacementScores:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"SpotPlacementScores"},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"},GetTransitGatewayPolicyTableAssociations:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"Associations"},GetTransitGatewayPrefixListReferences:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"TransitGatewayPrefixListReferences"},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"},GetVpnConnectionDeviceTypes:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"VpnConnectionDeviceTypes"},ListImagesInRecycleBin:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"Images"},ListSnapshotsInRecycleBin:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"Snapshots"},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"}}}},{}],84:[function(e,t,r){t.exports={version:2,waiters:{InstanceExists:{delay:5,maxAttempts:40,operation:"DescribeInstances",acceptors:[{matcher:"path",expected:!0,argument:"length(Reservations[]) > `0`",state:"success"},{matcher:"error",expected:"InvalidInstanceID.NotFound",state:"retry"}]},BundleTaskComplete:{delay:15,operation:"DescribeBundleTasks",maxAttempts:40,acceptors:[{expected:"complete",matcher:"pathAll",state:"success",argument:"BundleTasks[].State"},{expected:"failed",matcher:"pathAny",state:"failure",argument:"BundleTasks[].State"}]},ConversionTaskCancelled:{delay:15,operation:"DescribeConversionTasks",maxAttempts:40,acceptors:[{expected:"cancelled",matcher:"pathAll",state:"success",argument:"ConversionTasks[].State"}]},ConversionTaskCompleted:{delay:15,operation:"DescribeConversionTasks",maxAttempts:40,acceptors:[{expected:"completed",matcher:"pathAll",state:"success",argument:"ConversionTasks[].State"},{expected:"cancelled",matcher:"pathAny",state:"failure",argument:"ConversionTasks[].State"},{expected:"cancelling",matcher:"pathAny",state:"failure",argument:"ConversionTasks[].State"}]},ConversionTaskDeleted:{delay:15,operation:"DescribeConversionTasks",maxAttempts:40,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"ConversionTasks[].State"}]},CustomerGatewayAvailable:{delay:15,operation:"DescribeCustomerGateways",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"CustomerGateways[].State"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"CustomerGateways[].State"},{expected:"deleting",matcher:"pathAny",state:"failure",argument:"CustomerGateways[].State"}]},ExportTaskCancelled:{delay:15,operation:"DescribeExportTasks",maxAttempts:40,acceptors:[{expected:"cancelled",matcher:"pathAll",state:"success",argument:"ExportTasks[].State"}]},ExportTaskCompleted:{delay:15,operation:"DescribeExportTasks",maxAttempts:40,acceptors:[{expected:"completed",matcher:"pathAll",state:"success",argument:"ExportTasks[].State"}]},ImageExists:{operation:"DescribeImages",maxAttempts:40,delay:15,acceptors:[{matcher:"path",expected:!0,argument:"length(Images[]) > `0`",state:"success"},{matcher:"error",expected:"InvalidAMIID.NotFound",state:"retry"}]},ImageAvailable:{operation:"DescribeImages",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"pathAll",argument:"Images[].State",expected:"available"},{state:"failure",matcher:"pathAny",argument:"Images[].State",expected:"failed"}]},InstanceRunning:{delay:15,operation:"DescribeInstances",maxAttempts:40,acceptors:[{expected:"running",matcher:"pathAll",state:"success",argument:"Reservations[].Instances[].State.Name"},{expected:"shutting-down",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{expected:"terminated",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{expected:"stopping",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{matcher:"error",expected:"InvalidInstanceID.NotFound",state:"retry"}]},InstanceStatusOk:{operation:"DescribeInstanceStatus",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"pathAll",argument:"InstanceStatuses[].InstanceStatus.Status",expected:"ok"},{matcher:"error",expected:"InvalidInstanceID.NotFound",state:"retry"}]},InstanceStopped:{delay:15,operation:"DescribeInstances",maxAttempts:40,acceptors:[{expected:"stopped",matcher:"pathAll",state:"success",argument:"Reservations[].Instances[].State.Name"},{expected:"pending",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{expected:"terminated",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"}]},InstanceTerminated:{delay:15,operation:"DescribeInstances",maxAttempts:40,acceptors:[{expected:"terminated",matcher:"pathAll",state:"success",argument:"Reservations[].Instances[].State.Name"},{expected:"pending",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"},{expected:"stopping",matcher:"pathAny",state:"failure",argument:"Reservations[].Instances[].State.Name"}]},InternetGatewayExists:{operation:"DescribeInternetGateways",delay:5,maxAttempts:6,acceptors:[{expected:!0,matcher:"path",state:"success",argument:"length(InternetGateways[].InternetGatewayId) > `0`"},{expected:"InvalidInternetGateway.NotFound",matcher:"error",state:"retry"}]},KeyPairExists:{operation:"DescribeKeyPairs",delay:5,maxAttempts:6,acceptors:[{expected:!0,matcher:"path",state:"success",argument:"length(KeyPairs[].KeyName) > `0`"},{expected:"InvalidKeyPair.NotFound",matcher:"error",state:"retry"}]},NatGatewayAvailable:{operation:"DescribeNatGateways",delay:15,maxAttempts:40,acceptors:[{state:"success",matcher:"pathAll",argument:"NatGateways[].State",expected:"available"},{state:"failure",matcher:"pathAny",argument:"NatGateways[].State",expected:"failed"},{state:"failure",matcher:"pathAny",argument:"NatGateways[].State",expected:"deleting"},{state:"failure",matcher:"pathAny",argument:"NatGateways[].State",expected:"deleted"},{state:"retry",matcher:"error",expected:"NatGatewayNotFound"}]},NatGatewayDeleted:{operation:"DescribeNatGateways",delay:15,maxAttempts:40,acceptors:[{state:"success",matcher:"pathAll",argument:"NatGateways[].State",expected:"deleted"},{state:"success",matcher:"error",expected:"NatGatewayNotFound"}]},NetworkInterfaceAvailable:{operation:"DescribeNetworkInterfaces",delay:20,maxAttempts:10,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"NetworkInterfaces[].Status"},{expected:"InvalidNetworkInterfaceID.NotFound",matcher:"error",state:"failure"}]},PasswordDataAvailable:{operation:"GetPasswordData",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"path",argument:"length(PasswordData) > `0`",expected:!0}]},SnapshotCompleted:{delay:15,operation:"DescribeSnapshots",maxAttempts:40,acceptors:[{expected:"completed",matcher:"pathAll",state:"success",argument:"Snapshots[].State"},{expected:"error",matcher:"pathAny",state:"failure",argument:"Snapshots[].State"}]},SnapshotImported:{delay:15,operation:"DescribeImportSnapshotTasks",maxAttempts:40,acceptors:[{expected:"completed",matcher:"pathAll",state:"success",argument:"ImportSnapshotTasks[].SnapshotTaskDetail.Status"},{expected:"error",matcher:"pathAny",state:"failure",argument:"ImportSnapshotTasks[].SnapshotTaskDetail.Status"}]},SecurityGroupExists:{operation:"DescribeSecurityGroups",delay:5,maxAttempts:6,acceptors:[{expected:!0,matcher:"path",state:"success",argument:"length(SecurityGroups[].GroupId) > `0`"},{expected:"InvalidGroup.NotFound",matcher:"error",state:"retry"}]},SpotInstanceRequestFulfilled:{operation:"DescribeSpotInstanceRequests",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"pathAll",argument:"SpotInstanceRequests[].Status.Code",expected:"fulfilled"},{state:"success",matcher:"pathAll",argument:"SpotInstanceRequests[].Status.Code",expected:"request-canceled-and-instance-running"},{state:"failure",matcher:"pathAny",argument:"SpotInstanceRequests[].Status.Code",expected:"schedule-expired"},{state:"failure",matcher:"pathAny",argument:"SpotInstanceRequests[].Status.Code",expected:"canceled-before-fulfillment"},{state:"failure",matcher:"pathAny",argument:"SpotInstanceRequests[].Status.Code",expected:"bad-parameters"},{state:"failure",matcher:"pathAny",argument:"SpotInstanceRequests[].Status.Code",expected:"system-error"},{state:"retry",matcher:"error",expected:"InvalidSpotInstanceRequestID.NotFound"}]},StoreImageTaskComplete:{delay:5,operation:"DescribeStoreImageTasks",maxAttempts:40,acceptors:[{expected:"Completed",matcher:"pathAll",state:"success",argument:"StoreImageTaskResults[].StoreTaskState"},{expected:"Failed",matcher:"pathAny",state:"failure",argument:"StoreImageTaskResults[].StoreTaskState"},{expected:"InProgress",matcher:"pathAny",state:"retry",argument:"StoreImageTaskResults[].StoreTaskState"}]},SubnetAvailable:{delay:15,operation:"DescribeSubnets",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"Subnets[].State"}]},SystemStatusOk:{operation:"DescribeInstanceStatus",maxAttempts:40,delay:15,acceptors:[{state:"success",matcher:"pathAll",argument:"InstanceStatuses[].SystemStatus.Status",expected:"ok"}]},VolumeAvailable:{delay:15,operation:"DescribeVolumes",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"Volumes[].State"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"Volumes[].State"}]},VolumeDeleted:{delay:15,operation:"DescribeVolumes",maxAttempts:40,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"Volumes[].State"},{matcher:"error",expected:"InvalidVolume.NotFound",state:"success"}]},VolumeInUse:{delay:15,operation:"DescribeVolumes",maxAttempts:40,acceptors:[{expected:"in-use",matcher:"pathAll",state:"success",argument:"Volumes[].State"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"Volumes[].State"}]},VpcAvailable:{delay:15,operation:"DescribeVpcs",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"Vpcs[].State"}]},VpcExists:{operation:"DescribeVpcs",delay:1,maxAttempts:5,acceptors:[{matcher:"status",expected:200,state:"success"},{matcher:"error",expected:"InvalidVpcID.NotFound",state:"retry"}]},VpnConnectionAvailable:{delay:15,operation:"DescribeVpnConnections",maxAttempts:40,acceptors:[{expected:"available",matcher:"pathAll",state:"success",argument:"VpnConnections[].State"},{expected:"deleting",matcher:"pathAny",state:"failure",argument:"VpnConnections[].State"},{expected:"deleted",matcher:"pathAny",state:"failure",argument:"VpnConnections[].State"}]},VpnConnectionDeleted:{delay:15,operation:"DescribeVpnConnections",maxAttempts:40,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"VpnConnections[].State"},{expected:"pending",matcher:"pathAny",state:"failure",argument:"VpnConnections[].State"}]},VpcPeeringConnectionExists:{delay:15,operation:"DescribeVpcPeeringConnections",maxAttempts:40,acceptors:[{matcher:"status",expected:200,state:"success"},{matcher:"error",expected:"InvalidVpcPeeringConnectionID.NotFound",state:"retry"}]},VpcPeeringConnectionDeleted:{delay:15,operation:"DescribeVpcPeeringConnections",maxAttempts:40,acceptors:[{expected:"deleted",matcher:"pathAll",state:"success",argument:"VpcPeeringConnections[].Status.Code"},{matcher:"error",expected:"InvalidVpcPeeringConnectionID.NotFound",state:"success"}]}}}},{}],85:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2015-09-21",endpointPrefix:"api.ecr",jsonVersion:"1.1",protocol:"json",protocols:["json"],serviceAbbreviation:"Amazon ECR",serviceFullName:"Amazon EC2 Container Registry",serviceId:"ECR",signatureVersion:"v4",signingName:"ecr",targetPrefix:"AmazonEC2ContainerRegistry_V20150921",uid:"ecr-2015-09-21",auth:["aws.auth#sigv4"]},operations:{BatchCheckLayerAvailability:{input:{type:"structure",required:["repositoryName","layerDigests"],members:{registryId:{},repositoryName:{},layerDigests:{type:"list",member:{}}}},output:{type:"structure",members:{layers:{type:"list",member:{type:"structure",members:{layerDigest:{},layerAvailability:{},layerSize:{type:"long"},mediaType:{}}}},failures:{type:"list",member:{type:"structure",members:{layerDigest:{},failureCode:{},failureReason:{}}}}}}},BatchDeleteImage:{input:{type:"structure",required:["repositoryName","imageIds"],members:{registryId:{},repositoryName:{},imageIds:{shape:"Si"}}},output:{type:"structure",members:{imageIds:{shape:"Si"},failures:{shape:"Sn"}}}},BatchGetImage:{input:{type:"structure",required:["repositoryName","imageIds"],members:{registryId:{},repositoryName:{},imageIds:{shape:"Si"},acceptedMediaTypes:{type:"list",member:{}}}},output:{type:"structure",members:{images:{type:"list",member:{shape:"Sv"}},failures:{shape:"Sn"}}}},BatchGetRepositoryScanningConfiguration:{input:{type:"structure",required:["repositoryNames"],members:{repositoryNames:{type:"list",member:{}}}},output:{type:"structure",members:{scanningConfigurations:{type:"list",member:{type:"structure",members:{repositoryArn:{},repositoryName:{},scanOnPush:{type:"boolean"},scanFrequency:{},appliedScanFilters:{shape:"S15"}}}},failures:{type:"list",member:{type:"structure",members:{repositoryName:{},failureCode:{},failureReason:{}}}}}}},CompleteLayerUpload:{input:{type:"structure",required:["repositoryName","uploadId","layerDigests"],members:{registryId:{},repositoryName:{},uploadId:{},layerDigests:{type:"list",member:{}}}},output:{type:"structure",members:{registryId:{},repositoryName:{},uploadId:{},layerDigest:{}}}},CreatePullThroughCacheRule:{input:{type:"structure",required:["ecrRepositoryPrefix","upstreamRegistryUrl"],members:{ecrRepositoryPrefix:{},upstreamRegistryUrl:{},registryId:{},upstreamRegistry:{},credentialArn:{}}},output:{type:"structure",members:{ecrRepositoryPrefix:{},upstreamRegistryUrl:{},createdAt:{type:"timestamp"},registryId:{},upstreamRegistry:{},credentialArn:{}}}},CreateRepository:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},tags:{shape:"S1p"},imageTagMutability:{},imageScanningConfiguration:{shape:"S1u"},encryptionConfiguration:{shape:"S1v"}}},output:{type:"structure",members:{repository:{shape:"S1z"}}}},DeleteLifecyclePolicy:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{},lastEvaluatedAt:{type:"timestamp"}}}},DeletePullThroughCacheRule:{input:{type:"structure",required:["ecrRepositoryPrefix"],members:{ecrRepositoryPrefix:{},registryId:{}}},output:{type:"structure",members:{ecrRepositoryPrefix:{},upstreamRegistryUrl:{},createdAt:{type:"timestamp"},registryId:{},credentialArn:{}}}},DeleteRegistryPolicy:{input:{type:"structure",members:{}},output:{type:"structure",members:{registryId:{},policyText:{}}}},DeleteRepository:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},force:{type:"boolean"}}},output:{type:"structure",members:{repository:{shape:"S1z"}}}},DeleteRepositoryPolicy:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},policyText:{}}}},DescribeImageReplicationStatus:{input:{type:"structure",required:["repositoryName","imageId"],members:{repositoryName:{},imageId:{shape:"Sj"},registryId:{}}},output:{type:"structure",members:{repositoryName:{},imageId:{shape:"Sj"},replicationStatuses:{type:"list",member:{type:"structure",members:{region:{},registryId:{},status:{},failureCode:{}}}}}}},DescribeImageScanFindings:{input:{type:"structure",required:["repositoryName","imageId"],members:{registryId:{},repositoryName:{},imageId:{shape:"Sj"},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{registryId:{},repositoryName:{},imageId:{shape:"Sj"},imageScanStatus:{shape:"S2q"},imageScanFindings:{type:"structure",members:{imageScanCompletedAt:{type:"timestamp"},vulnerabilitySourceUpdatedAt:{type:"timestamp"},findingSeverityCounts:{shape:"S2w"},findings:{type:"list",member:{type:"structure",members:{name:{},description:{},uri:{},severity:{},attributes:{type:"list",member:{type:"structure",required:["key"],members:{key:{},value:{}}}}}}},enhancedFindings:{type:"list",member:{type:"structure",members:{awsAccountId:{},description:{},findingArn:{},firstObservedAt:{type:"timestamp"},lastObservedAt:{type:"timestamp"},packageVulnerabilityDetails:{type:"structure",members:{cvss:{type:"list",member:{type:"structure",members:{baseScore:{type:"double"},scoringVector:{},source:{},version:{}}}},referenceUrls:{type:"list",member:{}},relatedVulnerabilities:{type:"list",member:{}},source:{},sourceUrl:{},vendorCreatedAt:{type:"timestamp"},vendorSeverity:{},vendorUpdatedAt:{type:"timestamp"},vulnerabilityId:{},vulnerablePackages:{type:"list",member:{type:"structure",members:{arch:{},epoch:{type:"integer"},filePath:{},name:{},packageManager:{},release:{},sourceLayerHash:{},version:{}}}}}},remediation:{type:"structure",members:{recommendation:{type:"structure",members:{url:{},text:{}}}}},resources:{type:"list",member:{type:"structure",members:{details:{type:"structure",members:{awsEcrContainerImage:{type:"structure",members:{architecture:{},author:{},imageHash:{},imageTags:{type:"list",member:{}},platform:{},pushedAt:{type:"timestamp"},registry:{},repositoryName:{}}}}},id:{},tags:{type:"map",key:{},value:{}},type:{}}}},score:{type:"double"},scoreDetails:{type:"structure",members:{cvss:{type:"structure",members:{adjustments:{type:"list",member:{type:"structure",members:{metric:{},reason:{}}}},score:{type:"double"},scoreSource:{},scoringVector:{},version:{}}}}},severity:{},status:{},title:{},type:{},updatedAt:{type:"timestamp"}}}}}},nextToken:{}}}},DescribeImages:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},imageIds:{shape:"Si"},nextToken:{},maxResults:{type:"integer"},filter:{type:"structure",members:{tagStatus:{}}}}},output:{type:"structure",members:{imageDetails:{type:"list",member:{type:"structure",members:{registryId:{},repositoryName:{},imageDigest:{},imageTags:{shape:"S4o"},imageSizeInBytes:{type:"long"},imagePushedAt:{type:"timestamp"},imageScanStatus:{shape:"S2q"},imageScanFindingsSummary:{type:"structure",members:{imageScanCompletedAt:{type:"timestamp"},vulnerabilitySourceUpdatedAt:{type:"timestamp"},findingSeverityCounts:{shape:"S2w"}}},imageManifestMediaType:{},artifactMediaType:{},lastRecordedPullTime:{type:"timestamp"}}}},nextToken:{}}}},DescribePullThroughCacheRules:{input:{type:"structure",members:{registryId:{},ecrRepositoryPrefixes:{type:"list",member:{}},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{pullThroughCacheRules:{type:"list",member:{type:"structure",members:{ecrRepositoryPrefix:{},upstreamRegistryUrl:{},createdAt:{type:"timestamp"},registryId:{},credentialArn:{},upstreamRegistry:{},updatedAt:{type:"timestamp"}}}},nextToken:{}}}},DescribeRegistry:{input:{type:"structure",members:{}},output:{type:"structure",members:{registryId:{},replicationConfiguration:{shape:"S51"}}}},DescribeRepositories:{input:{type:"structure",members:{registryId:{},repositoryNames:{type:"list",member:{}},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{repositories:{type:"list",member:{shape:"S1z"}},nextToken:{}}}},GetAuthorizationToken:{input:{type:"structure",members:{registryIds:{deprecated:!0,deprecatedMessage:"This field is deprecated. The returned authorization token can be used to access any Amazon ECR registry that the IAM principal has access to, specifying a registry ID doesn't change the permissions scope of the authorization token.",type:"list",member:{}}}},output:{type:"structure",members:{authorizationData:{type:"list",member:{type:"structure",members:{authorizationToken:{},expiresAt:{type:"timestamp"},proxyEndpoint:{}}}}}}},GetDownloadUrlForLayer:{input:{type:"structure",required:["repositoryName","layerDigest"],members:{registryId:{},repositoryName:{},layerDigest:{}}},output:{type:"structure",members:{downloadUrl:{},layerDigest:{}}}},GetLifecyclePolicy:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{},lastEvaluatedAt:{type:"timestamp"}}}},GetLifecyclePolicyPreview:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},imageIds:{shape:"Si"},nextToken:{},maxResults:{type:"integer"},filter:{type:"structure",members:{tagStatus:{}}}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{},status:{},nextToken:{},previewResults:{type:"list",member:{type:"structure",members:{imageTags:{shape:"S4o"},imageDigest:{},imagePushedAt:{type:"timestamp"},action:{type:"structure",members:{type:{}}},appliedRulePriority:{type:"integer"}}}},summary:{type:"structure",members:{expiringImageTotalCount:{type:"integer"}}}}}},GetRegistryPolicy:{input:{type:"structure",members:{}},output:{type:"structure",members:{registryId:{},policyText:{}}}},GetRegistryScanningConfiguration:{input:{type:"structure",members:{}},output:{type:"structure",members:{registryId:{},scanningConfiguration:{shape:"S66"}}}},GetRepositoryPolicy:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},policyText:{}}}},InitiateLayerUpload:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{}}},output:{type:"structure",members:{uploadId:{},partSize:{type:"long"}}}},ListImages:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},nextToken:{},maxResults:{type:"integer"},filter:{type:"structure",members:{tagStatus:{}}}}},output:{type:"structure",members:{imageIds:{shape:"Si"},nextToken:{}}}},ListTagsForResource:{input:{type:"structure",required:["resourceArn"],members:{resourceArn:{}}},output:{type:"structure",members:{tags:{shape:"S1p"}}}},PutImage:{input:{type:"structure",required:["repositoryName","imageManifest"],members:{registryId:{},repositoryName:{},imageManifest:{},imageManifestMediaType:{},imageTag:{},imageDigest:{}}},output:{type:"structure",members:{image:{shape:"Sv"}}}},PutImageScanningConfiguration:{input:{type:"structure",required:["repositoryName","imageScanningConfiguration"],members:{registryId:{},repositoryName:{},imageScanningConfiguration:{shape:"S1u"}}},output:{type:"structure",members:{registryId:{},repositoryName:{},imageScanningConfiguration:{shape:"S1u"}}}},PutImageTagMutability:{input:{type:"structure",required:["repositoryName","imageTagMutability"],members:{registryId:{},repositoryName:{},imageTagMutability:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},imageTagMutability:{}}}},PutLifecyclePolicy:{input:{type:"structure",required:["repositoryName","lifecyclePolicyText"],members:{registryId:{},repositoryName:{},lifecyclePolicyText:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{}}}},PutRegistryPolicy:{input:{type:"structure",required:["policyText"],members:{policyText:{}}},output:{type:"structure",members:{registryId:{},policyText:{}}}},PutRegistryScanningConfiguration:{input:{type:"structure",members:{scanType:{},rules:{shape:"S68"}}},output:{type:"structure",members:{registryScanningConfiguration:{shape:"S66"}}}},PutReplicationConfiguration:{input:{type:"structure",required:["replicationConfiguration"],members:{replicationConfiguration:{shape:"S51"}}},output:{type:"structure",members:{replicationConfiguration:{shape:"S51"}}}},SetRepositoryPolicy:{input:{type:"structure",required:["repositoryName","policyText"],members:{registryId:{},repositoryName:{},policyText:{},force:{type:"boolean"}}},output:{type:"structure",members:{registryId:{},repositoryName:{},policyText:{}}}},StartImageScan:{input:{type:"structure",required:["repositoryName","imageId"],members:{registryId:{},repositoryName:{},imageId:{shape:"Sj"}}},output:{type:"structure",members:{registryId:{},repositoryName:{},imageId:{shape:"Sj"},imageScanStatus:{shape:"S2q"}}}},StartLifecyclePolicyPreview:{input:{type:"structure",required:["repositoryName"],members:{registryId:{},repositoryName:{},lifecyclePolicyText:{}}},output:{type:"structure",members:{registryId:{},repositoryName:{},lifecyclePolicyText:{},status:{}}}},TagResource:{input:{type:"structure",required:["resourceArn","tags"],members:{resourceArn:{},tags:{shape:"S1p"}}},output:{type:"structure",members:{}}},UntagResource:{input:{type:"structure",required:["resourceArn","tagKeys"],members:{resourceArn:{},tagKeys:{type:"list",member:{}}}},output:{type:"structure",members:{}}},UpdatePullThroughCacheRule:{input:{type:"structure",required:["ecrRepositoryPrefix","credentialArn"],members:{registryId:{},ecrRepositoryPrefix:{},credentialArn:{}}},output:{type:"structure",members:{ecrRepositoryPrefix:{},registryId:{},updatedAt:{type:"timestamp"},credentialArn:{}}}},UploadLayerPart:{input:{type:"structure",required:["repositoryName","uploadId","partFirstByte","partLastByte","layerPartBlob"],members:{registryId:{},repositoryName:{},uploadId:{},partFirstByte:{type:"long"},partLastByte:{type:"long"},layerPartBlob:{type:"blob"}}},output:{type:"structure",members:{registryId:{},repositoryName:{},uploadId:{},lastByteReceived:{type:"long"}}}},ValidatePullThroughCacheRule:{input:{type:"structure",required:["ecrRepositoryPrefix"],members:{ecrRepositoryPrefix:{},registryId:{}}},output:{type:"structure",members:{ecrRepositoryPrefix:{},registryId:{},upstreamRegistryUrl:{},credentialArn:{},isValid:{type:"boolean"},failure:{}}}}},shapes:{Si:{type:"list",member:{shape:"Sj"}},Sj:{type:"structure",members:{imageDigest:{},imageTag:{}}},Sn:{type:"list",member:{type:"structure",members:{imageId:{shape:"Sj"},failureCode:{},failureReason:{}}}},Sv:{type:"structure",members:{registryId:{},repositoryName:{},imageId:{shape:"Sj"},imageManifest:{},imageManifestMediaType:{}}},S15:{type:"list",member:{type:"structure",required:["filter","filterType"],members:{filter:{},filterType:{}}}},S1p:{type:"list",member:{type:"structure",required:["Key","Value"],members:{Key:{},Value:{}}}},S1u:{type:"structure",members:{scanOnPush:{type:"boolean"}}},S1v:{type:"structure",required:["encryptionType"],members:{encryptionType:{},kmsKey:{}}},S1z:{type:"structure",members:{repositoryArn:{},registryId:{},repositoryName:{},repositoryUri:{},createdAt:{type:"timestamp"},imageTagMutability:{},imageScanningConfiguration:{shape:"S1u"},encryptionConfiguration:{shape:"S1v"}}},S2q:{type:"structure",members:{status:{},description:{}}},S2w:{type:"map",key:{},value:{type:"integer"}},S4o:{type:"list",member:{}},S51:{type:"structure",required:["rules"],members:{rules:{type:"list",member:{type:"structure",required:["destinations"],members:{destinations:{type:"list",member:{type:"structure",required:["region","registryId"],members:{region:{},registryId:{}}}},repositoryFilters:{type:"list",member:{type:"structure",required:["filter","filterType"],members:{filter:{},filterType:{}}}}}}}}},S66:{type:"structure",members:{scanType:{},rules:{shape:"S68"}}},S68:{type:"list",member:{type:"structure",required:["scanFrequency","repositoryFilters"],members:{scanFrequency:{},repositoryFilters:{shape:"S15"}}}}}}},{}],86:[function(e,t,r){t.exports={pagination:{DescribeImageScanFindings:{input_token:"nextToken",limit_key:"maxResults",non_aggregate_keys:["registryId","repositoryName","imageId","imageScanStatus","imageScanFindings"],output_token:"nextToken",result_key:["imageScanFindings.findings","imageScanFindings.enhancedFindings"]},DescribeImages:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"imageDetails"},DescribePullThroughCacheRules:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken", result_key:"pullThroughCacheRules"},DescribeRepositories:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"repositories"},GetLifecyclePolicyPreview:{input_token:"nextToken",limit_key:"maxResults",non_aggregate_keys:["registryId","repositoryName","lifecyclePolicyText","status","summary"],output_token:"nextToken",result_key:"previewResults"},ListImages:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"imageIds"}}}},{}],87:[function(e,t,r){t.exports={version:2,waiters:{ImageScanComplete:{description:"Wait until an image scan is complete and findings can be accessed",operation:"DescribeImageScanFindings",delay:5,maxAttempts:60,acceptors:[{state:"success",matcher:"path",argument:"imageScanStatus.status",expected:"COMPLETE"},{state:"failure",matcher:"path",argument:"imageScanStatus.status",expected:"FAILED"}]},LifecyclePolicyPreviewComplete:{description:"Wait until a lifecycle policy preview request is complete and results can be accessed",operation:"GetLifecyclePolicyPreview",delay:5,maxAttempts:20,acceptors:[{state:"success",matcher:"path",argument:"status",expected:"COMPLETE"},{state:"failure",matcher:"path",argument:"status",expected:"FAILED"}]}}}},{}],88:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2014-11-13",endpointPrefix:"ecs",jsonVersion:"1.1",protocol:"json",protocols:["json"],serviceAbbreviation:"Amazon ECS",serviceFullName:"Amazon EC2 Container Service",serviceId:"ECS",signatureVersion:"v4",targetPrefix:"AmazonEC2ContainerServiceV20141113",uid:"ecs-2014-11-13",auth:["aws.auth#sigv4"]},operations:{CreateCapacityProvider:{input:{type:"structure",required:["name","autoScalingGroupProvider"],members:{name:{},autoScalingGroupProvider:{shape:"S3"},tags:{shape:"Sb"}}},output:{type:"structure",members:{capacityProvider:{shape:"Sg"}}}},CreateCluster:{input:{type:"structure",members:{clusterName:{},tags:{shape:"Sb"},settings:{shape:"Sk"},configuration:{shape:"Sn"},capacityProviders:{shape:"St"},defaultCapacityProviderStrategy:{shape:"Su"},serviceConnectDefaults:{shape:"Sy"}}},output:{type:"structure",members:{cluster:{shape:"S10"}}}},CreateService:{input:{type:"structure",required:["serviceName"],members:{cluster:{},serviceName:{},taskDefinition:{},loadBalancers:{shape:"S19"},serviceRegistries:{shape:"S1c"},desiredCount:{type:"integer"},clientToken:{},launchType:{},capacityProviderStrategy:{shape:"Su"},platformVersion:{},role:{},deploymentConfiguration:{shape:"S1f"},placementConstraints:{shape:"S1i"},placementStrategy:{shape:"S1l"},networkConfiguration:{shape:"S1o"},healthCheckGracePeriodSeconds:{type:"integer"},schedulingStrategy:{},deploymentController:{shape:"S1s"},tags:{shape:"Sb"},enableECSManagedTags:{type:"boolean"},propagateTags:{},enableExecuteCommand:{type:"boolean"},serviceConnectConfiguration:{shape:"S1v"},volumeConfigurations:{shape:"S2a"}}},output:{type:"structure",members:{service:{shape:"S2o"}}}},CreateTaskSet:{input:{type:"structure",required:["service","cluster","taskDefinition"],members:{service:{},cluster:{},externalId:{},taskDefinition:{},networkConfiguration:{shape:"S1o"},loadBalancers:{shape:"S19"},serviceRegistries:{shape:"S1c"},launchType:{},capacityProviderStrategy:{shape:"Su"},platformVersion:{},scale:{shape:"S2s"},clientToken:{},tags:{shape:"Sb"}}},output:{type:"structure",members:{taskSet:{shape:"S2q"}}}},DeleteAccountSetting:{input:{type:"structure",required:["name"],members:{name:{},principalArn:{}}},output:{type:"structure",members:{setting:{shape:"S39"}}}},DeleteAttributes:{input:{type:"structure",required:["attributes"],members:{cluster:{},attributes:{shape:"S3c"}}},output:{type:"structure",members:{attributes:{shape:"S3c"}}}},DeleteCapacityProvider:{input:{type:"structure",required:["capacityProvider"],members:{capacityProvider:{}}},output:{type:"structure",members:{capacityProvider:{shape:"Sg"}}}},DeleteCluster:{input:{type:"structure",required:["cluster"],members:{cluster:{}}},output:{type:"structure",members:{cluster:{shape:"S10"}}}},DeleteService:{input:{type:"structure",required:["service"],members:{cluster:{},service:{},force:{type:"boolean"}}},output:{type:"structure",members:{service:{shape:"S2o"}}}},DeleteTaskDefinitions:{input:{type:"structure",required:["taskDefinitions"],members:{taskDefinitions:{shape:"St"}}},output:{type:"structure",members:{taskDefinitions:{type:"list",member:{shape:"S3p"}},failures:{shape:"S5q"}}}},DeleteTaskSet:{input:{type:"structure",required:["cluster","service","taskSet"],members:{cluster:{},service:{},taskSet:{},force:{type:"boolean"}}},output:{type:"structure",members:{taskSet:{shape:"S2q"}}}},DeregisterContainerInstance:{input:{type:"structure",required:["containerInstance"],members:{cluster:{},containerInstance:{},force:{type:"boolean"}}},output:{type:"structure",members:{containerInstance:{shape:"S5w"}}}},DeregisterTaskDefinition:{input:{type:"structure",required:["taskDefinition"],members:{taskDefinition:{}}},output:{type:"structure",members:{taskDefinition:{shape:"S3p"}}}},DescribeCapacityProviders:{input:{type:"structure",members:{capacityProviders:{shape:"St"},include:{type:"list",member:{}},maxResults:{type:"integer"},nextToken:{}}},output:{type:"structure",members:{capacityProviders:{type:"list",member:{shape:"Sg"}},failures:{shape:"S5q"},nextToken:{}}}},DescribeClusters:{input:{type:"structure",members:{clusters:{shape:"St"},include:{type:"list",member:{}}}},output:{type:"structure",members:{clusters:{type:"list",member:{shape:"S10"}},failures:{shape:"S5q"}}}},DescribeContainerInstances:{input:{type:"structure",required:["containerInstances"],members:{cluster:{},containerInstances:{shape:"St"},include:{type:"list",member:{}}}},output:{type:"structure",members:{containerInstances:{shape:"S6n"},failures:{shape:"S5q"}}}},DescribeServices:{input:{type:"structure",required:["services"],members:{cluster:{},services:{shape:"St"},include:{type:"list",member:{}}}},output:{type:"structure",members:{services:{type:"list",member:{shape:"S2o"}},failures:{shape:"S5q"}}}},DescribeTaskDefinition:{input:{type:"structure",required:["taskDefinition"],members:{taskDefinition:{},include:{type:"list",member:{}}}},output:{type:"structure",members:{taskDefinition:{shape:"S3p"},tags:{shape:"Sb"}}}},DescribeTaskSets:{input:{type:"structure",required:["cluster","service"],members:{cluster:{},service:{},taskSets:{shape:"St"},include:{type:"list",member:{}}}},output:{type:"structure",members:{taskSets:{shape:"S2p"},failures:{shape:"S5q"}}}},DescribeTasks:{input:{type:"structure",required:["tasks"],members:{cluster:{},tasks:{shape:"St"},include:{type:"list",member:{}}}},output:{type:"structure",members:{tasks:{shape:"S75"},failures:{shape:"S5q"}}}},DiscoverPollEndpoint:{input:{type:"structure",members:{containerInstance:{},cluster:{}}},output:{type:"structure",members:{endpoint:{},telemetryEndpoint:{},serviceConnectEndpoint:{}}}},ExecuteCommand:{input:{type:"structure",required:["command","interactive","task"],members:{cluster:{},container:{},command:{},interactive:{type:"boolean"},task:{}}},output:{type:"structure",members:{clusterArn:{},containerArn:{},containerName:{},interactive:{type:"boolean"},session:{type:"structure",members:{sessionId:{},streamUrl:{},tokenValue:{type:"string",sensitive:!0}}},taskArn:{}}}},GetTaskProtection:{input:{type:"structure",required:["cluster"],members:{cluster:{},tasks:{shape:"St"}}},output:{type:"structure",members:{protectedTasks:{shape:"S7y"},failures:{shape:"S5q"}}}},ListAccountSettings:{input:{type:"structure",members:{name:{},value:{},principalArn:{},effectiveSettings:{type:"boolean"},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{settings:{type:"list",member:{shape:"S39"}},nextToken:{}}}},ListAttributes:{input:{type:"structure",required:["targetType"],members:{cluster:{},targetType:{},attributeName:{},attributeValue:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{attributes:{shape:"S3c"},nextToken:{}}}},ListClusters:{input:{type:"structure",members:{nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{clusterArns:{shape:"St"},nextToken:{}}}},ListContainerInstances:{input:{type:"structure",members:{cluster:{},filter:{},nextToken:{},maxResults:{type:"integer"},status:{}}},output:{type:"structure",members:{containerInstanceArns:{shape:"St"},nextToken:{}}}},ListServices:{input:{type:"structure",members:{cluster:{},nextToken:{},maxResults:{type:"integer"},launchType:{},schedulingStrategy:{}}},output:{type:"structure",members:{serviceArns:{shape:"St"},nextToken:{}}}},ListServicesByNamespace:{input:{type:"structure",required:["namespace"],members:{namespace:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{serviceArns:{shape:"St"},nextToken:{}}}},ListTagsForResource:{input:{type:"structure",required:["resourceArn"],members:{resourceArn:{}}},output:{type:"structure",members:{tags:{shape:"Sb"}}}},ListTaskDefinitionFamilies:{input:{type:"structure",members:{familyPrefix:{},status:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{families:{shape:"St"},nextToken:{}}}},ListTaskDefinitions:{input:{type:"structure",members:{familyPrefix:{},status:{},sort:{},nextToken:{},maxResults:{type:"integer"}}},output:{type:"structure",members:{taskDefinitionArns:{shape:"St"},nextToken:{}}}},ListTasks:{input:{type:"structure",members:{cluster:{},containerInstance:{},family:{},nextToken:{},maxResults:{type:"integer"},startedBy:{},serviceName:{},desiredStatus:{},launchType:{}}},output:{type:"structure",members:{taskArns:{shape:"St"},nextToken:{}}}},PutAccountSetting:{input:{type:"structure",required:["name","value"],members:{name:{},value:{},principalArn:{}}},output:{type:"structure",members:{setting:{shape:"S39"}}}},PutAccountSettingDefault:{input:{type:"structure",required:["name","value"],members:{name:{},value:{}}},output:{type:"structure",members:{setting:{shape:"S39"}}}},PutAttributes:{input:{type:"structure",required:["attributes"],members:{cluster:{},attributes:{shape:"S3c"}}},output:{type:"structure",members:{attributes:{shape:"S3c"}}}},PutClusterCapacityProviders:{input:{type:"structure",required:["cluster","capacityProviders","defaultCapacityProviderStrategy"],members:{cluster:{},capacityProviders:{shape:"St"},defaultCapacityProviderStrategy:{shape:"Su"}}},output:{type:"structure",members:{cluster:{shape:"S10"}}}},RegisterContainerInstance:{input:{type:"structure",members:{cluster:{},instanceIdentityDocument:{},instanceIdentityDocumentSignature:{},totalResources:{shape:"S5z"},versionInfo:{shape:"S5y"},containerInstanceArn:{},attributes:{shape:"S3c"},platformDevices:{type:"list",member:{type:"structure",required:["id","type"],members:{id:{},type:{}}}},tags:{shape:"Sb"}}},output:{type:"structure",members:{containerInstance:{shape:"S5w"}}}},RegisterTaskDefinition:{input:{type:"structure",required:["family","containerDefinitions"],members:{family:{},taskRoleArn:{},executionRoleArn:{},networkMode:{},containerDefinitions:{shape:"S3q"},volumes:{shape:"S4w"},placementConstraints:{shape:"S5a"},requiresCompatibilities:{shape:"S5d"},cpu:{},memory:{},tags:{shape:"Sb"},pidMode:{},ipcMode:{},proxyConfiguration:{shape:"S5m"},inferenceAccelerators:{shape:"S5i"},ephemeralStorage:{shape:"S5p"},runtimePlatform:{shape:"S5f"}}},output:{type:"structure",members:{taskDefinition:{shape:"S3p"},tags:{shape:"Sb"}}}},RunTask:{input:{type:"structure",required:["taskDefinition"],members:{capacityProviderStrategy:{shape:"Su"},cluster:{},count:{type:"integer"},enableECSManagedTags:{type:"boolean"},enableExecuteCommand:{type:"boolean"},group:{},launchType:{},networkConfiguration:{shape:"S1o"},overrides:{shape:"S7j"},placementConstraints:{shape:"S1i"},placementStrategy:{shape:"S1l"},platformVersion:{},propagateTags:{},referenceId:{},startedBy:{},tags:{shape:"Sb"},taskDefinition:{},clientToken:{idempotencyToken:!0},volumeConfigurations:{shape:"S95"}}},output:{type:"structure",members:{tasks:{shape:"S75"},failures:{shape:"S5q"}}}},StartTask:{input:{type:"structure",required:["containerInstances","taskDefinition"],members:{cluster:{},containerInstances:{shape:"St"},enableECSManagedTags:{type:"boolean"},enableExecuteCommand:{type:"boolean"},group:{},networkConfiguration:{shape:"S1o"},overrides:{shape:"S7j"},propagateTags:{},referenceId:{},startedBy:{},tags:{shape:"Sb"},taskDefinition:{},volumeConfigurations:{shape:"S95"}}},output:{type:"structure",members:{tasks:{shape:"S75"},failures:{shape:"S5q"}}}},StopTask:{input:{type:"structure",required:["task"],members:{cluster:{},task:{},reason:{}}},output:{type:"structure",members:{task:{shape:"S76"}}}},SubmitAttachmentStateChanges:{input:{type:"structure",required:["attachments"],members:{cluster:{},attachments:{shape:"S9f"}}},output:{type:"structure",members:{acknowledgment:{}}}},SubmitContainerStateChange:{input:{type:"structure",members:{cluster:{},task:{},containerName:{},runtimeId:{},status:{},exitCode:{type:"integer"},reason:{},networkBindings:{shape:"S7a"}}},output:{type:"structure",members:{acknowledgment:{}}}},SubmitTaskStateChange:{input:{type:"structure",members:{cluster:{},task:{},status:{},reason:{},containers:{type:"list",member:{type:"structure",members:{containerName:{},imageDigest:{},runtimeId:{},exitCode:{type:"integer"},networkBindings:{shape:"S7a"},reason:{},status:{}}}},attachments:{shape:"S9f"},managedAgents:{type:"list",member:{type:"structure",required:["containerName","managedAgentName","status"],members:{containerName:{},managedAgentName:{},status:{},reason:{}}}},pullStartedAt:{type:"timestamp"},pullStoppedAt:{type:"timestamp"},executionStoppedAt:{type:"timestamp"}}},output:{type:"structure",members:{acknowledgment:{}}}},TagResource:{input:{type:"structure",required:["resourceArn","tags"],members:{resourceArn:{},tags:{shape:"Sb"}}},output:{type:"structure",members:{}}},UntagResource:{input:{type:"structure",required:["resourceArn","tagKeys"],members:{resourceArn:{},tagKeys:{type:"list",member:{}}}},output:{type:"structure",members:{}}},UpdateCapacityProvider:{input:{type:"structure",required:["name","autoScalingGroupProvider"],members:{name:{},autoScalingGroupProvider:{type:"structure",members:{managedScaling:{shape:"S4"},managedTerminationProtection:{},managedDraining:{}}}}},output:{type:"structure",members:{capacityProvider:{shape:"Sg"}}}},UpdateCluster:{input:{type:"structure",required:["cluster"],members:{cluster:{},settings:{shape:"Sk"},configuration:{shape:"Sn"},serviceConnectDefaults:{shape:"Sy"}}},output:{type:"structure",members:{cluster:{shape:"S10"}}}},UpdateClusterSettings:{input:{type:"structure",required:["cluster","settings"],members:{cluster:{},settings:{shape:"Sk"}}},output:{type:"structure",members:{cluster:{shape:"S10"}}}},UpdateContainerAgent:{input:{type:"structure",required:["containerInstance"],members:{cluster:{},containerInstance:{}}},output:{type:"structure",members:{containerInstance:{shape:"S5w"}}}},UpdateContainerInstancesState:{input:{type:"structure",required:["containerInstances","status"],members:{cluster:{},containerInstances:{shape:"St"},status:{}}},output:{type:"structure",members:{containerInstances:{shape:"S6n"},failures:{shape:"S5q"}}}},UpdateService:{input:{type:"structure",required:["service"],members:{cluster:{},service:{},desiredCount:{type:"integer"},taskDefinition:{},capacityProviderStrategy:{shape:"Su"},deploymentConfiguration:{shape:"S1f"},networkConfiguration:{shape:"S1o"},placementConstraints:{shape:"S1i"},placementStrategy:{shape:"S1l"},platformVersion:{},forceNewDeployment:{type:"boolean"},healthCheckGracePeriodSeconds:{type:"integer"},enableExecuteCommand:{type:"boolean"},enableECSManagedTags:{type:"boolean"},loadBalancers:{shape:"S19"},propagateTags:{},serviceRegistries:{shape:"S1c"},serviceConnectConfiguration:{shape:"S1v"},volumeConfigurations:{shape:"S2a"}}},output:{type:"structure",members:{service:{shape:"S2o"}}}},UpdateServicePrimaryTaskSet:{input:{type:"structure",required:["cluster","service","primaryTaskSet"],members:{cluster:{},service:{},primaryTaskSet:{}}},output:{type:"structure",members:{taskSet:{shape:"S2q"}}}},UpdateTaskProtection:{input:{type:"structure",required:["cluster","tasks","protectionEnabled"],members:{cluster:{},tasks:{shape:"St"},protectionEnabled:{type:"boolean"},expiresInMinutes:{type:"integer"}}},output:{type:"structure",members:{protectedTasks:{shape:"S7y"},failures:{shape:"S5q"}}}},UpdateTaskSet:{input:{type:"structure",required:["cluster","service","taskSet","scale"],members:{cluster:{},service:{},taskSet:{},scale:{shape:"S2s"}}},output:{type:"structure",members:{taskSet:{shape:"S2q"}}}}},shapes:{S3:{type:"structure",required:["autoScalingGroupArn"],members:{autoScalingGroupArn:{},managedScaling:{shape:"S4"},managedTerminationProtection:{},managedDraining:{}}},S4:{type:"structure",members:{status:{},targetCapacity:{type:"integer"},minimumScalingStepSize:{type:"integer"},maximumScalingStepSize:{type:"integer"},instanceWarmupPeriod:{type:"integer"}}},Sb:{type:"list",member:{type:"structure",members:{key:{},value:{}}}},Sg:{type:"structure",members:{capacityProviderArn:{},name:{},status:{},autoScalingGroupProvider:{shape:"S3"},updateStatus:{},updateStatusReason:{},tags:{shape:"Sb"}}},Sk:{type:"list",member:{type:"structure",members:{name:{},value:{}}}},Sn:{type:"structure",members:{executeCommandConfiguration:{type:"structure",members:{kmsKeyId:{},logging:{},logConfiguration:{type:"structure",members:{cloudWatchLogGroupName:{},cloudWatchEncryptionEnabled:{type:"boolean"},s3BucketName:{},s3EncryptionEnabled:{type:"boolean"},s3KeyPrefix:{}}}}},managedStorageConfiguration:{type:"structure",members:{kmsKeyId:{},fargateEphemeralStorageKmsKeyId:{}}}}},St:{type:"list",member:{}},Su:{type:"list",member:{type:"structure",required:["capacityProvider"],members:{capacityProvider:{},weight:{type:"integer"},base:{type:"integer"}}}},Sy:{type:"structure",required:["namespace"],members:{namespace:{}}},S10:{type:"structure",members:{clusterArn:{},clusterName:{},configuration:{shape:"Sn"},status:{},registeredContainerInstancesCount:{type:"integer"},runningTasksCount:{type:"integer"},pendingTasksCount:{type:"integer"},activeServicesCount:{type:"integer"},statistics:{type:"list",member:{shape:"S13"}},tags:{shape:"Sb"},settings:{shape:"Sk"},capacityProviders:{shape:"St"},defaultCapacityProviderStrategy:{shape:"Su"},attachments:{shape:"S14"},attachmentsStatus:{},serviceConnectDefaults:{type:"structure",members:{namespace:{}}}}},S13:{type:"structure",members:{name:{},value:{}}},S14:{type:"list",member:{type:"structure",members:{id:{},type:{},status:{},details:{type:"list",member:{shape:"S13"}}}}},S19:{type:"list",member:{type:"structure",members:{targetGroupArn:{},loadBalancerName:{},containerName:{},containerPort:{type:"integer"}}}},S1c:{type:"list",member:{type:"structure",members:{registryArn:{},port:{type:"integer"},containerName:{},containerPort:{type:"integer"}}}},S1f:{type:"structure",members:{deploymentCircuitBreaker:{type:"structure",required:["enable","rollback"],members:{enable:{type:"boolean"},rollback:{type:"boolean"}}},maximumPercent:{type:"integer"},minimumHealthyPercent:{type:"integer"},alarms:{type:"structure",required:["alarmNames","enable","rollback"],members:{alarmNames:{shape:"St"},enable:{type:"boolean"},rollback:{type:"boolean"}}}}},S1i:{type:"list",member:{type:"structure",members:{type:{},expression:{}}}},S1l:{type:"list",member:{type:"structure",members:{type:{},field:{}}}},S1o:{type:"structure",members:{awsvpcConfiguration:{type:"structure",required:["subnets"],members:{subnets:{shape:"St"},securityGroups:{shape:"St"},assignPublicIp:{}}}}},S1s:{type:"structure",required:["type"],members:{type:{}}},S1v:{type:"structure",required:["enabled"],members:{enabled:{type:"boolean"},namespace:{},services:{type:"list",member:{type:"structure",required:["portName"],members:{portName:{},discoveryName:{},clientAliases:{type:"list",member:{type:"structure",required:["port"],members:{port:{type:"integer"},dnsName:{}}}},ingressPortOverride:{type:"integer"},timeout:{type:"structure",members:{idleTimeoutSeconds:{type:"integer"},perRequestTimeoutSeconds:{type:"integer"}}},tls:{type:"structure",required:["issuerCertificateAuthority"],members:{issuerCertificateAuthority:{type:"structure",members:{awsPcaAuthorityArn:{}}},kmsKey:{},roleArn:{}}}}}},logConfiguration:{shape:"S25"}}},S25:{type:"structure",required:["logDriver"],members:{logDriver:{},options:{type:"map",key:{},value:{}},secretOptions:{shape:"S28"}}},S28:{type:"list",member:{type:"structure",required:["name","valueFrom"],members:{name:{},valueFrom:{}}}},S2a:{type:"list",member:{type:"structure",required:["name"],members:{name:{},managedEBSVolume:{type:"structure",required:["roleArn"],members:{encrypted:{type:"boolean"},kmsKeyId:{},volumeType:{},sizeInGiB:{type:"integer"},snapshotId:{},iops:{type:"integer"},throughput:{type:"integer"},tagSpecifications:{shape:"S2i"},roleArn:{},filesystemType:{}}}}}},S2i:{type:"list",member:{type:"structure",required:["resourceType"],members:{resourceType:{},tags:{shape:"Sb"},propagateTags:{}}}},S2o:{type:"structure",members:{serviceArn:{},serviceName:{},clusterArn:{},loadBalancers:{shape:"S19"},serviceRegistries:{shape:"S1c"},status:{},desiredCount:{type:"integer"},runningCount:{type:"integer"},pendingCount:{type:"integer"},launchType:{},capacityProviderStrategy:{shape:"Su"},platformVersion:{},platformFamily:{},taskDefinition:{},deploymentConfiguration:{shape:"S1f"},taskSets:{shape:"S2p"},deployments:{type:"list",member:{type:"structure",members:{id:{},status:{},taskDefinition:{},desiredCount:{type:"integer"},pendingCount:{type:"integer"},runningCount:{type:"integer"},failedTasks:{type:"integer"},createdAt:{type:"timestamp"},updatedAt:{type:"timestamp"},capacityProviderStrategy:{shape:"Su"},launchType:{},platformVersion:{},platformFamily:{},networkConfiguration:{shape:"S1o"},rolloutState:{},rolloutStateReason:{},serviceConnectConfiguration:{shape:"S1v"},serviceConnectResources:{type:"list",member:{type:"structure",members:{discoveryName:{},discoveryArn:{}}}},volumeConfigurations:{shape:"S2a"},fargateEphemeralStorage:{shape:"S2w"}}}},roleArn:{},events:{type:"list",member:{type:"structure",members:{id:{},createdAt:{type:"timestamp"},message:{}}}},createdAt:{type:"timestamp"},placementConstraints:{shape:"S1i"},placementStrategy:{shape:"S1l"},networkConfiguration:{shape:"S1o"},healthCheckGracePeriodSeconds:{type:"integer"},schedulingStrategy:{},deploymentController:{shape:"S1s"},tags:{shape:"Sb"},createdBy:{},enableECSManagedTags:{type:"boolean"},propagateTags:{},enableExecuteCommand:{type:"boolean"}}},S2p:{type:"list",member:{shape:"S2q"}},S2q:{type:"structure",members:{id:{},taskSetArn:{},serviceArn:{},clusterArn:{},startedBy:{},externalId:{},status:{},taskDefinition:{},computedDesiredCount:{type:"integer"},pendingCount:{type:"integer"},runningCount:{type:"integer"},createdAt:{type:"timestamp"},updatedAt:{type:"timestamp"},launchType:{},capacityProviderStrategy:{shape:"Su"},platformVersion:{},platformFamily:{},networkConfiguration:{shape:"S1o"},loadBalancers:{shape:"S19"},serviceRegistries:{shape:"S1c"},scale:{shape:"S2s"},stabilityStatus:{},stabilityStatusAt:{type:"timestamp"},tags:{shape:"Sb"},fargateEphemeralStorage:{shape:"S2w"}}},S2s:{type:"structure",members:{value:{type:"double"},unit:{}}},S2w:{type:"structure",members:{kmsKeyId:{}}},S39:{type:"structure",members:{name:{},value:{},principalArn:{},type:{}}},S3c:{type:"list",member:{shape:"S3d"}},S3d:{type:"structure",required:["name"],members:{name:{},value:{},targetType:{},targetId:{}}},S3p:{type:"structure",members:{taskDefinitionArn:{},containerDefinitions:{shape:"S3q"},family:{},taskRoleArn:{},executionRoleArn:{},networkMode:{},revision:{type:"integer"},volumes:{shape:"S4w"},status:{},requiresAttributes:{type:"list",member:{shape:"S3d"}},placementConstraints:{shape:"S5a"},compatibilities:{shape:"S5d"},runtimePlatform:{shape:"S5f"},requiresCompatibilities:{shape:"S5d"},cpu:{},memory:{},inferenceAccelerators:{shape:"S5i"},pidMode:{},ipcMode:{},proxyConfiguration:{shape:"S5m"},registeredAt:{type:"timestamp"},deregisteredAt:{type:"timestamp"},registeredBy:{},ephemeralStorage:{shape:"S5p"}}},S3q:{type:"list",member:{type:"structure",members:{name:{},image:{},repositoryCredentials:{type:"structure",required:["credentialsParameter"],members:{credentialsParameter:{}}},cpu:{type:"integer"},memory:{type:"integer"},memoryReservation:{type:"integer"},links:{shape:"St"},portMappings:{type:"list",member:{type:"structure",members:{containerPort:{type:"integer"},hostPort:{type:"integer"},protocol:{},name:{},appProtocol:{},containerPortRange:{}}}},essential:{type:"boolean"},entryPoint:{shape:"St"},command:{shape:"St"},environment:{shape:"S3x"},environmentFiles:{shape:"S3y"},mountPoints:{type:"list",member:{type:"structure",members:{sourceVolume:{},containerPath:{},readOnly:{type:"boolean"}}}},volumesFrom:{type:"list",member:{type:"structure",members:{sourceContainer:{},readOnly:{type:"boolean"}}}},linuxParameters:{type:"structure",members:{capabilities:{type:"structure",members:{add:{shape:"St"},drop:{shape:"St"}}},devices:{type:"list",member:{type:"structure",required:["hostPath"],members:{hostPath:{},containerPath:{},permissions:{type:"list",member:{}}}}},initProcessEnabled:{type:"boolean"},sharedMemorySize:{type:"integer"},tmpfs:{type:"list",member:{type:"structure",required:["containerPath","size"],members:{containerPath:{},size:{type:"integer"},mountOptions:{shape:"St"}}}},maxSwap:{type:"integer"},swappiness:{type:"integer"}}},secrets:{shape:"S28"},dependsOn:{type:"list",member:{type:"structure",required:["containerName","condition"],members:{containerName:{},condition:{}}}},startTimeout:{type:"integer"},stopTimeout:{type:"integer"},hostname:{},user:{},workingDirectory:{},disableNetworking:{type:"boolean"},privileged:{type:"boolean"},readonlyRootFilesystem:{type:"boolean"},dnsServers:{shape:"St"},dnsSearchDomains:{shape:"St"},extraHosts:{type:"list",member:{type:"structure",required:["hostname","ipAddress"],members:{hostname:{},ipAddress:{}}}},dockerSecurityOptions:{shape:"St"},interactive:{type:"boolean"},pseudoTerminal:{type:"boolean"},dockerLabels:{type:"map",key:{},value:{}},ulimits:{type:"list",member:{type:"structure",required:["name","softLimit","hardLimit"],members:{name:{},softLimit:{type:"integer"},hardLimit:{type:"integer"}}}},logConfiguration:{shape:"S25"},healthCheck:{type:"structure",required:["command"],members:{command:{shape:"St"},interval:{type:"integer"},timeout:{type:"integer"},retries:{type:"integer"},startPeriod:{type:"integer"}}},systemControls:{type:"list",member:{type:"structure",members:{namespace:{},value:{}}}},resourceRequirements:{shape:"S4p"},firelensConfiguration:{type:"structure",required:["type"],members:{type:{},options:{type:"map",key:{},value:{}}}},credentialSpecs:{shape:"St"}}}},S3x:{type:"list",member:{shape:"S13"}},S3y:{type:"list",member:{type:"structure",required:["value","type"],members:{value:{},type:{}}}},S4p:{type:"list",member:{type:"structure",required:["value","type"],members:{value:{},type:{}}}},S4w:{type:"list",member:{type:"structure",members:{name:{},host:{type:"structure",members:{sourcePath:{}}},dockerVolumeConfiguration:{type:"structure",members:{scope:{},autoprovision:{type:"boolean"},driver:{},driverOpts:{shape:"S51"},labels:{shape:"S51"}}},efsVolumeConfiguration:{type:"structure",required:["fileSystemId"],members:{fileSystemId:{},rootDirectory:{},transitEncryption:{},transitEncryptionPort:{type:"integer"},authorizationConfig:{type:"structure",members:{accessPointId:{},iam:{}}}}},fsxWindowsFileServerVolumeConfiguration:{type:"structure",required:["fileSystemId","rootDirectory","authorizationConfig"],members:{fileSystemId:{},rootDirectory:{},authorizationConfig:{type:"structure",required:["credentialsParameter","domain"],members:{credentialsParameter:{},domain:{}}}}},configuredAtLaunch:{type:"boolean"}}}},S51:{type:"map",key:{},value:{}},S5a:{type:"list",member:{type:"structure",members:{type:{},expression:{}}}},S5d:{type:"list",member:{}},S5f:{type:"structure",members:{cpuArchitecture:{},operatingSystemFamily:{}}},S5i:{type:"list",member:{type:"structure",required:["deviceName","deviceType"],members:{deviceName:{},deviceType:{}}}},S5m:{type:"structure",required:["containerName"],members:{type:{},containerName:{},properties:{type:"list",member:{shape:"S13"}}}},S5p:{type:"structure",required:["sizeInGiB"],members:{sizeInGiB:{type:"integer"}}},S5q:{type:"list",member:{type:"structure",members:{arn:{},reason:{},detail:{}}}},S5w:{type:"structure",members:{containerInstanceArn:{},ec2InstanceId:{},capacityProviderName:{},version:{type:"long"},versionInfo:{shape:"S5y"},remainingResources:{shape:"S5z"},registeredResources:{shape:"S5z"},status:{},statusReason:{},agentConnected:{type:"boolean"},runningTasksCount:{type:"integer"},pendingTasksCount:{type:"integer"},agentUpdateStatus:{},attributes:{shape:"S3c"},registeredAt:{type:"timestamp"},attachments:{shape:"S14"},tags:{shape:"Sb"},healthStatus:{type:"structure",members:{overallStatus:{},details:{type:"list",member:{type:"structure",members:{type:{},status:{},lastUpdated:{type:"timestamp"},lastStatusChange:{type:"timestamp"}}}}}}}},S5y:{type:"structure",members:{agentVersion:{},agentHash:{},dockerVersion:{}}},S5z:{type:"list",member:{type:"structure",members:{name:{},type:{},doubleValue:{type:"double"},longValue:{type:"long"},integerValue:{type:"integer"},stringSetValue:{shape:"St"}}}},S6n:{type:"list",member:{shape:"S5w"}},S75:{type:"list",member:{shape:"S76"}},S76:{type:"structure",members:{attachments:{shape:"S14"},attributes:{shape:"S3c"},availabilityZone:{},capacityProviderName:{},clusterArn:{},connectivity:{},connectivityAt:{type:"timestamp"},containerInstanceArn:{},containers:{type:"list",member:{type:"structure",members:{containerArn:{},taskArn:{},name:{},image:{},imageDigest:{},runtimeId:{},lastStatus:{},exitCode:{type:"integer"},reason:{},networkBindings:{shape:"S7a"},networkInterfaces:{type:"list",member:{type:"structure",members:{attachmentId:{},privateIpv4Address:{},ipv6Address:{}}}},healthStatus:{},managedAgents:{type:"list",member:{type:"structure",members:{lastStartedAt:{type:"timestamp"},name:{},reason:{},lastStatus:{}}}},cpu:{},memory:{},memoryReservation:{},gpuIds:{type:"list",member:{}}}}},cpu:{},createdAt:{type:"timestamp"},desiredStatus:{},enableExecuteCommand:{type:"boolean"},executionStoppedAt:{type:"timestamp"},group:{},healthStatus:{},inferenceAccelerators:{shape:"S5i"},lastStatus:{},launchType:{},memory:{},overrides:{shape:"S7j"},platformVersion:{},platformFamily:{},pullStartedAt:{type:"timestamp"},pullStoppedAt:{type:"timestamp"},startedAt:{type:"timestamp"},startedBy:{},stopCode:{},stoppedAt:{type:"timestamp"},stoppedReason:{},stoppingAt:{type:"timestamp"},tags:{shape:"Sb"},taskArn:{},taskDefinitionArn:{},version:{type:"long"},ephemeralStorage:{shape:"S5p"},fargateEphemeralStorage:{type:"structure",members:{sizeInGiB:{type:"integer"},kmsKeyId:{}}}}},S7a:{type:"list",member:{type:"structure",members:{bindIP:{},containerPort:{type:"integer"},hostPort:{type:"integer"},protocol:{},containerPortRange:{},hostPortRange:{}}}},S7j:{type:"structure",members:{containerOverrides:{type:"list",member:{type:"structure",members:{name:{},command:{shape:"St"},environment:{shape:"S3x"},environmentFiles:{shape:"S3y"},cpu:{type:"integer"},memory:{type:"integer"},memoryReservation:{type:"integer"},resourceRequirements:{shape:"S4p"}}}},cpu:{},inferenceAcceleratorOverrides:{type:"list",member:{type:"structure",members:{deviceName:{},deviceType:{}}}},executionRoleArn:{},memory:{},taskRoleArn:{},ephemeralStorage:{shape:"S5p"}}},S7y:{type:"list",member:{type:"structure",members:{taskArn:{},protectionEnabled:{type:"boolean"},expirationDate:{type:"timestamp"}}}},S95:{type:"list",member:{type:"structure",required:["name"],members:{name:{},managedEBSVolume:{type:"structure",required:["roleArn"],members:{encrypted:{type:"boolean"},kmsKeyId:{}, volumeType:{},sizeInGiB:{type:"integer"},snapshotId:{},iops:{type:"integer"},throughput:{type:"integer"},tagSpecifications:{shape:"S2i"},roleArn:{},terminationPolicy:{type:"structure",required:["deleteOnTermination"],members:{deleteOnTermination:{type:"boolean"}}},filesystemType:{}}}}}},S9f:{type:"list",member:{type:"structure",required:["attachmentArn","status"],members:{attachmentArn:{},status:{}}}}}}},{}],89:[function(e,t,r){t.exports={pagination:{ListAccountSettings:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"settings"},ListAttributes:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"attributes"},ListClusters:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"clusterArns"},ListContainerInstances:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"containerInstanceArns"},ListServices:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"serviceArns"},ListServicesByNamespace:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"serviceArns"},ListTaskDefinitionFamilies:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"families"},ListTaskDefinitions:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"taskDefinitionArns"},ListTasks:{input_token:"nextToken",limit_key:"maxResults",output_token:"nextToken",result_key:"taskArns"}}}},{}],90:[function(e,t,r){t.exports={version:2,waiters:{TasksRunning:{delay:6,operation:"DescribeTasks",maxAttempts:100,acceptors:[{expected:"STOPPED",matcher:"pathAny",state:"failure",argument:"tasks[].lastStatus"},{expected:"MISSING",matcher:"pathAny",state:"failure",argument:"failures[].reason"},{expected:"RUNNING",matcher:"pathAll",state:"success",argument:"tasks[].lastStatus"}]},TasksStopped:{delay:6,operation:"DescribeTasks",maxAttempts:100,acceptors:[{expected:"STOPPED",matcher:"pathAll",state:"success",argument:"tasks[].lastStatus"}]},ServicesStable:{delay:15,operation:"DescribeServices",maxAttempts:40,acceptors:[{expected:"MISSING",matcher:"pathAny",state:"failure",argument:"failures[].reason"},{expected:"DRAINING",matcher:"pathAny",state:"failure",argument:"services[].status"},{expected:"INACTIVE",matcher:"pathAny",state:"failure",argument:"services[].status"},{expected:!0,matcher:"path",state:"success",argument:"length(services[?!(length(deployments) == `1` && runningCount == desiredCount)]) == `0`"}]},ServicesInactive:{delay:15,operation:"DescribeServices",maxAttempts:40,acceptors:[{expected:"MISSING",matcher:"pathAny",state:"failure",argument:"failures[].reason"},{expected:"INACTIVE",matcher:"pathAny",state:"success",argument:"services[].status"}]}}}},{}],91:[function(e,t,r){t.exports={version:"2.0",metadata:{apiVersion:"2015-02-02",endpointPrefix:"elasticache",protocol:"query",protocols:["query"],serviceFullName:"Amazon ElastiCache",serviceId:"ElastiCache",signatureVersion:"v4",uid:"elasticache-2015-02-02",xmlNamespace:"http://elasticache.amazonaws.com/doc/2015-02-02/",auth:["aws.auth#sigv4"]},operations:{AddTagsToResource:{input:{type:"structure",required:["ResourceName","Tags"],members:{ResourceName:{},Tags:{shape:"S3"}}},output:{shape:"S5",resultWrapper:"AddTagsToResourceResult"}},AuthorizeCacheSecurityGroupIngress:{input:{type:"structure",required:["CacheSecurityGroupName","EC2SecurityGroupName","EC2SecurityGroupOwnerId"],members:{CacheSecurityGroupName:{},EC2SecurityGroupName:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"AuthorizeCacheSecurityGroupIngressResult",type:"structure",members:{CacheSecurityGroup:{shape:"S8"}}}},BatchApplyUpdateAction:{input:{type:"structure",required:["ServiceUpdateName"],members:{ReplicationGroupIds:{shape:"Sc"},CacheClusterIds:{shape:"Sd"},ServiceUpdateName:{}}},output:{shape:"Se",resultWrapper:"BatchApplyUpdateActionResult"}},BatchStopUpdateAction:{input:{type:"structure",required:["ServiceUpdateName"],members:{ReplicationGroupIds:{shape:"Sc"},CacheClusterIds:{shape:"Sd"},ServiceUpdateName:{}}},output:{shape:"Se",resultWrapper:"BatchStopUpdateActionResult"}},CompleteMigration:{input:{type:"structure",required:["ReplicationGroupId"],members:{ReplicationGroupId:{},Force:{type:"boolean"}}},output:{resultWrapper:"CompleteMigrationResult",type:"structure",members:{ReplicationGroup:{shape:"So"}}}},CopyServerlessCacheSnapshot:{input:{type:"structure",required:["SourceServerlessCacheSnapshotName","TargetServerlessCacheSnapshotName"],members:{SourceServerlessCacheSnapshotName:{},TargetServerlessCacheSnapshotName:{},KmsKeyId:{},Tags:{shape:"S3"}}},output:{resultWrapper:"CopyServerlessCacheSnapshotResult",type:"structure",members:{ServerlessCacheSnapshot:{shape:"S1u"}}}},CopySnapshot:{input:{type:"structure",required:["SourceSnapshotName","TargetSnapshotName"],members:{SourceSnapshotName:{},TargetSnapshotName:{},TargetBucket:{},KmsKeyId:{},Tags:{shape:"S3"}}},output:{resultWrapper:"CopySnapshotResult",type:"structure",members:{Snapshot:{shape:"S1y"}}}},CreateCacheCluster:{input:{type:"structure",required:["CacheClusterId"],members:{CacheClusterId:{},ReplicationGroupId:{},AZMode:{},PreferredAvailabilityZone:{},PreferredAvailabilityZones:{shape:"S27"},NumCacheNodes:{type:"integer"},CacheNodeType:{},Engine:{},EngineVersion:{},CacheParameterGroupName:{},CacheSubnetGroupName:{},CacheSecurityGroupNames:{shape:"S28"},SecurityGroupIds:{shape:"S29"},Tags:{shape:"S3"},SnapshotArns:{shape:"S2a"},SnapshotName:{},PreferredMaintenanceWindow:{},Port:{type:"integer"},NotificationTopicArn:{},AutoMinorVersionUpgrade:{type:"boolean"},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},AuthToken:{},OutpostMode:{},PreferredOutpostArn:{},PreferredOutpostArns:{shape:"S2c"},LogDeliveryConfigurations:{shape:"S2d"},TransitEncryptionEnabled:{type:"boolean"},NetworkType:{},IpDiscovery:{}}},output:{resultWrapper:"CreateCacheClusterResult",type:"structure",members:{CacheCluster:{shape:"S2g"}}}},CreateCacheParameterGroup:{input:{type:"structure",required:["CacheParameterGroupName","CacheParameterGroupFamily","Description"],members:{CacheParameterGroupName:{},CacheParameterGroupFamily:{},Description:{},Tags:{shape:"S3"}}},output:{resultWrapper:"CreateCacheParameterGroupResult",type:"structure",members:{CacheParameterGroup:{shape:"S2t"}}}},CreateCacheSecurityGroup:{input:{type:"structure",required:["CacheSecurityGroupName","Description"],members:{CacheSecurityGroupName:{},Description:{},Tags:{shape:"S3"}}},output:{resultWrapper:"CreateCacheSecurityGroupResult",type:"structure",members:{CacheSecurityGroup:{shape:"S8"}}}},CreateCacheSubnetGroup:{input:{type:"structure",required:["CacheSubnetGroupName","CacheSubnetGroupDescription","SubnetIds"],members:{CacheSubnetGroupName:{},CacheSubnetGroupDescription:{},SubnetIds:{shape:"S2x"},Tags:{shape:"S3"}}},output:{resultWrapper:"CreateCacheSubnetGroupResult",type:"structure",members:{CacheSubnetGroup:{shape:"S2z"}}}},CreateGlobalReplicationGroup:{input:{type:"structure",required:["GlobalReplicationGroupIdSuffix","PrimaryReplicationGroupId"],members:{GlobalReplicationGroupIdSuffix:{},GlobalReplicationGroupDescription:{},PrimaryReplicationGroupId:{}}},output:{resultWrapper:"CreateGlobalReplicationGroupResult",type:"structure",members:{GlobalReplicationGroup:{shape:"S37"}}}},CreateReplicationGroup:{input:{type:"structure",required:["ReplicationGroupId","ReplicationGroupDescription"],members:{ReplicationGroupId:{},ReplicationGroupDescription:{},GlobalReplicationGroupId:{},PrimaryClusterId:{},AutomaticFailoverEnabled:{type:"boolean"},MultiAZEnabled:{type:"boolean"},NumCacheClusters:{type:"integer"},PreferredCacheClusterAZs:{shape:"S23"},NumNodeGroups:{type:"integer"},ReplicasPerNodeGroup:{type:"integer"},NodeGroupConfiguration:{type:"list",member:{shape:"S21",locationName:"NodeGroupConfiguration"}},CacheNodeType:{},Engine:{},EngineVersion:{},CacheParameterGroupName:{},CacheSubnetGroupName:{},CacheSecurityGroupNames:{shape:"S28"},SecurityGroupIds:{shape:"S29"},Tags:{shape:"S3"},SnapshotArns:{shape:"S2a"},SnapshotName:{},PreferredMaintenanceWindow:{},Port:{type:"integer"},NotificationTopicArn:{},AutoMinorVersionUpgrade:{type:"boolean"},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},AuthToken:{},TransitEncryptionEnabled:{type:"boolean"},AtRestEncryptionEnabled:{type:"boolean"},KmsKeyId:{},UserGroupIds:{type:"list",member:{}},LogDeliveryConfigurations:{shape:"S2d"},DataTieringEnabled:{type:"boolean"},NetworkType:{},IpDiscovery:{},TransitEncryptionMode:{},ClusterMode:{},ServerlessCacheSnapshotName:{}}},output:{resultWrapper:"CreateReplicationGroupResult",type:"structure",members:{ReplicationGroup:{shape:"So"}}}},CreateServerlessCache:{input:{type:"structure",required:["ServerlessCacheName","Engine"],members:{ServerlessCacheName:{},Description:{},Engine:{},MajorEngineVersion:{},CacheUsageLimits:{shape:"S3h"},KmsKeyId:{},SecurityGroupIds:{shape:"S29"},SnapshotArnsToRestore:{shape:"S2a"},Tags:{shape:"S3"},UserGroupId:{},SubnetIds:{shape:"S3l"},SnapshotRetentionLimit:{type:"integer"},DailySnapshotTime:{}}},output:{resultWrapper:"CreateServerlessCacheResult",type:"structure",members:{ServerlessCache:{shape:"S3n"}}}},CreateServerlessCacheSnapshot:{input:{type:"structure",required:["ServerlessCacheSnapshotName","ServerlessCacheName"],members:{ServerlessCacheSnapshotName:{},ServerlessCacheName:{},KmsKeyId:{},Tags:{shape:"S3"}}},output:{resultWrapper:"CreateServerlessCacheSnapshotResult",type:"structure",members:{ServerlessCacheSnapshot:{shape:"S1u"}}}},CreateSnapshot:{input:{type:"structure",required:["SnapshotName"],members:{ReplicationGroupId:{},CacheClusterId:{},SnapshotName:{},KmsKeyId:{},Tags:{shape:"S3"}}},output:{resultWrapper:"CreateSnapshotResult",type:"structure",members:{Snapshot:{shape:"S1y"}}}},CreateUser:{input:{type:"structure",required:["UserId","UserName","Engine","AccessString"],members:{UserId:{},UserName:{},Engine:{},Passwords:{shape:"S3w"},AccessString:{},NoPasswordRequired:{type:"boolean"},Tags:{shape:"S3"},AuthenticationMode:{shape:"S3y"}}},output:{shape:"S40",resultWrapper:"CreateUserResult"}},CreateUserGroup:{input:{type:"structure",required:["UserGroupId","Engine"],members:{UserGroupId:{},Engine:{},UserIds:{shape:"S44"},Tags:{shape:"S3"}}},output:{shape:"S45",resultWrapper:"CreateUserGroupResult"}},DecreaseNodeGroupsInGlobalReplicationGroup:{input:{type:"structure",required:["GlobalReplicationGroupId","NodeGroupCount","ApplyImmediately"],members:{GlobalReplicationGroupId:{},NodeGroupCount:{type:"integer"},GlobalNodeGroupsToRemove:{shape:"S4b"},GlobalNodeGroupsToRetain:{shape:"S4b"},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"DecreaseNodeGroupsInGlobalReplicationGroupResult",type:"structure",members:{GlobalReplicationGroup:{shape:"S37"}}}},DecreaseReplicaCount:{input:{type:"structure",required:["ReplicationGroupId","ApplyImmediately"],members:{ReplicationGroupId:{},NewReplicaCount:{type:"integer"},ReplicaConfiguration:{shape:"S4e"},ReplicasToRemove:{type:"list",member:{}},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"DecreaseReplicaCountResult",type:"structure",members:{ReplicationGroup:{shape:"So"}}}},DeleteCacheCluster:{input:{type:"structure",required:["CacheClusterId"],members:{CacheClusterId:{},FinalSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteCacheClusterResult",type:"structure",members:{CacheCluster:{shape:"S2g"}}}},DeleteCacheParameterGroup:{input:{type:"structure",required:["CacheParameterGroupName"],members:{CacheParameterGroupName:{}}}},DeleteCacheSecurityGroup:{input:{type:"structure",required:["CacheSecurityGroupName"],members:{CacheSecurityGroupName:{}}}},DeleteCacheSubnetGroup:{input:{type:"structure",required:["CacheSubnetGroupName"],members:{CacheSubnetGroupName:{}}}},DeleteGlobalReplicationGroup:{input:{type:"structure",required:["GlobalReplicationGroupId","RetainPrimaryReplicationGroup"],members:{GlobalReplicationGroupId:{},RetainPrimaryReplicationGroup:{type:"boolean"}}},output:{resultWrapper:"DeleteGlobalReplicationGroupResult",type:"structure",members:{GlobalReplicationGroup:{shape:"S37"}}}},DeleteReplicationGroup:{input:{type:"structure",required:["ReplicationGroupId"],members:{ReplicationGroupId:{},RetainPrimaryCluster:{type:"boolean"},FinalSnapshotIdentifier:{}}},output:{resultWrapper:"DeleteReplicationGroupResult",type:"structure",members:{ReplicationGroup:{shape:"So"}}}},DeleteServerlessCache:{input:{type:"structure",required:["ServerlessCacheName"],members:{ServerlessCacheName:{},FinalSnapshotName:{}}},output:{resultWrapper:"DeleteServerlessCacheResult",type:"structure",members:{ServerlessCache:{shape:"S3n"}}}},DeleteServerlessCacheSnapshot:{input:{type:"structure",required:["ServerlessCacheSnapshotName"],members:{ServerlessCacheSnapshotName:{}}},output:{resultWrapper:"DeleteServerlessCacheSnapshotResult",type:"structure",members:{ServerlessCacheSnapshot:{shape:"S1u"}}}},DeleteSnapshot:{input:{type:"structure",required:["SnapshotName"],members:{SnapshotName:{}}},output:{resultWrapper:"DeleteSnapshotResult",type:"structure",members:{Snapshot:{shape:"S1y"}}}},DeleteUser:{input:{type:"structure",required:["UserId"],members:{UserId:{}}},output:{shape:"S40",resultWrapper:"DeleteUserResult"}},DeleteUserGroup:{input:{type:"structure",required:["UserGroupId"],members:{UserGroupId:{}}},output:{shape:"S45",resultWrapper:"DeleteUserGroupResult"}},DescribeCacheClusters:{input:{type:"structure",members:{CacheClusterId:{},MaxRecords:{type:"integer"},Marker:{},ShowCacheNodeInfo:{type:"boolean"},ShowCacheClustersNotInReplicationGroups:{type:"boolean"}}},output:{resultWrapper:"DescribeCacheClustersResult",type:"structure",members:{Marker:{},CacheClusters:{type:"list",member:{shape:"S2g",locationName:"CacheCluster"}}}}},DescribeCacheEngineVersions:{input:{type:"structure",members:{Engine:{},EngineVersion:{},CacheParameterGroupFamily:{},MaxRecords:{type:"integer"},Marker:{},DefaultOnly:{type:"boolean"}}},output:{resultWrapper:"DescribeCacheEngineVersionsResult",type:"structure",members:{Marker:{},CacheEngineVersions:{type:"list",member:{locationName:"CacheEngineVersion",type:"structure",members:{Engine:{},EngineVersion:{},CacheParameterGroupFamily:{},CacheEngineDescription:{},CacheEngineVersionDescription:{}}}}}}},DescribeCacheParameterGroups:{input:{type:"structure",members:{CacheParameterGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeCacheParameterGroupsResult",type:"structure",members:{Marker:{},CacheParameterGroups:{type:"list",member:{shape:"S2t",locationName:"CacheParameterGroup"}}}}},DescribeCacheParameters:{input:{type:"structure",required:["CacheParameterGroupName"],members:{CacheParameterGroupName:{},Source:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeCacheParametersResult",type:"structure",members:{Marker:{},Parameters:{shape:"S5b"},CacheNodeTypeSpecificParameters:{shape:"S5e"}}}},DescribeCacheSecurityGroups:{input:{type:"structure",members:{CacheSecurityGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeCacheSecurityGroupsResult",type:"structure",members:{Marker:{},CacheSecurityGroups:{type:"list",member:{shape:"S8",locationName:"CacheSecurityGroup"}}}}},DescribeCacheSubnetGroups:{input:{type:"structure",members:{CacheSubnetGroupName:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeCacheSubnetGroupsResult",type:"structure",members:{Marker:{},CacheSubnetGroups:{type:"list",member:{shape:"S2z",locationName:"CacheSubnetGroup"}}}}},DescribeEngineDefaultParameters:{input:{type:"structure",required:["CacheParameterGroupFamily"],members:{CacheParameterGroupFamily:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEngineDefaultParametersResult",type:"structure",members:{EngineDefaults:{type:"structure",members:{CacheParameterGroupFamily:{},Marker:{},Parameters:{shape:"S5b"},CacheNodeTypeSpecificParameters:{shape:"S5e"}},wrapper:!0}}}},DescribeEvents:{input:{type:"structure",members:{SourceIdentifier:{},SourceType:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Duration:{type:"integer"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeEventsResult",type:"structure",members:{Marker:{},Events:{type:"list",member:{locationName:"Event",type:"structure",members:{SourceIdentifier:{},SourceType:{},Message:{},Date:{type:"timestamp"}}}}}}},DescribeGlobalReplicationGroups:{input:{type:"structure",members:{GlobalReplicationGroupId:{},MaxRecords:{type:"integer"},Marker:{},ShowMemberInfo:{type:"boolean"}}},output:{resultWrapper:"DescribeGlobalReplicationGroupsResult",type:"structure",members:{Marker:{},GlobalReplicationGroups:{type:"list",member:{shape:"S37",locationName:"GlobalReplicationGroup"}}}}},DescribeReplicationGroups:{input:{type:"structure",members:{ReplicationGroupId:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReplicationGroupsResult",type:"structure",members:{Marker:{},ReplicationGroups:{type:"list",member:{shape:"So",locationName:"ReplicationGroup"}}}}},DescribeReservedCacheNodes:{input:{type:"structure",members:{ReservedCacheNodeId:{},ReservedCacheNodesOfferingId:{},CacheNodeType:{},Duration:{},ProductDescription:{},OfferingType:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedCacheNodesResult",type:"structure",members:{Marker:{},ReservedCacheNodes:{type:"list",member:{shape:"S65",locationName:"ReservedCacheNode"}}}}},DescribeReservedCacheNodesOfferings:{input:{type:"structure",members:{ReservedCacheNodesOfferingId:{},CacheNodeType:{},Duration:{},ProductDescription:{},OfferingType:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeReservedCacheNodesOfferingsResult",type:"structure",members:{Marker:{},ReservedCacheNodesOfferings:{type:"list",member:{locationName:"ReservedCacheNodesOffering",type:"structure",members:{ReservedCacheNodesOfferingId:{},CacheNodeType:{},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},ProductDescription:{},OfferingType:{},RecurringCharges:{shape:"S66"}},wrapper:!0}}}}},DescribeServerlessCacheSnapshots:{input:{type:"structure",members:{ServerlessCacheName:{},ServerlessCacheSnapshotName:{},SnapshotType:{},NextToken:{},MaxResults:{type:"integer"}}},output:{resultWrapper:"DescribeServerlessCacheSnapshotsResult",type:"structure",members:{NextToken:{},ServerlessCacheSnapshots:{type:"list",member:{shape:"S1u",locationName:"ServerlessCacheSnapshot"}}}}},DescribeServerlessCaches:{input:{type:"structure",members:{ServerlessCacheName:{},MaxResults:{type:"integer"},NextToken:{}}},output:{resultWrapper:"DescribeServerlessCachesResult",type:"structure",members:{NextToken:{},ServerlessCaches:{type:"list",member:{shape:"S3n"}}}}},DescribeServiceUpdates:{input:{type:"structure",members:{ServiceUpdateName:{},ServiceUpdateStatus:{shape:"S6j"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeServiceUpdatesResult",type:"structure",members:{Marker:{},ServiceUpdates:{type:"list",member:{locationName:"ServiceUpdate",type:"structure",members:{ServiceUpdateName:{},ServiceUpdateReleaseDate:{type:"timestamp"},ServiceUpdateEndDate:{type:"timestamp"},ServiceUpdateSeverity:{},ServiceUpdateRecommendedApplyByDate:{type:"timestamp"},ServiceUpdateStatus:{},ServiceUpdateDescription:{},ServiceUpdateType:{},Engine:{},EngineVersion:{},AutoUpdateAfterRecommendedApplyByDate:{type:"boolean"},EstimatedUpdateTime:{}}}}}}},DescribeSnapshots:{input:{type:"structure",members:{ReplicationGroupId:{},CacheClusterId:{},SnapshotName:{},SnapshotSource:{},Marker:{},MaxRecords:{type:"integer"},ShowNodeGroupConfig:{type:"boolean"}}},output:{resultWrapper:"DescribeSnapshotsResult",type:"structure",members:{Marker:{},Snapshots:{type:"list",member:{shape:"S1y",locationName:"Snapshot"}}}}},DescribeUpdateActions:{input:{type:"structure",members:{ServiceUpdateName:{},ReplicationGroupIds:{shape:"Sc"},CacheClusterIds:{shape:"Sd"},Engine:{},ServiceUpdateStatus:{shape:"S6j"},ServiceUpdateTimeRange:{type:"structure",members:{StartTime:{type:"timestamp"},EndTime:{type:"timestamp"}}},UpdateActionStatus:{type:"list",member:{}},ShowNodeLevelUpdateStatus:{type:"boolean"},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeUpdateActionsResult",type:"structure",members:{Marker:{},UpdateActions:{type:"list",member:{locationName:"UpdateAction",type:"structure",members:{ReplicationGroupId:{},CacheClusterId:{},ServiceUpdateName:{},ServiceUpdateReleaseDate:{type:"timestamp"},ServiceUpdateSeverity:{},ServiceUpdateStatus:{},ServiceUpdateRecommendedApplyByDate:{type:"timestamp"},ServiceUpdateType:{},UpdateActionAvailableDate:{type:"timestamp"},UpdateActionStatus:{},NodesUpdated:{},UpdateActionStatusModifiedDate:{type:"timestamp"},SlaMet:{},NodeGroupUpdateStatus:{type:"list",member:{locationName:"NodeGroupUpdateStatus",type:"structure",members:{NodeGroupId:{},NodeGroupMemberUpdateStatus:{type:"list",member:{locationName:"NodeGroupMemberUpdateStatus",type:"structure",members:{CacheClusterId:{},CacheNodeId:{},NodeUpdateStatus:{},NodeDeletionDate:{type:"timestamp"},NodeUpdateStartDate:{type:"timestamp"},NodeUpdateEndDate:{type:"timestamp"},NodeUpdateInitiatedBy:{},NodeUpdateInitiatedDate:{type:"timestamp"},NodeUpdateStatusModifiedDate:{type:"timestamp"}}}}}}},CacheNodeUpdateStatus:{type:"list",member:{locationName:"CacheNodeUpdateStatus",type:"structure",members:{CacheNodeId:{},NodeUpdateStatus:{},NodeDeletionDate:{type:"timestamp"},NodeUpdateStartDate:{type:"timestamp"},NodeUpdateEndDate:{type:"timestamp"},NodeUpdateInitiatedBy:{},NodeUpdateInitiatedDate:{type:"timestamp"},NodeUpdateStatusModifiedDate:{type:"timestamp"}}}},EstimatedUpdateTime:{},Engine:{}}}}}}},DescribeUserGroups:{input:{type:"structure",members:{UserGroupId:{},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeUserGroupsResult",type:"structure",members:{UserGroups:{type:"list",member:{shape:"S45"}},Marker:{}}}},DescribeUsers:{input:{type:"structure",members:{Engine:{},UserId:{},Filters:{type:"list",member:{type:"structure",required:["Name","Values"],members:{Name:{},Values:{type:"list",member:{}}}}},MaxRecords:{type:"integer"},Marker:{}}},output:{resultWrapper:"DescribeUsersResult",type:"structure",members:{Users:{type:"list",member:{shape:"S40"}},Marker:{}}}},DisassociateGlobalReplicationGroup:{input:{type:"structure",required:["GlobalReplicationGroupId","ReplicationGroupId","ReplicationGroupRegion"],members:{GlobalReplicationGroupId:{},ReplicationGroupId:{},ReplicationGroupRegion:{}}},output:{resultWrapper:"DisassociateGlobalReplicationGroupResult",type:"structure",members:{GlobalReplicationGroup:{shape:"S37"}}}},ExportServerlessCacheSnapshot:{input:{type:"structure",required:["ServerlessCacheSnapshotName","S3BucketName"],members:{ServerlessCacheSnapshotName:{},S3BucketName:{}}},output:{resultWrapper:"ExportServerlessCacheSnapshotResult",type:"structure",members:{ServerlessCacheSnapshot:{shape:"S1u"}}}},FailoverGlobalReplicationGroup:{input:{type:"structure",required:["GlobalReplicationGroupId","PrimaryRegion","PrimaryReplicationGroupId"],members:{GlobalReplicationGroupId:{},PrimaryRegion:{},PrimaryReplicationGroupId:{}}},output:{resultWrapper:"FailoverGlobalReplicationGroupResult",type:"structure",members:{GlobalReplicationGroup:{shape:"S37"}}}},IncreaseNodeGroupsInGlobalReplicationGroup:{input:{type:"structure",required:["GlobalReplicationGroupId","NodeGroupCount","ApplyImmediately"],members:{GlobalReplicationGroupId:{},NodeGroupCount:{type:"integer"},RegionalConfigurations:{type:"list",member:{locationName:"RegionalConfiguration",type:"structure",required:["ReplicationGroupId","ReplicationGroupRegion","ReshardingConfiguration"],members:{ReplicationGroupId:{},ReplicationGroupRegion:{},ReshardingConfiguration:{shape:"S7s"}}}},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"IncreaseNodeGroupsInGlobalReplicationGroupResult",type:"structure",members:{GlobalReplicationGroup:{shape:"S37"}}}},IncreaseReplicaCount:{input:{type:"structure",required:["ReplicationGroupId","ApplyImmediately"],members:{ReplicationGroupId:{},NewReplicaCount:{type:"integer"},ReplicaConfiguration:{shape:"S4e"},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"IncreaseReplicaCountResult",type:"structure",members:{ReplicationGroup:{shape:"So"}}}},ListAllowedNodeTypeModifications:{input:{type:"structure",members:{CacheClusterId:{},ReplicationGroupId:{}}},output:{resultWrapper:"ListAllowedNodeTypeModificationsResult",type:"structure",members:{ScaleUpModifications:{shape:"S7z"},ScaleDownModifications:{shape:"S7z"}}}},ListTagsForResource:{input:{type:"structure",required:["ResourceName"],members:{ResourceName:{}}},output:{shape:"S5",resultWrapper:"ListTagsForResourceResult"}},ModifyCacheCluster:{input:{type:"structure",required:["CacheClusterId"],members:{CacheClusterId:{},NumCacheNodes:{type:"integer"},CacheNodeIdsToRemove:{shape:"S2i"},AZMode:{},NewAvailabilityZones:{shape:"S27"},CacheSecurityGroupNames:{shape:"S28"},SecurityGroupIds:{shape:"S29"},PreferredMaintenanceWindow:{},NotificationTopicArn:{},CacheParameterGroupName:{},NotificationTopicStatus:{},ApplyImmediately:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},CacheNodeType:{},AuthToken:{},AuthTokenUpdateStrategy:{},LogDeliveryConfigurations:{shape:"S2d"},IpDiscovery:{}}},output:{resultWrapper:"ModifyCacheClusterResult",type:"structure",members:{CacheCluster:{shape:"S2g"}}}},ModifyCacheParameterGroup:{input:{type:"structure",required:["CacheParameterGroupName","ParameterNameValues"],members:{CacheParameterGroupName:{},ParameterNameValues:{shape:"S85"}}},output:{shape:"S87",resultWrapper:"ModifyCacheParameterGroupResult"}},ModifyCacheSubnetGroup:{input:{type:"structure",required:["CacheSubnetGroupName"],members:{CacheSubnetGroupName:{},CacheSubnetGroupDescription:{},SubnetIds:{shape:"S2x"}}},output:{resultWrapper:"ModifyCacheSubnetGroupResult",type:"structure",members:{CacheSubnetGroup:{shape:"S2z"}}}},ModifyGlobalReplicationGroup:{input:{type:"structure",required:["GlobalReplicationGroupId","ApplyImmediately"],members:{GlobalReplicationGroupId:{},ApplyImmediately:{type:"boolean"},CacheNodeType:{},EngineVersion:{},CacheParameterGroupName:{},GlobalReplicationGroupDescription:{},AutomaticFailoverEnabled:{type:"boolean"}}},output:{resultWrapper:"ModifyGlobalReplicationGroupResult",type:"structure",members:{GlobalReplicationGroup:{shape:"S37"}}}},ModifyReplicationGroup:{input:{type:"structure",required:["ReplicationGroupId"],members:{ReplicationGroupId:{},ReplicationGroupDescription:{},PrimaryClusterId:{},SnapshottingClusterId:{},AutomaticFailoverEnabled:{type:"boolean"},MultiAZEnabled:{type:"boolean"},NodeGroupId:{deprecated:!0},CacheSecurityGroupNames:{shape:"S28"},SecurityGroupIds:{shape:"S29"},PreferredMaintenanceWindow:{},NotificationTopicArn:{},CacheParameterGroupName:{},NotificationTopicStatus:{},ApplyImmediately:{type:"boolean"},EngineVersion:{},AutoMinorVersionUpgrade:{type:"boolean"},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},CacheNodeType:{},AuthToken:{},AuthTokenUpdateStrategy:{},UserGroupIdsToAdd:{shape:"Sx"},UserGroupIdsToRemove:{shape:"Sx"},RemoveUserGroups:{type:"boolean"},LogDeliveryConfigurations:{shape:"S2d"},IpDiscovery:{},TransitEncryptionEnabled:{type:"boolean"},TransitEncryptionMode:{},ClusterMode:{}}},output:{resultWrapper:"ModifyReplicationGroupResult",type:"structure",members:{ReplicationGroup:{shape:"So"}}}},ModifyReplicationGroupShardConfiguration:{input:{type:"structure",required:["ReplicationGroupId","NodeGroupCount","ApplyImmediately"],members:{ReplicationGroupId:{},NodeGroupCount:{type:"integer"},ApplyImmediately:{type:"boolean"},ReshardingConfiguration:{shape:"S7s"},NodeGroupsToRemove:{type:"list",member:{locationName:"NodeGroupToRemove"}},NodeGroupsToRetain:{type:"list",member:{locationName:"NodeGroupToRetain"}}}},output:{resultWrapper:"ModifyReplicationGroupShardConfigurationResult",type:"structure",members:{ReplicationGroup:{shape:"So"}}}},ModifyServerlessCache:{input:{type:"structure",required:["ServerlessCacheName"],members:{ServerlessCacheName:{},Description:{},CacheUsageLimits:{shape:"S3h"},RemoveUserGroup:{type:"boolean"},UserGroupId:{},SecurityGroupIds:{shape:"S29"},SnapshotRetentionLimit:{type:"integer"},DailySnapshotTime:{}}},output:{resultWrapper:"ModifyServerlessCacheResult",type:"structure",members:{ServerlessCache:{shape:"S3n"}}}},ModifyUser:{input:{type:"structure",required:["UserId"],members:{UserId:{},AccessString:{},AppendAccessString:{},Passwords:{shape:"S3w"},NoPasswordRequired:{type:"boolean"},AuthenticationMode:{shape:"S3y"}}},output:{shape:"S40",resultWrapper:"ModifyUserResult"}},ModifyUserGroup:{input:{type:"structure",required:["UserGroupId"],members:{UserGroupId:{},UserIdsToAdd:{shape:"S44"},UserIdsToRemove:{shape:"S44"}}},output:{shape:"S45",resultWrapper:"ModifyUserGroupResult"}},PurchaseReservedCacheNodesOffering:{input:{type:"structure",required:["ReservedCacheNodesOfferingId"],members:{ReservedCacheNodesOfferingId:{},ReservedCacheNodeId:{},CacheNodeCount:{type:"integer"},Tags:{shape:"S3"}}},output:{resultWrapper:"PurchaseReservedCacheNodesOfferingResult",type:"structure",members:{ReservedCacheNode:{shape:"S65"}}}},RebalanceSlotsInGlobalReplicationGroup:{input:{type:"structure",required:["GlobalReplicationGroupId","ApplyImmediately"],members:{GlobalReplicationGroupId:{},ApplyImmediately:{type:"boolean"}}},output:{resultWrapper:"RebalanceSlotsInGlobalReplicationGroupResult",type:"structure",members:{GlobalReplicationGroup:{shape:"S37"}}}},RebootCacheCluster:{input:{type:"structure",required:["CacheClusterId","CacheNodeIdsToReboot"],members:{CacheClusterId:{},CacheNodeIdsToReboot:{shape:"S2i"}}},output:{resultWrapper:"RebootCacheClusterResult",type:"structure",members:{CacheCluster:{shape:"S2g"}}}},RemoveTagsFromResource:{input:{type:"structure",required:["ResourceName","TagKeys"],members:{ResourceName:{},TagKeys:{type:"list",member:{}}}},output:{shape:"S5",resultWrapper:"RemoveTagsFromResourceResult"}},ResetCacheParameterGroup:{input:{type:"structure",required:["CacheParameterGroupName"],members:{CacheParameterGroupName:{},ResetAllParameters:{type:"boolean"},ParameterNameValues:{shape:"S85"}}},output:{shape:"S87",resultWrapper:"ResetCacheParameterGroupResult"}},RevokeCacheSecurityGroupIngress:{input:{type:"structure",required:["CacheSecurityGroupName","EC2SecurityGroupName","EC2SecurityGroupOwnerId"],members:{CacheSecurityGroupName:{},EC2SecurityGroupName:{},EC2SecurityGroupOwnerId:{}}},output:{resultWrapper:"RevokeCacheSecurityGroupIngressResult",type:"structure",members:{CacheSecurityGroup:{shape:"S8"}}}},StartMigration:{input:{type:"structure",required:["ReplicationGroupId","CustomerNodeEndpointList"],members:{ReplicationGroupId:{},CustomerNodeEndpointList:{shape:"S8y"}}},output:{resultWrapper:"StartMigrationResult",type:"structure",members:{ReplicationGroup:{shape:"So"}}}},TestFailover:{input:{type:"structure",required:["ReplicationGroupId","NodeGroupId"],members:{ReplicationGroupId:{},NodeGroupId:{}}},output:{resultWrapper:"TestFailoverResult",type:"structure",members:{ReplicationGroup:{shape:"So"}}}},TestMigration:{input:{type:"structure",required:["ReplicationGroupId","CustomerNodeEndpointList"],members:{ReplicationGroupId:{},CustomerNodeEndpointList:{shape:"S8y"}}},output:{resultWrapper:"TestMigrationResult",type:"structure",members:{ReplicationGroup:{shape:"So"}}}}},shapes:{S3:{type:"list",member:{locationName:"Tag",type:"structure",members:{Key:{},Value:{}}}},S5:{type:"structure",members:{TagList:{shape:"S3"}}},S8:{type:"structure",members:{OwnerId:{},CacheSecurityGroupName:{},Description:{},EC2SecurityGroups:{type:"list",member:{locationName:"EC2SecurityGroup",type:"structure",members:{Status:{},EC2SecurityGroupName:{},EC2SecurityGroupOwnerId:{}}}},ARN:{}},wrapper:!0},Sc:{type:"list", member:{}},Sd:{type:"list",member:{}},Se:{type:"structure",members:{ProcessedUpdateActions:{type:"list",member:{locationName:"ProcessedUpdateAction",type:"structure",members:{ReplicationGroupId:{},CacheClusterId:{},ServiceUpdateName:{},UpdateActionStatus:{}}}},UnprocessedUpdateActions:{type:"list",member:{locationName:"UnprocessedUpdateAction",type:"structure",members:{ReplicationGroupId:{},CacheClusterId:{},ServiceUpdateName:{},ErrorType:{},ErrorMessage:{}}}}}},So:{type:"structure",members:{ReplicationGroupId:{},Description:{},GlobalReplicationGroupInfo:{type:"structure",members:{GlobalReplicationGroupId:{},GlobalReplicationGroupMemberRole:{}}},Status:{},PendingModifiedValues:{type:"structure",members:{PrimaryClusterId:{},AutomaticFailoverStatus:{},Resharding:{type:"structure",members:{SlotMigration:{type:"structure",members:{ProgressPercentage:{type:"double"}}}}},AuthTokenStatus:{},UserGroups:{type:"structure",members:{UserGroupIdsToAdd:{shape:"Sx"},UserGroupIdsToRemove:{shape:"Sx"}}},LogDeliveryConfigurations:{shape:"Sz"},TransitEncryptionEnabled:{type:"boolean"},TransitEncryptionMode:{},ClusterMode:{}}},MemberClusters:{type:"list",member:{locationName:"ClusterId"}},NodeGroups:{type:"list",member:{locationName:"NodeGroup",type:"structure",members:{NodeGroupId:{},Status:{},PrimaryEndpoint:{shape:"S1d"},ReaderEndpoint:{shape:"S1d"},Slots:{},NodeGroupMembers:{type:"list",member:{locationName:"NodeGroupMember",type:"structure",members:{CacheClusterId:{},CacheNodeId:{},ReadEndpoint:{shape:"S1d"},PreferredAvailabilityZone:{},PreferredOutpostArn:{},CurrentRole:{}}}}}}},SnapshottingClusterId:{},AutomaticFailover:{},MultiAZ:{},ConfigurationEndpoint:{shape:"S1d"},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},ClusterEnabled:{type:"boolean"},CacheNodeType:{},AuthTokenEnabled:{type:"boolean"},AuthTokenLastModifiedDate:{type:"timestamp"},TransitEncryptionEnabled:{type:"boolean"},AtRestEncryptionEnabled:{type:"boolean"},MemberClustersOutpostArns:{type:"list",member:{locationName:"ReplicationGroupOutpostArn"}},KmsKeyId:{},ARN:{},UserGroupIds:{shape:"Sx"},LogDeliveryConfigurations:{shape:"S1m"},ReplicationGroupCreateTime:{type:"timestamp"},DataTiering:{},AutoMinorVersionUpgrade:{type:"boolean"},NetworkType:{},IpDiscovery:{},TransitEncryptionMode:{},ClusterMode:{}},wrapper:!0},Sx:{type:"list",member:{}},Sz:{type:"list",member:{type:"structure",members:{LogType:{},DestinationType:{},DestinationDetails:{shape:"S13"},LogFormat:{}}},locationName:"PendingLogDeliveryConfiguration"},S13:{type:"structure",members:{CloudWatchLogsDetails:{type:"structure",members:{LogGroup:{}}},KinesisFirehoseDetails:{type:"structure",members:{DeliveryStream:{}}}}},S1d:{type:"structure",members:{Address:{},Port:{type:"integer"}}},S1m:{type:"list",member:{locationName:"LogDeliveryConfiguration",type:"structure",members:{LogType:{},DestinationType:{},DestinationDetails:{shape:"S13"},LogFormat:{},Status:{},Message:{}}}},S1u:{type:"structure",members:{ServerlessCacheSnapshotName:{},ARN:{},KmsKeyId:{},SnapshotType:{},Status:{},CreateTime:{type:"timestamp"},ExpiryTime:{type:"timestamp"},BytesUsedForCache:{},ServerlessCacheConfiguration:{type:"structure",members:{ServerlessCacheName:{},Engine:{},MajorEngineVersion:{}}}}},S1y:{type:"structure",members:{SnapshotName:{},ReplicationGroupId:{},ReplicationGroupDescription:{},CacheClusterId:{},SnapshotStatus:{},SnapshotSource:{},CacheNodeType:{},Engine:{},EngineVersion:{},NumCacheNodes:{type:"integer"},PreferredAvailabilityZone:{},PreferredOutpostArn:{},CacheClusterCreateTime:{type:"timestamp"},PreferredMaintenanceWindow:{},TopicArn:{},Port:{type:"integer"},CacheParameterGroupName:{},CacheSubnetGroupName:{},VpcId:{},AutoMinorVersionUpgrade:{type:"boolean"},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},NumNodeGroups:{type:"integer"},AutomaticFailover:{},NodeSnapshots:{type:"list",member:{locationName:"NodeSnapshot",type:"structure",members:{CacheClusterId:{},NodeGroupId:{},CacheNodeId:{},NodeGroupConfiguration:{shape:"S21"},CacheSize:{},CacheNodeCreateTime:{type:"timestamp"},SnapshotCreateTime:{type:"timestamp"}},wrapper:!0}},KmsKeyId:{},ARN:{},DataTiering:{}},wrapper:!0},S21:{type:"structure",members:{NodeGroupId:{},Slots:{},ReplicaCount:{type:"integer"},PrimaryAvailabilityZone:{},ReplicaAvailabilityZones:{shape:"S23"},PrimaryOutpostArn:{},ReplicaOutpostArns:{type:"list",member:{locationName:"OutpostArn"}}}},S23:{type:"list",member:{locationName:"AvailabilityZone"}},S27:{type:"list",member:{locationName:"PreferredAvailabilityZone"}},S28:{type:"list",member:{locationName:"CacheSecurityGroupName"}},S29:{type:"list",member:{locationName:"SecurityGroupId"}},S2a:{type:"list",member:{locationName:"SnapshotArn"}},S2c:{type:"list",member:{locationName:"PreferredOutpostArn"}},S2d:{type:"list",member:{locationName:"LogDeliveryConfigurationRequest",type:"structure",members:{LogType:{},DestinationType:{},DestinationDetails:{shape:"S13"},LogFormat:{},Enabled:{type:"boolean"}}}},S2g:{type:"structure",members:{CacheClusterId:{},ConfigurationEndpoint:{shape:"S1d"},ClientDownloadLandingPage:{},CacheNodeType:{},Engine:{},EngineVersion:{},CacheClusterStatus:{},NumCacheNodes:{type:"integer"},PreferredAvailabilityZone:{},PreferredOutpostArn:{},CacheClusterCreateTime:{type:"timestamp"},PreferredMaintenanceWindow:{},PendingModifiedValues:{type:"structure",members:{NumCacheNodes:{type:"integer"},CacheNodeIdsToRemove:{shape:"S2i"},EngineVersion:{},CacheNodeType:{},AuthTokenStatus:{},LogDeliveryConfigurations:{shape:"Sz"},TransitEncryptionEnabled:{type:"boolean"},TransitEncryptionMode:{}}},NotificationConfiguration:{type:"structure",members:{TopicArn:{},TopicStatus:{}}},CacheSecurityGroups:{type:"list",member:{locationName:"CacheSecurityGroup",type:"structure",members:{CacheSecurityGroupName:{},Status:{}}}},CacheParameterGroup:{type:"structure",members:{CacheParameterGroupName:{},ParameterApplyStatus:{},CacheNodeIdsToReboot:{shape:"S2i"}}},CacheSubnetGroupName:{},CacheNodes:{type:"list",member:{locationName:"CacheNode",type:"structure",members:{CacheNodeId:{},CacheNodeStatus:{},CacheNodeCreateTime:{type:"timestamp"},Endpoint:{shape:"S1d"},ParameterGroupStatus:{},SourceCacheNodeId:{},CustomerAvailabilityZone:{},CustomerOutpostArn:{}}}},AutoMinorVersionUpgrade:{type:"boolean"},SecurityGroups:{type:"list",member:{type:"structure",members:{SecurityGroupId:{},Status:{}}}},ReplicationGroupId:{},SnapshotRetentionLimit:{type:"integer"},SnapshotWindow:{},AuthTokenEnabled:{type:"boolean"},AuthTokenLastModifiedDate:{type:"timestamp"},TransitEncryptionEnabled:{type:"boolean"},AtRestEncryptionEnabled:{type:"boolean"},ARN:{},ReplicationGroupLogDeliveryEnabled:{type:"boolean"},LogDeliveryConfigurations:{shape:"S1m"},NetworkType:{},IpDiscovery:{},TransitEncryptionMode:{}},wrapper:!0},S2i:{type:"list",member:{locationName:"CacheNodeId"}},S2t:{type:"structure",members:{CacheParameterGroupName:{},CacheParameterGroupFamily:{},Description:{},IsGlobal:{type:"boolean"},ARN:{}},wrapper:!0},S2x:{type:"list",member:{locationName:"SubnetIdentifier"}},S2z:{type:"structure",members:{CacheSubnetGroupName:{},CacheSubnetGroupDescription:{},VpcId:{},Subnets:{type:"list",member:{locationName:"Subnet",type:"structure",members:{SubnetIdentifier:{},SubnetAvailabilityZone:{type:"structure",members:{Name:{}},wrapper:!0},SubnetOutpost:{type:"structure",members:{SubnetOutpostArn:{}}},SupportedNetworkTypes:{shape:"S34"}}}},ARN:{},SupportedNetworkTypes:{shape:"S34"}},wrapper:!0},S34:{type:"list",member:{}},S37:{type:"structure",members:{GlobalReplicationGroupId:{},GlobalReplicationGroupDescription:{},Status:{},CacheNodeType:{},Engine:{},EngineVersion:{},Members:{type:"list",member:{locationName:"GlobalReplicationGroupMember",type:"structure",members:{ReplicationGroupId:{},ReplicationGroupRegion:{},Role:{},AutomaticFailover:{},Status:{}},wrapper:!0}},ClusterEnabled:{type:"boolean"},GlobalNodeGroups:{type:"list",member:{locationName:"GlobalNodeGroup",type:"structure",members:{GlobalNodeGroupId:{},Slots:{}}}},AuthTokenEnabled:{type:"boolean"},TransitEncryptionEnabled:{type:"boolean"},AtRestEncryptionEnabled:{type:"boolean"},ARN:{}},wrapper:!0},S3h:{type:"structure",members:{DataStorage:{type:"structure",required:["Unit"],members:{Maximum:{type:"integer"},Minimum:{type:"integer"},Unit:{}}},ECPUPerSecond:{type:"structure",members:{Maximum:{type:"integer"},Minimum:{type:"integer"}}}}},S3l:{type:"list",member:{locationName:"SubnetId"}},S3n:{type:"structure",members:{ServerlessCacheName:{},Description:{},CreateTime:{type:"timestamp"},Status:{},Engine:{},MajorEngineVersion:{},FullEngineVersion:{},CacheUsageLimits:{shape:"S3h"},KmsKeyId:{},SecurityGroupIds:{shape:"S29"},Endpoint:{shape:"S1d"},ReaderEndpoint:{shape:"S1d"},ARN:{},UserGroupId:{},SubnetIds:{shape:"S3l"},SnapshotRetentionLimit:{type:"integer"},DailySnapshotTime:{}}},S3w:{type:"list",member:{}},S3y:{type:"structure",members:{Type:{},Passwords:{shape:"S3w"}}},S40:{type:"structure",members:{UserId:{},UserName:{},Status:{},Engine:{},MinimumEngineVersion:{},AccessString:{},UserGroupIds:{shape:"Sx"},Authentication:{type:"structure",members:{Type:{},PasswordCount:{type:"integer"}}},ARN:{}}},S44:{type:"list",member:{}},S45:{type:"structure",members:{UserGroupId:{},Status:{},Engine:{},UserIds:{shape:"S46"},MinimumEngineVersion:{},PendingChanges:{type:"structure",members:{UserIdsToRemove:{shape:"S46"},UserIdsToAdd:{shape:"S46"}}},ReplicationGroups:{type:"list",member:{}},ServerlessCaches:{type:"list",member:{}},ARN:{}}},S46:{type:"list",member:{}},S4b:{type:"list",member:{locationName:"GlobalNodeGroupId"}},S4e:{type:"list",member:{locationName:"ConfigureShard",type:"structure",required:["NodeGroupId","NewReplicaCount"],members:{NodeGroupId:{},NewReplicaCount:{type:"integer"},PreferredAvailabilityZones:{shape:"S27"},PreferredOutpostArns:{shape:"S2c"}}}},S5b:{type:"list",member:{locationName:"Parameter",type:"structure",members:{ParameterName:{},ParameterValue:{},Description:{},Source:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},MinimumEngineVersion:{},ChangeType:{}}}},S5e:{type:"list",member:{locationName:"CacheNodeTypeSpecificParameter",type:"structure",members:{ParameterName:{},Description:{},Source:{},DataType:{},AllowedValues:{},IsModifiable:{type:"boolean"},MinimumEngineVersion:{},CacheNodeTypeSpecificValues:{type:"list",member:{locationName:"CacheNodeTypeSpecificValue",type:"structure",members:{CacheNodeType:{},Value:{}}}},ChangeType:{}}}},S65:{type:"structure",members:{ReservedCacheNodeId:{},ReservedCacheNodesOfferingId:{},CacheNodeType:{},StartTime:{type:"timestamp"},Duration:{type:"integer"},FixedPrice:{type:"double"},UsagePrice:{type:"double"},CacheNodeCount:{type:"integer"},ProductDescription:{},OfferingType:{},State:{},RecurringCharges:{shape:"S66"},ReservationARN:{}},wrapper:!0},S66:{type:"list",member:{locationName:"RecurringCharge",type:"structure",members:{RecurringChargeAmount:{type:"double"},RecurringChargeFrequency:{}},wrapper:!0}},S6j:{type:"list",member:{}},S7s:{type:"list",member:{locationName:"ReshardingConfiguration",type:"structure",members:{NodeGroupId:{},PreferredAvailabilityZones:{shape:"S23"}}}},S7z:{type:"list",member:{}},S85:{type:"list",member:{locationName:"ParameterNameValue",type:"structure",members:{ParameterName:{},ParameterValue:{}}}},S87:{type:"structure",members:{CacheParameterGroupName:{}}},S8y:{type:"list",member:{type:"structure",members:{Address:{},Port:{type:"integer"}}}}}}},{}],92:[function(e,t,r){t.exports={pagination:{DescribeCacheClusters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"CacheClusters"},DescribeCacheEngineVersions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"CacheEngineVersions"},DescribeCacheParameterGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"CacheParameterGroups"},DescribeCacheParameters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Parameters"},DescribeCacheSecurityGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"CacheSecurityGroups"},DescribeCacheSubnetGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"CacheSubnetGroups"},DescribeEngineDefaultParameters:{input_token:"Marker",limit_key:"MaxRecords",output_token:"EngineDefaults.Marker",result_key:"EngineDefaults.Parameters"},DescribeEvents:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Events"},DescribeGlobalReplicationGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"GlobalReplicationGroups"},DescribeReplicationGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ReplicationGroups"},DescribeReservedCacheNodes:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ReservedCacheNodes"},DescribeReservedCacheNodesOfferings:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ReservedCacheNodesOfferings"},DescribeServerlessCacheSnapshots:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"ServerlessCacheSnapshots"},DescribeServerlessCaches:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken",result_key:"ServerlessCaches"},DescribeServiceUpdates:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"ServiceUpdates"},DescribeSnapshots:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Snapshots"},DescribeUpdateActions:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"UpdateActions"},DescribeUserGroups:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"UserGroups"},DescribeUsers:{input_token:"Marker",limit_key:"MaxRecords",output_token:"Marker",result_key:"Users"}}}},{}],93:[function(e,t,r){t.exports={version:2,waiters:{CacheClusterAvailable:{acceptors:[{argument:"CacheClusters[].CacheClusterStatus",expected:"available",matcher:"pathAll",state:"success"},{argument:"CacheClusters[].CacheClusterStatus",expected:"deleted",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"deleting",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"incompatible-network",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"restore-failed",matcher:"pathAny",state:"failure"}],delay:15,description:"Wait until ElastiCache cluster is available.",maxAttempts:40,operation:"DescribeCacheClusters"},CacheClusterDeleted:{acceptors:[{argument:"CacheClusters[].CacheClusterStatus",expected:"deleted",matcher:"pathAll",state:"success"},{expected:"CacheClusterNotFound",matcher:"error",state:"success"},{argument:"CacheClusters[].CacheClusterStatus",expected:"available",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"creating",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"incompatible-network",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"modifying",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"restore-failed",matcher:"pathAny",state:"failure"},{argument:"CacheClusters[].CacheClusterStatus",expected:"snapshotting",matcher:"pathAny",state:"failure"}],delay:15,description:"Wait until ElastiCache cluster is deleted.",maxAttempts:40,operation:"DescribeCacheClusters"},ReplicationGroupAvailable:{acceptors:[{argument:"ReplicationGroups[].Status",expected:"available",matcher:"pathAll",state:"success"},{argument:"ReplicationGroups[].Status",expected:"deleted",matcher:"pathAny",state:"failure"}],delay:15,description:"Wait until ElastiCache replication group is available.",maxAttempts:40,operation:"DescribeReplicationGroups"},ReplicationGroupDeleted:{acceptors:[{argument:"ReplicationGroups[].Status",expected:"deleted",matcher:"pathAll",state:"success"},{argument:"ReplicationGroups[].Status",expected:"available",matcher:"pathAny",state:"failure"},{expected:"ReplicationGroupNotFoundFault",matcher:"error",state:"success"}],delay:15,description:"Wait until ElastiCache replication group is deleted.",maxAttempts:40,operation:"DescribeReplicationGroups"}}}},{}],94:[function(e,t,r){t.exports={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:{input:{type:"structure",members:{EnvironmentId:{},EnvironmentName:{}}}},ApplyEnvironmentManagedAction:{input:{type:"structure",required:["ActionId"],members:{EnvironmentName:{},EnvironmentId:{},ActionId:{}}},output:{resultWrapper:"ApplyEnvironmentManagedActionResult",type:"structure",members:{ActionId:{},ActionDescription:{},ActionType:{},Status:{}}}},AssociateEnvironmentOperationsRole:{input:{type:"structure",required:["EnvironmentName","OperationsRole"],members:{EnvironmentName:{},OperationsRole:{}}}},CheckDNSAvailability:{input:{type:"structure",required:["CNAMEPrefix"],members:{CNAMEPrefix:{}}},output:{resultWrapper:"CheckDNSAvailabilityResult",type:"structure",members:{Available:{type:"boolean"},FullyQualifiedCNAME:{}}}},ComposeEnvironments:{input:{type:"structure",members:{ApplicationName:{},GroupName:{},VersionLabels:{type:"list",member:{}}}},output:{shape:"Sk",resultWrapper:"ComposeEnvironmentsResult"}},CreateApplication:{input:{type:"structure",required:["ApplicationName"],members:{ApplicationName:{},Description:{},ResourceLifecycleConfig:{shape:"S19"},Tags:{shape:"S1f"}}},output:{shape:"S1j",resultWrapper:"CreateApplicationResult"}},CreateApplicationVersion:{input:{type:"structure",required:["ApplicationName","VersionLabel"],members:{ApplicationName:{},VersionLabel:{},Description:{},SourceBuildInformation:{shape:"S1p"},SourceBundle:{shape:"S1t"},BuildConfiguration:{type:"structure",required:["CodeBuildServiceRole","Image"],members:{ArtifactName:{},CodeBuildServiceRole:{},ComputeType:{},Image:{},TimeoutInMinutes:{type:"integer"}}},AutoCreateApplication:{type:"boolean"},Process:{type:"boolean"},Tags:{shape:"S1f"}}},output:{shape:"S21",resultWrapper:"CreateApplicationVersionResult"}},CreateConfigurationTemplate:{input:{type:"structure",required:["ApplicationName","TemplateName"],members:{ApplicationName:{},TemplateName:{},SolutionStackName:{},PlatformArn:{},SourceConfiguration:{type:"structure",members:{ApplicationName:{},TemplateName:{}}},EnvironmentId:{},Description:{},OptionSettings:{shape:"S27"},Tags:{shape:"S1f"}}},output:{shape:"S2d",resultWrapper:"CreateConfigurationTemplateResult"}},CreateEnvironment:{input:{type:"structure",required:["ApplicationName"],members:{ApplicationName:{},EnvironmentName:{},GroupName:{},Description:{},CNAMEPrefix:{},Tier:{shape:"S13"},Tags:{shape:"S1f"},VersionLabel:{},TemplateName:{},SolutionStackName:{},PlatformArn:{},OptionSettings:{shape:"S27"},OptionsToRemove:{shape:"S2g"},OperationsRole:{}}},output:{shape:"Sm",resultWrapper:"CreateEnvironmentResult"}},CreatePlatformVersion:{input:{type:"structure",required:["PlatformName","PlatformVersion","PlatformDefinitionBundle"],members:{PlatformName:{},PlatformVersion:{},PlatformDefinitionBundle:{shape:"S1t"},EnvironmentName:{},OptionSettings:{shape:"S27"},Tags:{shape:"S1f"}}},output:{resultWrapper:"CreatePlatformVersionResult",type:"structure",members:{PlatformSummary:{shape:"S2m"},Builder:{type:"structure",members:{ARN:{}}}}}},CreateStorageLocation:{output:{resultWrapper:"CreateStorageLocationResult",type:"structure",members:{S3Bucket:{}}}},DeleteApplication:{input:{type:"structure",required:["ApplicationName"],members:{ApplicationName:{},TerminateEnvByForce:{type:"boolean"}}}},DeleteApplicationVersion:{input:{type:"structure",required:["ApplicationName","VersionLabel"],members:{ApplicationName:{},VersionLabel:{},DeleteSourceBundle:{type:"boolean"}}}},DeleteConfigurationTemplate:{input:{type:"structure",required:["ApplicationName","TemplateName"],members:{ApplicationName:{},TemplateName:{}}}},DeleteEnvironmentConfiguration:{input:{type:"structure",required:["ApplicationName","EnvironmentName"],members:{ApplicationName:{},EnvironmentName:{}}}},DeletePlatformVersion:{input:{type:"structure",members:{PlatformArn:{}}},output:{resultWrapper:"DeletePlatformVersionResult",type:"structure",members:{PlatformSummary:{shape:"S2m"}}}},DescribeAccountAttributes:{output:{resultWrapper:"DescribeAccountAttributesResult",type:"structure",members:{ResourceQuotas:{type:"structure",members:{ApplicationQuota:{shape:"S3c"},ApplicationVersionQuota:{shape:"S3c"},EnvironmentQuota:{shape:"S3c"},ConfigurationTemplateQuota:{shape:"S3c"},CustomPlatformQuota:{shape:"S3c"}}}}}},DescribeApplicationVersions:{input:{type:"structure",members:{ApplicationName:{},VersionLabels:{shape:"S1m"},MaxRecords:{type:"integer"},NextToken:{}}},output:{resultWrapper:"DescribeApplicationVersionsResult",type:"structure",members:{ApplicationVersions:{type:"list",member:{shape:"S22"}},NextToken:{}}}},DescribeApplications:{input:{type:"structure",members:{ApplicationNames:{type:"list",member:{}}}},output:{resultWrapper:"DescribeApplicationsResult",type:"structure",members:{Applications:{type:"list",member:{shape:"S1k"}}}}},DescribeConfigurationOptions:{input:{type:"structure",members:{ApplicationName:{},TemplateName:{},EnvironmentName:{},SolutionStackName:{},PlatformArn:{},Options:{shape:"S2g"}}},output:{resultWrapper:"DescribeConfigurationOptionsResult",type:"structure",members:{SolutionStackName:{},PlatformArn:{},Options:{type:"list",member:{type:"structure",members:{Namespace:{},Name:{},DefaultValue:{},ChangeSeverity:{},UserDefined:{type:"boolean"},ValueType:{},ValueOptions:{type:"list",member:{}},MinValue:{type:"integer"},MaxValue:{type:"integer"},MaxLength:{type:"integer"},Regex:{type:"structure",members:{Pattern:{},Label:{}}}}}}}}},DescribeConfigurationSettings:{input:{type:"structure",required:["ApplicationName"],members:{ApplicationName:{},TemplateName:{},EnvironmentName:{}}},output:{resultWrapper:"DescribeConfigurationSettingsResult",type:"structure",members:{ConfigurationSettings:{type:"list",member:{shape:"S2d"}}}}},DescribeEnvironmentHealth:{input:{type:"structure",members:{EnvironmentName:{},EnvironmentId:{},AttributeNames:{type:"list",member:{}}}},output:{resultWrapper:"DescribeEnvironmentHealthResult",type:"structure",members:{EnvironmentName:{},HealthStatus:{},Status:{},Color:{},Causes:{shape:"S48"},ApplicationMetrics:{shape:"S4a"},InstancesHealth:{type:"structure",members:{NoData:{type:"integer"},Unknown:{type:"integer"},Pending:{type:"integer"},Ok:{type:"integer"},Info:{type:"integer"},Warning:{type:"integer"},Degraded:{type:"integer"},Severe:{type:"integer"}}},RefreshedAt:{type:"timestamp"}}}},DescribeEnvironmentManagedActionHistory:{input:{type:"structure",members:{EnvironmentId:{},EnvironmentName:{},NextToken:{},MaxItems:{type:"integer"}}},output:{resultWrapper:"DescribeEnvironmentManagedActionHistoryResult",type:"structure",members:{ManagedActionHistoryItems:{type:"list",member:{type:"structure",members:{ActionId:{},ActionType:{},ActionDescription:{},FailureType:{},Status:{},FailureDescription:{},ExecutedTime:{type:"timestamp"},FinishedTime:{type:"timestamp"}}}},NextToken:{}}}},DescribeEnvironmentManagedActions:{input:{type:"structure",members:{EnvironmentName:{},EnvironmentId:{},Status:{}}},output:{resultWrapper:"DescribeEnvironmentManagedActionsResult",type:"structure",members:{ManagedActions:{type:"list",member:{type:"structure",members:{ActionId:{},ActionDescription:{},ActionType:{},Status:{},WindowStartTime:{type:"timestamp"}}}}}}},DescribeEnvironmentResources:{input:{type:"structure",members:{EnvironmentId:{},EnvironmentName:{}}},output:{resultWrapper:"DescribeEnvironmentResourcesResult",type:"structure",members:{EnvironmentResources:{type:"structure",members:{EnvironmentName:{},AutoScalingGroups:{type:"list",member:{type:"structure",members:{Name:{}}}},Instances:{type:"list",member:{type:"structure",members:{Id:{}}}},LaunchConfigurations:{type:"list",member:{type:"structure",members:{Name:{}}}},LaunchTemplates:{type:"list",member:{type:"structure",members:{Id:{}}}},LoadBalancers:{type:"list",member:{type:"structure",members:{Name:{}}}},Triggers:{type:"list",member:{type:"structure",members:{Name:{}}}},Queues:{type:"list",member:{type:"structure",members:{Name:{},URL:{}}}}}}}}},DescribeEnvironments:{input:{type:"structure",members:{ApplicationName:{},VersionLabel:{},EnvironmentIds:{type:"list",member:{}},EnvironmentNames:{type:"list",member:{}},IncludeDeleted:{type:"boolean"},IncludedDeletedBackTo:{type:"timestamp"},MaxRecords:{type:"integer"},NextToken:{}}},output:{shape:"Sk",resultWrapper:"DescribeEnvironmentsResult"}},DescribeEvents:{input:{type:"structure",members:{ApplicationName:{},VersionLabel:{},TemplateName:{},EnvironmentId:{},EnvironmentName:{},PlatformArn:{},RequestId:{},Severity:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},MaxRecords:{type:"integer"},NextToken:{}}},output:{resultWrapper:"DescribeEventsResult",type:"structure",members:{Events:{type:"list",member:{type:"structure",members:{EventDate:{type:"timestamp"},Message:{},ApplicationName:{},VersionLabel:{},TemplateName:{},EnvironmentName:{},PlatformArn:{},RequestId:{},Severity:{}}}},NextToken:{}}}},DescribeInstancesHealth:{input:{type:"structure",members:{EnvironmentName:{},EnvironmentId:{},AttributeNames:{type:"list",member:{}},NextToken:{}}},output:{resultWrapper:"DescribeInstancesHealthResult",type:"structure",members:{InstanceHealthList:{type:"list",member:{type:"structure",members:{InstanceId:{},HealthStatus:{},Color:{},Causes:{shape:"S48"},LaunchedAt:{type:"timestamp"},ApplicationMetrics:{shape:"S4a"},System:{type:"structure",members:{CPUUtilization:{type:"structure",members:{User:{type:"double"},Nice:{type:"double"},System:{type:"double"},Idle:{type:"double"},IOWait:{type:"double"},IRQ:{type:"double"},SoftIRQ:{type:"double"},Privileged:{type:"double"}}},LoadAverage:{type:"list",member:{type:"double"}}}},Deployment:{type:"structure",members:{VersionLabel:{},DeploymentId:{type:"long"},Status:{},DeploymentTime:{type:"timestamp"}}},AvailabilityZone:{},InstanceType:{}}}},RefreshedAt:{type:"timestamp"},NextToken:{}}}},DescribePlatformVersion:{input:{type:"structure",members:{PlatformArn:{}}},output:{resultWrapper:"DescribePlatformVersionResult",type:"structure",members:{PlatformDescription:{type:"structure",members:{PlatformArn:{},PlatformOwner:{},PlatformName:{},PlatformVersion:{},SolutionStackName:{},PlatformStatus:{},DateCreated:{type:"timestamp"},DateUpdated:{type:"timestamp"},PlatformCategory:{},Description:{},Maintainer:{},OperatingSystemName:{},OperatingSystemVersion:{},ProgrammingLanguages:{type:"list",member:{type:"structure",members:{Name:{},Version:{}}}},Frameworks:{type:"list",member:{type:"structure",members:{Name:{},Version:{}}}},CustomAmiList:{type:"list",member:{type:"structure",members:{VirtualizationType:{},ImageId:{}}}},SupportedTierList:{shape:"S2s"},SupportedAddonList:{shape:"S2u"},PlatformLifecycleState:{},PlatformBranchName:{},PlatformBranchLifecycleState:{}}}}}},DisassociateEnvironmentOperationsRole:{input:{type:"structure",required:["EnvironmentName"],members:{EnvironmentName:{}}}},ListAvailableSolutionStacks:{output:{resultWrapper:"ListAvailableSolutionStacksResult",type:"structure",members:{SolutionStacks:{type:"list",member:{}},SolutionStackDetails:{type:"list",member:{type:"structure",members:{SolutionStackName:{},PermittedFileTypes:{type:"list",member:{}}}}}}}},ListPlatformBranches:{input:{type:"structure",members:{Filters:{type:"list",member:{type:"structure",members:{Attribute:{},Operator:{},Values:{type:"list",member:{}}}}},MaxRecords:{type:"integer"},NextToken:{}}},output:{resultWrapper:"ListPlatformBranchesResult",type:"structure",members:{PlatformBranchSummaryList:{type:"list",member:{type:"structure",members:{PlatformName:{},BranchName:{},LifecycleState:{},BranchOrder:{type:"integer"},SupportedTierList:{shape:"S2s"}}}},NextToken:{}}}},ListPlatformVersions:{input:{type:"structure",members:{Filters:{type:"list",member:{type:"structure",members:{Type:{},Operator:{},Values:{type:"list",member:{}}}}},MaxRecords:{type:"integer"},NextToken:{}}},output:{resultWrapper:"ListPlatformVersionsResult",type:"structure",members:{PlatformSummaryList:{type:"list",member:{shape:"S2m"}},NextToken:{}}}},ListTagsForResource:{input:{type:"structure",required:["ResourceArn"],members:{ResourceArn:{}}},output:{resultWrapper:"ListTagsForResourceResult",type:"structure",members:{ResourceArn:{},ResourceTags:{shape:"S7g"}}}},RebuildEnvironment:{input:{type:"structure",members:{EnvironmentId:{},EnvironmentName:{}}}},RequestEnvironmentInfo:{input:{type:"structure",required:["InfoType"],members:{EnvironmentId:{},EnvironmentName:{},InfoType:{}}}},RestartAppServer:{input:{type:"structure",members:{EnvironmentId:{},EnvironmentName:{}}}},RetrieveEnvironmentInfo:{input:{type:"structure",required:["InfoType"],members:{EnvironmentId:{},EnvironmentName:{},InfoType:{}}},output:{resultWrapper:"RetrieveEnvironmentInfoResult",type:"structure",members:{EnvironmentInfo:{type:"list",member:{type:"structure",members:{InfoType:{},Ec2InstanceId:{},SampleTimestamp:{type:"timestamp"},Message:{}}}}}}},SwapEnvironmentCNAMEs:{input:{type:"structure",members:{SourceEnvironmentId:{},SourceEnvironmentName:{},DestinationEnvironmentId:{},DestinationEnvironmentName:{}}}},TerminateEnvironment:{input:{type:"structure",members:{EnvironmentId:{},EnvironmentName:{},TerminateResources:{type:"boolean"},ForceTerminate:{type:"boolean"}}},output:{shape:"Sm",resultWrapper:"TerminateEnvironmentResult"}},UpdateApplication:{input:{type:"structure",required:["ApplicationName"],members:{ApplicationName:{},Description:{}}},output:{shape:"S1j",resultWrapper:"UpdateApplicationResult"}},UpdateApplicationResourceLifecycle:{input:{type:"structure",required:["ApplicationName","ResourceLifecycleConfig"],members:{ApplicationName:{},ResourceLifecycleConfig:{shape:"S19"}}},output:{resultWrapper:"UpdateApplicationResourceLifecycleResult",type:"structure",members:{ApplicationName:{},ResourceLifecycleConfig:{shape:"S19"}}}},UpdateApplicationVersion:{input:{type:"structure",required:["ApplicationName","VersionLabel"],members:{ApplicationName:{},VersionLabel:{},Description:{}}},output:{shape:"S21",resultWrapper:"UpdateApplicationVersionResult"}},UpdateConfigurationTemplate:{input:{type:"structure",required:["ApplicationName","TemplateName"],members:{ApplicationName:{},TemplateName:{},Description:{},OptionSettings:{shape:"S27"},OptionsToRemove:{shape:"S2g"}}},output:{shape:"S2d",resultWrapper:"UpdateConfigurationTemplateResult"}},UpdateEnvironment:{input:{type:"structure",members:{ApplicationName:{},EnvironmentId:{},EnvironmentName:{},GroupName:{},Description:{},Tier:{shape:"S13"},VersionLabel:{},TemplateName:{},SolutionStackName:{},PlatformArn:{},OptionSettings:{shape:"S27"},OptionsToRemove:{shape:"S2g"}}},output:{shape:"Sm",resultWrapper:"UpdateEnvironmentResult"}},UpdateTagsForResource:{input:{type:"structure",required:["ResourceArn"],members:{ResourceArn:{},TagsToAdd:{shape:"S7g"},TagsToRemove:{type:"list",member:{}}}}},ValidateConfigurationSettings:{input:{type:"structure",required:["ApplicationName","OptionSettings"],members:{ApplicationName:{},TemplateName:{},EnvironmentName:{},OptionSettings:{shape:"S27"}}},output:{resultWrapper:"ValidateConfigurationSettingsResult",type:"structure",members:{Messages:{type:"list",member:{type:"structure",members:{Message:{},Severity:{},Namespace:{},OptionName:{}}}}}}}},shapes:{Sk:{type:"structure",members:{Environments:{type:"list",member:{shape:"Sm"}},NextToken:{}}},Sm:{type:"structure",members:{EnvironmentName:{}, @@ -98,7 +98,7 @@ required:["FieldToMatch","TextTransformation","RegexPatternSetId"],members:{Fiel members:{InsightId:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},NextToken:{}}},output:{type:"structure",members:{InsightId:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},ServiceGraphStartTime:{type:"timestamp"},ServiceGraphEndTime:{type:"timestamp"},Services:{type:"list",member:{type:"structure",members:{ReferenceId:{type:"integer"},Type:{},Name:{},Names:{shape:"S1y"},AccountId:{},Edges:{type:"list",member:{type:"structure",members:{ReferenceId:{type:"integer"}}}}}}},NextToken:{}}}},GetInsightSummaries:{http:{requestUri:"/InsightSummaries"},input:{type:"structure",required:["StartTime","EndTime"],members:{States:{type:"list",member:{}},GroupARN:{},GroupName:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},MaxResults:{type:"integer"},NextToken:{}}},output:{type:"structure",members:{InsightSummaries:{type:"list",member:{type:"structure",members:{InsightId:{},GroupARN:{},GroupName:{},RootCauseServiceId:{shape:"S1x"},Categories:{shape:"S1z"},State:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Summary:{},ClientRequestImpactStatistics:{shape:"S23"},RootCauseServiceRequestImpactStatistics:{shape:"S23"},TopAnomalousServices:{shape:"S25"},LastUpdateTime:{type:"timestamp"}}}},NextToken:{}}}},GetSamplingRules:{http:{requestUri:"/GetSamplingRules"},input:{type:"structure",members:{NextToken:{}}},output:{type:"structure",members:{SamplingRuleRecords:{type:"list",member:{shape:"S16"}},NextToken:{}}}},GetSamplingStatisticSummaries:{http:{requestUri:"/SamplingStatisticSummaries"},input:{type:"structure",members:{NextToken:{}}},output:{type:"structure",members:{SamplingStatisticSummaries:{type:"list",member:{type:"structure",members:{RuleName:{},Timestamp:{type:"timestamp"},RequestCount:{type:"integer"},BorrowCount:{type:"integer"},SampledCount:{type:"integer"}}}},NextToken:{}}}},GetSamplingTargets:{http:{requestUri:"/SamplingTargets"},input:{type:"structure",required:["SamplingStatisticsDocuments"],members:{SamplingStatisticsDocuments:{type:"list",member:{type:"structure",required:["RuleName","ClientID","Timestamp","RequestCount","SampledCount"],members:{RuleName:{},ClientID:{},Timestamp:{type:"timestamp"},RequestCount:{type:"integer"},SampledCount:{type:"integer"},BorrowCount:{type:"integer"}}}}}},output:{type:"structure",members:{SamplingTargetDocuments:{type:"list",member:{type:"structure",members:{RuleName:{},FixedRate:{type:"double"},ReservoirQuota:{type:"integer"},ReservoirQuotaTTL:{type:"timestamp"},Interval:{type:"integer"}}}},LastRuleModification:{type:"timestamp"},UnprocessedStatistics:{type:"list",member:{type:"structure",members:{RuleName:{},ErrorCode:{},Message:{}}}}}}},GetServiceGraph:{http:{requestUri:"/ServiceGraph"},input:{type:"structure",required:["StartTime","EndTime"],members:{StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},GroupName:{},GroupARN:{},NextToken:{}}},output:{type:"structure",members:{StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Services:{shape:"S3e"},ContainsOldGroupVersions:{type:"boolean"},NextToken:{}}}},GetTimeSeriesServiceStatistics:{http:{requestUri:"/TimeSeriesServiceStatistics"},input:{type:"structure",required:["StartTime","EndTime"],members:{StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},GroupName:{},GroupARN:{},EntitySelectorExpression:{},Period:{type:"integer"},ForecastStatistics:{type:"boolean"},NextToken:{}}},output:{type:"structure",members:{TimeSeriesServiceStatistics:{type:"list",member:{type:"structure",members:{Timestamp:{type:"timestamp"},EdgeSummaryStatistics:{shape:"S3i"},ServiceSummaryStatistics:{shape:"S3q"},ServiceForecastStatistics:{type:"structure",members:{FaultCountHigh:{type:"long"},FaultCountLow:{type:"long"}}},ResponseTimeHistogram:{shape:"S3l"}}}},ContainsOldGroupVersions:{type:"boolean"},NextToken:{}}}},GetTraceGraph:{http:{requestUri:"/TraceGraph"},input:{type:"structure",required:["TraceIds"],members:{TraceIds:{shape:"S2"},NextToken:{}}},output:{type:"structure",members:{Services:{shape:"S3e"},NextToken:{}}}},GetTraceSummaries:{http:{requestUri:"/TraceSummaries"},input:{type:"structure",required:["StartTime","EndTime"],members:{StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},TimeRangeType:{},Sampling:{type:"boolean"},SamplingStrategy:{type:"structure",members:{Name:{},Value:{type:"double"}}},FilterExpression:{},NextToken:{}}},output:{type:"structure",members:{TraceSummaries:{type:"list",member:{type:"structure",members:{Id:{},StartTime:{type:"timestamp"},Duration:{type:"double"},ResponseTime:{type:"double"},HasFault:{type:"boolean"},HasError:{type:"boolean"},HasThrottle:{type:"boolean"},IsPartial:{type:"boolean"},Http:{type:"structure",members:{HttpURL:{},HttpStatus:{type:"integer"},HttpMethod:{},UserAgent:{},ClientIp:{}}},Annotations:{type:"map",key:{},value:{type:"list",member:{type:"structure",members:{AnnotationValue:{type:"structure",members:{NumberValue:{type:"double"},BooleanValue:{type:"boolean"},StringValue:{}}},ServiceIds:{shape:"S4d"}}}}},Users:{type:"list",member:{type:"structure",members:{UserName:{},ServiceIds:{shape:"S4d"}}}},ServiceIds:{shape:"S4d"},ResourceARNs:{type:"list",member:{type:"structure",members:{ARN:{}}}},InstanceIds:{type:"list",member:{type:"structure",members:{Id:{}}}},AvailabilityZones:{type:"list",member:{type:"structure",members:{Name:{}}}},EntryPoint:{shape:"S1x"},FaultRootCauses:{type:"list",member:{type:"structure",members:{Services:{type:"list",member:{type:"structure",members:{Name:{},Names:{shape:"S1y"},Type:{},AccountId:{},EntityPath:{type:"list",member:{type:"structure",members:{Name:{},Exceptions:{shape:"S4s"},Remote:{type:"boolean"}}}},Inferred:{type:"boolean"}}}},ClientImpacting:{type:"boolean"}}}},ErrorRootCauses:{type:"list",member:{type:"structure",members:{Services:{type:"list",member:{type:"structure",members:{Name:{},Names:{shape:"S1y"},Type:{},AccountId:{},EntityPath:{type:"list",member:{type:"structure",members:{Name:{},Exceptions:{shape:"S4s"},Remote:{type:"boolean"}}}},Inferred:{type:"boolean"}}}},ClientImpacting:{type:"boolean"}}}},ResponseTimeRootCauses:{type:"list",member:{type:"structure",members:{Services:{type:"list",member:{type:"structure",members:{Name:{},Names:{shape:"S1y"},Type:{},AccountId:{},EntityPath:{type:"list",member:{type:"structure",members:{Name:{},Coverage:{type:"double"},Remote:{type:"boolean"}}}},Inferred:{type:"boolean"}}}},ClientImpacting:{type:"boolean"}}}},Revision:{type:"integer"},MatchedEventTime:{type:"timestamp"}}}},ApproximateTime:{type:"timestamp"},TracesProcessedCount:{type:"long"},NextToken:{}}}},ListResourcePolicies:{http:{requestUri:"/ListResourcePolicies"},input:{type:"structure",members:{NextToken:{}}},output:{type:"structure",members:{ResourcePolicies:{type:"list",member:{shape:"S5a"}},NextToken:{}}}},ListTagsForResource:{http:{requestUri:"/ListTagsForResource"},input:{type:"structure",required:["ResourceARN"],members:{ResourceARN:{},NextToken:{}}},output:{type:"structure",members:{Tags:{shape:"Sj"},NextToken:{}}}},PutEncryptionConfig:{http:{requestUri:"/PutEncryptionConfig"},input:{type:"structure",required:["Type"],members:{KeyId:{},Type:{}}},output:{type:"structure",members:{EncryptionConfig:{shape:"S1j"}}}},PutResourcePolicy:{http:{requestUri:"/PutResourcePolicy"},input:{type:"structure",required:["PolicyName","PolicyDocument"],members:{PolicyName:{},PolicyDocument:{},PolicyRevisionId:{},BypassPolicyLockoutCheck:{type:"boolean"}}},output:{type:"structure",members:{ResourcePolicy:{shape:"S5a"}}}},PutTelemetryRecords:{http:{requestUri:"/TelemetryRecords"},input:{type:"structure",required:["TelemetryRecords"],members:{TelemetryRecords:{type:"list",member:{type:"structure",required:["Timestamp"],members:{Timestamp:{type:"timestamp"},SegmentsReceivedCount:{type:"integer"},SegmentsSentCount:{type:"integer"},SegmentsSpilloverCount:{type:"integer"},SegmentsRejectedCount:{type:"integer"},BackendConnectionErrors:{type:"structure",members:{TimeoutCount:{type:"integer"},ConnectionRefusedCount:{type:"integer"},HTTPCode4XXCount:{type:"integer"},HTTPCode5XXCount:{type:"integer"},UnknownHostCount:{type:"integer"},OtherCount:{type:"integer"}}}}}},EC2InstanceId:{},Hostname:{},ResourceARN:{}}},output:{type:"structure",members:{}}},PutTraceSegments:{http:{requestUri:"/TraceSegments"},input:{type:"structure",required:["TraceSegmentDocuments"],members:{TraceSegmentDocuments:{type:"list",member:{}}}},output:{type:"structure",members:{UnprocessedTraceSegments:{type:"list",member:{type:"structure",members:{Id:{},ErrorCode:{},Message:{}}}}}}},TagResource:{http:{requestUri:"/TagResource"},input:{type:"structure",required:["ResourceARN","Tags"],members:{ResourceARN:{},Tags:{shape:"Sj"}}},output:{type:"structure",members:{}}},UntagResource:{http:{requestUri:"/UntagResource"},input:{type:"structure",required:["ResourceARN","TagKeys"],members:{ResourceARN:{},TagKeys:{type:"list",member:{}}}},output:{type:"structure",members:{}}},UpdateGroup:{http:{requestUri:"/UpdateGroup"},input:{type:"structure",members:{GroupName:{},GroupARN:{},FilterExpression:{},InsightsConfiguration:{shape:"Si"}}},output:{type:"structure",members:{Group:{shape:"So"}}}},UpdateSamplingRule:{http:{requestUri:"/UpdateSamplingRule"},input:{type:"structure",required:["SamplingRuleUpdate"],members:{SamplingRuleUpdate:{type:"structure",members:{RuleName:{},RuleARN:{},ResourceARN:{},Priority:{type:"integer"},FixedRate:{type:"double"},ReservoirSize:{type:"integer"},Host:{},ServiceName:{},ServiceType:{},HTTPMethod:{},URLPath:{},Attributes:{shape:"S12"}}}}},output:{type:"structure",members:{SamplingRuleRecord:{shape:"S16"}}}}},shapes:{S2:{type:"list",member:{}},Si:{type:"structure",members:{InsightsEnabled:{type:"boolean"},NotificationsEnabled:{type:"boolean"}}},Sj:{type:"list",member:{type:"structure",required:["Key","Value"],members:{Key:{},Value:{}}}},So:{type:"structure",members:{GroupName:{},GroupARN:{},FilterExpression:{},InsightsConfiguration:{shape:"Si"}}},Sq:{type:"structure",required:["ResourceARN","Priority","FixedRate","ReservoirSize","ServiceName","ServiceType","Host","HTTPMethod","URLPath","Version"],members:{RuleName:{},RuleARN:{},ResourceARN:{},Priority:{type:"integer"},FixedRate:{type:"double"},ReservoirSize:{type:"integer"},ServiceName:{},ServiceType:{},Host:{},HTTPMethod:{},URLPath:{},Version:{type:"integer"},Attributes:{shape:"S12"}}},S12:{type:"map",key:{},value:{}},S16:{type:"structure",members:{SamplingRule:{shape:"Sq"},CreatedAt:{type:"timestamp"},ModifiedAt:{type:"timestamp"}}},S1j:{type:"structure",members:{KeyId:{},Status:{},Type:{}}},S1x:{type:"structure",members:{Name:{},Names:{shape:"S1y"},AccountId:{},Type:{}}},S1y:{type:"list",member:{}},S1z:{type:"list",member:{}},S23:{type:"structure",members:{FaultCount:{type:"long"},OkCount:{type:"long"},TotalCount:{type:"long"}}},S25:{type:"list",member:{type:"structure",members:{ServiceId:{shape:"S1x"}}}},S3e:{type:"list",member:{type:"structure",members:{ReferenceId:{type:"integer"},Name:{},Names:{shape:"S1y"},Root:{type:"boolean"},AccountId:{},Type:{},State:{},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},Edges:{type:"list",member:{type:"structure",members:{ReferenceId:{type:"integer"},StartTime:{type:"timestamp"},EndTime:{type:"timestamp"},SummaryStatistics:{shape:"S3i"},ResponseTimeHistogram:{shape:"S3l"},Aliases:{type:"list",member:{type:"structure",members:{Name:{},Names:{type:"list",member:{}},Type:{}}}},EdgeType:{},ReceivedEventAgeHistogram:{shape:"S3l"}}}},SummaryStatistics:{shape:"S3q"},DurationHistogram:{shape:"S3l"},ResponseTimeHistogram:{shape:"S3l"}}}},S3i:{type:"structure",members:{OkCount:{type:"long"},ErrorStatistics:{shape:"S3j"},FaultStatistics:{shape:"S3k"},TotalCount:{type:"long"},TotalResponseTime:{type:"double"}}},S3j:{type:"structure",members:{ThrottleCount:{type:"long"},OtherCount:{type:"long"},TotalCount:{type:"long"}}},S3k:{type:"structure",members:{OtherCount:{type:"long"},TotalCount:{type:"long"}}},S3l:{type:"list",member:{type:"structure",members:{Value:{type:"double"},Count:{type:"integer"}}}},S3q:{type:"structure",members:{OkCount:{type:"long"},ErrorStatistics:{shape:"S3j"},FaultStatistics:{shape:"S3k"},TotalCount:{type:"long"},TotalResponseTime:{type:"double"}}},S4d:{type:"list",member:{shape:"S1x"}},S4s:{type:"list",member:{type:"structure",members:{Name:{},Message:{}}}},S5a:{type:"structure",members:{PolicyName:{},PolicyDocument:{},PolicyRevisionId:{},LastUpdatedTime:{type:"timestamp"}}}}}},{}],245:[function(e,t,r){t.exports={pagination:{BatchGetTraces:{input_token:"NextToken",non_aggregate_keys:["UnprocessedTraceIds"],output_token:"NextToken",result_key:"Traces"},GetGroups:{input_token:"NextToken",output_token:"NextToken",result_key:"Groups"},GetInsightEvents:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},GetInsightSummaries:{input_token:"NextToken",limit_key:"MaxResults",output_token:"NextToken"},GetSamplingRules:{input_token:"NextToken",output_token:"NextToken",result_key:"SamplingRuleRecords"},GetSamplingStatisticSummaries:{input_token:"NextToken",output_token:"NextToken",result_key:"SamplingStatisticSummaries"},GetServiceGraph:{input_token:"NextToken",non_aggregate_keys:["StartTime","EndTime","ContainsOldGroupVersions"],output_token:"NextToken",result_key:"Services"},GetTimeSeriesServiceStatistics:{input_token:"NextToken",non_aggregate_keys:["ContainsOldGroupVersions"],output_token:"NextToken",result_key:"TimeSeriesServiceStatistics"},GetTraceGraph:{input_token:"NextToken",output_token:"NextToken",result_key:"Services"},GetTraceSummaries:{input_token:"NextToken",non_aggregate_keys:["TracesProcessedCount","ApproximateTime"],output_token:"NextToken",result_key:"TraceSummaries"},ListResourcePolicies:{input_token:"NextToken",output_token:"NextToken",result_key:"ResourcePolicies"},ListTagsForResource:{input_token:"NextToken",output_token:"NextToken",result_key:"Tags"}}}},{}],246:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.acm={},a.ACM=i.defineService("acm",["2015-12-08"]),Object.defineProperty(s.services.acm,"2015-12-08",{get:function(){var t=e("../apis/acm-2015-12-08.min.json");return t.paginators=e("../apis/acm-2015-12-08.paginators.json").pagination,t.waiters=e("../apis/acm-2015-12-08.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ACM},{"../apis/acm-2015-12-08.min.json":1,"../apis/acm-2015-12-08.paginators.json":2,"../apis/acm-2015-12-08.waiters2.json":3,"../lib/core":350,"../lib/node_loader":346}],247:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.amp={},a.Amp=i.defineService("amp",["2020-08-01"]),Object.defineProperty(s.services.amp,"2020-08-01",{get:function(){var t=e("../apis/amp-2020-08-01.min.json");return t.paginators=e("../apis/amp-2020-08-01.paginators.json").pagination,t.waiters=e("../apis/amp-2020-08-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Amp},{"../apis/amp-2020-08-01.min.json":4,"../apis/amp-2020-08-01.paginators.json":5,"../apis/amp-2020-08-01.waiters2.json":6,"../lib/core":350,"../lib/node_loader":346}],248:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.apigateway={},a.APIGateway=i.defineService("apigateway",["2015-07-09"]),e("../lib/services/apigateway"),Object.defineProperty(s.services.apigateway,"2015-07-09",{get:function(){var t=e("../apis/apigateway-2015-07-09.min.json");return t.paginators=e("../apis/apigateway-2015-07-09.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.APIGateway},{"../apis/apigateway-2015-07-09.min.json":7,"../apis/apigateway-2015-07-09.paginators.json":8,"../lib/core":350,"../lib/node_loader":346,"../lib/services/apigateway":403}],249:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.applicationautoscaling={},a.ApplicationAutoScaling=i.defineService("applicationautoscaling",["2016-02-06"]),Object.defineProperty(s.services.applicationautoscaling,"2016-02-06",{get:function(){var t=e("../apis/application-autoscaling-2016-02-06.min.json");return t.paginators=e("../apis/application-autoscaling-2016-02-06.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ApplicationAutoScaling},{"../apis/application-autoscaling-2016-02-06.min.json":9,"../apis/application-autoscaling-2016-02-06.paginators.json":10,"../lib/core":350,"../lib/node_loader":346}],250:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.athena={},a.Athena=i.defineService("athena",["2017-05-18"]),Object.defineProperty(s.services.athena,"2017-05-18",{get:function(){var t=e("../apis/athena-2017-05-18.min.json");return t.paginators=e("../apis/athena-2017-05-18.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Athena},{"../apis/athena-2017-05-18.min.json":11,"../apis/athena-2017-05-18.paginators.json":12,"../lib/core":350,"../lib/node_loader":346}],251:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.autoscaling={},a.AutoScaling=i.defineService("autoscaling",["2011-01-01"]),Object.defineProperty(s.services.autoscaling,"2011-01-01",{get:function(){var t=e("../apis/autoscaling-2011-01-01.min.json");return t.paginators=e("../apis/autoscaling-2011-01-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.AutoScaling},{"../apis/autoscaling-2011-01-01.min.json":13,"../apis/autoscaling-2011-01-01.paginators.json":14,"../lib/core":350,"../lib/node_loader":346}],252:[function(e,t,r){e("../lib/node_loader"),t.exports={ACM:e("./acm"),APIGateway:e("./apigateway"),ApplicationAutoScaling:e("./applicationautoscaling"),AutoScaling:e("./autoscaling"),CloudFormation:e("./cloudformation"),CloudFront:e("./cloudfront"),CloudHSM:e("./cloudhsm"),CloudTrail:e("./cloudtrail"),CloudWatch:e("./cloudwatch"),CloudWatchEvents:e("./cloudwatchevents"),CloudWatchLogs:e("./cloudwatchlogs"),CodeBuild:e("./codebuild"),CodeCommit:e("./codecommit"),CodeDeploy:e("./codedeploy"),CodePipeline:e("./codepipeline"),CognitoIdentity:e("./cognitoidentity"),CognitoIdentityServiceProvider:e("./cognitoidentityserviceprovider"),CognitoSync:e("./cognitosync"),ConfigService:e("./configservice"),CUR:e("./cur"),DeviceFarm:e("./devicefarm"),DirectConnect:e("./directconnect"),DynamoDB:e("./dynamodb"),DynamoDBStreams:e("./dynamodbstreams"),EC2:e("./ec2"),ECR:e("./ecr"),ECS:e("./ecs"),EFS:e("./efs"),ElastiCache:e("./elasticache"),ElasticBeanstalk:e("./elasticbeanstalk"),ELB:e("./elb"),ELBv2:e("./elbv2"),EMR:e("./emr"),ElasticTranscoder:e("./elastictranscoder"),Firehose:e("./firehose"),GameLift:e("./gamelift"),IAM:e("./iam"),Inspector:e("./inspector"),Iot:e("./iot"),IotData:e("./iotdata"),Kinesis:e("./kinesis"),KMS:e("./kms"),Lambda:e("./lambda"),LexRuntime:e("./lexruntime"),MachineLearning:e("./machinelearning"),MarketplaceCommerceAnalytics:e("./marketplacecommerceanalytics"),MTurk:e("./mturk"),MobileAnalytics:e("./mobileanalytics"),OpsWorks:e("./opsworks"),Polly:e("./polly"),RDS:e("./rds"),Redshift:e("./redshift"),Rekognition:e("./rekognition"),Route53:e("./route53"),Route53Domains:e("./route53domains"),S3:e("./s3"),ServiceCatalog:e("./servicecatalog"),SES:e("./ses"),SNS:e("./sns"),SQS:e("./sqs"),SSM:e("./ssm"),StorageGateway:e("./storagegateway"),STS:e("./sts"),XRay:e("./xray"),WAF:e("./waf"),WorkDocs:e("./workdocs"),LexModelBuildingService:e("./lexmodelbuildingservice"),Athena:e("./athena"),CloudHSMV2:e("./cloudhsmv2"),Pricing:e("./pricing"),CostExplorer:e("./costexplorer"),MediaStoreData:e("./mediastoredata"),Comprehend:e("./comprehend"),KinesisVideoArchivedMedia:e("./kinesisvideoarchivedmedia"),KinesisVideoMedia:e("./kinesisvideomedia"),KinesisVideo:e("./kinesisvideo"),Translate:e("./translate"),ResourceGroups:e("./resourcegroups"),Connect:e("./connect"),SecretsManager:e("./secretsmanager"),IoTAnalytics:e("./iotanalytics"),ComprehendMedical:e("./comprehendmedical"),Personalize:e("./personalize"),PersonalizeEvents:e("./personalizeevents"),PersonalizeRuntime:e("./personalizeruntime"),ForecastService:e("./forecastservice"),ForecastQueryService:e("./forecastqueryservice"),MarketplaceCatalog:e("./marketplacecatalog"),KinesisVideoSignalingChannels:e("./kinesisvideosignalingchannels"),Amp:e("./amp"),Location:e("./location"),LexRuntimeV2:e("./lexruntimev2")}},{"../lib/node_loader":346,"./acm":246,"./amp":247,"./apigateway":248,"./applicationautoscaling":249,"./athena":250,"./autoscaling":251,"./cloudformation":253,"./cloudfront":254,"./cloudhsm":255,"./cloudhsmv2":256,"./cloudtrail":257,"./cloudwatch":258,"./cloudwatchevents":259,"./cloudwatchlogs":260,"./codebuild":261,"./codecommit":262,"./codedeploy":263,"./codepipeline":264,"./cognitoidentity":265,"./cognitoidentityserviceprovider":266,"./cognitosync":267,"./comprehend":268,"./comprehendmedical":269,"./configservice":270,"./connect":271,"./costexplorer":272,"./cur":273,"./devicefarm":274,"./directconnect":275,"./dynamodb":276,"./dynamodbstreams":277,"./ec2":278,"./ecr":279,"./ecs":280,"./efs":281,"./elasticache":282,"./elasticbeanstalk":283,"./elastictranscoder":284,"./elb":285,"./elbv2":286,"./emr":287,"./firehose":288,"./forecastqueryservice":289,"./forecastservice":290,"./gamelift":291,"./iam":292,"./inspector":293,"./iot":294,"./iotanalytics":295,"./iotdata":296,"./kinesis":297,"./kinesisvideo":298,"./kinesisvideoarchivedmedia":299,"./kinesisvideomedia":300,"./kinesisvideosignalingchannels":301,"./kms":302,"./lambda":303,"./lexmodelbuildingservice":304,"./lexruntime":305,"./lexruntimev2":306,"./location":307,"./machinelearning":308,"./marketplacecatalog":309,"./marketplacecommerceanalytics":310,"./mediastoredata":311,"./mobileanalytics":312,"./mturk":313,"./opsworks":314,"./personalize":315,"./personalizeevents":316,"./personalizeruntime":317,"./polly":318,"./pricing":319,"./rds":320,"./redshift":321,"./rekognition":322,"./resourcegroups":323,"./route53":324,"./route53domains":325,"./s3":326,"./secretsmanager":327,"./servicecatalog":328,"./ses":329,"./sns":330,"./sqs":331,"./ssm":332,"./storagegateway":333,"./sts":334,"./translate":335,"./waf":336,"./workdocs":337,"./xray":338}],253:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudformation={},a.CloudFormation=i.defineService("cloudformation",["2010-05-15"]),Object.defineProperty(s.services.cloudformation,"2010-05-15",{get:function(){var t=e("../apis/cloudformation-2010-05-15.min.json");return t.paginators=e("../apis/cloudformation-2010-05-15.paginators.json").pagination,t.waiters=e("../apis/cloudformation-2010-05-15.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.CloudFormation},{"../apis/cloudformation-2010-05-15.min.json":17,"../apis/cloudformation-2010-05-15.paginators.json":18,"../apis/cloudformation-2010-05-15.waiters2.json":19,"../lib/core":350,"../lib/node_loader":346}],254:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudfront={},a.CloudFront=i.defineService("cloudfront",["2013-05-12*","2013-11-11*","2014-05-31*","2014-10-21*","2014-11-06*","2015-04-17*","2015-07-27*","2015-09-17*","2016-01-13*","2016-01-28*","2016-08-01*","2016-08-20*","2016-09-07*","2016-09-29*","2016-11-25","2016-11-25*","2017-03-25","2017-03-25*","2017-10-30","2017-10-30*","2018-06-18","2018-06-18*","2018-11-05","2018-11-05*","2019-03-26","2019-03-26*","2020-05-31"]),e("../lib/services/cloudfront"),Object.defineProperty(s.services.cloudfront,"2016-11-25",{get:function(){var t=e("../apis/cloudfront-2016-11-25.min.json");return t.paginators=e("../apis/cloudfront-2016-11-25.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2016-11-25.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.cloudfront,"2017-03-25",{get:function(){var t=e("../apis/cloudfront-2017-03-25.min.json");return t.paginators=e("../apis/cloudfront-2017-03-25.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2017-03-25.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.cloudfront,"2017-10-30",{get:function(){var t=e("../apis/cloudfront-2017-10-30.min.json");return t.paginators=e("../apis/cloudfront-2017-10-30.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2017-10-30.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.cloudfront,"2018-06-18",{get:function(){var t=e("../apis/cloudfront-2018-06-18.min.json");return t.paginators=e("../apis/cloudfront-2018-06-18.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2018-06-18.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.cloudfront,"2018-11-05",{get:function(){var t=e("../apis/cloudfront-2018-11-05.min.json");return t.paginators=e("../apis/cloudfront-2018-11-05.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2018-11-05.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.cloudfront,"2019-03-26",{get:function(){var t=e("../apis/cloudfront-2019-03-26.min.json");return t.paginators=e("../apis/cloudfront-2019-03-26.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2019-03-26.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.cloudfront,"2020-05-31",{get:function(){var t=e("../apis/cloudfront-2020-05-31.min.json");return t.paginators=e("../apis/cloudfront-2020-05-31.paginators.json").pagination,t.waiters=e("../apis/cloudfront-2020-05-31.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.CloudFront},{"../apis/cloudfront-2016-11-25.min.json":20,"../apis/cloudfront-2016-11-25.paginators.json":21,"../apis/cloudfront-2016-11-25.waiters2.json":22,"../apis/cloudfront-2017-03-25.min.json":23,"../apis/cloudfront-2017-03-25.paginators.json":24,"../apis/cloudfront-2017-03-25.waiters2.json":25,"../apis/cloudfront-2017-10-30.min.json":26,"../apis/cloudfront-2017-10-30.paginators.json":27,"../apis/cloudfront-2017-10-30.waiters2.json":28,"../apis/cloudfront-2018-06-18.min.json":29,"../apis/cloudfront-2018-06-18.paginators.json":30,"../apis/cloudfront-2018-06-18.waiters2.json":31,"../apis/cloudfront-2018-11-05.min.json":32,"../apis/cloudfront-2018-11-05.paginators.json":33,"../apis/cloudfront-2018-11-05.waiters2.json":34,"../apis/cloudfront-2019-03-26.min.json":35,"../apis/cloudfront-2019-03-26.paginators.json":36,"../apis/cloudfront-2019-03-26.waiters2.json":37,"../apis/cloudfront-2020-05-31.min.json":38,"../apis/cloudfront-2020-05-31.paginators.json":39,"../apis/cloudfront-2020-05-31.waiters2.json":40,"../lib/core":350,"../lib/node_loader":346,"../lib/services/cloudfront":404}],255:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudhsm={},a.CloudHSM=i.defineService("cloudhsm",["2014-05-30"]),Object.defineProperty(s.services.cloudhsm,"2014-05-30",{get:function(){var t=e("../apis/cloudhsm-2014-05-30.min.json");return t.paginators=e("../apis/cloudhsm-2014-05-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CloudHSM},{"../apis/cloudhsm-2014-05-30.min.json":41,"../apis/cloudhsm-2014-05-30.paginators.json":42,"../lib/core":350,"../lib/node_loader":346}],256:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudhsmv2={},a.CloudHSMV2=i.defineService("cloudhsmv2",["2017-04-28"]),Object.defineProperty(s.services.cloudhsmv2,"2017-04-28",{get:function(){var t=e("../apis/cloudhsmv2-2017-04-28.min.json");return t.paginators=e("../apis/cloudhsmv2-2017-04-28.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CloudHSMV2},{"../apis/cloudhsmv2-2017-04-28.min.json":43,"../apis/cloudhsmv2-2017-04-28.paginators.json":44,"../lib/core":350,"../lib/node_loader":346}],257:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudtrail={},a.CloudTrail=i.defineService("cloudtrail",["2013-11-01"]),Object.defineProperty(s.services.cloudtrail,"2013-11-01",{get:function(){var t=e("../apis/cloudtrail-2013-11-01.min.json");return t.paginators=e("../apis/cloudtrail-2013-11-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CloudTrail},{"../apis/cloudtrail-2013-11-01.min.json":45,"../apis/cloudtrail-2013-11-01.paginators.json":46,"../lib/core":350,"../lib/node_loader":346}],258:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudwatch={},a.CloudWatch=i.defineService("cloudwatch",["2010-08-01"]),Object.defineProperty(s.services.cloudwatch,"2010-08-01",{get:function(){var t=e("../apis/monitoring-2010-08-01.min.json");return t.paginators=e("../apis/monitoring-2010-08-01.paginators.json").pagination,t.waiters=e("../apis/monitoring-2010-08-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.CloudWatch},{"../apis/monitoring-2010-08-01.min.json":170,"../apis/monitoring-2010-08-01.paginators.json":171,"../apis/monitoring-2010-08-01.waiters2.json":172,"../lib/core":350,"../lib/node_loader":346}],259:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudwatchevents={},a.CloudWatchEvents=i.defineService("cloudwatchevents",["2014-02-03*","2015-10-07"]),Object.defineProperty(s.services.cloudwatchevents,"2015-10-07",{get:function(){var t=e("../apis/events-2015-10-07.min.json");return t.paginators=e("../apis/events-2015-10-07.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CloudWatchEvents},{"../apis/events-2015-10-07.min.json":114,"../apis/events-2015-10-07.paginators.json":115,"../lib/core":350,"../lib/node_loader":346}],260:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cloudwatchlogs={},a.CloudWatchLogs=i.defineService("cloudwatchlogs",["2014-03-28"]),Object.defineProperty(s.services.cloudwatchlogs,"2014-03-28",{get:function(){var t=e("../apis/logs-2014-03-28.min.json");return t.paginators=e("../apis/logs-2014-03-28.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CloudWatchLogs},{"../apis/logs-2014-03-28.min.json":157,"../apis/logs-2014-03-28.paginators.json":158,"../lib/core":350,"../lib/node_loader":346}],261:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.codebuild={},a.CodeBuild=i.defineService("codebuild",["2016-10-06"]),Object.defineProperty(s.services.codebuild,"2016-10-06",{get:function(){var t=e("../apis/codebuild-2016-10-06.min.json");return t.paginators=e("../apis/codebuild-2016-10-06.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CodeBuild},{"../apis/codebuild-2016-10-06.min.json":47,"../apis/codebuild-2016-10-06.paginators.json":48,"../lib/core":350,"../lib/node_loader":346}],262:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.codecommit={},a.CodeCommit=i.defineService("codecommit",["2015-04-13"]),Object.defineProperty(s.services.codecommit,"2015-04-13",{get:function(){var t=e("../apis/codecommit-2015-04-13.min.json");return t.paginators=e("../apis/codecommit-2015-04-13.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CodeCommit},{"../apis/codecommit-2015-04-13.min.json":49,"../apis/codecommit-2015-04-13.paginators.json":50,"../lib/core":350,"../lib/node_loader":346}],263:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.codedeploy={},a.CodeDeploy=i.defineService("codedeploy",["2014-10-06"]),Object.defineProperty(s.services.codedeploy,"2014-10-06",{get:function(){var t=e("../apis/codedeploy-2014-10-06.min.json");return t.paginators=e("../apis/codedeploy-2014-10-06.paginators.json").pagination,t.waiters=e("../apis/codedeploy-2014-10-06.waiters2.json").waiters,t},enumerable:!0,configurable:!0 }),t.exports=a.CodeDeploy},{"../apis/codedeploy-2014-10-06.min.json":51,"../apis/codedeploy-2014-10-06.paginators.json":52,"../apis/codedeploy-2014-10-06.waiters2.json":53,"../lib/core":350,"../lib/node_loader":346}],264:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.codepipeline={},a.CodePipeline=i.defineService("codepipeline",["2015-07-09"]),Object.defineProperty(s.services.codepipeline,"2015-07-09",{get:function(){var t=e("../apis/codepipeline-2015-07-09.min.json");return t.paginators=e("../apis/codepipeline-2015-07-09.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CodePipeline},{"../apis/codepipeline-2015-07-09.min.json":54,"../apis/codepipeline-2015-07-09.paginators.json":55,"../lib/core":350,"../lib/node_loader":346}],265:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cognitoidentity={},a.CognitoIdentity=i.defineService("cognitoidentity",["2014-06-30"]),Object.defineProperty(s.services.cognitoidentity,"2014-06-30",{get:function(){var t=e("../apis/cognito-identity-2014-06-30.min.json");return t.paginators=e("../apis/cognito-identity-2014-06-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CognitoIdentity},{"../apis/cognito-identity-2014-06-30.min.json":56,"../apis/cognito-identity-2014-06-30.paginators.json":57,"../lib/core":350,"../lib/node_loader":346}],266:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cognitoidentityserviceprovider={},a.CognitoIdentityServiceProvider=i.defineService("cognitoidentityserviceprovider",["2016-04-18"]),Object.defineProperty(s.services.cognitoidentityserviceprovider,"2016-04-18",{get:function(){var t=e("../apis/cognito-idp-2016-04-18.min.json");return t.paginators=e("../apis/cognito-idp-2016-04-18.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CognitoIdentityServiceProvider},{"../apis/cognito-idp-2016-04-18.min.json":58,"../apis/cognito-idp-2016-04-18.paginators.json":59,"../lib/core":350,"../lib/node_loader":346}],267:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cognitosync={},a.CognitoSync=i.defineService("cognitosync",["2014-06-30"]),Object.defineProperty(s.services.cognitosync,"2014-06-30",{get:function(){var t=e("../apis/cognito-sync-2014-06-30.min.json");return t.paginators=e("../apis/cognito-sync-2014-06-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CognitoSync},{"../apis/cognito-sync-2014-06-30.min.json":60,"../apis/cognito-sync-2014-06-30.paginators.json":61,"../lib/core":350,"../lib/node_loader":346}],268:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.comprehend={},a.Comprehend=i.defineService("comprehend",["2017-11-27"]),Object.defineProperty(s.services.comprehend,"2017-11-27",{get:function(){var t=e("../apis/comprehend-2017-11-27.min.json");return t.paginators=e("../apis/comprehend-2017-11-27.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Comprehend},{"../apis/comprehend-2017-11-27.min.json":62,"../apis/comprehend-2017-11-27.paginators.json":63,"../lib/core":350,"../lib/node_loader":346}],269:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.comprehendmedical={},a.ComprehendMedical=i.defineService("comprehendmedical",["2018-10-30"]),Object.defineProperty(s.services.comprehendmedical,"2018-10-30",{get:function(){var t=e("../apis/comprehendmedical-2018-10-30.min.json");return t.paginators=e("../apis/comprehendmedical-2018-10-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ComprehendMedical},{"../apis/comprehendmedical-2018-10-30.min.json":64,"../apis/comprehendmedical-2018-10-30.paginators.json":65,"../lib/core":350,"../lib/node_loader":346}],270:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.configservice={},a.ConfigService=i.defineService("configservice",["2014-11-12"]),Object.defineProperty(s.services.configservice,"2014-11-12",{get:function(){var t=e("../apis/config-2014-11-12.min.json");return t.paginators=e("../apis/config-2014-11-12.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ConfigService},{"../apis/config-2014-11-12.min.json":66,"../apis/config-2014-11-12.paginators.json":67,"../lib/core":350,"../lib/node_loader":346}],271:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.connect={},a.Connect=i.defineService("connect",["2017-08-08"]),Object.defineProperty(s.services.connect,"2017-08-08",{get:function(){var t=e("../apis/connect-2017-08-08.min.json");return t.paginators=e("../apis/connect-2017-08-08.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Connect},{"../apis/connect-2017-08-08.min.json":68,"../apis/connect-2017-08-08.paginators.json":69,"../lib/core":350,"../lib/node_loader":346}],272:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.costexplorer={},a.CostExplorer=i.defineService("costexplorer",["2017-10-25"]),Object.defineProperty(s.services.costexplorer,"2017-10-25",{get:function(){var t=e("../apis/ce-2017-10-25.min.json");return t.paginators=e("../apis/ce-2017-10-25.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CostExplorer},{"../apis/ce-2017-10-25.min.json":15,"../apis/ce-2017-10-25.paginators.json":16,"../lib/core":350,"../lib/node_loader":346}],273:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.cur={},a.CUR=i.defineService("cur",["2017-01-06"]),Object.defineProperty(s.services.cur,"2017-01-06",{get:function(){var t=e("../apis/cur-2017-01-06.min.json");return t.paginators=e("../apis/cur-2017-01-06.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.CUR},{"../apis/cur-2017-01-06.min.json":70,"../apis/cur-2017-01-06.paginators.json":71,"../lib/core":350,"../lib/node_loader":346}],274:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.devicefarm={},a.DeviceFarm=i.defineService("devicefarm",["2015-06-23"]),Object.defineProperty(s.services.devicefarm,"2015-06-23",{get:function(){var t=e("../apis/devicefarm-2015-06-23.min.json");return t.paginators=e("../apis/devicefarm-2015-06-23.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.DeviceFarm},{"../apis/devicefarm-2015-06-23.min.json":72,"../apis/devicefarm-2015-06-23.paginators.json":73,"../lib/core":350,"../lib/node_loader":346}],275:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.directconnect={},a.DirectConnect=i.defineService("directconnect",["2012-10-25"]),Object.defineProperty(s.services.directconnect,"2012-10-25",{get:function(){var t=e("../apis/directconnect-2012-10-25.min.json");return t.paginators=e("../apis/directconnect-2012-10-25.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.DirectConnect},{"../apis/directconnect-2012-10-25.min.json":74,"../apis/directconnect-2012-10-25.paginators.json":75,"../lib/core":350,"../lib/node_loader":346}],276:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.dynamodb={},a.DynamoDB=i.defineService("dynamodb",["2011-12-05","2012-08-10"]),e("../lib/services/dynamodb"),Object.defineProperty(s.services.dynamodb,"2011-12-05",{get:function(){var t=e("../apis/dynamodb-2011-12-05.min.json");return t.paginators=e("../apis/dynamodb-2011-12-05.paginators.json").pagination,t.waiters=e("../apis/dynamodb-2011-12-05.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.dynamodb,"2012-08-10",{get:function(){var t=e("../apis/dynamodb-2012-08-10.min.json");return t.paginators=e("../apis/dynamodb-2012-08-10.paginators.json").pagination,t.waiters=e("../apis/dynamodb-2012-08-10.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.DynamoDB},{"../apis/dynamodb-2011-12-05.min.json":76,"../apis/dynamodb-2011-12-05.paginators.json":77,"../apis/dynamodb-2011-12-05.waiters2.json":78,"../apis/dynamodb-2012-08-10.min.json":79,"../apis/dynamodb-2012-08-10.paginators.json":80,"../apis/dynamodb-2012-08-10.waiters2.json":81,"../lib/core":350,"../lib/node_loader":346,"../lib/services/dynamodb":405}],277:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.dynamodbstreams={},a.DynamoDBStreams=i.defineService("dynamodbstreams",["2012-08-10"]),Object.defineProperty(s.services.dynamodbstreams,"2012-08-10",{get:function(){var t=e("../apis/streams.dynamodb-2012-08-10.min.json");return t.paginators=e("../apis/streams.dynamodb-2012-08-10.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.DynamoDBStreams},{"../apis/streams.dynamodb-2012-08-10.min.json":234,"../apis/streams.dynamodb-2012-08-10.paginators.json":235,"../lib/core":350,"../lib/node_loader":346}],278:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ec2={},a.EC2=i.defineService("ec2",["2013-06-15*","2013-10-15*","2014-02-01*","2014-05-01*","2014-06-15*","2014-09-01*","2014-10-01*","2015-03-01*","2015-04-15*","2015-10-01*","2016-04-01*","2016-09-15*","2016-11-15"]),e("../lib/services/ec2"),Object.defineProperty(s.services.ec2,"2016-11-15",{get:function(){var t=e("../apis/ec2-2016-11-15.min.json");return t.paginators=e("../apis/ec2-2016-11-15.paginators.json").pagination,t.waiters=e("../apis/ec2-2016-11-15.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.EC2},{"../apis/ec2-2016-11-15.min.json":82,"../apis/ec2-2016-11-15.paginators.json":83,"../apis/ec2-2016-11-15.waiters2.json":84,"../lib/core":350,"../lib/node_loader":346,"../lib/services/ec2":406}],279:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ecr={},a.ECR=i.defineService("ecr",["2015-09-21"]),Object.defineProperty(s.services.ecr,"2015-09-21",{get:function(){var t=e("../apis/ecr-2015-09-21.min.json");return t.paginators=e("../apis/ecr-2015-09-21.paginators.json").pagination,t.waiters=e("../apis/ecr-2015-09-21.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ECR},{"../apis/ecr-2015-09-21.min.json":85,"../apis/ecr-2015-09-21.paginators.json":86,"../apis/ecr-2015-09-21.waiters2.json":87,"../lib/core":350,"../lib/node_loader":346}],280:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ecs={},a.ECS=i.defineService("ecs",["2014-11-13"]),Object.defineProperty(s.services.ecs,"2014-11-13",{get:function(){var t=e("../apis/ecs-2014-11-13.min.json");return t.paginators=e("../apis/ecs-2014-11-13.paginators.json").pagination,t.waiters=e("../apis/ecs-2014-11-13.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ECS},{"../apis/ecs-2014-11-13.min.json":88,"../apis/ecs-2014-11-13.paginators.json":89,"../apis/ecs-2014-11-13.waiters2.json":90,"../lib/core":350,"../lib/node_loader":346}],281:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.efs={},a.EFS=i.defineService("efs",["2015-02-01"]),Object.defineProperty(s.services.efs,"2015-02-01",{get:function(){var t=e("../apis/elasticfilesystem-2015-02-01.min.json");return t.paginators=e("../apis/elasticfilesystem-2015-02-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.EFS},{"../apis/elasticfilesystem-2015-02-01.min.json":97,"../apis/elasticfilesystem-2015-02-01.paginators.json":98,"../lib/core":350,"../lib/node_loader":346}],282:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.elasticache={},a.ElastiCache=i.defineService("elasticache",["2012-11-15*","2014-03-24*","2014-07-15*","2014-09-30*","2015-02-02"]),Object.defineProperty(s.services.elasticache,"2015-02-02",{get:function(){var t=e("../apis/elasticache-2015-02-02.min.json");return t.paginators=e("../apis/elasticache-2015-02-02.paginators.json").pagination,t.waiters=e("../apis/elasticache-2015-02-02.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ElastiCache},{"../apis/elasticache-2015-02-02.min.json":91,"../apis/elasticache-2015-02-02.paginators.json":92,"../apis/elasticache-2015-02-02.waiters2.json":93,"../lib/core":350,"../lib/node_loader":346}],283:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.elasticbeanstalk={},a.ElasticBeanstalk=i.defineService("elasticbeanstalk",["2010-12-01"]),Object.defineProperty(s.services.elasticbeanstalk,"2010-12-01",{get:function(){var t=e("../apis/elasticbeanstalk-2010-12-01.min.json");return t.paginators=e("../apis/elasticbeanstalk-2010-12-01.paginators.json").pagination,t.waiters=e("../apis/elasticbeanstalk-2010-12-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ElasticBeanstalk},{"../apis/elasticbeanstalk-2010-12-01.min.json":94,"../apis/elasticbeanstalk-2010-12-01.paginators.json":95,"../apis/elasticbeanstalk-2010-12-01.waiters2.json":96,"../lib/core":350,"../lib/node_loader":346}],284:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.elastictranscoder={},a.ElasticTranscoder=i.defineService("elastictranscoder",["2012-09-25"]),Object.defineProperty(s.services.elastictranscoder,"2012-09-25",{get:function(){var t=e("../apis/elastictranscoder-2012-09-25.min.json");return t.paginators=e("../apis/elastictranscoder-2012-09-25.paginators.json").pagination,t.waiters=e("../apis/elastictranscoder-2012-09-25.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ElasticTranscoder},{"../apis/elastictranscoder-2012-09-25.min.json":108,"../apis/elastictranscoder-2012-09-25.paginators.json":109,"../apis/elastictranscoder-2012-09-25.waiters2.json":110,"../lib/core":350,"../lib/node_loader":346}],285:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.elb={},a.ELB=i.defineService("elb",["2012-06-01"]),Object.defineProperty(s.services.elb,"2012-06-01",{get:function(){var t=e("../apis/elasticloadbalancing-2012-06-01.min.json");return t.paginators=e("../apis/elasticloadbalancing-2012-06-01.paginators.json").pagination,t.waiters=e("../apis/elasticloadbalancing-2012-06-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ELB},{"../apis/elasticloadbalancing-2012-06-01.min.json":99,"../apis/elasticloadbalancing-2012-06-01.paginators.json":100,"../apis/elasticloadbalancing-2012-06-01.waiters2.json":101,"../lib/core":350,"../lib/node_loader":346}],286:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.elbv2={},a.ELBv2=i.defineService("elbv2",["2015-12-01"]),Object.defineProperty(s.services.elbv2,"2015-12-01",{get:function(){var t=e("../apis/elasticloadbalancingv2-2015-12-01.min.json");return t.paginators=e("../apis/elasticloadbalancingv2-2015-12-01.paginators.json").pagination,t.waiters=e("../apis/elasticloadbalancingv2-2015-12-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.ELBv2},{"../apis/elasticloadbalancingv2-2015-12-01.min.json":102,"../apis/elasticloadbalancingv2-2015-12-01.paginators.json":103,"../apis/elasticloadbalancingv2-2015-12-01.waiters2.json":104,"../lib/core":350,"../lib/node_loader":346}],287:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.emr={},a.EMR=i.defineService("emr",["2009-03-31"]),Object.defineProperty(s.services.emr,"2009-03-31",{get:function(){var t=e("../apis/elasticmapreduce-2009-03-31.min.json");return t.paginators=e("../apis/elasticmapreduce-2009-03-31.paginators.json").pagination,t.waiters=e("../apis/elasticmapreduce-2009-03-31.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.EMR},{"../apis/elasticmapreduce-2009-03-31.min.json":105,"../apis/elasticmapreduce-2009-03-31.paginators.json":106,"../apis/elasticmapreduce-2009-03-31.waiters2.json":107,"../lib/core":350,"../lib/node_loader":346}],288:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.firehose={},a.Firehose=i.defineService("firehose",["2015-08-04"]),Object.defineProperty(s.services.firehose,"2015-08-04",{get:function(){var t=e("../apis/firehose-2015-08-04.min.json");return t.paginators=e("../apis/firehose-2015-08-04.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Firehose},{"../apis/firehose-2015-08-04.min.json":116,"../apis/firehose-2015-08-04.paginators.json":117,"../lib/core":350,"../lib/node_loader":346}],289:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.forecastqueryservice={},a.ForecastQueryService=i.defineService("forecastqueryservice",["2018-06-26"]),Object.defineProperty(s.services.forecastqueryservice,"2018-06-26",{get:function(){var t=e("../apis/forecastquery-2018-06-26.min.json");return t.paginators=e("../apis/forecastquery-2018-06-26.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ForecastQueryService},{"../apis/forecastquery-2018-06-26.min.json":120,"../apis/forecastquery-2018-06-26.paginators.json":121,"../lib/core":350,"../lib/node_loader":346}],290:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.forecastservice={},a.ForecastService=i.defineService("forecastservice",["2018-06-26"]),Object.defineProperty(s.services.forecastservice,"2018-06-26",{get:function(){var t=e("../apis/forecast-2018-06-26.min.json");return t.paginators=e("../apis/forecast-2018-06-26.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ForecastService},{"../apis/forecast-2018-06-26.min.json":118,"../apis/forecast-2018-06-26.paginators.json":119,"../lib/core":350,"../lib/node_loader":346}],291:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.gamelift={},a.GameLift=i.defineService("gamelift",["2015-10-01"]),Object.defineProperty(s.services.gamelift,"2015-10-01",{get:function(){var t=e("../apis/gamelift-2015-10-01.min.json");return t.paginators=e("../apis/gamelift-2015-10-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.GameLift},{"../apis/gamelift-2015-10-01.min.json":122,"../apis/gamelift-2015-10-01.paginators.json":123,"../lib/core":350,"../lib/node_loader":346}],292:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.iam={},a.IAM=i.defineService("iam",["2010-05-08"]),Object.defineProperty(s.services.iam,"2010-05-08",{get:function(){var t=e("../apis/iam-2010-05-08.min.json");return t.paginators=e("../apis/iam-2010-05-08.paginators.json").pagination,t.waiters=e("../apis/iam-2010-05-08.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.IAM},{"../apis/iam-2010-05-08.min.json":124,"../apis/iam-2010-05-08.paginators.json":125,"../apis/iam-2010-05-08.waiters2.json":126,"../lib/core":350,"../lib/node_loader":346}],293:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.inspector={},a.Inspector=i.defineService("inspector",["2015-08-18*","2016-02-16"]),Object.defineProperty(s.services.inspector,"2016-02-16",{get:function(){var t=e("../apis/inspector-2016-02-16.min.json");return t.paginators=e("../apis/inspector-2016-02-16.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Inspector},{"../apis/inspector-2016-02-16.min.json":127,"../apis/inspector-2016-02-16.paginators.json":128,"../lib/core":350,"../lib/node_loader":346}],294:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.iot={},a.Iot=i.defineService("iot",["2015-05-28"]),Object.defineProperty(s.services.iot,"2015-05-28",{get:function(){var t=e("../apis/iot-2015-05-28.min.json");return t.paginators=e("../apis/iot-2015-05-28.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Iot},{"../apis/iot-2015-05-28.min.json":129,"../apis/iot-2015-05-28.paginators.json":130,"../lib/core":350,"../lib/node_loader":346}],295:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.iotanalytics={},a.IoTAnalytics=i.defineService("iotanalytics",["2017-11-27"]),Object.defineProperty(s.services.iotanalytics,"2017-11-27",{get:function(){var t=e("../apis/iotanalytics-2017-11-27.min.json");return t.paginators=e("../apis/iotanalytics-2017-11-27.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.IoTAnalytics},{"../apis/iotanalytics-2017-11-27.min.json":133,"../apis/iotanalytics-2017-11-27.paginators.json":134,"../lib/core":350,"../lib/node_loader":346}],296:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.iotdata={},a.IotData=i.defineService("iotdata",["2015-05-28"]),e("../lib/services/iotdata"),Object.defineProperty(s.services.iotdata,"2015-05-28",{get:function(){var t=e("../apis/iot-data-2015-05-28.min.json");return t.paginators=e("../apis/iot-data-2015-05-28.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.IotData},{"../apis/iot-data-2015-05-28.min.json":131,"../apis/iot-data-2015-05-28.paginators.json":132,"../lib/core":350,"../lib/node_loader":346,"../lib/services/iotdata":407}],297:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.kinesis={},a.Kinesis=i.defineService("kinesis",["2013-12-02"]),Object.defineProperty(s.services.kinesis,"2013-12-02",{get:function(){var t=e("../apis/kinesis-2013-12-02.min.json");return t.paginators=e("../apis/kinesis-2013-12-02.paginators.json").pagination,t.waiters=e("../apis/kinesis-2013-12-02.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Kinesis},{"../apis/kinesis-2013-12-02.min.json":135,"../apis/kinesis-2013-12-02.paginators.json":136,"../apis/kinesis-2013-12-02.waiters2.json":137,"../lib/core":350,"../lib/node_loader":346}],298:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.kinesisvideo={},a.KinesisVideo=i.defineService("kinesisvideo",["2017-09-30"]),Object.defineProperty(s.services.kinesisvideo,"2017-09-30",{get:function(){var t=e("../apis/kinesisvideo-2017-09-30.min.json");return t.paginators=e("../apis/kinesisvideo-2017-09-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.KinesisVideo},{"../apis/kinesisvideo-2017-09-30.min.json":144,"../apis/kinesisvideo-2017-09-30.paginators.json":145,"../lib/core":350,"../lib/node_loader":346}],299:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.kinesisvideoarchivedmedia={},a.KinesisVideoArchivedMedia=i.defineService("kinesisvideoarchivedmedia",["2017-09-30"]),Object.defineProperty(s.services.kinesisvideoarchivedmedia,"2017-09-30",{get:function(){var t=e("../apis/kinesis-video-archived-media-2017-09-30.min.json");return t.paginators=e("../apis/kinesis-video-archived-media-2017-09-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.KinesisVideoArchivedMedia},{"../apis/kinesis-video-archived-media-2017-09-30.min.json":138,"../apis/kinesis-video-archived-media-2017-09-30.paginators.json":139,"../lib/core":350,"../lib/node_loader":346}],300:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.kinesisvideomedia={},a.KinesisVideoMedia=i.defineService("kinesisvideomedia",["2017-09-30"]),Object.defineProperty(s.services.kinesisvideomedia,"2017-09-30",{get:function(){var t=e("../apis/kinesis-video-media-2017-09-30.min.json");return t.paginators=e("../apis/kinesis-video-media-2017-09-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.KinesisVideoMedia},{"../apis/kinesis-video-media-2017-09-30.min.json":140,"../apis/kinesis-video-media-2017-09-30.paginators.json":141,"../lib/core":350,"../lib/node_loader":346}],301:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.kinesisvideosignalingchannels={},a.KinesisVideoSignalingChannels=i.defineService("kinesisvideosignalingchannels",["2019-12-04"]),Object.defineProperty(s.services.kinesisvideosignalingchannels,"2019-12-04",{get:function(){var t=e("../apis/kinesis-video-signaling-2019-12-04.min.json");return t.paginators=e("../apis/kinesis-video-signaling-2019-12-04.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.KinesisVideoSignalingChannels},{"../apis/kinesis-video-signaling-2019-12-04.min.json":142,"../apis/kinesis-video-signaling-2019-12-04.paginators.json":143,"../lib/core":350,"../lib/node_loader":346}],302:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.kms={},a.KMS=i.defineService("kms",["2014-11-01"]),Object.defineProperty(s.services.kms,"2014-11-01",{get:function(){var t=e("../apis/kms-2014-11-01.min.json");return t.paginators=e("../apis/kms-2014-11-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.KMS},{"../apis/kms-2014-11-01.min.json":146,"../apis/kms-2014-11-01.paginators.json":147,"../lib/core":350,"../lib/node_loader":346}],303:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.lambda={},a.Lambda=i.defineService("lambda",["2014-11-11","2015-03-31"]),e("../lib/services/lambda"),Object.defineProperty(s.services.lambda,"2014-11-11",{get:function(){var t=e("../apis/lambda-2014-11-11.min.json");return t.paginators=e("../apis/lambda-2014-11-11.paginators.json").pagination,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.lambda,"2015-03-31",{get:function(){var t=e("../apis/lambda-2015-03-31.min.json");return t.paginators=e("../apis/lambda-2015-03-31.paginators.json").pagination,t.waiters=e("../apis/lambda-2015-03-31.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Lambda},{"../apis/lambda-2014-11-11.min.json":148,"../apis/lambda-2014-11-11.paginators.json":149,"../apis/lambda-2015-03-31.min.json":150,"../apis/lambda-2015-03-31.paginators.json":151,"../apis/lambda-2015-03-31.waiters2.json":152,"../lib/core":350,"../lib/node_loader":346,"../lib/services/lambda":408}],304:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.lexmodelbuildingservice={},a.LexModelBuildingService=i.defineService("lexmodelbuildingservice",["2017-04-19"]),Object.defineProperty(s.services.lexmodelbuildingservice,"2017-04-19",{get:function(){var t=e("../apis/lex-models-2017-04-19.min.json");return t.paginators=e("../apis/lex-models-2017-04-19.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.LexModelBuildingService},{"../apis/lex-models-2017-04-19.min.json":153,"../apis/lex-models-2017-04-19.paginators.json":154,"../lib/core":350,"../lib/node_loader":346}],305:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.lexruntime={},a.LexRuntime=i.defineService("lexruntime",["2016-11-28"]),Object.defineProperty(s.services.lexruntime,"2016-11-28",{get:function(){var t=e("../apis/runtime.lex-2016-11-28.min.json");return t.paginators=e("../apis/runtime.lex-2016-11-28.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.LexRuntime},{"../apis/runtime.lex-2016-11-28.min.json":214,"../apis/runtime.lex-2016-11-28.paginators.json":215,"../lib/core":350,"../lib/node_loader":346}],306:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.lexruntimev2={},a.LexRuntimeV2=i.defineService("lexruntimev2",["2020-08-07"]),Object.defineProperty(s.services.lexruntimev2,"2020-08-07",{get:function(){var t=e("../apis/runtime.lex.v2-2020-08-07.min.json");return t.paginators=e("../apis/runtime.lex.v2-2020-08-07.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.LexRuntimeV2},{"../apis/runtime.lex.v2-2020-08-07.min.json":216,"../apis/runtime.lex.v2-2020-08-07.paginators.json":217,"../lib/core":350,"../lib/node_loader":346}],307:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.location={},a.Location=i.defineService("location",["2020-11-19"]),Object.defineProperty(s.services.location,"2020-11-19",{get:function(){var t=e("../apis/location-2020-11-19.min.json");return t.paginators=e("../apis/location-2020-11-19.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Location},{"../apis/location-2020-11-19.min.json":155,"../apis/location-2020-11-19.paginators.json":156,"../lib/core":350,"../lib/node_loader":346}],308:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.machinelearning={},a.MachineLearning=i.defineService("machinelearning",["2014-12-12"]),e("../lib/services/machinelearning"),Object.defineProperty(s.services.machinelearning,"2014-12-12",{get:function(){var t=e("../apis/machinelearning-2014-12-12.min.json");return t.paginators=e("../apis/machinelearning-2014-12-12.paginators.json").pagination,t.waiters=e("../apis/machinelearning-2014-12-12.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.MachineLearning},{"../apis/machinelearning-2014-12-12.min.json":159,"../apis/machinelearning-2014-12-12.paginators.json":160,"../apis/machinelearning-2014-12-12.waiters2.json":161,"../lib/core":350,"../lib/node_loader":346,"../lib/services/machinelearning":409}],309:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.marketplacecatalog={},a.MarketplaceCatalog=i.defineService("marketplacecatalog",["2018-09-17"]),Object.defineProperty(s.services.marketplacecatalog,"2018-09-17",{get:function(){var t=e("../apis/marketplace-catalog-2018-09-17.min.json");return t.paginators=e("../apis/marketplace-catalog-2018-09-17.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.MarketplaceCatalog},{"../apis/marketplace-catalog-2018-09-17.min.json":162,"../apis/marketplace-catalog-2018-09-17.paginators.json":163,"../lib/core":350,"../lib/node_loader":346}],310:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.marketplacecommerceanalytics={},a.MarketplaceCommerceAnalytics=i.defineService("marketplacecommerceanalytics",["2015-07-01"]),Object.defineProperty(s.services.marketplacecommerceanalytics,"2015-07-01",{get:function(){var t=e("../apis/marketplacecommerceanalytics-2015-07-01.min.json");return t.paginators=e("../apis/marketplacecommerceanalytics-2015-07-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.MarketplaceCommerceAnalytics},{"../apis/marketplacecommerceanalytics-2015-07-01.min.json":164,"../apis/marketplacecommerceanalytics-2015-07-01.paginators.json":165,"../lib/core":350,"../lib/node_loader":346}],311:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.mediastoredata={},a.MediaStoreData=i.defineService("mediastoredata",["2017-09-01"]),Object.defineProperty(s.services.mediastoredata,"2017-09-01",{get:function(){var t=e("../apis/mediastore-data-2017-09-01.min.json");return t.paginators=e("../apis/mediastore-data-2017-09-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.MediaStoreData},{"../apis/mediastore-data-2017-09-01.min.json":166,"../apis/mediastore-data-2017-09-01.paginators.json":167,"../lib/core":350,"../lib/node_loader":346}],312:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader ;s.services.mobileanalytics={},a.MobileAnalytics=i.defineService("mobileanalytics",["2014-06-05"]),Object.defineProperty(s.services.mobileanalytics,"2014-06-05",{get:function(){return e("../apis/mobileanalytics-2014-06-05.min.json")},enumerable:!0,configurable:!0}),t.exports=a.MobileAnalytics},{"../apis/mobileanalytics-2014-06-05.min.json":169,"../lib/core":350,"../lib/node_loader":346}],313:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.mturk={},a.MTurk=i.defineService("mturk",["2017-01-17"]),Object.defineProperty(s.services.mturk,"2017-01-17",{get:function(){var t=e("../apis/mturk-requester-2017-01-17.min.json");return t.paginators=e("../apis/mturk-requester-2017-01-17.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.MTurk},{"../apis/mturk-requester-2017-01-17.min.json":173,"../apis/mturk-requester-2017-01-17.paginators.json":174,"../lib/core":350,"../lib/node_loader":346}],314:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.opsworks={},a.OpsWorks=i.defineService("opsworks",["2013-02-18"]),Object.defineProperty(s.services.opsworks,"2013-02-18",{get:function(){var t=e("../apis/opsworks-2013-02-18.min.json");return t.paginators=e("../apis/opsworks-2013-02-18.paginators.json").pagination,t.waiters=e("../apis/opsworks-2013-02-18.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.OpsWorks},{"../apis/opsworks-2013-02-18.min.json":175,"../apis/opsworks-2013-02-18.paginators.json":176,"../apis/opsworks-2013-02-18.waiters2.json":177,"../lib/core":350,"../lib/node_loader":346}],315:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.personalize={},a.Personalize=i.defineService("personalize",["2018-05-22"]),Object.defineProperty(s.services.personalize,"2018-05-22",{get:function(){var t=e("../apis/personalize-2018-05-22.min.json");return t.paginators=e("../apis/personalize-2018-05-22.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Personalize},{"../apis/personalize-2018-05-22.min.json":178,"../apis/personalize-2018-05-22.paginators.json":179,"../lib/core":350,"../lib/node_loader":346}],316:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.personalizeevents={},a.PersonalizeEvents=i.defineService("personalizeevents",["2018-03-22"]),Object.defineProperty(s.services.personalizeevents,"2018-03-22",{get:function(){var t=e("../apis/personalize-events-2018-03-22.min.json");return t.paginators=e("../apis/personalize-events-2018-03-22.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.PersonalizeEvents},{"../apis/personalize-events-2018-03-22.min.json":180,"../apis/personalize-events-2018-03-22.paginators.json":181,"../lib/core":350,"../lib/node_loader":346}],317:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.personalizeruntime={},a.PersonalizeRuntime=i.defineService("personalizeruntime",["2018-05-22"]),Object.defineProperty(s.services.personalizeruntime,"2018-05-22",{get:function(){var t=e("../apis/personalize-runtime-2018-05-22.min.json");return t.paginators=e("../apis/personalize-runtime-2018-05-22.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.PersonalizeRuntime},{"../apis/personalize-runtime-2018-05-22.min.json":182,"../apis/personalize-runtime-2018-05-22.paginators.json":183,"../lib/core":350,"../lib/node_loader":346}],318:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.polly={},a.Polly=i.defineService("polly",["2016-06-10"]),e("../lib/services/polly"),Object.defineProperty(s.services.polly,"2016-06-10",{get:function(){var t=e("../apis/polly-2016-06-10.min.json");return t.paginators=e("../apis/polly-2016-06-10.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Polly},{"../apis/polly-2016-06-10.min.json":184,"../apis/polly-2016-06-10.paginators.json":185,"../lib/core":350,"../lib/node_loader":346,"../lib/services/polly":410}],319:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.pricing={},a.Pricing=i.defineService("pricing",["2017-10-15"]),Object.defineProperty(s.services.pricing,"2017-10-15",{get:function(){var t=e("../apis/pricing-2017-10-15.min.json");return t.paginators=e("../apis/pricing-2017-10-15.paginators.json").pagination,t.waiters=e("../apis/pricing-2017-10-15.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Pricing},{"../apis/pricing-2017-10-15.min.json":186,"../apis/pricing-2017-10-15.paginators.json":187,"../apis/pricing-2017-10-15.waiters2.json":188,"../lib/core":350,"../lib/node_loader":346}],320:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.rds={},a.RDS=i.defineService("rds",["2013-01-10","2013-02-12","2013-09-09","2014-09-01","2014-09-01*","2014-10-31"]),e("../lib/services/rds"),Object.defineProperty(s.services.rds,"2013-01-10",{get:function(){var t=e("../apis/rds-2013-01-10.min.json");return t.paginators=e("../apis/rds-2013-01-10.paginators.json").pagination,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.rds,"2013-02-12",{get:function(){var t=e("../apis/rds-2013-02-12.min.json");return t.paginators=e("../apis/rds-2013-02-12.paginators.json").pagination,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.rds,"2013-09-09",{get:function(){var t=e("../apis/rds-2013-09-09.min.json");return t.paginators=e("../apis/rds-2013-09-09.paginators.json").pagination,t.waiters=e("../apis/rds-2013-09-09.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.rds,"2014-09-01",{get:function(){var t=e("../apis/rds-2014-09-01.min.json");return t.paginators=e("../apis/rds-2014-09-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),Object.defineProperty(s.services.rds,"2014-10-31",{get:function(){var t=e("../apis/rds-2014-10-31.min.json");return t.paginators=e("../apis/rds-2014-10-31.paginators.json").pagination,t.waiters=e("../apis/rds-2014-10-31.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.RDS},{"../apis/rds-2013-01-10.min.json":189,"../apis/rds-2013-01-10.paginators.json":190,"../apis/rds-2013-02-12.min.json":191,"../apis/rds-2013-02-12.paginators.json":192,"../apis/rds-2013-09-09.min.json":193,"../apis/rds-2013-09-09.paginators.json":194,"../apis/rds-2013-09-09.waiters2.json":195,"../apis/rds-2014-09-01.min.json":196,"../apis/rds-2014-09-01.paginators.json":197,"../apis/rds-2014-10-31.min.json":198,"../apis/rds-2014-10-31.paginators.json":199,"../apis/rds-2014-10-31.waiters2.json":200,"../lib/core":350,"../lib/node_loader":346,"../lib/services/rds":411}],321:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.redshift={},a.Redshift=i.defineService("redshift",["2012-12-01"]),Object.defineProperty(s.services.redshift,"2012-12-01",{get:function(){var t=e("../apis/redshift-2012-12-01.min.json");return t.paginators=e("../apis/redshift-2012-12-01.paginators.json").pagination,t.waiters=e("../apis/redshift-2012-12-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Redshift},{"../apis/redshift-2012-12-01.min.json":201,"../apis/redshift-2012-12-01.paginators.json":202,"../apis/redshift-2012-12-01.waiters2.json":203,"../lib/core":350,"../lib/node_loader":346}],322:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.rekognition={},a.Rekognition=i.defineService("rekognition",["2016-06-27"]),Object.defineProperty(s.services.rekognition,"2016-06-27",{get:function(){var t=e("../apis/rekognition-2016-06-27.min.json");return t.paginators=e("../apis/rekognition-2016-06-27.paginators.json").pagination,t.waiters=e("../apis/rekognition-2016-06-27.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Rekognition},{"../apis/rekognition-2016-06-27.min.json":204,"../apis/rekognition-2016-06-27.paginators.json":205,"../apis/rekognition-2016-06-27.waiters2.json":206,"../lib/core":350,"../lib/node_loader":346}],323:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.resourcegroups={},a.ResourceGroups=i.defineService("resourcegroups",["2017-11-27"]),Object.defineProperty(s.services.resourcegroups,"2017-11-27",{get:function(){var t=e("../apis/resource-groups-2017-11-27.min.json");return t.paginators=e("../apis/resource-groups-2017-11-27.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ResourceGroups},{"../apis/resource-groups-2017-11-27.min.json":207,"../apis/resource-groups-2017-11-27.paginators.json":208,"../lib/core":350,"../lib/node_loader":346}],324:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.route53={},a.Route53=i.defineService("route53",["2013-04-01"]),e("../lib/services/route53"),Object.defineProperty(s.services.route53,"2013-04-01",{get:function(){var t=e("../apis/route53-2013-04-01.min.json");return t.paginators=e("../apis/route53-2013-04-01.paginators.json").pagination,t.waiters=e("../apis/route53-2013-04-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.Route53},{"../apis/route53-2013-04-01.min.json":209,"../apis/route53-2013-04-01.paginators.json":210,"../apis/route53-2013-04-01.waiters2.json":211,"../lib/core":350,"../lib/node_loader":346,"../lib/services/route53":413}],325:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.route53domains={},a.Route53Domains=i.defineService("route53domains",["2014-05-15"]),Object.defineProperty(s.services.route53domains,"2014-05-15",{get:function(){var t=e("../apis/route53domains-2014-05-15.min.json");return t.paginators=e("../apis/route53domains-2014-05-15.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Route53Domains},{"../apis/route53domains-2014-05-15.min.json":212,"../apis/route53domains-2014-05-15.paginators.json":213,"../lib/core":350,"../lib/node_loader":346}],326:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.s3={},a.S3=i.defineService("s3",["2006-03-01"]),e("../lib/services/s3"),Object.defineProperty(s.services.s3,"2006-03-01",{get:function(){var t=e("../apis/s3-2006-03-01.min.json");return t.paginators=e("../apis/s3-2006-03-01.paginators.json").pagination,t.waiters=e("../apis/s3-2006-03-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.S3},{"../apis/s3-2006-03-01.min.json":218,"../apis/s3-2006-03-01.paginators.json":219,"../apis/s3-2006-03-01.waiters2.json":220,"../lib/core":350,"../lib/node_loader":346,"../lib/services/s3":414}],327:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.secretsmanager={},a.SecretsManager=i.defineService("secretsmanager",["2017-10-17"]),Object.defineProperty(s.services.secretsmanager,"2017-10-17",{get:function(){var t=e("../apis/secretsmanager-2017-10-17.min.json");return t.paginators=e("../apis/secretsmanager-2017-10-17.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SecretsManager},{"../apis/secretsmanager-2017-10-17.min.json":221,"../apis/secretsmanager-2017-10-17.paginators.json":222,"../lib/core":350,"../lib/node_loader":346}],328:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.servicecatalog={},a.ServiceCatalog=i.defineService("servicecatalog",["2015-12-10"]),Object.defineProperty(s.services.servicecatalog,"2015-12-10",{get:function(){var t=e("../apis/servicecatalog-2015-12-10.min.json");return t.paginators=e("../apis/servicecatalog-2015-12-10.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.ServiceCatalog},{"../apis/servicecatalog-2015-12-10.min.json":223,"../apis/servicecatalog-2015-12-10.paginators.json":224,"../lib/core":350,"../lib/node_loader":346}],329:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ses={},a.SES=i.defineService("ses",["2010-12-01"]),Object.defineProperty(s.services.ses,"2010-12-01",{get:function(){var t=e("../apis/email-2010-12-01.min.json");return t.paginators=e("../apis/email-2010-12-01.paginators.json").pagination,t.waiters=e("../apis/email-2010-12-01.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.SES},{"../apis/email-2010-12-01.min.json":111,"../apis/email-2010-12-01.paginators.json":112,"../apis/email-2010-12-01.waiters2.json":113,"../lib/core":350,"../lib/node_loader":346}],330:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sns={},a.SNS=i.defineService("sns",["2010-03-31"]),Object.defineProperty(s.services.sns,"2010-03-31",{get:function(){var t=e("../apis/sns-2010-03-31.min.json");return t.paginators=e("../apis/sns-2010-03-31.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SNS},{"../apis/sns-2010-03-31.min.json":225,"../apis/sns-2010-03-31.paginators.json":226,"../lib/core":350,"../lib/node_loader":346}],331:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sqs={},a.SQS=i.defineService("sqs",["2012-11-05"]),e("../lib/services/sqs"),Object.defineProperty(s.services.sqs,"2012-11-05",{get:function(){var t=e("../apis/sqs-2012-11-05.min.json");return t.paginators=e("../apis/sqs-2012-11-05.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SQS},{"../apis/sqs-2012-11-05.min.json":227,"../apis/sqs-2012-11-05.paginators.json":228,"../lib/core":350,"../lib/node_loader":346,"../lib/services/sqs":416}],332:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ssm={},a.SSM=i.defineService("ssm",["2014-11-06"]),Object.defineProperty(s.services.ssm,"2014-11-06",{get:function(){var t=e("../apis/ssm-2014-11-06.min.json");return t.paginators=e("../apis/ssm-2014-11-06.paginators.json").pagination,t.waiters=e("../apis/ssm-2014-11-06.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.SSM},{"../apis/ssm-2014-11-06.min.json":229,"../apis/ssm-2014-11-06.paginators.json":230,"../apis/ssm-2014-11-06.waiters2.json":231,"../lib/core":350,"../lib/node_loader":346}],333:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.storagegateway={},a.StorageGateway=i.defineService("storagegateway",["2013-06-30"]),Object.defineProperty(s.services.storagegateway,"2013-06-30",{get:function(){var t=e("../apis/storagegateway-2013-06-30.min.json");return t.paginators=e("../apis/storagegateway-2013-06-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.StorageGateway},{"../apis/storagegateway-2013-06-30.min.json":232,"../apis/storagegateway-2013-06-30.paginators.json":233,"../lib/core":350,"../lib/node_loader":346}],334:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sts={},a.STS=i.defineService("sts",["2011-06-15"]),e("../lib/services/sts"),Object.defineProperty(s.services.sts,"2011-06-15",{get:function(){var t=e("../apis/sts-2011-06-15.min.json");return t.paginators=e("../apis/sts-2011-06-15.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.STS},{"../apis/sts-2011-06-15.min.json":236,"../apis/sts-2011-06-15.paginators.json":237,"../lib/core":350,"../lib/node_loader":346,"../lib/services/sts":417}],335:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.translate={},a.Translate=i.defineService("translate",["2017-07-01"]),Object.defineProperty(s.services.translate,"2017-07-01",{get:function(){var t=e("../apis/translate-2017-07-01.min.json");return t.paginators=e("../apis/translate-2017-07-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Translate},{"../apis/translate-2017-07-01.min.json":238,"../apis/translate-2017-07-01.paginators.json":239,"../lib/core":350,"../lib/node_loader":346}],336:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.waf={},a.WAF=i.defineService("waf",["2015-08-24"]),Object.defineProperty(s.services.waf,"2015-08-24",{get:function(){var t=e("../apis/waf-2015-08-24.min.json");return t.paginators=e("../apis/waf-2015-08-24.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.WAF},{"../apis/waf-2015-08-24.min.json":240,"../apis/waf-2015-08-24.paginators.json":241,"../lib/core":350,"../lib/node_loader":346}],337:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.workdocs={},a.WorkDocs=i.defineService("workdocs",["2016-05-01"]),Object.defineProperty(s.services.workdocs,"2016-05-01",{get:function(){var t=e("../apis/workdocs-2016-05-01.min.json");return t.paginators=e("../apis/workdocs-2016-05-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.WorkDocs},{"../apis/workdocs-2016-05-01.min.json":242,"../apis/workdocs-2016-05-01.paginators.json":243,"../lib/core":350,"../lib/node_loader":346}],338:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.xray={},a.XRay=i.defineService("xray",["2016-04-12"]),Object.defineProperty(s.services.xray,"2016-04-12",{get:function(){var t=e("../apis/xray-2016-04-12.min.json");return t.paginators=e("../apis/xray-2016-04-12.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.XRay},{"../apis/xray-2016-04-12.min.json":244,"../apis/xray-2016-04-12.paginators.json":245,"../lib/core":350,"../lib/node_loader":346}],339:[function(e,t,r){function a(e,t){if(!a.services.hasOwnProperty(e))throw new Error("InvalidService: Failed to load api for "+e);return a.services[e][t]}a.services={},t.exports=a},{}],340:[function(e,t,r){var a=e("./browserHmac"),i=e("./browserMd5"),s=e("./browserSha1"),o=e("./browserSha256");t.exports={createHash:function(e){if("md5"===(e=e.toLowerCase()))return new i;if("sha256"===e)return new o;if("sha1"===e)return new s;throw new Error("Hash algorithm "+e+" is not supported in the browser SDK")},createHmac:function(e,t){if("md5"===(e=e.toLowerCase()))return new a(i,t);if("sha256"===e)return new a(o,t);if("sha1"===e)return new a(s,t);throw new Error("HMAC algorithm "+e+" is not supported in the browser SDK")},createSign:function(){throw new Error("createSign is not implemented in the browser")}}},{"./browserHmac":342,"./browserMd5":343,"./browserSha1":344,"./browserSha256":345}],341:[function(e,t,r){function a(e){return"string"==typeof e?0===e.length:0===e.byteLength}function i(e){return"string"==typeof e&&(e=new s(e,"utf8")),ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}var s=e("buffer/").Buffer;"undefined"!=typeof ArrayBuffer&&void 0===ArrayBuffer.isView&&(ArrayBuffer.isView=function(e){return o.indexOf(Object.prototype.toString.call(e))>-1});var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];t.exports={isEmptyData:a,convertToBuffer:i}},{"buffer/":440}],342:[function(e,t,r){function a(e,t){this.hash=new e,this.outer=new e;var r=i(e,t),a=new Uint8Array(e.BLOCK_SIZE);a.set(r);for(var s=0;se.BLOCK_SIZE){var a=new e;a.update(r),r=a.digest()}var i=new Uint8Array(e.BLOCK_SIZE);return i.set(r),i}var s=e("./browserHashUtils");t.exports=a,a.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},a.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},{"./browserHashUtils":341}],343:[function(e,t,r){function a(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(c)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function i(e,t,r,a,i,s){return((t=(t+e&4294967295)+(a+s&4294967295)&4294967295)<>>32-i)+r&4294967295}function s(e,t,r,a,s,o,n){return i(t&r|~t&a,e,t,s,o,n)}function o(e,t,r,a,s,o,n){return i(t&a|r&~a,e,t,s,o,n)}function n(e,t,r,a,s,o,n){return i(t^r^a,e,t,s,o,n)}function u(e,t,r,a,s,o,n){return i(r^(t|~a),e,t,s,o,n)}var p=e("./browserHashUtils"),m=e("buffer/").Buffer,c=64;t.exports=a,a.BLOCK_SIZE=c,a.prototype.update=function(e){if(p.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=p.convertToBuffer(e),r=0,a=t.byteLength;for(this.bytesHashed+=a;a>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),a--,this.bufferLength===c&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=this,r=t.buffer,a=t.bufferLength,i=t.bytesHashed,s=8*i;if(r.setUint8(this.bufferLength++,128),a%c>=c-8){for(var o=this.bufferLength;o>>0,!0),r.setUint32(c-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}for(var n=new DataView(new ArrayBuffer(16)),o=0;o<4;o++)n.setUint32(4*o,this.state[o],!0);var u=new m(n.buffer,n.byteOffset,n.byteLength);return e?u.toString(e):u},a.prototype.hashBuffer=function(){var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],p=r[2],m=r[3];a=s(a,i,p,m,t.getUint32(0,!0),7,3614090360),m=s(m,a,i,p,t.getUint32(4,!0),12,3905402710),p=s(p,m,a,i,t.getUint32(8,!0),17,606105819),i=s(i,p,m,a,t.getUint32(12,!0),22,3250441966),a=s(a,i,p,m,t.getUint32(16,!0),7,4118548399),m=s(m,a,i,p,t.getUint32(20,!0),12,1200080426),p=s(p,m,a,i,t.getUint32(24,!0),17,2821735955),i=s(i,p,m,a,t.getUint32(28,!0),22,4249261313),a=s(a,i,p,m,t.getUint32(32,!0),7,1770035416),m=s(m,a,i,p,t.getUint32(36,!0),12,2336552879),p=s(p,m,a,i,t.getUint32(40,!0),17,4294925233),i=s(i,p,m,a,t.getUint32(44,!0),22,2304563134),a=s(a,i,p,m,t.getUint32(48,!0),7,1804603682),m=s(m,a,i,p,t.getUint32(52,!0),12,4254626195),p=s(p,m,a,i,t.getUint32(56,!0),17,2792965006),i=s(i,p,m,a,t.getUint32(60,!0),22,1236535329),a=o(a,i,p,m,t.getUint32(4,!0),5,4129170786),m=o(m,a,i,p,t.getUint32(24,!0),9,3225465664),p=o(p,m,a,i,t.getUint32(44,!0),14,643717713),i=o(i,p,m,a,t.getUint32(0,!0),20,3921069994),a=o(a,i,p,m,t.getUint32(20,!0),5,3593408605),m=o(m,a,i,p,t.getUint32(40,!0),9,38016083),p=o(p,m,a,i,t.getUint32(60,!0),14,3634488961),i=o(i,p,m,a,t.getUint32(16,!0),20,3889429448),a=o(a,i,p,m,t.getUint32(36,!0),5,568446438),m=o(m,a,i,p,t.getUint32(56,!0),9,3275163606),p=o(p,m,a,i,t.getUint32(12,!0),14,4107603335),i=o(i,p,m,a,t.getUint32(32,!0),20,1163531501),a=o(a,i,p,m,t.getUint32(52,!0),5,2850285829),m=o(m,a,i,p,t.getUint32(8,!0),9,4243563512),p=o(p,m,a,i,t.getUint32(28,!0),14,1735328473),i=o(i,p,m,a,t.getUint32(48,!0),20,2368359562),a=n(a,i,p,m,t.getUint32(20,!0),4,4294588738),m=n(m,a,i,p,t.getUint32(32,!0),11,2272392833),p=n(p,m,a,i,t.getUint32(44,!0),16,1839030562),i=n(i,p,m,a,t.getUint32(56,!0),23,4259657740),a=n(a,i,p,m,t.getUint32(4,!0),4,2763975236),m=n(m,a,i,p,t.getUint32(16,!0),11,1272893353),p=n(p,m,a,i,t.getUint32(28,!0),16,4139469664),i=n(i,p,m,a,t.getUint32(40,!0),23,3200236656),a=n(a,i,p,m,t.getUint32(52,!0),4,681279174),m=n(m,a,i,p,t.getUint32(0,!0),11,3936430074),p=n(p,m,a,i,t.getUint32(12,!0),16,3572445317),i=n(i,p,m,a,t.getUint32(24,!0),23,76029189),a=n(a,i,p,m,t.getUint32(36,!0),4,3654602809),m=n(m,a,i,p,t.getUint32(48,!0),11,3873151461),p=n(p,m,a,i,t.getUint32(60,!0),16,530742520),i=n(i,p,m,a,t.getUint32(8,!0),23,3299628645),a=u(a,i,p,m,t.getUint32(0,!0),6,4096336452),m=u(m,a,i,p,t.getUint32(28,!0),10,1126891415),p=u(p,m,a,i,t.getUint32(56,!0),15,2878612391),i=u(i,p,m,a,t.getUint32(20,!0),21,4237533241),a=u(a,i,p,m,t.getUint32(48,!0),6,1700485571),m=u(m,a,i,p,t.getUint32(12,!0),10,2399980690),p=u(p,m,a,i,t.getUint32(40,!0),15,4293915773),i=u(i,p,m,a,t.getUint32(4,!0),21,2240044497),a=u(a,i,p,m,t.getUint32(32,!0),6,1873313359),m=u(m,a,i,p,t.getUint32(60,!0),10,4264355552),p=u(p,m,a,i,t.getUint32(24,!0),15,2734768916),i=u(i,p,m,a,t.getUint32(52,!0),21,1309151649),a=u(a,i,p,m,t.getUint32(16,!0),6,4149444226),m=u(m,a,i,p,t.getUint32(44,!0),10,3174756917),p=u(p,m,a,i,t.getUint32(8,!0),15,718787259),i=u(i,p,m,a,t.getUint32(36,!0),21,3951481745),r[0]=a+r[0]&4294967295,r[1]=i+r[1]&4294967295,r[2]=p+r[2]&4294967295,r[3]=m+r[3]&4294967295}},{"./browserHashUtils":341,"buffer/":440}],344:[function(e,t,r){function a(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}var i=e("buffer/").Buffer,s=e("./browserHashUtils");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=e.length;this.totalLength+=8*t;for(var r=0;r14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new i(20),a=new DataView(r.buffer);return a.setUint32(0,this.h0,!1),a.setUint32(4,this.h1,!1),a.setUint32(8,this.h2,!1),a.setUint32(12,this.h3,!1),a.setUint32(16,this.h4,!1),e?r.toString(e):r},a.prototype.processBlock=function(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,a,i=this.h0,s=this.h1,o=this.h2,n=this.h3,u=this.h4;for(e=0;e<80;e++){e<20?(r=n^s&(o^n),a=1518500249):e<40?(r=s^o^n,a=1859775393):e<60?(r=s&o|n&(s|o),a=2400959708):(r=s^o^n,a=3395469782);var p=(i<<5|i>>>27)+r+u+a+(0|this.block[e]);u=n,n=o,o=s<<30|s>>>2,s=i,i=p}for(this.h0=this.h0+i|0,this.h1=this.h1+s|0,this.h2=this.h2+o|0,this.h3=this.h3+n|0,this.h4=this.h4+u|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},{"./browserHashUtils":341,"buffer/":440}],345:[function(e,t,r){function a(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}var i=e("buffer/").Buffer,s=e("./browserHashUtils"),o=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),n=Math.pow(2,53)-1;t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>n)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),a=this.bufferLength;if(r.setUint8(this.bufferLength++,128),a%64>=56){for(var s=this.bufferLength;s<64;s++)r.setUint8(s,0);this.hashBuffer(),this.bufferLength=0}for(var s=this.bufferLength;s<56;s++)r.setUint8(s,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}for(var o=new i(32),s=0;s<8;s++)o[4*s]=this.state[s]>>>24&255,o[4*s+1]=this.state[s]>>>16&255,o[4*s+2]=this.state[s]>>>8&255,o[4*s+3]=this.state[s]>>>0&255;return e?o.toString(e):o},a.prototype.hashBuffer=function(){for(var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],s=r[2],n=r[3],u=r[4],p=r[5],m=r[6],c=r[7],l=0;l<64;l++){if(l<16)this.temp[l]=(255&t[4*l])<<24|(255&t[4*l+1])<<16|(255&t[4*l+2])<<8|255&t[4*l+3];else{var d=this.temp[l-2],y=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10;d=this.temp[l-15];var b=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(y+this.temp[l-7]|0)+(b+this.temp[l-16]|0)}var S=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&p^~u&m)|0)+(c+(o[l]+this.temp[l]|0)|0)|0,g=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&s^i&s)|0;c=m,m=p,p=u,u=n+S|0,n=s,s=i,i=a,a=S+g|0}r[0]+=a,r[1]+=i,r[2]+=s,r[3]+=n,r[4]+=u,r[5]+=p,r[6]+=m,r[7]+=c}},{"./browserHashUtils":341,"buffer/":440}],346:[function(e,t,r){(function(r){(function(){var r=e("./util");r.crypto.lib=e("./browserCryptoLib"),r.Buffer=e("buffer/").Buffer,r.url=e("url/"),r.querystring=e("querystring/"),r.realClock=e("./realclock/browserClock"),r.environment="js",r.createEventStream=e("./event-stream/buffered-create-event-stream").createEventStream,r.isBrowser=function(){return!0},r.isNode=function(){return!1};var a=e("./core");if(t.exports=a,e("./credentials"),e("./credentials/credential_provider_chain"),e("./credentials/temporary_credentials"),e("./credentials/chainable_temporary_credentials"),e("./credentials/web_identity_credentials"),e("./credentials/cognito_identity_credentials"),e("./credentials/saml_credentials"),a.XML.Parser=e("./xml/browser_parser"),e("./http/xhr"),void 0===i)var i={browser:!0}}).call(this)}).call(this,e("_process"))},{"./browserCryptoLib":340,"./core":350,"./credentials":351,"./credentials/chainable_temporary_credentials":352,"./credentials/cognito_identity_credentials":353,"./credentials/credential_provider_chain":354,"./credentials/saml_credentials":355,"./credentials/temporary_credentials":356,"./credentials/web_identity_credentials":357,"./event-stream/buffered-create-event-stream":365,"./http/xhr":373,"./realclock/browserClock":393,"./util":428,"./xml/browser_parser":429,_process:445,"buffer/":440,"querystring/":452,"url/":454}],347:[function(e,t,r){var a=e("../core"),i=a.util.url,s=a.util.crypto.lib,o=a.util.base64.encode,n=a.util.inherit,u=function(e){var t={"+":"-","=":"_","/":"~"};return e.replace(/[\+=\/]/g,function(e){return t[e]})},p=function(e,t){var r=s.createSign("RSA-SHA1");return r.write(e),u(r.sign(t,"base64"))},m=function(e,t,r,a){var i=JSON.stringify({Statement:[{Resource:e,Condition:{DateLessThan:{"AWS:EpochTime":t}}}]});return{Expires:t,"Key-Pair-Id":r,Signature:p(i.toString(),a)}},c=function(e,t,r){return e=e.replace(/\s/gm,""),{Policy:u(o(e)),"Key-Pair-Id":t,Signature:p(e,r)}},l=function(e){var t=e.split("://");if(t.length<2)throw new Error("Invalid URL.");return t[0].replace("*","")},d=function(e){var t=i.parse(e);return t.path.replace(/^\//,"")+(t.hash||"")},y=function(e){switch(l(e)){case"http":case"https":return e;case"rtmp":return d(e);default: -throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":350}],348:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},getToken:function(e){function t(t){e(t,t?null:i.token)}function r(e,t){return new a.util.error(t||new Error,{code:"TokenError",message:e,name:"TokenError"})}var i=this;i.token?"function"==typeof i.token.get?function(){i.token.get(function(e){e&&(e=r("Could not load token from "+i.token.constructor.name,e)),t(e)})}():function(){var e=null;i.token.token||(e=r("Missing token")),t(e)}():i.tokenProvider?i.tokenProvider.resolve(function(e,a){e&&(e=r("Could not load token from any providers",e)),i.token=a,t(e)}):t(r("No token to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1,token:null},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":350,"./credentials":351,"./credentials/credential_provider_chain":354}],349:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":350,_process:445}],350:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1654.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),e("./maintenance_mode_message"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":465,"./api_loader":339,"./config":348,"./event_listeners":371,"./http":372,"./json/builder":374,"./json/parser":375,"./maintenance_mode_message":376,"./model/api":377,"./model/operation":379,"./model/paginator":380,"./model/resource_waiter":381,"./model/shape":382,"./param_validator":383,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./request":397,"./resource_waiter":398,"./response":399,"./sequential_executor":401,"./service":402,"./signers/request_signer":420,"./util":428,"./xml/builder":430}],351:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e),this.prototype.refreshPromise=a.util.promisifyMethod("refresh",e)},a.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},a.util.addPromises(a.Credentials)},{"./core":350}],352:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.ChainableTemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=a.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){if(!e.tokenCodeFn||"function"!=typeof e.tokenCodeFn)throw new a.util.error(new Error("tokenCodeFn must be a function when params.SerialNumber is given"),{code:this.errorCode});this.tokenCodeFn=e.tokenCodeFn}var r=a.util.merge({params:t,credentials:e.masterCredentials||a.config.credentials},e.stsConfig||{});this.service=new i(r)},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this,r=t.service.config.params.RoleArn?"assumeRole":"getSessionToken";this.getTokenCode(function(a,i){var s={};if(a)return void e(a);i&&(s.TokenCode=i),t.service[r](s,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},getTokenCode:function(e){var t=this;this.tokenCodeFn?this.tokenCodeFn(this.service.config.params.SerialNumber,function(r,i){if(r){var s=r;return r instanceof Error&&(s=r.message),void e(a.util.error(new Error("Error fetching MFA token: "+s),{code:t.errorCode}))}e(null,i)}):e(null)}})},{"../../clients/sts":334,"../core":350}],353:[function(e,t,r){var a=e("../core"),i=e("../../clients/cognitoidentity"),s=e("../../clients/sts");a.CognitoIdentityCredentials=a.util.inherit(a.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=a.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId(function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)})},clearCachedId:function(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function(e){var t=this;"NotAuthorizedException"==e.code&&t.clearCachedId()},getId:function(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId(function(r,a){!r&&a.IdentityId?(t.params.IdentityId=a.IdentityId,e(null,a.IdentityId)):e(r)})},loadCredentials:function(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function(e){var t=this;t.cognito.getCredentialsForIdentity(function(r,a){r?t.clearIdOnNotAuthorized(r):(t.cacheId(a),t.data=a,t.loadCredentials(t.data,t)),e(r)})},getCredentialsFromSTS:function(e){var t=this;t.cognito.getOpenIdToken(function(r,a){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(a),t.params.WebIdentityToken=a.Token,t.webIdentityCredentials.refresh(function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)}))})},loadCachedId:function(){var e=this;if(a.util.isBrowser()&&!e.params.IdentityId){var t=e.getStorage("id");if(t&&e.params.Logins){var r=Object.keys(e.params.Logins);0!==(e.getStorage("providers")||"").split(",").filter(function(e){return-1!==r.indexOf(e)}).length&&(e.params.IdentityId=t)}else t&&(e.params.IdentityId=t)}},createClients:function(){var e=this._clientConfig;if(this.webIdentityCredentials=this.webIdentityCredentials||new a.WebIdentityCredentials(this.params,e),!this.cognito){var t=a.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new s(e)},cacheId:function(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,a.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function(e){return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=a.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar",delete e["aws.test-storage"],e}catch(e){return{}}}()})},{"../../clients/cognitoidentity":265,"../../clients/sts":334,"../core":350}],354:[function(e,t,r){var a=e("../core");a.CredentialProviderChain=a.util.inherit(a.Credentials,{constructor:function(e){this.providers=e||a.CredentialProviderChain.defaultProviders.slice(0),this.resolveCallbacks=[]},resolve:function(e){function t(e,o){if(!e&&o||i===s.length)return a.util.arrayEach(r.resolveCallbacks,function(t){t(e,o)}),void(r.resolveCallbacks.length=0);var n=s[i++];o="function"==typeof n?n.call():n,o.get?o.get(function(e){t(e,e?null:o)}):t(null,o)}var r=this;if(0===r.providers.length)return e(new Error("No providers")),r;if(1===r.resolveCallbacks.push(e)){var i=0,s=r.providers.slice(0);t()}return r}}),a.CredentialProviderChain.defaultProviders=[],a.CredentialProviderChain.addPromisesToClass=function(e){this.prototype.resolvePromise=a.util.promisifyMethod("resolve",e)},a.CredentialProviderChain.deletePromisesFromClass=function(){delete this.prototype.resolvePromise},a.util.addPromises(a.CredentialProviderChain)},{"../core":350}],355:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.SAMLCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),this.expired=!0,this.params=e},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithSAML(function(r,a){r||t.service.credentialsFrom(a,t),e(r)})},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],356:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.TemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.loadMasterCredentials(t),this.expired=!0,this.params=e||{},this.params.RoleArn&&(this.params.RoleSessionName=this.params.RoleSessionName||"temporary-credentials")},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.masterCredentials.get(function(){t.service.config.credentials=t.masterCredentials,(t.params.RoleArn?t.service.assumeRole:t.service.getSessionToken).call(t.service,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},loadMasterCredentials:function(e){for(this.masterCredentials=e||a.config.credentials;this.masterCredentials.masterCredentials;)this.masterCredentials=this.masterCredentials.masterCredentials;"function"!=typeof this.masterCredentials.get&&(this.masterCredentials=new a.Credentials(this.masterCredentials))},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],357:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.WebIdentityCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.params.RoleSessionName=this.params.RoleSessionName||"web-identity",this.data=null,this._clientConfig=a.util.copy(t||{})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithWebIdentity(function(r,a){t.data=null,r||(t.data=a,t.service.credentialsFrom(a,t)),e(r)})},createClients:function(){if(!this.service){var e=a.util.merge({},this._clientConfig);e.params=this.params,this.service=new i(e)}}})},{"../../clients/sts":334,"../core":350}],358:[function(e,t,r){(function(r){(function(){function a(e){var t=e.service,r=t.api||{},a={};return t.config.region&&(a.region=t.config.region),r.serviceId&&(a.serviceId=r.serviceId),t.config.credentials.accessKeyId&&(a.accessKeyId=t.config.credentials.accessKeyId),a}function i(e,t,r){r&&void 0!==t&&null!==t&&"structure"===r.type&&r.required&&r.required.length>0&&b.arrayEach(r.required,function(a){var s=r.members[a];if(!0===s.endpointDiscoveryId){var o=s.isLocationName?s.name:a;e[o]=String(t[a])}else i(e,t[a],s)})}function s(e,t){var r={};return i(r,e.params,t),r}function o(e){var t=e.service,r=t.api,i=r.operations?r.operations[e.operation]:void 0,o=i?i.input:void 0,n=s(e,o),p=a(e);Object.keys(n).length>0&&(p=b.update(p,n),i&&(p.operation=i.name));var m=y.endpointCache.get(p);if(!m||1!==m.length||""!==m[0].Address)if(m&&m.length>0)e.httpRequest.updateEndpoint(m[0].Address);else{var c=t.makeRequest(r.endpointOperation,{Operation:i.name,Identifiers:n});u(c),c.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),c.removeListener("retry",y.EventListeners.Core.RETRY_CHECK),y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}]),c.send(function(e,t){t&&t.Endpoints?y.endpointCache.put(p,t.Endpoints):e&&y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}])})}}function n(e,t){var r=e.service,i=r.api,o=i.operations?i.operations[e.operation]:void 0,n=o?o.input:void 0,p=s(e,n),m=a(e);Object.keys(p).length>0&&(m=b.update(m,p),o&&(m.operation=o.name));var c=y.EndpointCache.getKeyString(m),l=y.endpointCache.get(c);if(l&&1===l.length&&""===l[0].Address)return g[c]||(g[c]=[]),void g[c].push({request:e,callback:t});if(l&&l.length>0)e.httpRequest.updateEndpoint(l[0].Address),t();else{var d=r.makeRequest(i.endpointOperation,{Operation:o.name,Identifiers:p});d.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),u(d),y.endpointCache.put(c,[{Address:"",CachePeriodInMinutes:60}]),d.send(function(r,a){if(r){if(e.response.error=b.error(r,{retryable:!1}),y.endpointCache.remove(m),g[c]){var i=g[c];b.arrayEach(i,function(e){e.request.response.error=b.error(r,{retryable:!1}),e.callback()}),delete g[c]}}else if(a&&(y.endpointCache.put(c,a.Endpoints),e.httpRequest.updateEndpoint(a.Endpoints[0].Address),g[c])){var i=g[c];b.arrayEach(i,function(e){e.request.httpRequest.updateEndpoint(a.Endpoints[0].Address),e.callback()}),delete g[c]}t()})}}function u(e){var t=e.service.api,r=t.apiVersion;r&&!e.httpRequest.headers["x-amz-api-version"]&&(e.httpRequest.headers["x-amz-api-version"]=r)}function p(e){var t=e.error,r=e.httpResponse;if(t&&("InvalidEndpointException"===t.code||421===r.statusCode)){var i=e.request,o=i.service.api.operations||{},n=o[i.operation]?o[i.operation].input:void 0,u=s(i,n),p=a(i);Object.keys(u).length>0&&(p=b.update(p,u),o[i.operation]&&(p.operation=o[i.operation].name)),y.endpointCache.remove(p)}}function m(e){if(e._originalConfig&&e._originalConfig.endpoint&&!0===e._originalConfig.endpointDiscoveryEnabled)throw b.error(new Error,{code:"ConfigurationException",message:"Custom endpoint is supplied; endpointDiscoveryEnabled must not be true."});var t=y.config[e.serviceIdentifier]||{};return Boolean(y.config.endpoint||t.endpoint||e._originalConfig&&e._originalConfig.endpoint)}function c(e){return["false","0"].indexOf(e)>=0}function l(e){var t=e.service||{};if(void 0!==t.config.endpointDiscoveryEnabled)return t.config.endpointDiscoveryEnabled;if(!b.isBrowser()){for(var a=0;a-1&&0===++e[t];t--);}var s=e("../core").util,o=s.buffer.toBuffer;a.fromNumber=function(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(e+" is too large (or, if negative, too small) to represent as an Int64");for(var t=new Uint8Array(8),r=7,s=Math.abs(Math.round(e));r>-1&&s>0;r--,s/=256)t[r]=s;return e<0&&i(t),new a(t)},a.prototype.valueOf=function(){var e=this.bytes.slice(0),t=128&e[0];return t&&i(e),parseInt(e.toString("hex"),16)*(t?-1:1)},a.prototype.toString=function(){return String(this.valueOf())},t.exports={Int64:a}},{"../core":350}],368:[function(e,t,r){function a(e,t,r){var a=s(t),o=a.headers[":message-type"];if(o){if("error"===o.value)throw i(a);if("event"!==o.value)return} +throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":350}],348:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},getToken:function(e){function t(t){e(t,t?null:i.token)}function r(e,t){return new a.util.error(t||new Error,{code:"TokenError",message:e,name:"TokenError"})}var i=this;i.token?"function"==typeof i.token.get?function(){i.token.get(function(e){e&&(e=r("Could not load token from "+i.token.constructor.name,e)),t(e)})}():function(){var e=null;i.token.token||(e=r("Missing token")),t(e)}():i.tokenProvider?i.tokenProvider.resolve(function(e,a){e&&(e=r("Could not load token from any providers",e)),i.token=a,t(e)}):t(r("No token to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1,token:null},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":350,"./credentials":351,"./credentials/credential_provider_chain":354}],349:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":350,_process:445}],350:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1655.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),e("./maintenance_mode_message"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":465,"./api_loader":339,"./config":348,"./event_listeners":371,"./http":372,"./json/builder":374,"./json/parser":375,"./maintenance_mode_message":376,"./model/api":377,"./model/operation":379,"./model/paginator":380,"./model/resource_waiter":381,"./model/shape":382,"./param_validator":383,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./request":397,"./resource_waiter":398,"./response":399,"./sequential_executor":401,"./service":402,"./signers/request_signer":420,"./util":428,"./xml/builder":430}],351:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e),this.prototype.refreshPromise=a.util.promisifyMethod("refresh",e)},a.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},a.util.addPromises(a.Credentials)},{"./core":350}],352:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.ChainableTemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=a.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){if(!e.tokenCodeFn||"function"!=typeof e.tokenCodeFn)throw new a.util.error(new Error("tokenCodeFn must be a function when params.SerialNumber is given"),{code:this.errorCode});this.tokenCodeFn=e.tokenCodeFn}var r=a.util.merge({params:t,credentials:e.masterCredentials||a.config.credentials},e.stsConfig||{});this.service=new i(r)},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this,r=t.service.config.params.RoleArn?"assumeRole":"getSessionToken";this.getTokenCode(function(a,i){var s={};if(a)return void e(a);i&&(s.TokenCode=i),t.service[r](s,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},getTokenCode:function(e){var t=this;this.tokenCodeFn?this.tokenCodeFn(this.service.config.params.SerialNumber,function(r,i){if(r){var s=r;return r instanceof Error&&(s=r.message),void e(a.util.error(new Error("Error fetching MFA token: "+s),{code:t.errorCode}))}e(null,i)}):e(null)}})},{"../../clients/sts":334,"../core":350}],353:[function(e,t,r){var a=e("../core"),i=e("../../clients/cognitoidentity"),s=e("../../clients/sts");a.CognitoIdentityCredentials=a.util.inherit(a.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=a.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId(function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)})},clearCachedId:function(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function(e){var t=this;"NotAuthorizedException"==e.code&&t.clearCachedId()},getId:function(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId(function(r,a){!r&&a.IdentityId?(t.params.IdentityId=a.IdentityId,e(null,a.IdentityId)):e(r)})},loadCredentials:function(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function(e){var t=this;t.cognito.getCredentialsForIdentity(function(r,a){r?t.clearIdOnNotAuthorized(r):(t.cacheId(a),t.data=a,t.loadCredentials(t.data,t)),e(r)})},getCredentialsFromSTS:function(e){var t=this;t.cognito.getOpenIdToken(function(r,a){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(a),t.params.WebIdentityToken=a.Token,t.webIdentityCredentials.refresh(function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)}))})},loadCachedId:function(){var e=this;if(a.util.isBrowser()&&!e.params.IdentityId){var t=e.getStorage("id");if(t&&e.params.Logins){var r=Object.keys(e.params.Logins);0!==(e.getStorage("providers")||"").split(",").filter(function(e){return-1!==r.indexOf(e)}).length&&(e.params.IdentityId=t)}else t&&(e.params.IdentityId=t)}},createClients:function(){var e=this._clientConfig;if(this.webIdentityCredentials=this.webIdentityCredentials||new a.WebIdentityCredentials(this.params,e),!this.cognito){var t=a.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new s(e)},cacheId:function(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,a.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function(e){return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=a.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar",delete e["aws.test-storage"],e}catch(e){return{}}}()})},{"../../clients/cognitoidentity":265,"../../clients/sts":334,"../core":350}],354:[function(e,t,r){var a=e("../core");a.CredentialProviderChain=a.util.inherit(a.Credentials,{constructor:function(e){this.providers=e||a.CredentialProviderChain.defaultProviders.slice(0),this.resolveCallbacks=[]},resolve:function(e){function t(e,o){if(!e&&o||i===s.length)return a.util.arrayEach(r.resolveCallbacks,function(t){t(e,o)}),void(r.resolveCallbacks.length=0);var n=s[i++];o="function"==typeof n?n.call():n,o.get?o.get(function(e){t(e,e?null:o)}):t(null,o)}var r=this;if(0===r.providers.length)return e(new Error("No providers")),r;if(1===r.resolveCallbacks.push(e)){var i=0,s=r.providers.slice(0);t()}return r}}),a.CredentialProviderChain.defaultProviders=[],a.CredentialProviderChain.addPromisesToClass=function(e){this.prototype.resolvePromise=a.util.promisifyMethod("resolve",e)},a.CredentialProviderChain.deletePromisesFromClass=function(){delete this.prototype.resolvePromise},a.util.addPromises(a.CredentialProviderChain)},{"../core":350}],355:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.SAMLCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),this.expired=!0,this.params=e},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithSAML(function(r,a){r||t.service.credentialsFrom(a,t),e(r)})},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],356:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.TemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.loadMasterCredentials(t),this.expired=!0,this.params=e||{},this.params.RoleArn&&(this.params.RoleSessionName=this.params.RoleSessionName||"temporary-credentials")},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.masterCredentials.get(function(){t.service.config.credentials=t.masterCredentials,(t.params.RoleArn?t.service.assumeRole:t.service.getSessionToken).call(t.service,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},loadMasterCredentials:function(e){for(this.masterCredentials=e||a.config.credentials;this.masterCredentials.masterCredentials;)this.masterCredentials=this.masterCredentials.masterCredentials;"function"!=typeof this.masterCredentials.get&&(this.masterCredentials=new a.Credentials(this.masterCredentials))},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":334,"../core":350}],357:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.WebIdentityCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.params.RoleSessionName=this.params.RoleSessionName||"web-identity",this.data=null,this._clientConfig=a.util.copy(t||{})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithWebIdentity(function(r,a){t.data=null,r||(t.data=a,t.service.credentialsFrom(a,t)),e(r)})},createClients:function(){if(!this.service){var e=a.util.merge({},this._clientConfig);e.params=this.params,this.service=new i(e)}}})},{"../../clients/sts":334,"../core":350}],358:[function(e,t,r){(function(r){(function(){function a(e){var t=e.service,r=t.api||{},a={};return t.config.region&&(a.region=t.config.region),r.serviceId&&(a.serviceId=r.serviceId),t.config.credentials.accessKeyId&&(a.accessKeyId=t.config.credentials.accessKeyId),a}function i(e,t,r){r&&void 0!==t&&null!==t&&"structure"===r.type&&r.required&&r.required.length>0&&b.arrayEach(r.required,function(a){var s=r.members[a];if(!0===s.endpointDiscoveryId){var o=s.isLocationName?s.name:a;e[o]=String(t[a])}else i(e,t[a],s)})}function s(e,t){var r={};return i(r,e.params,t),r}function o(e){var t=e.service,r=t.api,i=r.operations?r.operations[e.operation]:void 0,o=i?i.input:void 0,n=s(e,o),p=a(e);Object.keys(n).length>0&&(p=b.update(p,n),i&&(p.operation=i.name));var m=y.endpointCache.get(p);if(!m||1!==m.length||""!==m[0].Address)if(m&&m.length>0)e.httpRequest.updateEndpoint(m[0].Address);else{var c=t.makeRequest(r.endpointOperation,{Operation:i.name,Identifiers:n});u(c),c.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),c.removeListener("retry",y.EventListeners.Core.RETRY_CHECK),y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}]),c.send(function(e,t){t&&t.Endpoints?y.endpointCache.put(p,t.Endpoints):e&&y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}])})}}function n(e,t){var r=e.service,i=r.api,o=i.operations?i.operations[e.operation]:void 0,n=o?o.input:void 0,p=s(e,n),m=a(e);Object.keys(p).length>0&&(m=b.update(m,p),o&&(m.operation=o.name));var c=y.EndpointCache.getKeyString(m),l=y.endpointCache.get(c);if(l&&1===l.length&&""===l[0].Address)return g[c]||(g[c]=[]),void g[c].push({request:e,callback:t});if(l&&l.length>0)e.httpRequest.updateEndpoint(l[0].Address),t();else{var d=r.makeRequest(i.endpointOperation,{Operation:o.name,Identifiers:p});d.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),u(d),y.endpointCache.put(c,[{Address:"",CachePeriodInMinutes:60}]),d.send(function(r,a){if(r){if(e.response.error=b.error(r,{retryable:!1}),y.endpointCache.remove(m),g[c]){var i=g[c];b.arrayEach(i,function(e){e.request.response.error=b.error(r,{retryable:!1}),e.callback()}),delete g[c]}}else if(a&&(y.endpointCache.put(c,a.Endpoints),e.httpRequest.updateEndpoint(a.Endpoints[0].Address),g[c])){var i=g[c];b.arrayEach(i,function(e){e.request.httpRequest.updateEndpoint(a.Endpoints[0].Address),e.callback()}),delete g[c]}t()})}}function u(e){var t=e.service.api,r=t.apiVersion;r&&!e.httpRequest.headers["x-amz-api-version"]&&(e.httpRequest.headers["x-amz-api-version"]=r)}function p(e){var t=e.error,r=e.httpResponse;if(t&&("InvalidEndpointException"===t.code||421===r.statusCode)){var i=e.request,o=i.service.api.operations||{},n=o[i.operation]?o[i.operation].input:void 0,u=s(i,n),p=a(i);Object.keys(u).length>0&&(p=b.update(p,u),o[i.operation]&&(p.operation=o[i.operation].name)),y.endpointCache.remove(p)}}function m(e){if(e._originalConfig&&e._originalConfig.endpoint&&!0===e._originalConfig.endpointDiscoveryEnabled)throw b.error(new Error,{code:"ConfigurationException",message:"Custom endpoint is supplied; endpointDiscoveryEnabled must not be true."});var t=y.config[e.serviceIdentifier]||{};return Boolean(y.config.endpoint||t.endpoint||e._originalConfig&&e._originalConfig.endpoint)}function c(e){return["false","0"].indexOf(e)>=0}function l(e){var t=e.service||{};if(void 0!==t.config.endpointDiscoveryEnabled)return t.config.endpointDiscoveryEnabled;if(!b.isBrowser()){for(var a=0;a-1&&0===++e[t];t--);}var s=e("../core").util,o=s.buffer.toBuffer;a.fromNumber=function(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(e+" is too large (or, if negative, too small) to represent as an Int64");for(var t=new Uint8Array(8),r=7,s=Math.abs(Math.round(e));r>-1&&s>0;r--,s/=256)t[r]=s;return e<0&&i(t),new a(t)},a.prototype.valueOf=function(){var e=this.bytes.slice(0),t=128&e[0];return t&&i(e),parseInt(e.toString("hex"),16)*(t?-1:1)},a.prototype.toString=function(){return String(this.valueOf())},t.exports={Int64:a}},{"../core":350}],368:[function(e,t,r){function a(e,t,r){var a=s(t),o=a.headers[":message-type"];if(o){if("error"===o.value)throw i(a);if("event"!==o.value)return} var n=a.headers[":event-type"],u=r.members[n.value];if(u){var p={},m=u.eventPayloadMemberName;if(m){var c=u.members[m];"binary"===c.type?p[m]=a.body:p[m]=e.parse(a.body.toString(),c)}for(var l=u.eventHeaderMemberNames,d=0;d=0)return e.httpRequest.headers["X-Amz-Content-Sha256"]="UNSIGNED-PAYLOAD",t();i.util.computeSha256(s,function(r,a){r?t(r):(e.httpRequest.headers["X-Amz-Content-Sha256"]=a,t())})}else t()}}),e("SET_CONTENT_LENGTH","afterBuild",function(e){var t=r(e),a=i.util.getRequestPayloadShape(e);if(void 0===e.httpRequest.headers["Content-Length"])try{var s=i.util.string.byteLength(e.httpRequest.body);e.httpRequest.headers["Content-Length"]=s}catch(r){if(a&&a.isStreaming){if(a.requiresLength)throw r;if(t.indexOf("unsigned-body")>=0)return void(e.httpRequest.headers["Transfer-Encoding"]="chunked");throw r}throw r}}),e("SET_HTTP_HOST","afterBuild",function(e){e.httpRequest.headers.Host=e.httpRequest.endpoint.host}),e("SET_TRACE_ID","afterBuild",function(e){if(i.util.isNode()&&!Object.hasOwnProperty.call(e.httpRequest.headers,"X-Amzn-Trace-Id")){var r=t.env.AWS_LAMBDA_FUNCTION_NAME,a=t.env._X_AMZN_TRACE_ID;"string"==typeof r&&r.length>0&&"string"==typeof a&&a.length>0&&(e.httpRequest.headers["X-Amzn-Trace-Id"]=a)}}),e("RESTART","restart",function(){var e=this.response.error;e&&e.retryable&&(this.httpRequest=new i.HttpRequest(this.service.endpoint,this.service.region),this.response.retryCount=600?this.emit("sign",[this],function(e){e?t(e):o()}):o()}),e("HTTP_HEADERS","httpHeaders",function(e,t,r,a){r.httpResponse.statusCode=e,r.httpResponse.statusMessage=a,r.httpResponse.headers=t,r.httpResponse.body=i.util.buffer.toBuffer(""),r.httpResponse.buffers=[],r.httpResponse.numBytes=0;var s=t.date||t.Date,o=r.request.service;if(s){var n=Date.parse(s);o.config.correctClockSkew&&o.isClockSkewed(n)&&o.applyClockOffset(n)}}),e("HTTP_DATA","httpData",function(e,t){if(e){if(i.util.isNode()){t.httpResponse.numBytes+=e.length;var r=t.httpResponse.headers["content-length"],a={loaded:t.httpResponse.numBytes,total:r};t.request.emit("httpDownloadProgress",[a,t])}t.httpResponse.buffers.push(i.util.buffer.toBuffer(e))}}),e("HTTP_DONE","httpDone",function(e){if(e.httpResponse.buffers&&e.httpResponse.buffers.length>0){var t=i.util.buffer.concat(e.httpResponse.buffers);e.httpResponse.body=t}delete e.httpResponse.numBytes,delete e.httpResponse.buffers}),e("FINALIZE_ERROR","retry",function(e){e.httpResponse.statusCode&&(e.error.statusCode=e.httpResponse.statusCode,void 0===e.error.retryable&&(e.error.retryable=this.service.retryableError(e.error,this)))}),e("INVALIDATE_CREDENTIALS","retry",function(e){if(e.error)switch(e.error.code){case"RequestExpired":case"ExpiredTokenException":case"ExpiredToken":e.error.retryable=!0,e.request.service.config.credentials.expired=!0}}),e("EXPIRED_SIGNATURE","retry",function(e){var t=e.error;t&&"string"==typeof t.code&&"string"==typeof t.message&&t.code.match(/Signature/)&&t.message.match(/expired/)&&(e.error.retryable=!0)}),e("CLOCK_SKEWED","retry",function(e){e.error&&this.service.clockSkewError(e.error)&&this.service.config.correctClockSkew&&(e.error.retryable=!0)}),e("REDIRECT","retry",function(e){e.error&&e.error.statusCode>=300&&e.error.statusCode<400&&e.httpResponse.headers.location&&(this.httpRequest.endpoint=new i.Endpoint(e.httpResponse.headers.location),this.httpRequest.headers.Host=this.httpRequest.endpoint.host,this.httpRequest.path=this.httpRequest.endpoint.path,e.error.redirect=!0,e.error.retryable=!0)}),e("RETRY_CHECK","retry",function(e){e.error&&(e.error.redirect&&e.redirectCount=0?(e.error=null,setTimeout(t,r)):t()})}),CorePost:(new s).addNamedListeners(function(e){e("EXTRACT_REQUEST_ID","extractData",i.util.extractRequestId),e("EXTRACT_REQUEST_ID","extractError",i.util.extractRequestId),e("ENOTFOUND_ERROR","httpError",function(e){if("NetworkingError"===e.code&&function(e){return"ENOTFOUND"===e.errno||"number"==typeof e.errno&&"function"==typeof i.util.getSystemErrorName&&["EAI_NONAME","EAI_NODATA"].indexOf(i.util.getSystemErrorName(e.errno)>=0)}(e)){var t="Inaccessible host: `"+e.hostname+"' at port `"+e.port+"'. This service may not be available in the `"+e.region+"' region.";this.response.error=i.util.error(new Error(t),{code:"UnknownEndpoint",region:e.region,hostname:e.hostname,retryable:!0,originalError:e})}})}),Logger:(new s).addNamedListeners(function(t){t("LOG_REQUEST","complete",function(t){function r(e,t){if(!t)return t;if(e.isSensitive)return"***SensitiveInformation***";switch(e.type){case"structure":var a={};return i.util.each(t,function(t,i){Object.prototype.hasOwnProperty.call(e.members,t)?a[t]=r(e.members[t],i):a[t]=i}),a;case"list":var s=[];return i.util.arrayEach(t,function(t,a){s.push(r(e.member,t))}),s;case"map":var o={};return i.util.each(t,function(t,a){o[t]=r(e.value,a)}),o;default:return t}}var a=t.request,s=a.service.config.logger;if(s){var o=function(){var o=t.request.service.getSkewCorrectedDate().getTime(),n=(o-a.startTime.getTime())/1e3,u=!!s.isTTY,p=t.httpResponse.statusCode,m=a.params;if(a.service.api.operations&&a.service.api.operations[a.operation]&&a.service.api.operations[a.operation].input){m=r(a.service.api.operations[a.operation].input,a.params)}var c=e("util").inspect(m,!0,null),l="";return u&&(l+=""),l+="[AWS "+a.service.serviceIdentifier+" "+p,l+=" "+n.toString()+"s "+t.retryCount+" retries]",u&&(l+=""),l+=" "+i.util.string.lowerFirst(a.operation),l+="("+c+")",u&&(l+=""),l}();"function"==typeof s.log?s.log(o):"function"==typeof s.write&&s.write(o+"\n")}})}),Json:(new s).addNamedListeners(function(t){var r=e("./protocol/json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Rest:(new s).addNamedListeners(function(t){var r=e("./protocol/rest");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),RestJson:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError),t("UNSET_CONTENT_LENGTH","afterBuild",r.unsetContentLength)}),RestXml:(new s).addNamedListeners(function(t){var r=e("./protocol/rest_xml");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Query:(new s).addNamedListeners(function(t){var r=e("./protocol/query");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)})}}).call(this)}).call(this,e("_process"))},{"./core":350,"./discover_endpoint":358,"./protocol/json":386,"./protocol/query":387,"./protocol/rest":388,"./protocol/rest_json":389,"./protocol/rest_xml":390,"./sequential_executor":401,_process:445,util:439}],372:[function(e,t,r){var a=e("./core"),i=a.util.inherit;a.Endpoint=i({constructor:function(e,t){if(a.util.hideProperties(this,["slashes","auth","hash","search","query"]),void 0===e||null===e)throw new Error("Invalid endpoint: "+e);if("string"!=typeof e)return a.util.copy(e);if(!e.match(/^http/)){e=((t&&void 0!==t.sslEnabled?t.sslEnabled:a.config.sslEnabled)?"https":"http")+"://"+e}a.util.update(this,a.util.urlParse(e)),this.port?this.port=parseInt(this.port,10):this.port="https:"===this.protocol?443:80}}),a.HttpRequest=i({constructor:function(e,t){e=new a.Endpoint(e),this.method="POST",this.path=e.path||"/",this.headers={},this.body="",this.endpoint=e,this.region=t,this._userAgent="",this.setUserAgent()},setUserAgent:function(){this._userAgent=this.headers[this.getUserAgentHeaderName()]=a.util.userAgent()},getUserAgentHeaderName:function(){return(a.util.isBrowser()?"X-Amz-":"")+"User-Agent"},appendToUserAgent:function(e){"string"==typeof e&&e&&(this._userAgent+=" "+e),this.headers[this.getUserAgentHeaderName()]=this._userAgent},getUserAgent:function(){return this._userAgent},pathname:function(){return this.path.split("?",1)[0]},search:function(){var e=this.path.split("?",2)[1];return e?(e=a.util.queryStringParse(e),a.util.queryParamsToString(e)):""},updateEndpoint:function(e){var t=new a.Endpoint(e);this.endpoint=t,this.path=t.path||"/",this.headers.Host&&(this.headers.Host=t.host)}}),a.HttpResponse=i({constructor:function(){this.statusCode=void 0,this.headers={},this.body=void 0,this.streaming=!1,this.stream=null},createUnbufferedStream:function(){return this.streaming=!0,this.stream}}),a.HttpClient=i({}),a.HttpClient.getInstance=function(){return void 0===this.singleton&&(this.singleton=new this),this.singleton}},{"./core":350}],373:[function(e,t,r){var a=e("../core"),i=e("events").EventEmitter;e("../http"),a.XHRClient=a.util.inherit({handleRequest:function(e,t,r,s){var o=this,n=e.endpoint,u=new i,p=n.protocol+"//"+n.hostname;80!==n.port&&443!==n.port&&(p+=":"+n.port),p+=e.path;var m=new XMLHttpRequest,c=!1;e.stream=m,m.addEventListener("readystatechange",function(){try{if(0===m.status)return}catch(e){return}this.readyState>=this.HEADERS_RECEIVED&&!c&&(u.statusCode=m.status,u.headers=o.parseHeaders(m.getAllResponseHeaders()),u.emit("headers",u.statusCode,u.headers,m.statusText),c=!0),this.readyState===this.DONE&&o.finishRequest(m,u)},!1),m.upload.addEventListener("progress",function(e){u.emit("sendProgress",e)}),m.addEventListener("progress",function(e){u.emit("receiveProgress",e)},!1),m.addEventListener("timeout",function(){s(a.util.error(new Error("Timeout"),{code:"TimeoutError"}))},!1),m.addEventListener("error",function(){s(a.util.error(new Error("Network Failure"),{code:"NetworkingError"}))},!1),m.addEventListener("abort",function(){s(a.util.error(new Error("Request aborted"),{code:"RequestAbortedError"}))},!1),r(u),m.open(e.method,p,!1!==t.xhrAsync),a.util.each(e.headers,function(e,t){"Content-Length"!==e&&"User-Agent"!==e&&"Host"!==e&&m.setRequestHeader(e,t)}),t.timeout&&!1!==t.xhrAsync&&(m.timeout=t.timeout),t.xhrWithCredentials&&(m.withCredentials=!0);try{m.responseType="arraybuffer"}catch(e){}try{e.body?m.send(e.body):m.send()}catch(t){if(!e.body||"object"!=typeof e.body.buffer)throw t;m.send(e.body.buffer)}return u},parseHeaders:function(e){var t={};return a.util.arrayEach(e.split(/\r?\n/),function(e){var r=e.split(":",1)[0],a=e.substring(r.length+2);r.length>0&&(t[r.toLowerCase()]=a)}),t},finishRequest:function(e,t){var r;if("arraybuffer"===e.responseType&&e.response){var i=e.response;r=new a.util.Buffer(i.byteLength);for(var s=new Uint8Array(i),o=0;o-1?t||"":t,this.isJsonValue?JSON.parse(t):t&&"function"==typeof t.toString?t.toString():t},this.toWireFormat=function(e){return this.isJsonValue?JSON.stringify(e):e}}function l(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseFloat(e)},this.toWireFormat=this.toType}function d(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseInt(e,10)},this.toWireFormat=this.toType}function y(){s.apply(this,arguments),this.toType=function(e){var t=h.base64.decode(e);if(this.isSensitive&&h.isNode()&&"function"==typeof h.Buffer.alloc){var r=h.Buffer.alloc(t.length,t);t.fill(0),t=r}return t},this.toWireFormat=h.base64.encode}function b(){y.apply(this,arguments)}function S(){s.apply(this,arguments),this.toType=function(e){return"boolean"==typeof e?e:null===e||void 0===e?null:"true"===e}}var g=e("./collection"),h=e("../util");s.normalizedTypes={character:"string",double:"float",long:"integer",short:"integer",biginteger:"integer",bigdecimal:"float",blob:"binary"},s.types={structure:n,list:u,map:p,boolean:S,timestamp:m,float:l,integer:d,string:c,base64:b,binary:y},s.resolve=function(e,t){if(e.shape){var r=t.api.shapes[e.shape];if(!r)throw new Error("Cannot find shape reference: "+e.shape);return r}return null},s.create=function(e,t,r){if(e.isShape)return e;var a=s.resolve(e,t);if(a){var i=Object.keys(e);t.documentation||(i=i.filter(function(e){return!e.match(/documentation/)}));var o=function(){a.constructor.call(this,e,t,r)};return o.prototype=a,new o}e.type||(e.members?e.type="structure":e.member?e.type="list":e.key?e.type="map":e.type="string");var n=e.type ;if(s.normalizedTypes[e.type]&&(e.type=s.normalizedTypes[e.type]),s.types[e.type])return new s.types[e.type](e,t,r);throw new Error("Unrecognized shape type: "+n)},s.shapes={StructureShape:n,ListShape:u,MapShape:p,StringShape:c,BooleanShape:S,Base64Shape:b},t.exports=s},{"../util":428,"./collection":378}],383:[function(e,t,r){var a=e("./core");a.ParamValidator=a.util.inherit({constructor:function(e){!0!==e&&void 0!==e||(e={min:!0}),this.validation=e},validate:function(e,t,r){if(this.errors=[],this.validateMember(e,t||{},r||"params"),this.errors.length>1){var i=this.errors.join("\n* ");throw i="There were "+this.errors.length+" validation errors:\n* "+i,a.util.error(new Error(i),{code:"MultipleValidationErrors",errors:this.errors})}if(1===this.errors.length)throw this.errors[0];return!0},fail:function(e,t){this.errors.push(a.util.error(new Error(t),{code:e}))},validateStructure:function(e,t,r){if(e.isDocument)return!0;this.validateType(t,r,["object"],"structure");for(var a,i=0;e.required&&i= 1, but found "'+t+'" for '+r)},validatePattern:function(e,t,r){this.validation.pattern&&void 0!==e.pattern&&(new RegExp(e.pattern).test(t)||this.fail("PatternMatchError",'Provided value "'+t+'" does not match regex pattern /'+e.pattern+"/ for "+r))},validateRange:function(e,t,r,a){this.validation.min&&void 0!==e.min&&t= "+e.min+", but found "+t+" for "+r),this.validation.max&&void 0!==e.max&&t>e.max&&this.fail("MaxRangeError","Expected "+a+" <= "+e.max+", but found "+t+" for "+r)},validateEnum:function(e,t,r){this.validation.enum&&void 0!==e.enum&&-1===e.enum.indexOf(t)&&this.fail("EnumError","Found string value of "+t+", but expected "+e.enum.join("|")+" for "+r)},validateType:function(e,t,r,i){if(null===e||void 0===e)return!1;for(var s=!1,o=0;o63)throw u.error(new Error,{code:"ValidationError",message:"Hostname label length should be between 1 to 63 characters, inclusive."});if(!r.test(e))throw p.util.error(new Error,{code:"ValidationError",message:e+" is not hostname compatible."})})}var u=e("../util"),p=e("../core");t.exports={populateHostPrefix:a}},{"../core":350,"../util":428}],386:[function(e,t,r){function a(e){var t=e.httpRequest,r=e.service.api,a=r.targetPrefix+"."+r.operations[e.operation].name,i=r.jsonVersion||"1.0",s=r.operations[e.operation].input,o=new n;1===i&&(i="1.0"),r.awsQueryCompatible&&(t.params||(t.params={}),Object.assign(t.params,e.params)),t.body=o.build(e.params||{},s),t.headers["Content-Type"]="application/x-amz-json-"+i,t.headers["X-Amz-Target"]=a,p(e)}function i(e){var t={},r=e.httpResponse;if(t.code=r.headers["x-amzn-errortype"]||"UnknownError","string"==typeof t.code&&(t.code=t.code.split(":")[0]),r.body.length>0)try{var a=JSON.parse(r.body.toString()),i=a.__type||a.code||a.Code;i&&(t.code=i.split("#").pop()),"RequestEntityTooLarge"===t.code?t.message="Request body must be less than 1 MB":t.message=a.message||a.Message||null;for(var s in a||{})"code"!==s&&"message"!==s&&(t["["+s+"]"]="See error."+s+" for details.",Object.defineProperty(t,s,{value:a[s],enumerable:!1,writable:!0}))}catch(a){t.statusCode=r.statusCode,t.message=r.statusMessage}else t.statusCode=r.statusCode,t.message=r.statusCode.toString();e.error=o.error(new Error,t)}function s(e){var t=e.httpResponse.body.toString()||"{}";if(!1===e.request.service.config.convertResponseTypes)e.data=JSON.parse(t);else{var r=e.request.service.api.operations[e.request.operation],a=r.output||{},i=new u;e.data=i.parse(t,a)}}var o=e("../util"),n=e("../json/builder"),u=e("../json/parser"),p=e("./helpers").populateHostPrefix;t.exports={buildRequest:a,extractError:i,extractData:s}},{"../json/builder":374,"../json/parser":375,"../util":428,"./helpers":385}],387:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation],r=e.httpRequest;r.headers["Content-Type"]="application/x-www-form-urlencoded; charset=utf-8",r.params={Version:e.service.api.apiVersion,Action:t.name},(new u).serialize(e.params,t.input,function(e,t){r.params[e]=t}),r.body=n.queryParamsToString(r.params),m(e)}function i(e){var t,r=e.httpResponse.body.toString();if(r.match("=0?"&":"?";var n=[];m.arrayEach(Object.keys(s).sort(),function(e){Array.isArray(s[e])||(s[e]=[s[e]]);for(var t=0;t=0&&delete e.httpRequest.headers["Content-Length"]}function i(e){var t=new d,r=e.service.api.operations[e.operation].input;if(r.payload){var a={},i=r.members[r.payload];a=e.params[r.payload],"structure"===i.type?(e.httpRequest.body=t.build(a||{},i),s(e)):void 0!==a&&(e.httpRequest.body=a,("binary"===i.type||i.isStreaming)&&s(e,!0))}else e.httpRequest.body=t.build(e.params,r),s(e)}function s(e,t){if(!e.httpRequest.headers["Content-Type"]){var r=t?"binary/octet-stream":"application/json";e.httpRequest.headers["Content-Type"]=r}}function o(e){c.buildRequest(e),b.indexOf(e.httpRequest.method)<0&&i(e)}function n(e){l.extractError(e)}function u(e){c.extractData(e);var t,r=e.request,a=r.service.api.operations[r.operation],i=r.service.api.operations[r.operation].output||{};a.hasEventOutput;if(i.payload){var s=i.members[i.payload],o=e.httpResponse.body;if(s.isEventStream)t=new y,e.data[i.payload]=m.createEventStream(2===p.HttpClient.streamsApiVersion?e.httpResponse.stream:o,t,s);else if("structure"===s.type||"list"===s.type){var t=new y;e.data[i.payload]=t.parse(o,s)}else"binary"===s.type||s.isStreaming?e.data[i.payload]=o:e.data[i.payload]=s.toType(o)}else{var n=e.data;l.extractData(e),e.data=m.merge(n,e.data)}}var p=e("../core"),m=e("../util"),c=e("./rest"),l=e("./json"),d=e("../json/builder"),y=e("../json/parser"),b=["GET","HEAD","DELETE"];t.exports={buildRequest:o,extractError:n,extractData:u,unsetContentLength:a}},{"../core":350,"../json/builder":374,"../json/parser":375,"../util":428,"./json":386,"./rest":388}],390:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation].input,r=new n.XML.Builder,a=e.params,i=t.payload;if(i){var s=t.members[i];if(void 0===(a=a[i]))return;if("structure"===s.type){var o=s.name;e.httpRequest.body=r.toXML(a,s,o,!0)}else e.httpRequest.body=a}else e.httpRequest.body=r.toXML(a,t,t.name||t.shape||u.string.upperFirst(e.operation)+"Request")}function i(e){p.buildRequest(e),["GET","HEAD"].indexOf(e.httpRequest.method)<0&&a(e)}function s(e){p.extractError(e);var t;try{t=(new n.XML.Parser).parse(e.httpResponse.body.toString())}catch(r){t={Code:e.httpResponse.statusCode,Message:e.httpResponse.statusMessage}}t.Errors&&(t=t.Errors),t.Error&&(t=t.Error),t.Code?e.error=u.error(new Error,{code:t.Code,message:t.Message}):e.error=u.error(new Error,{code:e.httpResponse.statusCode,message:null})}function o(e){p.extractData(e);var t,r=e.request,a=e.httpResponse.body,i=r.service.api.operations[r.operation],s=i.output,o=(i.hasEventOutput,s.payload);if(o){var m=s.members[o];m.isEventStream?(t=new n.XML.Parser,e.data[o]=u.createEventStream(2===n.HttpClient.streamsApiVersion?e.httpResponse.stream:e.httpResponse.body,t,m)):"structure"===m.type?(t=new n.XML.Parser,e.data[o]=t.parse(a.toString(),m)):"binary"===m.type||m.isStreaming?e.data[o]=a:e.data[o]=m.toType(a)}else if(a.length>0){t=new n.XML.Parser;var c=t.parse(a.toString(),s);u.update(e.data,c)}}var n=e("../core"),u=e("../util"),p=e("./rest");t.exports={buildRequest:i,extractError:s,extractData:o}},{"../core":350,"../util":428,"./rest":388}],391:[function(e,t,r){function a(){}function i(e){return e.isQueryName||"ec2"!==e.api.protocol?e.name:e.name[0].toUpperCase()+e.name.substr(1)}function s(e,t,r,a){p.each(r.members,function(r,s){var o=t[r];if(null!==o&&void 0!==o){var n=i(s);n=e?e+"."+n:n,u(n,o,s,a)}})}function o(e,t,r,a){var i=1;p.each(t,function(t,s){var o=r.flattened?".":".entry.",n=o+i+++".",p=n+(r.key.name||"key"),m=n+(r.value.name||"value");u(e+p,t,r.key,a),u(e+m,s,r.value,a)})}function n(e,t,r,a){var s=r.member||{};if(0===t.length)return void("ec2"!==r.api.protocol&&a.call(this,e,null));p.arrayEach(t,function(t,o){var n="."+(o+1);if("ec2"===r.api.protocol)n+="";else if(r.flattened){if(s.name){var p=e.split(".");p.pop(),p.push(i(s)),e=p.join(".")}}else n="."+(s.name?s.name:"member")+n;u(e+n,t,s,a)})}function u(e,t,r,a){null!==t&&void 0!==t&&("structure"===r.type?s(e,t,r,a):"list"===r.type?n(e,t,r,a):"map"===r.type?o(e,t,r,a):a(e,r.toWireFormat(t).toString()))}var p=e("../util");a.prototype.serialize=function(e,t,r){s("",e,t,r)},t.exports=a},{"../util":428}],392:[function(e,t,r){var a=e("../core"),i=null,s={signatureVersion:"v4",signingName:"rds-db",operations:{}},o={region:"string",hostname:"string",port:"number",username:"string"};a.RDS.Signer=a.util.inherit({constructor:function(e){this.options=e||{}},convertUrlToAuthToken:function(e){if(0===e.indexOf("https://"))return e.substring("https://".length)},getAuthToken:function(e,t){"function"==typeof e&&void 0===t&&(t=e,e={});var r=this,o="function"==typeof t;e=a.util.merge(this.options,e);var n=this.validateAuthTokenOptions(e);if(!0!==n){if(o)return t(n,null);throw n}var u={region:e.region,endpoint:new a.Endpoint(e.hostname+":"+e.port),paramValidation:!1,signatureVersion:"v4"};e.credentials&&(u.credentials=e.credentials),i=new a.Service(u),i.api=s;var p=i.makeRequest();if(this.modifyRequestForAuthToken(p,e),!o){var m=p.presign(900);return this.convertUrlToAuthToken(m)}p.presign(900,function(e,a){a&&(a=r.convertUrlToAuthToken(a)),t(e,a)})},modifyRequestForAuthToken:function(e,t){e.on("build",e.buildAsGet),e.httpRequest.body=a.util.queryParamsToString({Action:"connect",DBUser:t.username})},validateAuthTokenOptions:function(e){var t="";e=e||{};for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&typeof e[r]!==o[r]&&(t+="option '"+r+"' should have been type '"+o[r]+"', was '"+typeof e[r]+"'.\n");return!t.length||a.util.error(new Error,{code:"InvalidParameter",message:t})}})},{"../core":350}],393:[function(e,t,r){t.exports={now:function(){return"undefined"!=typeof performance&&"function"==typeof performance.now?performance.now():Date.now()}}},{}],394:[function(e,t,r){function a(e){return"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips"))}function i(e){return"string"==typeof e&&["aws-global","aws-us-gov-global"].includes(e)}function s(e){return["fips-aws-global","aws-fips","aws-global"].includes(e)?"us-east-1":["fips-aws-us-gov-global","aws-us-gov-global"].includes(e)?"us-gov-west-1":e.replace(/fips-(dkr-|prod-)?|-fips/,"")}t.exports={isFipsRegion:a,isGlobalRegion:i,getRealRegion:s}},{}],395:[function(e,t,r){function a(e){if(!e)return null;var t=e.split("-");return t.length<3?null:t.slice(0,t.length-2).join("-")+"-*"}function i(e){var t=e.config.region,r=a(t),i=e.api.endpointPrefix;return[[t,i],[r,i],[t,"*"],[r,"*"],["*",i],[t,"internal-*"],["*","*"]].map(function(e){return e[0]&&e[1]?e.join("/"):null})}function s(e,t){u.each(t,function(t,r){"globalEndpoint"!==t&&(void 0!==e.config[t]&&null!==e.config[t]||(e.config[t]=r))})}function o(e){for(var t=i(e),r=e.config.useFipsEndpoint,a=e.config.useDualstackEndpoint,o=0;o=0){u=!0;var p=0}var m=function(){u&&p!==n?i.emit("error",a.util.error(new Error("Stream content length mismatch. Received "+p+" of "+n+" bytes."),{code:"StreamContentLengthMismatch"})):2===a.HttpClient.streamsApiVersion?i.end():i.emit("end")},c=o.httpResponse.createUnbufferedStream();if(2===a.HttpClient.streamsApiVersion)if(u){var l=new e.PassThrough;l._write=function(t){return t&&t.length&&(p+=t.length),e.PassThrough.prototype._write.apply(this,arguments)},l.on("end",m),i.on("error",function(e){u=!1,c.unpipe(l),l.emit("end"),l.end()}),c.pipe(l).pipe(i,{end:!1})}else c.pipe(i);else u&&c.on("data",function(e){e&&e.length&&(p+=e.length)}),c.on("data",function(e){i.emit("data",e)}),c.on("end",m);c.on("error",function(e){u=!1,i.emit("error",e)})}}),i},emitEvent:function(e,t,r){"function"==typeof t&&(r=t,t=null),r||(r=function(){}),t||(t=this.eventParameters(e,this.response)),a.SequentialExecutor.prototype.emit.call(this,e,t,function(e){e&&(this.response.error=e),r.call(this,e)})},eventParameters:function(e){switch(e){case"restart":case"validate":case"sign":case"build":case"afterValidate":case"afterBuild":return[this];case"error":return[this.response.error,this.response];default:return[this.response]}},presign:function(e,t){return t||"function"!=typeof e||(t=e,e=null),(new a.Signers.Presign).sign(this.toGet(),e,t)},isPresigned:function(){return Object.prototype.hasOwnProperty.call(this.httpRequest.headers,"presigned-expires")},toUnauthenticated:function(){return this._unAuthenticated=!0,this.removeListener("validate",a.EventListeners.Core.VALIDATE_CREDENTIALS),this.removeListener("sign",a.EventListeners.Core.SIGN),this},toGet:function(){return"query"!==this.service.api.protocol&&"ec2"!==this.service.api.protocol||(this.removeListener("build",this.buildAsGet),this.addListener("build",this.buildAsGet)),this},buildAsGet:function(e){e.httpRequest.method="GET",e.httpRequest.path=e.service.endpoint.path+"?"+e.httpRequest.body,e.httpRequest.body="",delete e.httpRequest.headers["Content-Length"],delete e.httpRequest.headers["Content-Type"]},haltHandlersOnError:function(){this._haltHandlersOnError=!0}}),a.Request.addPromisesToClass=function(e){this.prototype.promise=function(){var t=this;return this.httpRequest.appendToUserAgent("promise"),new e(function(e,r){t.on("complete",function(t){t.error?r(t.error):e(Object.defineProperty(t.data||{},"$response",{value:t}))}),t.runTo()})}},a.Request.deletePromisesFromClass=function(){delete this.prototype.promise},a.util.addPromises(a.Request),a.util.mixin(a.Request,a.SequentialExecutor)}).call(this)}).call(this,e("_process"))},{"./core":350,"./state_machine":427,_process:445,jmespath:444}],398:[function(e,t,r){function a(e){var t=e.request._waiter,r=t.config.acceptors,a=!1,i="retry";r.forEach(function(r){if(!a){var s=t.matchers[r.matcher];s&&s(e,r.expected,r.argument)&&(a=!0,i=r.state)}}),!a&&e.error&&(i="failure"),"success"===i?t.setSuccess(e):t.setError(e,"retry"===i)}var i=e("./core"),s=i.util.inherit,o=e("jmespath");i.ResourceWaiter=s({constructor:function(e,t){this.service=e,this.state=t,this.loadWaiterConfig(this.state)},service:null,state:null,config:null,matchers:{path:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}return o.strictDeepEqual(a,t)},pathAll:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}Array.isArray(a)||(a=[a]);var i=a.length;if(!i)return!1;for(var s=0;s=1&&t.doneParts===t.numParts&&t.finishMultiPart()}))}r&&t.fillQueue.call(t)},abort:function(){var e=this;!0===e.isDoneChunking&&1===e.totalPartNumbers&&e.singlePart?e.singlePart.abort():e.cleanup(a.util.error(new Error("Request aborted by user"),{code:"RequestAbortedError",retryable:!1}))},validateBody:function(){var e=this;if(e.body=e.service.config.params.Body,"string"==typeof e.body)e.body=a.util.buffer.toBuffer(e.body);else if(!e.body)throw new Error("params.Body is required");e.sliceFn=a.util.arraySliceFn(e.body)},bindServiceObject:function(e){e=e||{};var t=this;if(t.service){var r=t.service,i=a.util.copy(r.config);i.signatureVersion=r.getSignatureVersion(),t.service=new r.constructor.__super__(i),t.service.config.params=a.util.merge(t.service.config.params||{},e),Object.defineProperty(t.service,"_originalConfig",{get:function(){return r._originalConfig},enumerable:!1,configurable:!0})}else t.service=new a.S3({params:e})},adjustTotalBytes:function(){var e=this;try{e.totalBytes=i(e.body)}catch(e){}if(e.totalBytes){var t=Math.ceil(e.totalBytes/e.maxTotalParts);t>e.partSize&&(e.partSize=t)}else e.totalBytes=void 0},isDoneChunking:!1,partPos:0,totalChunkedBytes:0,totalUploadedBytes:0,totalBytes:void 0,numParts:0,totalPartNumbers:0,activeParts:0,doneParts:0,parts:null,completeInfo:null,failed:!1,multipartReq:null,partBuffers:null,partBufferLength:0,fillBuffer:function(){var e=this,t=i(e.body);if(0===t)return e.isDoneChunking=!0,e.numParts=1,void e.nextChunk(e.body);for(;e.activeParts=e.queueSize)){var t=e.body.read(e.partSize-e.partBufferLength)||e.body.read();if(t&&(e.partBuffers.push(t),e.partBufferLength+=t.length,e.totalChunkedBytes+=t.length),e.partBufferLength>=e.partSize){var r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers);if(e.partBuffers=[],e.partBufferLength=0,r.length>e.partSize){var a=r.slice(e.partSize);e.partBuffers.push(a),e.partBufferLength+=a.length,r=r.slice(0,e.partSize)}e.nextChunk(r)}e.isDoneChunking&&!e.isDoneSending&&(r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers),e.partBuffers=[],e.partBufferLength=0,e.totalBytes=e.totalChunkedBytes,e.isDoneSending=!0,(0===e.numParts||r.length>0)&&(e.numParts++,e.nextChunk(r))),e.body.read(0)}},nextChunk:function(e){var t=this;if(t.failed)return null;var r=++t.totalPartNumbers;if(t.isDoneChunking&&1===r){var i={Body:e};this.tags&&(i.Tagging=this.getTaggingHeader());var s=t.service.putObject(i);return s._managedUpload=t,s.on("httpUploadProgress",t.progress).send(t.finishSinglePart),t.singlePart=s,null}if(t.service.config.params.ContentMD5){var o=a.util.error(new Error("The Content-MD5 you specified is invalid for multi-part uploads."),{code:"InvalidDigest",retryable:!1});return t.cleanup(o),null}if(t.completeInfo[r]&&null!==t.completeInfo[r].ETag)return null;t.activeParts++,t.service.config.params.UploadId?t.uploadPart(e,r):t.multipartReq?t.queueChunks(e,r):(t.multipartReq=t.service.createMultipartUpload(),t.multipartReq.on("success",function(e){t.service.config.params.UploadId=e.data.UploadId,t.multipartReq=null}),t.queueChunks(e,r),t.multipartReq.on("error",function(e){t.cleanup(e)}),t.multipartReq.send())},getTaggingHeader:function(){for(var e=[],t=0;t-1&&r.splice(i,1)}return this},removeAllListeners:function(e){return e?delete this._events[e]:this._events={},this},emit:function(e,t,r){r||(r=function(){});var a=this.listeners(e),i=a.length;return this.callListeners(a,t,r),i>0},callListeners:function(e,t,r,i){function s(i){if(i&&(n=a.util.error(n||new Error,i),o._haltHandlersOnError))return r.call(o,n);o.callListeners(e,t,r,n)}for(var o=this,n=i||null;e.length>0;){var u=e.shift();if(u._isAsync)return void u.apply(o,t.concat([s]));try{u.apply(o,t)}catch(e){n=a.util.error(n||new Error,e)}if(n&&o._haltHandlersOnError)return void r.call(o,n)}r.call(o,n)},addListeners:function(e){var t=this;return e._events&&(e=e._events),a.util.each(e,function(e,r){"function"==typeof r&&(r=[r]),a.util.arrayEach(r,function(r){t.on(e,r)})}),t},addNamedListener:function(e,t,r,a){return this[e]=r,this.addListener(t,r,a),this},addNamedAsyncListener:function(e,t,r,a){return r._isAsync=!0,this.addNamedListener(e,t,r,a)},addNamedListeners:function(e){var t=this;return e(function(){t.addNamedListener.apply(t,arguments)},function(){t.addNamedAsyncListener.apply(t,arguments)}),this}}),a.SequentialExecutor.prototype.addListener=a.SequentialExecutor.prototype.on,t.exports=a.SequentialExecutor},{"./core":350}],402:[function(e,t,r){(function(r){(function(){var a=e("./core"),i=e("./model/api"),s=e("./region_config"),o=a.util.inherit,n=0,u=e("./region/utils");a.Service=o({constructor:function(e){if(!this.loadServiceClass)throw a.util.error(new Error,"Service must be constructed with `new' operator");if(e){if(e.region){var t=e.region;u.isFipsRegion(t)&&(e.region=u.getRealRegion(t),e.useFipsEndpoint=!0),u.isGlobalRegion(t)&&(e.region=u.getRealRegion(t))}"boolean"==typeof e.useDualstack&&"boolean"!=typeof e.useDualstackEndpoint&&(e.useDualstackEndpoint=e.useDualstack)}var r=this.loadServiceClass(e||{});if(r){var i=a.util.copy(e),s=new r(e);return Object.defineProperty(s,"_originalConfig",{get:function(){return i},enumerable:!1,configurable:!0}),s._clientId=++n,s}this.initialize(e)},initialize:function(e){var t=a.config[this.serviceIdentifier];if(this.config=new a.Config(a.config),t&&this.config.update(t,!0),e&&this.config.update(e,!0),this.validateService(),this.config.endpoint||s.configureEndpoint(this),this.config.endpoint=this.endpointFromTemplate(this.config.endpoint),this.setEndpoint(this.config.endpoint),a.SequentialExecutor.call(this),a.Service.addDefaultMonitoringListeners(this),(this.config.clientSideMonitoring||a.Service._clientSideMonitoring)&&this.publisher){var i=this.publisher;this.addNamedListener("PUBLISH_API_CALL","apiCall",function(e){r.nextTick(function(){i.eventHandler(e)})}),this.addNamedListener("PUBLISH_API_ATTEMPT","apiCallAttempt",function(e){r.nextTick(function(){i.eventHandler(e)})})}},validateService:function(){},loadServiceClass:function(e){var t=e;if(a.util.isEmpty(this.api)){if(t.apiConfig)return a.Service.defineServiceApi(this.constructor,t.apiConfig);if(this.constructor.services){t=new a.Config(a.config),t.update(e,!0);var r=t.apiVersions[this.constructor.serviceIdentifier];return r=r||t.apiVersion,this.getLatestServiceClass(r)}return null}return null},getLatestServiceClass:function(e){return e=this.getLatestServiceVersion(e),null===this.constructor.services[e]&&a.Service.defineServiceApi(this.constructor,e),this.constructor.services[e]},getLatestServiceVersion:function(e){if(!this.constructor.services||0===this.constructor.services.length)throw new Error("No services defined on "+this.constructor.serviceIdentifier);if(e?a.util.isType(e,Date)&&(e=a.util.date.iso8601(e).split("T")[0]):e="latest",Object.hasOwnProperty(this.constructor.services,e))return e;for(var t=Object.keys(this.constructor.services).sort(),r=null,i=t.length-1;i>=0;i--)if("*"!==t[i][t[i].length-1]&&(r=t[i]),t[i].substr(0,10)<=e)return r;throw new Error("Could not find "+this.constructor.serviceIdentifier+" API to satisfy version constraint `"+e+"'")},api:{},defaultRetryCount:3,customizeRequests:function(e){if(e){if("function"!=typeof e)throw new Error("Invalid callback type '"+typeof e+"' provided in customizeRequests");this.customRequestHandler=e}else this.customRequestHandler=null},makeRequest:function(e,t,r){if("function"==typeof t&&(r=t,t=null),t=t||{},this.config.params){var i=this.api.operations[e];i&&(t=a.util.copy(t),a.util.each(this.config.params,function(e,r){i.input.members[e]&&(void 0!==t[e]&&null!==t[e]||(t[e]=r))}))}var s=new a.Request(this,e,t);return this.addAllRequestListeners(s),this.attachMonitoringEmitter(s),r&&s.send(r),s},makeUnauthenticatedRequest:function(e,t,r){"function"==typeof t&&(r=t,t={});var a=this.makeRequest(e,t).toUnauthenticated();return r?a.send(r):a},waitFor:function(e,t,r){return new a.ResourceWaiter(this,e).wait(t,r)},addAllRequestListeners:function(e){for(var t=[a.events,a.EventListeners.Core,this.serviceInterface(),a.EventListeners.CorePost],r=0;r299?(i.code&&(r.FinalAwsException=i.code),i.message&&(r.FinalAwsExceptionMessage=i.message)):((i.code||i.name)&&(r.FinalSdkException=i.code||i.name),i.message&&(r.FinalSdkExceptionMessage=i.message))}return r},apiAttemptEvent:function(e){var t=e.service.api.operations[e.operation],r={Type:"ApiCallAttempt",Api:t?t.name:e.operation,Version:1,Service:e.service.api.serviceId||e.service.api.endpointPrefix,Fqdn:e.httpRequest.endpoint.hostname,UserAgent:e.httpRequest.getUserAgent()},a=e.response;return a.httpResponse.statusCode&&(r.HttpStatusCode=a.httpResponse.statusCode),!e._unAuthenticated&&e.service.config.credentials&&e.service.config.credentials.accessKeyId&&(r.AccessKey=e.service.config.credentials.accessKeyId),a.httpResponse.headers?(e.httpRequest.headers["x-amz-security-token"]&&(r.SessionToken=e.httpRequest.headers["x-amz-security-token"]),a.httpResponse.headers["x-amzn-requestid"]&&(r.XAmznRequestId=a.httpResponse.headers["x-amzn-requestid"]),a.httpResponse.headers["x-amz-request-id"]&&(r.XAmzRequestId=a.httpResponse.headers["x-amz-request-id"]),a.httpResponse.headers["x-amz-id-2"]&&(r.XAmzId2=a.httpResponse.headers["x-amz-id-2"]),r):r},attemptFailEvent:function(e){var t=this.apiAttemptEvent(e),r=e.response,a=r.error;return r.httpResponse.statusCode>299?(a.code&&(t.AwsException=a.code),a.message&&(t.AwsExceptionMessage=a.message)):((a.code||a.name)&&(t.SdkException=a.code||a.name),a.message&&(t.SdkExceptionMessage=a.message)),t},attachMonitoringEmitter:function(e){var t,r,i,s,o,n,u=0,p=this;e.on("validate",function(){s=a.util.realClock.now(),n=Date.now()},!0),e.on("sign",function(){r=a.util.realClock.now(),t=Date.now(),o=e.httpRequest.region,u++},!0),e.on("validateResponse",function(){i=Math.round(a.util.realClock.now()-r)}),e.addNamedListener("API_CALL_ATTEMPT","success",function(){var r=p.apiAttemptEvent(e);r.Timestamp=t,r.AttemptLatency=i>=0?i:0,r.Region=o,p.emit("apiCallAttempt",[r])}),e.addNamedListener("API_CALL_ATTEMPT_RETRY","retry",function(){var s=p.attemptFailEvent(e);s.Timestamp=t,i=i||Math.round(a.util.realClock.now()-r),s.AttemptLatency=i>=0?i:0,s.Region=o,p.emit("apiCallAttempt",[s])}),e.addNamedListener("API_CALL","complete",function(){var t=p.apiCallEvent(e);if(t.AttemptCount=u,!(t.AttemptCount<=0)){t.Timestamp=n;var r=Math.round(a.util.realClock.now()-s);t.Latency=r>=0?r:0;var i=e.response;i.error&&i.error.retryable&&"number"==typeof i.retryCount&&"number"==typeof i.maxRetries&&i.retryCount>=i.maxRetries&&(t.MaxRetriesExceeded=1),p.emit("apiCall",[t])}})},setupRequestListeners:function(e){},getSigningName:function(){return this.api.signingName||this.api.endpointPrefix},getSignerClass:function(e){var t,r=null,i="";if(e){r=(e.service.api.operations||{})[e.operation]||null,i=r?r.authtype:""}return t=this.config.signatureVersion?this.config.signatureVersion:"v4"===i||"v4-unsigned-body"===i?"v4":"bearer"===i?"bearer":this.api.signatureVersion,a.Signers.RequestSigner.getVersion(t)},serviceInterface:function(){switch(this.api.protocol){case"ec2":case"query":return a.EventListeners.Query;case"json":return a.EventListeners.Json;case"rest-json":return a.EventListeners.RestJson;case"rest-xml":return a.EventListeners.RestXml}if(this.api.protocol)throw new Error("Invalid service `protocol' "+this.api.protocol+" in API config")},successfulResponse:function(e){return e.httpResponse.statusCode<300},numRetries:function(){return void 0!==this.config.maxRetries?this.config.maxRetries:this.defaultRetryCount},retryDelays:function(e,t){return a.util.calculateRetryDelay(e,this.config.retryDelayOptions,t)},retryableError:function(e){return!!this.timeoutError(e)||(!!this.networkingError(e)||(!!this.expiredCredentialsError(e)||(!!this.throttledError(e)||e.statusCode>=500)))},networkingError:function(e){return"NetworkingError"===e.code},timeoutError:function(e){return"TimeoutError"===e.code},expiredCredentialsError:function(e){return"ExpiredTokenException"===e.code},clockSkewError:function(e){switch(e.code){case"RequestTimeTooSkewed":case"RequestExpired":case"InvalidSignatureException":case"SignatureDoesNotMatch":case"AuthFailure":case"RequestInTheFuture":return!0;default:return!1}},getSkewCorrectedDate:function(){return new Date(Date.now()+this.config.systemClockOffset)},applyClockOffset:function(e){e&&(this.config.systemClockOffset=e-Date.now())},isClockSkewed:function(e){if(e)return Math.abs(this.getSkewCorrectedDate().getTime()-e)>=3e5},throttledError:function(e){if(429===e.statusCode)return!0;switch(e.code){case"ProvisionedThroughputExceededException":case"Throttling":case"ThrottlingException":case"RequestLimitExceeded":case"RequestThrottled":case"RequestThrottledException":case"TooManyRequestsException":case"TransactionInProgressException":case"EC2ThrottledException":return!0;default:return!1}},endpointFromTemplate:function(e){if("string"!=typeof e)return e;var t=e;return t=t.replace(/\{service\}/g,this.api.endpointPrefix),t=t.replace(/\{region\}/g,this.config.region),t=t.replace(/\{scheme\}/g,this.config.sslEnabled?"https":"http")},setEndpoint:function(e){this.endpoint=new a.Endpoint(e,this.config)},paginationConfig:function(e,t){var r=this.api.operations[e].paginator;if(!r){if(t){var i=new Error;throw a.util.error(i,"No pagination configuration for "+e)}return null}return r}}),a.util.update(a.Service,{defineMethods:function(e){a.util.each(e.prototype.api.operations,function(t){if(!e.prototype[t]){"none"===e.prototype.api.operations[t].authtype?e.prototype[t]=function(e,r){return this.makeUnauthenticatedRequest(t,e,r)}:e.prototype[t]=function(e,r){return this.makeRequest(t,e,r)}}})},defineService:function(e,t,r){a.Service._serviceMap[e]=!0,Array.isArray(t)||(r=t,t=[]);var i=o(a.Service,r||{});if("string"==typeof e){a.Service.addVersions(i,t);var s=i.serviceIdentifier||e;i.serviceIdentifier=s}else i.prototype.api=e,a.Service.defineMethods(i);if(a.SequentialExecutor.call(this.prototype),!this.prototype.publisher&&a.util.clientSideMonitoring){var n=a.util.clientSideMonitoring.Publisher,u=a.util.clientSideMonitoring.configProvider,p=u();this.prototype.publisher=new n(p),p.enabled&&(a.Service._clientSideMonitoring=!0)}return a.SequentialExecutor.call(i.prototype),a.Service.addDefaultMonitoringListeners(i.prototype),i},addVersions:function(e,t){Array.isArray(t)||(t=[t]),e.services=e.services||{};for(var r=0;r