aws-sdk 2.1640.0 → 2.1642.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/cloudhsmv2-2017-04-28.min.json +26 -19
- package/apis/datazone-2018-05-10.min.json +792 -403
- package/apis/datazone-2018-05-10.paginators.json +6 -0
- package/apis/glue-2017-03-31.min.json +99 -98
- package/apis/iotwireless-2020-11-22.min.json +4 -1
- package/apis/kms-2014-11-01.examples.json +29 -0
- package/apis/kms-2014-11-01.min.json +76 -23
- package/apis/macie2-2020-01-01.min.json +254 -143
- package/apis/macie2-2020-01-01.paginators.json +6 -0
- package/apis/mediaconvert-2017-08-29.min.json +57 -5
- package/apis/mediaconvert-2017-08-29.paginators.json +6 -0
- package/apis/mediapackagev2-2022-12-25.examples.json +1271 -0
- package/apis/mediapackagev2-2022-12-25.min.json +108 -71
- package/apis/route53domains-2014-05-15.min.json +7 -1
- package/clients/cloudhsmv2.d.ts +18 -1
- package/clients/datazone.d.ts +398 -4
- package/clients/ec2.d.ts +258 -258
- package/clients/glue.d.ts +6 -1
- package/clients/iotwireless.d.ts +1 -1
- package/clients/kms.d.ts +80 -14
- package/clients/macie2.d.ts +149 -44
- package/clients/mediaconvert.d.ts +46 -2
- package/clients/mediapackagev2.d.ts +57 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +22 -13
- package/dist/aws-sdk.js +121 -46
- package/dist/aws-sdk.min.js +61 -61
- package/lib/core.js +1 -1
- package/lib/credentials/cognito_identity_credentials.js +9 -0
- package/lib/shared-ini/ini-loader.d.ts +24 -1
- package/lib/shared-ini/ini-loader.js +0 -6
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +3 -3
@@ -395,7 +395,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
395
395
|
/**
|
396
396
|
* @constant
|
397
397
|
*/
|
398
|
-
VERSION: '2.
|
398
|
+
VERSION: '2.1642.0',
|
399
399
|
|
400
400
|
/**
|
401
401
|
* @api private
|
@@ -21103,6 +21103,15 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
21103
21103
|
* identity providers. See {constructor} for an example on creating a credentials
|
21104
21104
|
* object with proper property values.
|
21105
21105
|
*
|
21106
|
+
* DISCLAIMER: This convenience method leverages the Enhanced (simplified) Authflow. The underlying
|
21107
|
+
* implementation calls Cognito's `getId()` and `GetCredentialsForIdentity()`.
|
21108
|
+
* In this flow there is no way to explicitly set a session policy, resulting in
|
21109
|
+
* STS attaching the default policy and limiting the permissions of the federated role.
|
21110
|
+
* To be able to explicitly set a session policy, do not use this convenience method.
|
21111
|
+
* Instead, you can use the Cognito client to call `getId()`, `GetOpenIdToken()` and then use
|
21112
|
+
* that token with your desired session policy to call STS's `AssumeRoleWithWebIdentity()`
|
21113
|
+
* For further reading refer to: https://docs.aws.amazon.com/cognito/latest/developerguide/authentication-flow.html
|
21114
|
+
*
|
21106
21115
|
* ## Refreshing Credentials from Identity Service
|
21107
21116
|
*
|
21108
21117
|
* In addition to AWS credentials expiring after a given amount of time, the
|
@@ -39974,7 +39983,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
39974
39983
|
/* 274 */
|
39975
39984
|
/***/ (function(module, exports) {
|
39976
39985
|
|
39977
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2014-11-01","endpointPrefix":"kms","jsonVersion":"1.1","protocol":"json","protocols":["json"],"serviceAbbreviation":"KMS","serviceFullName":"AWS Key Management Service","serviceId":"KMS","signatureVersion":"v4","targetPrefix":"TrentService","uid":"kms-2014-11-01"},"operations":{"CancelKeyDeletion":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}},"output":{"type":"structure","members":{"KeyId":{}}}},"ConnectCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{}}},"output":{"type":"structure","members":{}}},"CreateAlias":{"input":{"type":"structure","required":["AliasName","TargetKeyId"],"members":{"AliasName":{},"TargetKeyId":{}}}},"CreateCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreName"],"members":{"CustomKeyStoreName":{},"CloudHsmClusterId":{},"TrustAnchorCertificate":{},"KeyStorePassword":{"shape":"Sd"},"CustomKeyStoreType":{},"XksProxyUriEndpoint":{},"XksProxyUriPath":{},"XksProxyVpcEndpointServiceName":{},"XksProxyAuthenticationCredential":{"shape":"Si"},"XksProxyConnectivity":{}}},"output":{"type":"structure","members":{"CustomKeyStoreId":{}}}},"CreateGrant":{"input":{"type":"structure","required":["KeyId","GranteePrincipal","Operations"],"members":{"KeyId":{},"GranteePrincipal":{},"RetiringPrincipal":{},"Operations":{"shape":"Sp"},"Constraints":{"shape":"Sr"},"GrantTokens":{"shape":"Sv"},"Name":{},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"GrantToken":{},"GrantId":{}}}},"CreateKey":{"input":{"type":"structure","members":{"Policy":{},"Description":{},"KeyUsage":{},"CustomerMasterKeySpec":{"shape":"S15","deprecated":true,"deprecatedMessage":"This parameter has been deprecated. Instead, use the KeySpec parameter."},"KeySpec":{},"Origin":{},"CustomKeyStoreId":{},"BypassPolicyLockoutSafetyCheck":{"type":"boolean"},"Tags":{"shape":"S19"},"MultiRegion":{"type":"boolean"},"XksKeyId":{}}},"output":{"type":"structure","members":{"KeyMetadata":{"shape":"S1f"}}}},"Decrypt":{"input":{"type":"structure","required":["CiphertextBlob"],"members":{"CiphertextBlob":{"type":"blob"},"EncryptionContext":{"shape":"Ss"},"GrantTokens":{"shape":"Sv"},"KeyId":{},"EncryptionAlgorithm":{},"Recipient":{"shape":"S21"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"KeyId":{},"Plaintext":{"shape":"S25"},"EncryptionAlgorithm":{},"CiphertextForRecipient":{"type":"blob"}}}},"DeleteAlias":{"input":{"type":"structure","required":["AliasName"],"members":{"AliasName":{}}}},"DeleteCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{}}},"output":{"type":"structure","members":{}}},"DeleteImportedKeyMaterial":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"DescribeCustomKeyStores":{"input":{"type":"structure","members":{"CustomKeyStoreId":{},"CustomKeyStoreName":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"CustomKeyStores":{"type":"list","member":{"type":"structure","members":{"CustomKeyStoreId":{},"CustomKeyStoreName":{},"CloudHsmClusterId":{},"TrustAnchorCertificate":{},"ConnectionState":{},"ConnectionErrorCode":{},"CreationDate":{"type":"timestamp"},"CustomKeyStoreType":{},"XksProxyConfiguration":{"type":"structure","members":{"Connectivity":{},"AccessKeyId":{"shape":"Sj"},"UriEndpoint":{},"UriPath":{},"VpcEndpointServiceName":{}}}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"DescribeKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"KeyMetadata":{"shape":"S1f"}}}},"DisableKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"DisableKeyRotation":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"DisconnectCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{}}},"output":{"type":"structure","members":{}}},"EnableKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"EnableKeyRotation":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"RotationPeriodInDays":{"type":"integer"}}}},"Encrypt":{"input":{"type":"structure","required":["KeyId","Plaintext"],"members":{"KeyId":{},"Plaintext":{"shape":"S25"},"EncryptionContext":{"shape":"Ss"},"GrantTokens":{"shape":"Sv"},"EncryptionAlgorithm":{},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"KeyId":{},"EncryptionAlgorithm":{}}}},"GenerateDataKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"EncryptionContext":{"shape":"Ss"},"NumberOfBytes":{"type":"integer"},"KeySpec":{},"GrantTokens":{"shape":"Sv"},"Recipient":{"shape":"S21"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"Plaintext":{"shape":"S25"},"KeyId":{},"CiphertextForRecipient":{"type":"blob"}}}},"GenerateDataKeyPair":{"input":{"type":"structure","required":["KeyId","KeyPairSpec"],"members":{"EncryptionContext":{"shape":"Ss"},"KeyId":{},"KeyPairSpec":{},"GrantTokens":{"shape":"Sv"},"Recipient":{"shape":"S21"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"PrivateKeyCiphertextBlob":{"type":"blob"},"PrivateKeyPlaintext":{"shape":"S25"},"PublicKey":{"type":"blob"},"KeyId":{},"KeyPairSpec":{},"CiphertextForRecipient":{"type":"blob"}}}},"GenerateDataKeyPairWithoutPlaintext":{"input":{"type":"structure","required":["KeyId","KeyPairSpec"],"members":{"EncryptionContext":{"shape":"Ss"},"KeyId":{},"KeyPairSpec":{},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"PrivateKeyCiphertextBlob":{"type":"blob"},"PublicKey":{"type":"blob"},"KeyId":{},"KeyPairSpec":{}}}},"GenerateDataKeyWithoutPlaintext":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"EncryptionContext":{"shape":"Ss"},"KeySpec":{},"NumberOfBytes":{"type":"integer"},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"KeyId":{}}}},"GenerateMac":{"input":{"type":"structure","required":["Message","KeyId","MacAlgorithm"],"members":{"Message":{"shape":"S25"},"KeyId":{},"MacAlgorithm":{},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"Mac":{"type":"blob"},"MacAlgorithm":{},"KeyId":{}}}},"GenerateRandom":{"input":{"type":"structure","members":{"NumberOfBytes":{"type":"integer"},"CustomKeyStoreId":{},"Recipient":{"shape":"S21"}}},"output":{"type":"structure","members":{"Plaintext":{"shape":"S25"},"CiphertextForRecipient":{"type":"blob"}}}},"GetKeyPolicy":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"PolicyName":{}}},"output":{"type":"structure","members":{"Policy":{},"PolicyName":{}}}},"GetKeyRotationStatus":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}},"output":{"type":"structure","members":{"KeyRotationEnabled":{"type":"boolean"},"KeyId":{},"RotationPeriodInDays":{"type":"integer"},"NextRotationDate":{"type":"timestamp"},"OnDemandRotationStartDate":{"type":"timestamp"}}}},"GetParametersForImport":{"input":{"type":"structure","required":["KeyId","WrappingAlgorithm","WrappingKeySpec"],"members":{"KeyId":{},"WrappingAlgorithm":{},"WrappingKeySpec":{}}},"output":{"type":"structure","members":{"KeyId":{},"ImportToken":{"type":"blob"},"PublicKey":{"shape":"S25"},"ParametersValidTo":{"type":"timestamp"}}}},"GetPublicKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"KeyId":{},"PublicKey":{"type":"blob"},"CustomerMasterKeySpec":{"shape":"S15","deprecated":true,"deprecatedMessage":"This field has been deprecated. Instead, use the KeySpec field."},"KeySpec":{},"KeyUsage":{},"EncryptionAlgorithms":{"shape":"S1m"},"SigningAlgorithms":{"shape":"S1o"}}}},"ImportKeyMaterial":{"input":{"type":"structure","required":["KeyId","ImportToken","EncryptedKeyMaterial"],"members":{"KeyId":{},"ImportToken":{"type":"blob"},"EncryptedKeyMaterial":{"type":"blob"},"ValidTo":{"type":"timestamp"},"ExpirationModel":{}}},"output":{"type":"structure","members":{}}},"ListAliases":{"input":{"type":"structure","members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Aliases":{"type":"list","member":{"type":"structure","members":{"AliasName":{},"AliasArn":{},"TargetKeyId":{},"CreationDate":{"type":"timestamp"},"LastUpdatedDate":{"type":"timestamp"}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListGrants":{"input":{"type":"structure","required":["KeyId"],"members":{"Limit":{"type":"integer"},"Marker":{},"KeyId":{},"GrantId":{},"GranteePrincipal":{}}},"output":{"shape":"S3s"}},"ListKeyPolicies":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"PolicyNames":{"type":"list","member":{}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListKeyRotations":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Rotations":{"type":"list","member":{"type":"structure","members":{"KeyId":{},"RotationDate":{"type":"timestamp"},"RotationType":{}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListKeys":{"input":{"type":"structure","members":{"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Keys":{"type":"list","member":{"type":"structure","members":{"KeyId":{},"KeyArn":{}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListResourceTags":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"S19"},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListRetirableGrants":{"input":{"type":"structure","required":["RetiringPrincipal"],"members":{"Limit":{"type":"integer"},"Marker":{},"RetiringPrincipal":{}}},"output":{"shape":"S3s"}},"PutKeyPolicy":{"input":{"type":"structure","required":["KeyId","Policy"],"members":{"KeyId":{},"PolicyName":{},"Policy":{},"BypassPolicyLockoutSafetyCheck":{"type":"boolean"}}}},"ReEncrypt":{"input":{"type":"structure","required":["CiphertextBlob","DestinationKeyId"],"members":{"CiphertextBlob":{"type":"blob"},"SourceEncryptionContext":{"shape":"Ss"},"SourceKeyId":{},"DestinationKeyId":{},"DestinationEncryptionContext":{"shape":"Ss"},"SourceEncryptionAlgorithm":{},"DestinationEncryptionAlgorithm":{},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"SourceKeyId":{},"KeyId":{},"SourceEncryptionAlgorithm":{},"DestinationEncryptionAlgorithm":{}}}},"ReplicateKey":{"input":{"type":"structure","required":["KeyId","ReplicaRegion"],"members":{"KeyId":{},"ReplicaRegion":{},"Policy":{},"BypassPolicyLockoutSafetyCheck":{"type":"boolean"},"Description":{},"Tags":{"shape":"S19"}}},"output":{"type":"structure","members":{"ReplicaKeyMetadata":{"shape":"S1f"},"ReplicaPolicy":{},"ReplicaTags":{"shape":"S19"}}}},"RetireGrant":{"input":{"type":"structure","members":{"GrantToken":{},"KeyId":{},"GrantId":{},"DryRun":{"type":"boolean"}}}},"RevokeGrant":{"input":{"type":"structure","required":["KeyId","GrantId"],"members":{"KeyId":{},"GrantId":{},"DryRun":{"type":"boolean"}}}},"RotateKeyOnDemand":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}},"output":{"type":"structure","members":{"KeyId":{}}}},"ScheduleKeyDeletion":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"PendingWindowInDays":{"type":"integer"}}},"output":{"type":"structure","members":{"KeyId":{},"DeletionDate":{"type":"timestamp"},"KeyState":{},"PendingWindowInDays":{"type":"integer"}}}},"Sign":{"input":{"type":"structure","required":["KeyId","Message","SigningAlgorithm"],"members":{"KeyId":{},"Message":{"shape":"S25"},"MessageType":{},"GrantTokens":{"shape":"Sv"},"SigningAlgorithm":{},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"KeyId":{},"Signature":{"type":"blob"},"SigningAlgorithm":{}}}},"TagResource":{"input":{"type":"structure","required":["KeyId","Tags"],"members":{"KeyId":{},"Tags":{"shape":"S19"}}}},"UntagResource":{"input":{"type":"structure","required":["KeyId","TagKeys"],"members":{"KeyId":{},"TagKeys":{"type":"list","member":{}}}}},"UpdateAlias":{"input":{"type":"structure","required":["AliasName","TargetKeyId"],"members":{"AliasName":{},"TargetKeyId":{}}}},"UpdateCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{},"NewCustomKeyStoreName":{},"KeyStorePassword":{"shape":"Sd"},"CloudHsmClusterId":{},"XksProxyUriEndpoint":{},"XksProxyUriPath":{},"XksProxyVpcEndpointServiceName":{},"XksProxyAuthenticationCredential":{"shape":"Si"},"XksProxyConnectivity":{}}},"output":{"type":"structure","members":{}}},"UpdateKeyDescription":{"input":{"type":"structure","required":["KeyId","Description"],"members":{"KeyId":{},"Description":{}}}},"UpdatePrimaryRegion":{"input":{"type":"structure","required":["KeyId","PrimaryRegion"],"members":{"KeyId":{},"PrimaryRegion":{}}}},"Verify":{"input":{"type":"structure","required":["KeyId","Message","Signature","SigningAlgorithm"],"members":{"KeyId":{},"Message":{"shape":"S25"},"MessageType":{},"Signature":{"type":"blob"},"SigningAlgorithm":{},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"KeyId":{},"SignatureValid":{"type":"boolean"},"SigningAlgorithm":{}}}},"VerifyMac":{"input":{"type":"structure","required":["Message","KeyId","MacAlgorithm","Mac"],"members":{"Message":{"shape":"S25"},"KeyId":{},"MacAlgorithm":{},"Mac":{"type":"blob"},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"KeyId":{},"MacValid":{"type":"boolean"},"MacAlgorithm":{}}}}},"shapes":{"Sd":{"type":"string","sensitive":true},"Si":{"type":"structure","required":["AccessKeyId","RawSecretAccessKey"],"members":{"AccessKeyId":{"shape":"Sj"},"RawSecretAccessKey":{"type":"string","sensitive":true}}},"Sj":{"type":"string","sensitive":true},"Sp":{"type":"list","member":{}},"Sr":{"type":"structure","members":{"EncryptionContextSubset":{"shape":"Ss"},"EncryptionContextEquals":{"shape":"Ss"}}},"Ss":{"type":"map","key":{},"value":{}},"Sv":{"type":"list","member":{}},"S15":{"type":"string","deprecated":true,"deprecatedMessage":"This enum has been deprecated. Instead, use the KeySpec enum."},"S19":{"type":"list","member":{"type":"structure","required":["TagKey","TagValue"],"members":{"TagKey":{},"TagValue":{}}}},"S1f":{"type":"structure","required":["KeyId"],"members":{"AWSAccountId":{},"KeyId":{},"Arn":{},"CreationDate":{"type":"timestamp"},"Enabled":{"type":"boolean"},"Description":{},"KeyUsage":{},"KeyState":{},"DeletionDate":{"type":"timestamp"},"ValidTo":{"type":"timestamp"},"Origin":{},"CustomKeyStoreId":{},"CloudHsmClusterId":{},"ExpirationModel":{},"KeyManager":{},"CustomerMasterKeySpec":{"shape":"S15","deprecated":true,"deprecatedMessage":"This field has been deprecated. Instead, use the KeySpec field."},"KeySpec":{},"EncryptionAlgorithms":{"shape":"S1m"},"SigningAlgorithms":{"shape":"S1o"},"MultiRegion":{"type":"boolean"},"MultiRegionConfiguration":{"type":"structure","members":{"MultiRegionKeyType":{},"PrimaryKey":{"shape":"S1s"},"ReplicaKeys":{"type":"list","member":{"shape":"S1s"}}}},"PendingDeletionWindowInDays":{"type":"integer"},"MacAlgorithms":{"type":"list","member":{}},"XksKeyConfiguration":{"type":"structure","members":{"Id":{}}}}},"S1m":{"type":"list","member":{}},"S1o":{"type":"list","member":{}},"S1s":{"type":"structure","members":{"Arn":{},"Region":{}}},"S21":{"type":"structure","members":{"KeyEncryptionAlgorithm":{},"AttestationDocument":{"type":"blob"}}},"S25":{"type":"blob","sensitive":true},"S3s":{"type":"structure","members":{"Grants":{"type":"list","member":{"type":"structure","members":{"KeyId":{},"GrantId":{},"Name":{},"CreationDate":{"type":"timestamp"},"GranteePrincipal":{},"RetiringPrincipal":{},"IssuingAccount":{},"Operations":{"shape":"Sp"},"Constraints":{"shape":"Sr"}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}}}
|
39986
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2014-11-01","endpointPrefix":"kms","jsonVersion":"1.1","protocol":"json","protocols":["json"],"serviceAbbreviation":"KMS","serviceFullName":"AWS Key Management Service","serviceId":"KMS","signatureVersion":"v4","targetPrefix":"TrentService","uid":"kms-2014-11-01","auth":["aws.auth#sigv4"]},"operations":{"CancelKeyDeletion":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}},"output":{"type":"structure","members":{"KeyId":{}}}},"ConnectCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{}}},"output":{"type":"structure","members":{}}},"CreateAlias":{"input":{"type":"structure","required":["AliasName","TargetKeyId"],"members":{"AliasName":{},"TargetKeyId":{}}}},"CreateCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreName"],"members":{"CustomKeyStoreName":{},"CloudHsmClusterId":{},"TrustAnchorCertificate":{},"KeyStorePassword":{"shape":"Sd"},"CustomKeyStoreType":{},"XksProxyUriEndpoint":{},"XksProxyUriPath":{},"XksProxyVpcEndpointServiceName":{},"XksProxyAuthenticationCredential":{"shape":"Si"},"XksProxyConnectivity":{}}},"output":{"type":"structure","members":{"CustomKeyStoreId":{}}}},"CreateGrant":{"input":{"type":"structure","required":["KeyId","GranteePrincipal","Operations"],"members":{"KeyId":{},"GranteePrincipal":{},"RetiringPrincipal":{},"Operations":{"shape":"Sp"},"Constraints":{"shape":"Sr"},"GrantTokens":{"shape":"Sv"},"Name":{},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"GrantToken":{},"GrantId":{}}}},"CreateKey":{"input":{"type":"structure","members":{"Policy":{},"Description":{},"KeyUsage":{},"CustomerMasterKeySpec":{"shape":"S15","deprecated":true,"deprecatedMessage":"This parameter has been deprecated. Instead, use the KeySpec parameter."},"KeySpec":{},"Origin":{},"CustomKeyStoreId":{},"BypassPolicyLockoutSafetyCheck":{"type":"boolean"},"Tags":{"shape":"S19"},"MultiRegion":{"type":"boolean"},"XksKeyId":{}}},"output":{"type":"structure","members":{"KeyMetadata":{"shape":"S1f"}}}},"Decrypt":{"input":{"type":"structure","required":["CiphertextBlob"],"members":{"CiphertextBlob":{"type":"blob"},"EncryptionContext":{"shape":"Ss"},"GrantTokens":{"shape":"Sv"},"KeyId":{},"EncryptionAlgorithm":{},"Recipient":{"shape":"S23"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"KeyId":{},"Plaintext":{"shape":"S27"},"EncryptionAlgorithm":{},"CiphertextForRecipient":{"type":"blob"}}}},"DeleteAlias":{"input":{"type":"structure","required":["AliasName"],"members":{"AliasName":{}}}},"DeleteCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{}}},"output":{"type":"structure","members":{}}},"DeleteImportedKeyMaterial":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"DeriveSharedSecret":{"input":{"type":"structure","required":["KeyId","KeyAgreementAlgorithm","PublicKey"],"members":{"KeyId":{},"KeyAgreementAlgorithm":{},"PublicKey":{"type":"blob"},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"},"Recipient":{"shape":"S23"}}},"output":{"type":"structure","members":{"KeyId":{},"SharedSecret":{"shape":"S27"},"CiphertextForRecipient":{"type":"blob"},"KeyAgreementAlgorithm":{},"KeyOrigin":{}}}},"DescribeCustomKeyStores":{"input":{"type":"structure","members":{"CustomKeyStoreId":{},"CustomKeyStoreName":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"CustomKeyStores":{"type":"list","member":{"type":"structure","members":{"CustomKeyStoreId":{},"CustomKeyStoreName":{},"CloudHsmClusterId":{},"TrustAnchorCertificate":{},"ConnectionState":{},"ConnectionErrorCode":{},"CreationDate":{"type":"timestamp"},"CustomKeyStoreType":{},"XksProxyConfiguration":{"type":"structure","members":{"Connectivity":{},"AccessKeyId":{"shape":"Sj"},"UriEndpoint":{},"UriPath":{},"VpcEndpointServiceName":{}}}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"DescribeKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"KeyMetadata":{"shape":"S1f"}}}},"DisableKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"DisableKeyRotation":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"DisconnectCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{}}},"output":{"type":"structure","members":{}}},"EnableKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"EnableKeyRotation":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"RotationPeriodInDays":{"type":"integer"}}}},"Encrypt":{"input":{"type":"structure","required":["KeyId","Plaintext"],"members":{"KeyId":{},"Plaintext":{"shape":"S27"},"EncryptionContext":{"shape":"Ss"},"GrantTokens":{"shape":"Sv"},"EncryptionAlgorithm":{},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"KeyId":{},"EncryptionAlgorithm":{}}}},"GenerateDataKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"EncryptionContext":{"shape":"Ss"},"NumberOfBytes":{"type":"integer"},"KeySpec":{},"GrantTokens":{"shape":"Sv"},"Recipient":{"shape":"S23"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"Plaintext":{"shape":"S27"},"KeyId":{},"CiphertextForRecipient":{"type":"blob"}}}},"GenerateDataKeyPair":{"input":{"type":"structure","required":["KeyId","KeyPairSpec"],"members":{"EncryptionContext":{"shape":"Ss"},"KeyId":{},"KeyPairSpec":{},"GrantTokens":{"shape":"Sv"},"Recipient":{"shape":"S23"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"PrivateKeyCiphertextBlob":{"type":"blob"},"PrivateKeyPlaintext":{"shape":"S27"},"PublicKey":{"type":"blob"},"KeyId":{},"KeyPairSpec":{},"CiphertextForRecipient":{"type":"blob"}}}},"GenerateDataKeyPairWithoutPlaintext":{"input":{"type":"structure","required":["KeyId","KeyPairSpec"],"members":{"EncryptionContext":{"shape":"Ss"},"KeyId":{},"KeyPairSpec":{},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"PrivateKeyCiphertextBlob":{"type":"blob"},"PublicKey":{"type":"blob"},"KeyId":{},"KeyPairSpec":{}}}},"GenerateDataKeyWithoutPlaintext":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"EncryptionContext":{"shape":"Ss"},"KeySpec":{},"NumberOfBytes":{"type":"integer"},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"KeyId":{}}}},"GenerateMac":{"input":{"type":"structure","required":["Message","KeyId","MacAlgorithm"],"members":{"Message":{"shape":"S27"},"KeyId":{},"MacAlgorithm":{},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"Mac":{"type":"blob"},"MacAlgorithm":{},"KeyId":{}}}},"GenerateRandom":{"input":{"type":"structure","members":{"NumberOfBytes":{"type":"integer"},"CustomKeyStoreId":{},"Recipient":{"shape":"S23"}}},"output":{"type":"structure","members":{"Plaintext":{"shape":"S27"},"CiphertextForRecipient":{"type":"blob"}}}},"GetKeyPolicy":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"PolicyName":{}}},"output":{"type":"structure","members":{"Policy":{},"PolicyName":{}}}},"GetKeyRotationStatus":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}},"output":{"type":"structure","members":{"KeyRotationEnabled":{"type":"boolean"},"KeyId":{},"RotationPeriodInDays":{"type":"integer"},"NextRotationDate":{"type":"timestamp"},"OnDemandRotationStartDate":{"type":"timestamp"}}}},"GetParametersForImport":{"input":{"type":"structure","required":["KeyId","WrappingAlgorithm","WrappingKeySpec"],"members":{"KeyId":{},"WrappingAlgorithm":{},"WrappingKeySpec":{}}},"output":{"type":"structure","members":{"KeyId":{},"ImportToken":{"type":"blob"},"PublicKey":{"shape":"S27"},"ParametersValidTo":{"type":"timestamp"}}}},"GetPublicKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"KeyId":{},"PublicKey":{"type":"blob"},"CustomerMasterKeySpec":{"shape":"S15","deprecated":true,"deprecatedMessage":"This field has been deprecated. Instead, use the KeySpec field."},"KeySpec":{},"KeyUsage":{},"EncryptionAlgorithms":{"shape":"S1m"},"SigningAlgorithms":{"shape":"S1o"},"KeyAgreementAlgorithms":{"shape":"S1q"}}}},"ImportKeyMaterial":{"input":{"type":"structure","required":["KeyId","ImportToken","EncryptedKeyMaterial"],"members":{"KeyId":{},"ImportToken":{"type":"blob"},"EncryptedKeyMaterial":{"type":"blob"},"ValidTo":{"type":"timestamp"},"ExpirationModel":{}}},"output":{"type":"structure","members":{}}},"ListAliases":{"input":{"type":"structure","members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Aliases":{"type":"list","member":{"type":"structure","members":{"AliasName":{},"AliasArn":{},"TargetKeyId":{},"CreationDate":{"type":"timestamp"},"LastUpdatedDate":{"type":"timestamp"}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListGrants":{"input":{"type":"structure","required":["KeyId"],"members":{"Limit":{"type":"integer"},"Marker":{},"KeyId":{},"GrantId":{},"GranteePrincipal":{}}},"output":{"shape":"S3w"}},"ListKeyPolicies":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"PolicyNames":{"type":"list","member":{}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListKeyRotations":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Rotations":{"type":"list","member":{"type":"structure","members":{"KeyId":{},"RotationDate":{"type":"timestamp"},"RotationType":{}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListKeys":{"input":{"type":"structure","members":{"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Keys":{"type":"list","member":{"type":"structure","members":{"KeyId":{},"KeyArn":{}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListResourceTags":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"S19"},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListRetirableGrants":{"input":{"type":"structure","required":["RetiringPrincipal"],"members":{"Limit":{"type":"integer"},"Marker":{},"RetiringPrincipal":{}}},"output":{"shape":"S3w"}},"PutKeyPolicy":{"input":{"type":"structure","required":["KeyId","Policy"],"members":{"KeyId":{},"PolicyName":{},"Policy":{},"BypassPolicyLockoutSafetyCheck":{"type":"boolean"}}}},"ReEncrypt":{"input":{"type":"structure","required":["CiphertextBlob","DestinationKeyId"],"members":{"CiphertextBlob":{"type":"blob"},"SourceEncryptionContext":{"shape":"Ss"},"SourceKeyId":{},"DestinationKeyId":{},"DestinationEncryptionContext":{"shape":"Ss"},"SourceEncryptionAlgorithm":{},"DestinationEncryptionAlgorithm":{},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"SourceKeyId":{},"KeyId":{},"SourceEncryptionAlgorithm":{},"DestinationEncryptionAlgorithm":{}}}},"ReplicateKey":{"input":{"type":"structure","required":["KeyId","ReplicaRegion"],"members":{"KeyId":{},"ReplicaRegion":{},"Policy":{},"BypassPolicyLockoutSafetyCheck":{"type":"boolean"},"Description":{},"Tags":{"shape":"S19"}}},"output":{"type":"structure","members":{"ReplicaKeyMetadata":{"shape":"S1f"},"ReplicaPolicy":{},"ReplicaTags":{"shape":"S19"}}}},"RetireGrant":{"input":{"type":"structure","members":{"GrantToken":{},"KeyId":{},"GrantId":{},"DryRun":{"type":"boolean"}}}},"RevokeGrant":{"input":{"type":"structure","required":["KeyId","GrantId"],"members":{"KeyId":{},"GrantId":{},"DryRun":{"type":"boolean"}}}},"RotateKeyOnDemand":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}},"output":{"type":"structure","members":{"KeyId":{}}}},"ScheduleKeyDeletion":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"PendingWindowInDays":{"type":"integer"}}},"output":{"type":"structure","members":{"KeyId":{},"DeletionDate":{"type":"timestamp"},"KeyState":{},"PendingWindowInDays":{"type":"integer"}}}},"Sign":{"input":{"type":"structure","required":["KeyId","Message","SigningAlgorithm"],"members":{"KeyId":{},"Message":{"shape":"S27"},"MessageType":{},"GrantTokens":{"shape":"Sv"},"SigningAlgorithm":{},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"KeyId":{},"Signature":{"type":"blob"},"SigningAlgorithm":{}}}},"TagResource":{"input":{"type":"structure","required":["KeyId","Tags"],"members":{"KeyId":{},"Tags":{"shape":"S19"}}}},"UntagResource":{"input":{"type":"structure","required":["KeyId","TagKeys"],"members":{"KeyId":{},"TagKeys":{"type":"list","member":{}}}}},"UpdateAlias":{"input":{"type":"structure","required":["AliasName","TargetKeyId"],"members":{"AliasName":{},"TargetKeyId":{}}}},"UpdateCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{},"NewCustomKeyStoreName":{},"KeyStorePassword":{"shape":"Sd"},"CloudHsmClusterId":{},"XksProxyUriEndpoint":{},"XksProxyUriPath":{},"XksProxyVpcEndpointServiceName":{},"XksProxyAuthenticationCredential":{"shape":"Si"},"XksProxyConnectivity":{}}},"output":{"type":"structure","members":{}}},"UpdateKeyDescription":{"input":{"type":"structure","required":["KeyId","Description"],"members":{"KeyId":{},"Description":{}}}},"UpdatePrimaryRegion":{"input":{"type":"structure","required":["KeyId","PrimaryRegion"],"members":{"KeyId":{},"PrimaryRegion":{}}}},"Verify":{"input":{"type":"structure","required":["KeyId","Message","Signature","SigningAlgorithm"],"members":{"KeyId":{},"Message":{"shape":"S27"},"MessageType":{},"Signature":{"type":"blob"},"SigningAlgorithm":{},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"KeyId":{},"SignatureValid":{"type":"boolean"},"SigningAlgorithm":{}}}},"VerifyMac":{"input":{"type":"structure","required":["Message","KeyId","MacAlgorithm","Mac"],"members":{"Message":{"shape":"S27"},"KeyId":{},"MacAlgorithm":{},"Mac":{"type":"blob"},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"KeyId":{},"MacValid":{"type":"boolean"},"MacAlgorithm":{}}}}},"shapes":{"Sd":{"type":"string","sensitive":true},"Si":{"type":"structure","required":["AccessKeyId","RawSecretAccessKey"],"members":{"AccessKeyId":{"shape":"Sj"},"RawSecretAccessKey":{"type":"string","sensitive":true}}},"Sj":{"type":"string","sensitive":true},"Sp":{"type":"list","member":{}},"Sr":{"type":"structure","members":{"EncryptionContextSubset":{"shape":"Ss"},"EncryptionContextEquals":{"shape":"Ss"}}},"Ss":{"type":"map","key":{},"value":{}},"Sv":{"type":"list","member":{}},"S15":{"type":"string","deprecated":true,"deprecatedMessage":"This enum has been deprecated. Instead, use the KeySpec enum."},"S19":{"type":"list","member":{"type":"structure","required":["TagKey","TagValue"],"members":{"TagKey":{},"TagValue":{}}}},"S1f":{"type":"structure","required":["KeyId"],"members":{"AWSAccountId":{},"KeyId":{},"Arn":{},"CreationDate":{"type":"timestamp"},"Enabled":{"type":"boolean"},"Description":{},"KeyUsage":{},"KeyState":{},"DeletionDate":{"type":"timestamp"},"ValidTo":{"type":"timestamp"},"Origin":{},"CustomKeyStoreId":{},"CloudHsmClusterId":{},"ExpirationModel":{},"KeyManager":{},"CustomerMasterKeySpec":{"shape":"S15","deprecated":true,"deprecatedMessage":"This field has been deprecated. Instead, use the KeySpec field."},"KeySpec":{},"EncryptionAlgorithms":{"shape":"S1m"},"SigningAlgorithms":{"shape":"S1o"},"KeyAgreementAlgorithms":{"shape":"S1q"},"MultiRegion":{"type":"boolean"},"MultiRegionConfiguration":{"type":"structure","members":{"MultiRegionKeyType":{},"PrimaryKey":{"shape":"S1u"},"ReplicaKeys":{"type":"list","member":{"shape":"S1u"}}}},"PendingDeletionWindowInDays":{"type":"integer"},"MacAlgorithms":{"type":"list","member":{}},"XksKeyConfiguration":{"type":"structure","members":{"Id":{}}}}},"S1m":{"type":"list","member":{}},"S1o":{"type":"list","member":{}},"S1q":{"type":"list","member":{}},"S1u":{"type":"structure","members":{"Arn":{},"Region":{}}},"S23":{"type":"structure","members":{"KeyEncryptionAlgorithm":{},"AttestationDocument":{"type":"blob"}}},"S27":{"type":"blob","sensitive":true},"S3w":{"type":"structure","members":{"Grants":{"type":"list","member":{"type":"structure","members":{"KeyId":{},"GrantId":{},"Name":{},"CreationDate":{"type":"timestamp"},"GranteePrincipal":{},"RetiringPrincipal":{},"IssuingAccount":{},"Operations":{"shape":"Sp"},"Constraints":{"shape":"Sr"}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}}}
|
39978
39987
|
|
39979
39988
|
/***/ }),
|
39980
39989
|
/* 275 */
|
@@ -41345,7 +41354,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
41345
41354
|
/* 356 */
|
41346
41355
|
/***/ (function(module, exports) {
|
41347
41356
|
|
41348
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2014-05-15","endpointPrefix":"route53domains","jsonVersion":"1.1","protocol":"json","serviceFullName":"Amazon Route 53 Domains","serviceId":"Route 53 Domains","signatureVersion":"v4","targetPrefix":"Route53Domains_v20140515","uid":"route53domains-2014-05-15"},"operations":{"AcceptDomainTransferFromAnotherAwsAccount":{"input":{"type":"structure","required":["DomainName","Password"],"members":{"DomainName":{},"Password":{"shape":"S3"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"AssociateDelegationSignerToDomain":{"input":{"type":"structure","required":["DomainName","SigningAttributes"],"members":{"DomainName":{},"SigningAttributes":{"type":"structure","members":{"Algorithm":{"type":"integer"},"Flags":{"type":"integer"},"PublicKey":{}}}}},"output":{"type":"structure","members":{"OperationId":{}}}},"CancelDomainTransferToAnotherAwsAccount":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"CheckDomainAvailability":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"IdnLangCode":{}}},"output":{"type":"structure","members":{"Availability":{}}}},"CheckDomainTransferability":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"AuthCode":{"shape":"Si"}}},"output":{"type":"structure","members":{"Transferability":{"type":"structure","members":{"Transferable":{}}},"Message":{}}}},"DeleteDomain":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"DeleteTagsForDomain":{"input":{"type":"structure","required":["DomainName","TagsToDelete"],"members":{"DomainName":{},"TagsToDelete":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"DisableDomainAutoRenew":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{}}},"DisableDomainTransferLock":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"DisassociateDelegationSignerFromDomain":{"input":{"type":"structure","required":["DomainName","Id"],"members":{"DomainName":{},"Id":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"EnableDomainAutoRenew":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{}}},"EnableDomainTransferLock":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"GetContactReachabilityStatus":{"input":{"type":"structure","members":{"domainName":{}}},"output":{"type":"structure","members":{"domainName":{},"status":{}}}},"GetDomainDetail":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"DomainName":{},"Nameservers":{"shape":"S19"},"AutoRenew":{"type":"boolean"},"AdminContact":{"shape":"S1f"},"RegistrantContact":{"shape":"S1f"},"TechContact":{"shape":"S1f"},"AdminPrivacy":{"type":"boolean"},"RegistrantPrivacy":{"type":"boolean"},"TechPrivacy":{"type":"boolean"},"RegistrarName":{},"WhoIsServer":{},"RegistrarUrl":{},"AbuseContactEmail":{"shape":"S1o"},"AbuseContactPhone":{"shape":"S1n"},"RegistryDomainId":{},"CreationDate":{"type":"timestamp"},"UpdatedDate":{"type":"timestamp"},"ExpirationDate":{"type":"timestamp"},"Reseller":{},"DnsSec":{},"StatusList":{"type":"list","member":{}},"DnssecKeys":{"type":"list","member":{"type":"structure","members":{"Algorithm":{"type":"integer"},"Flags":{"type":"integer"},"PublicKey":{},"DigestType":{"type":"integer"},"Digest":{},"KeyTag":{"type":"integer"},"Id":{}}}},"BillingContact":{"shape":"S1f"},"BillingPrivacy":{"type":"boolean"}}}},"GetDomainSuggestions":{"input":{"type":"structure","required":["DomainName","SuggestionCount","OnlyAvailable"],"members":{"DomainName":{},"SuggestionCount":{"type":"integer"},"OnlyAvailable":{"type":"boolean"}}},"output":{"type":"structure","members":{"SuggestionsList":{"type":"list","member":{"type":"structure","members":{"DomainName":{},"Availability":{}}}}}}},"GetOperationDetail":{"input":{"type":"structure","required":["OperationId"],"members":{"OperationId":{}}},"output":{"type":"structure","members":{"OperationId":{},"Status":{},"Message":{},"DomainName":{},"Type":{},"SubmittedDate":{"type":"timestamp"},"LastUpdatedDate":{"type":"timestamp"},"StatusFlag":{}}}},"ListDomains":{"input":{"type":"structure","members":{"FilterConditions":{"type":"list","member":{"type":"structure","required":["Name","Operator","Values"],"members":{"Name":{},"Operator":{},"Values":{"type":"list","member":{}}}}},"SortCondition":{"type":"structure","required":["Name","SortOrder"],"members":{"Name":{},"SortOrder":{}}},"Marker":{},"MaxItems":{"type":"integer"}}},"output":{"type":"structure","members":{"Domains":{"type":"list","member":{"type":"structure","members":{"DomainName":{},"AutoRenew":{"type":"boolean"},"TransferLock":{"type":"boolean"},"Expiry":{"type":"timestamp"}}}},"NextPageMarker":{}}}},"ListOperations":{"input":{"type":"structure","members":{"SubmittedSince":{"type":"timestamp"},"Marker":{},"MaxItems":{"type":"integer"},"Status":{"type":"list","member":{}},"Type":{"type":"list","member":{}},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"Operations":{"type":"list","member":{"type":"structure","members":{"OperationId":{},"Status":{},"Type":{},"SubmittedDate":{"type":"timestamp"},"DomainName":{},"Message":{},"StatusFlag":{},"LastUpdatedDate":{"type":"timestamp"}}}},"NextPageMarker":{}}}},"ListPrices":{"input":{"type":"structure","members":{"Tld":{},"Marker":{},"MaxItems":{"type":"integer"}}},"output":{"type":"structure","members":{"Prices":{"type":"list","member":{"type":"structure","members":{"Name":{},"RegistrationPrice":{"shape":"S37"},"TransferPrice":{"shape":"S37"},"RenewalPrice":{"shape":"S37"},"ChangeOwnershipPrice":{"shape":"S37"},"RestorationPrice":{"shape":"S37"}}}},"NextPageMarker":{}}}},"ListTagsForDomain":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"TagList":{"shape":"S3c"}}}},"PushDomain":{"input":{"type":"structure","required":["DomainName","Target"],"members":{"DomainName":{},"Target":{}}}},"RegisterDomain":{"input":{"type":"structure","required":["DomainName","DurationInYears","AdminContact","RegistrantContact","TechContact"],"members":{"DomainName":{},"IdnLangCode":{},"DurationInYears":{"type":"integer"},"AutoRenew":{"type":"boolean"},"AdminContact":{"shape":"S1f"},"RegistrantContact":{"shape":"S1f"},"TechContact":{"shape":"S1f"},"PrivacyProtectAdminContact":{"type":"boolean"},"PrivacyProtectRegistrantContact":{"type":"boolean"},"PrivacyProtectTechContact":{"type":"boolean"},"BillingContact":{"shape":"S1f"},"PrivacyProtectBillingContact":{"type":"boolean"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"RejectDomainTransferFromAnotherAwsAccount":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"RenewDomain":{"input":{"type":"structure","required":["DomainName","CurrentExpiryYear"],"members":{"DomainName":{},"DurationInYears":{"type":"integer"},"CurrentExpiryYear":{"type":"integer"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"ResendContactReachabilityEmail":{"input":{"type":"structure","members":{"domainName":{}}},"output":{"type":"structure","members":{"domainName":{},"emailAddress":{"shape":"S1o"},"isAlreadyVerified":{"type":"boolean"}}}},"ResendOperationAuthorization":{"input":{"type":"structure","required":["OperationId"],"members":{"OperationId":{}}}},"RetrieveDomainAuthCode":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"AuthCode":{"shape":"Si"}}}},"TransferDomain":{"input":{"type":"structure","required":["DomainName","DurationInYears","AdminContact","RegistrantContact","TechContact"],"members":{"DomainName":{},"IdnLangCode":{},"DurationInYears":{"type":"integer"},"Nameservers":{"shape":"S19"},"AuthCode":{"shape":"Si"},"AutoRenew":{"type":"boolean"},"AdminContact":{"shape":"S1f"},"RegistrantContact":{"shape":"S1f"},"TechContact":{"shape":"S1f"},"PrivacyProtectAdminContact":{"type":"boolean"},"PrivacyProtectRegistrantContact":{"type":"boolean"},"PrivacyProtectTechContact":{"type":"boolean"},"BillingContact":{"shape":"S1f"},"PrivacyProtectBillingContact":{"type":"boolean"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"TransferDomainToAnotherAwsAccount":{"input":{"type":"structure","required":["DomainName","AccountId"],"members":{"DomainName":{},"AccountId":{}}},"output":{"type":"structure","members":{"OperationId":{},"Password":{"shape":"S3"}}}},"UpdateDomainContact":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"AdminContact":{"shape":"S1f"},"RegistrantContact":{"shape":"S1f"},"TechContact":{"shape":"S1f"},"Consent":{"type":"structure","required":["MaxPrice","Currency"],"members":{"MaxPrice":{"type":"double"},"Currency":{}}},"BillingContact":{"shape":"S1f"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"UpdateDomainContactPrivacy":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"AdminPrivacy":{"type":"boolean"},"RegistrantPrivacy":{"type":"boolean"},"TechPrivacy":{"type":"boolean"},"BillingPrivacy":{"type":"boolean"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"UpdateDomainNameservers":{"input":{"type":"structure","required":["DomainName","Nameservers"],"members":{"DomainName":{},"FIAuthKey":{"deprecated":true,"type":"string","sensitive":true},"Nameservers":{"shape":"S19"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"UpdateTagsForDomain":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"TagsToUpdate":{"shape":"S3c"}}},"output":{"type":"structure","members":{}}},"ViewBilling":{"input":{"type":"structure","members":{"Start":{"type":"timestamp"},"End":{"type":"timestamp"},"Marker":{},"MaxItems":{"type":"integer"}}},"output":{"type":"structure","members":{"NextPageMarker":{},"BillingRecords":{"type":"list","member":{"type":"structure","members":{"DomainName":{},"Operation":{},"InvoiceId":{},"BillDate":{"type":"timestamp"},"Price":{"type":"double"}}}}}}}},"shapes":{"S3":{"type":"string","sensitive":true},"Si":{"type":"string","sensitive":true},"S19":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"GlueIps":{"type":"list","member":{}}}}},"S1f":{"type":"structure","members":{"FirstName":{"shape":"S1g"},"LastName":{"shape":"S1g"},"ContactType":{},"OrganizationName":{"shape":"S1g"},"AddressLine1":{"shape":"S1i"},"AddressLine2":{"shape":"S1i"},"City":{"type":"string","sensitive":true},"State":{"type":"string","sensitive":true},"CountryCode":{"type":"string","sensitive":true},"ZipCode":{"type":"string","sensitive":true},"PhoneNumber":{"shape":"S1n"},"Email":{"shape":"S1o"},"Fax":{"shape":"S1n"},"ExtraParams":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{"type":"string","sensitive":true}}}}},"sensitive":true},"S1g":{"type":"string","sensitive":true},"S1i":{"type":"string","sensitive":true},"S1n":{"type":"string","sensitive":true},"S1o":{"type":"string","sensitive":true},"S37":{"type":"structure","required":["Price","Currency"],"members":{"Price":{"type":"double"},"Currency":{}}},"S3c":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}}}}
|
41357
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2014-05-15","endpointPrefix":"route53domains","jsonVersion":"1.1","protocol":"json","protocols":["json"],"serviceFullName":"Amazon Route 53 Domains","serviceId":"Route 53 Domains","signatureVersion":"v4","targetPrefix":"Route53Domains_v20140515","uid":"route53domains-2014-05-15","auth":["aws.auth#sigv4"]},"operations":{"AcceptDomainTransferFromAnotherAwsAccount":{"input":{"type":"structure","required":["DomainName","Password"],"members":{"DomainName":{},"Password":{"shape":"S3"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"AssociateDelegationSignerToDomain":{"input":{"type":"structure","required":["DomainName","SigningAttributes"],"members":{"DomainName":{},"SigningAttributes":{"type":"structure","members":{"Algorithm":{"type":"integer"},"Flags":{"type":"integer"},"PublicKey":{}}}}},"output":{"type":"structure","members":{"OperationId":{}}}},"CancelDomainTransferToAnotherAwsAccount":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"CheckDomainAvailability":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"IdnLangCode":{}}},"output":{"type":"structure","members":{"Availability":{}}}},"CheckDomainTransferability":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"AuthCode":{"shape":"Si"}}},"output":{"type":"structure","members":{"Transferability":{"type":"structure","members":{"Transferable":{}}},"Message":{}}}},"DeleteDomain":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"DeleteTagsForDomain":{"input":{"type":"structure","required":["DomainName","TagsToDelete"],"members":{"DomainName":{},"TagsToDelete":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"DisableDomainAutoRenew":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{}}},"DisableDomainTransferLock":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"DisassociateDelegationSignerFromDomain":{"input":{"type":"structure","required":["DomainName","Id"],"members":{"DomainName":{},"Id":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"EnableDomainAutoRenew":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{}}},"EnableDomainTransferLock":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"GetContactReachabilityStatus":{"input":{"type":"structure","members":{"domainName":{}}},"output":{"type":"structure","members":{"domainName":{},"status":{}}}},"GetDomainDetail":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"DomainName":{},"Nameservers":{"shape":"S19"},"AutoRenew":{"type":"boolean"},"AdminContact":{"shape":"S1f"},"RegistrantContact":{"shape":"S1f"},"TechContact":{"shape":"S1f"},"AdminPrivacy":{"type":"boolean"},"RegistrantPrivacy":{"type":"boolean"},"TechPrivacy":{"type":"boolean"},"RegistrarName":{},"WhoIsServer":{},"RegistrarUrl":{},"AbuseContactEmail":{"shape":"S1o"},"AbuseContactPhone":{"shape":"S1n"},"RegistryDomainId":{},"CreationDate":{"type":"timestamp"},"UpdatedDate":{"type":"timestamp"},"ExpirationDate":{"type":"timestamp"},"Reseller":{},"DnsSec":{},"StatusList":{"type":"list","member":{}},"DnssecKeys":{"type":"list","member":{"type":"structure","members":{"Algorithm":{"type":"integer"},"Flags":{"type":"integer"},"PublicKey":{},"DigestType":{"type":"integer"},"Digest":{},"KeyTag":{"type":"integer"},"Id":{}}}},"BillingContact":{"shape":"S1f"},"BillingPrivacy":{"type":"boolean"}}}},"GetDomainSuggestions":{"input":{"type":"structure","required":["DomainName","SuggestionCount","OnlyAvailable"],"members":{"DomainName":{},"SuggestionCount":{"type":"integer"},"OnlyAvailable":{"type":"boolean"}}},"output":{"type":"structure","members":{"SuggestionsList":{"type":"list","member":{"type":"structure","members":{"DomainName":{},"Availability":{}}}}}}},"GetOperationDetail":{"input":{"type":"structure","required":["OperationId"],"members":{"OperationId":{}}},"output":{"type":"structure","members":{"OperationId":{},"Status":{},"Message":{},"DomainName":{},"Type":{},"SubmittedDate":{"type":"timestamp"},"LastUpdatedDate":{"type":"timestamp"},"StatusFlag":{}}}},"ListDomains":{"input":{"type":"structure","members":{"FilterConditions":{"type":"list","member":{"type":"structure","required":["Name","Operator","Values"],"members":{"Name":{},"Operator":{},"Values":{"type":"list","member":{}}}}},"SortCondition":{"type":"structure","required":["Name","SortOrder"],"members":{"Name":{},"SortOrder":{}}},"Marker":{},"MaxItems":{"type":"integer"}}},"output":{"type":"structure","members":{"Domains":{"type":"list","member":{"type":"structure","members":{"DomainName":{},"AutoRenew":{"type":"boolean"},"TransferLock":{"type":"boolean"},"Expiry":{"type":"timestamp"}}}},"NextPageMarker":{}}}},"ListOperations":{"input":{"type":"structure","members":{"SubmittedSince":{"type":"timestamp"},"Marker":{},"MaxItems":{"type":"integer"},"Status":{"type":"list","member":{}},"Type":{"type":"list","member":{}},"SortBy":{},"SortOrder":{}}},"output":{"type":"structure","members":{"Operations":{"type":"list","member":{"type":"structure","members":{"OperationId":{},"Status":{},"Type":{},"SubmittedDate":{"type":"timestamp"},"DomainName":{},"Message":{},"StatusFlag":{},"LastUpdatedDate":{"type":"timestamp"}}}},"NextPageMarker":{}}}},"ListPrices":{"input":{"type":"structure","members":{"Tld":{},"Marker":{},"MaxItems":{"type":"integer"}}},"output":{"type":"structure","members":{"Prices":{"type":"list","member":{"type":"structure","members":{"Name":{},"RegistrationPrice":{"shape":"S37"},"TransferPrice":{"shape":"S37"},"RenewalPrice":{"shape":"S37"},"ChangeOwnershipPrice":{"shape":"S37"},"RestorationPrice":{"shape":"S37"}}}},"NextPageMarker":{}}}},"ListTagsForDomain":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"TagList":{"shape":"S3c"}}}},"PushDomain":{"input":{"type":"structure","required":["DomainName","Target"],"members":{"DomainName":{},"Target":{}}}},"RegisterDomain":{"input":{"type":"structure","required":["DomainName","DurationInYears","AdminContact","RegistrantContact","TechContact"],"members":{"DomainName":{},"IdnLangCode":{},"DurationInYears":{"type":"integer"},"AutoRenew":{"type":"boolean"},"AdminContact":{"shape":"S1f"},"RegistrantContact":{"shape":"S1f"},"TechContact":{"shape":"S1f"},"PrivacyProtectAdminContact":{"type":"boolean"},"PrivacyProtectRegistrantContact":{"type":"boolean"},"PrivacyProtectTechContact":{"type":"boolean"},"BillingContact":{"shape":"S1f"},"PrivacyProtectBillingContact":{"type":"boolean"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"RejectDomainTransferFromAnotherAwsAccount":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"RenewDomain":{"input":{"type":"structure","required":["DomainName","CurrentExpiryYear"],"members":{"DomainName":{},"DurationInYears":{"type":"integer"},"CurrentExpiryYear":{"type":"integer"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"ResendContactReachabilityEmail":{"input":{"type":"structure","members":{"domainName":{}}},"output":{"type":"structure","members":{"domainName":{},"emailAddress":{"shape":"S1o"},"isAlreadyVerified":{"type":"boolean"}}}},"ResendOperationAuthorization":{"input":{"type":"structure","required":["OperationId"],"members":{"OperationId":{}}}},"RetrieveDomainAuthCode":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{}}},"output":{"type":"structure","members":{"AuthCode":{"shape":"Si"}}}},"TransferDomain":{"input":{"type":"structure","required":["DomainName","DurationInYears","AdminContact","RegistrantContact","TechContact"],"members":{"DomainName":{},"IdnLangCode":{},"DurationInYears":{"type":"integer"},"Nameservers":{"shape":"S19"},"AuthCode":{"shape":"Si"},"AutoRenew":{"type":"boolean"},"AdminContact":{"shape":"S1f"},"RegistrantContact":{"shape":"S1f"},"TechContact":{"shape":"S1f"},"PrivacyProtectAdminContact":{"type":"boolean"},"PrivacyProtectRegistrantContact":{"type":"boolean"},"PrivacyProtectTechContact":{"type":"boolean"},"BillingContact":{"shape":"S1f"},"PrivacyProtectBillingContact":{"type":"boolean"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"TransferDomainToAnotherAwsAccount":{"input":{"type":"structure","required":["DomainName","AccountId"],"members":{"DomainName":{},"AccountId":{}}},"output":{"type":"structure","members":{"OperationId":{},"Password":{"shape":"S3"}}}},"UpdateDomainContact":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"AdminContact":{"shape":"S1f"},"RegistrantContact":{"shape":"S1f"},"TechContact":{"shape":"S1f"},"Consent":{"type":"structure","required":["MaxPrice","Currency"],"members":{"MaxPrice":{"type":"double"},"Currency":{}}},"BillingContact":{"shape":"S1f"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"UpdateDomainContactPrivacy":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"AdminPrivacy":{"type":"boolean"},"RegistrantPrivacy":{"type":"boolean"},"TechPrivacy":{"type":"boolean"},"BillingPrivacy":{"type":"boolean"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"UpdateDomainNameservers":{"input":{"type":"structure","required":["DomainName","Nameservers"],"members":{"DomainName":{},"FIAuthKey":{"deprecated":true,"type":"string","sensitive":true},"Nameservers":{"shape":"S19"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"UpdateTagsForDomain":{"input":{"type":"structure","required":["DomainName"],"members":{"DomainName":{},"TagsToUpdate":{"shape":"S3c"}}},"output":{"type":"structure","members":{}}},"ViewBilling":{"input":{"type":"structure","members":{"Start":{"type":"timestamp"},"End":{"type":"timestamp"},"Marker":{},"MaxItems":{"type":"integer"}}},"output":{"type":"structure","members":{"NextPageMarker":{},"BillingRecords":{"type":"list","member":{"type":"structure","members":{"DomainName":{},"Operation":{},"InvoiceId":{},"BillDate":{"type":"timestamp"},"Price":{"type":"double"}}}}}}}},"shapes":{"S3":{"type":"string","sensitive":true},"Si":{"type":"string","sensitive":true},"S19":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"GlueIps":{"type":"list","member":{}}}}},"S1f":{"type":"structure","members":{"FirstName":{"shape":"S1g"},"LastName":{"shape":"S1g"},"ContactType":{},"OrganizationName":{"shape":"S1g"},"AddressLine1":{"shape":"S1i"},"AddressLine2":{"shape":"S1i"},"City":{"type":"string","sensitive":true},"State":{"type":"string","sensitive":true},"CountryCode":{"type":"string","sensitive":true},"ZipCode":{"type":"string","sensitive":true},"PhoneNumber":{"shape":"S1n"},"Email":{"shape":"S1o"},"Fax":{"shape":"S1n"},"ExtraParams":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{"type":"string","sensitive":true}}}}},"sensitive":true},"S1g":{"type":"string","sensitive":true},"S1i":{"type":"string","sensitive":true},"S1n":{"type":"string","sensitive":true},"S1o":{"type":"string","sensitive":true},"S37":{"type":"structure","required":["Price","Currency"],"members":{"Price":{"type":"double"},"Currency":{}}},"S3c":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}}}}
|
41349
41358
|
|
41350
41359
|
/***/ }),
|
41351
41360
|
/* 357 */
|
@@ -55497,7 +55506,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
55497
55506
|
/* 550 */
|
55498
55507
|
/***/ (function(module, exports) {
|
55499
55508
|
|
55500
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-04-28","endpointPrefix":"cloudhsmv2","jsonVersion":"1.1","protocol":"json","serviceAbbreviation":"CloudHSM V2","serviceFullName":"AWS CloudHSM V2","serviceId":"CloudHSM V2","signatureVersion":"v4","signingName":"cloudhsm","targetPrefix":"BaldrApiService","uid":"cloudhsmv2-2017-04-28"},"operations":{"CopyBackupToRegion":{"input":{"type":"structure","required":["DestinationRegion","BackupId"],"members":{"DestinationRegion":{},"BackupId":{},"TagList":{"shape":"S4"}}},"output":{"type":"structure","members":{"DestinationBackup":{"type":"structure","members":{"CreateTimestamp":{"type":"timestamp"},"SourceRegion":{},"SourceBackup":{},"SourceCluster":{}}}}}},"CreateCluster":{"input":{"type":"structure","required":["HsmType","SubnetIds"],"members":{"BackupRetentionPolicy":{"shape":"Sd"},"HsmType":{},"SourceBackupId":{},"SubnetIds":{"type":"list","member":{}},"TagList":{"shape":"S4"}}},"output":{"type":"structure","members":{"Cluster":{"shape":"
|
55509
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-04-28","endpointPrefix":"cloudhsmv2","jsonVersion":"1.1","protocol":"json","protocols":["json"],"serviceAbbreviation":"CloudHSM V2","serviceFullName":"AWS CloudHSM V2","serviceId":"CloudHSM V2","signatureVersion":"v4","signingName":"cloudhsm","targetPrefix":"BaldrApiService","uid":"cloudhsmv2-2017-04-28"},"operations":{"CopyBackupToRegion":{"input":{"type":"structure","required":["DestinationRegion","BackupId"],"members":{"DestinationRegion":{},"BackupId":{},"TagList":{"shape":"S4"}}},"output":{"type":"structure","members":{"DestinationBackup":{"type":"structure","members":{"CreateTimestamp":{"type":"timestamp"},"SourceRegion":{},"SourceBackup":{},"SourceCluster":{}}}}}},"CreateCluster":{"input":{"type":"structure","required":["HsmType","SubnetIds"],"members":{"BackupRetentionPolicy":{"shape":"Sd"},"HsmType":{},"SourceBackupId":{},"SubnetIds":{"type":"list","member":{}},"TagList":{"shape":"S4"},"Mode":{}}},"output":{"type":"structure","members":{"Cluster":{"shape":"Sl"}}}},"CreateHsm":{"input":{"type":"structure","required":["ClusterId","AvailabilityZone"],"members":{"ClusterId":{},"AvailabilityZone":{},"IpAddress":{}}},"output":{"type":"structure","members":{"Hsm":{"shape":"So"}}}},"DeleteBackup":{"input":{"type":"structure","required":["BackupId"],"members":{"BackupId":{}}},"output":{"type":"structure","members":{"Backup":{"shape":"S17"}}}},"DeleteCluster":{"input":{"type":"structure","required":["ClusterId"],"members":{"ClusterId":{}}},"output":{"type":"structure","members":{"Cluster":{"shape":"Sl"}}}},"DeleteHsm":{"input":{"type":"structure","required":["ClusterId"],"members":{"ClusterId":{},"HsmId":{},"EniId":{},"EniIp":{}}},"output":{"type":"structure","members":{"HsmId":{}}}},"DescribeBackups":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filters":{"shape":"S1h"},"SortAscending":{"type":"boolean"}}},"output":{"type":"structure","members":{"Backups":{"type":"list","member":{"shape":"S17"}},"NextToken":{}}}},"DescribeClusters":{"input":{"type":"structure","members":{"Filters":{"shape":"S1h"},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Clusters":{"type":"list","member":{"shape":"Sl"}},"NextToken":{}}}},"InitializeCluster":{"input":{"type":"structure","required":["ClusterId","SignedCert","TrustAnchor"],"members":{"ClusterId":{},"SignedCert":{},"TrustAnchor":{}}},"output":{"type":"structure","members":{"State":{},"StateMessage":{}}}},"ListTags":{"input":{"type":"structure","required":["ResourceId"],"members":{"ResourceId":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["TagList"],"members":{"TagList":{"shape":"S4"},"NextToken":{}}}},"ModifyBackupAttributes":{"input":{"type":"structure","required":["BackupId","NeverExpires"],"members":{"BackupId":{},"NeverExpires":{"type":"boolean"}}},"output":{"type":"structure","members":{"Backup":{"shape":"S17"}}}},"ModifyCluster":{"input":{"type":"structure","required":["BackupRetentionPolicy","ClusterId"],"members":{"BackupRetentionPolicy":{"shape":"Sd"},"ClusterId":{}}},"output":{"type":"structure","members":{"Cluster":{"shape":"Sl"}}}},"RestoreBackup":{"input":{"type":"structure","required":["BackupId"],"members":{"BackupId":{}}},"output":{"type":"structure","members":{"Backup":{"shape":"S17"}}}},"TagResource":{"input":{"type":"structure","required":["ResourceId","TagList"],"members":{"ResourceId":{},"TagList":{"shape":"S4"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["ResourceId","TagKeyList"],"members":{"ResourceId":{},"TagKeyList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}}},"shapes":{"S4":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"Sd":{"type":"structure","members":{"Type":{},"Value":{}}},"Sl":{"type":"structure","members":{"BackupPolicy":{},"BackupRetentionPolicy":{"shape":"Sd"},"ClusterId":{},"CreateTimestamp":{"type":"timestamp"},"Hsms":{"type":"list","member":{"shape":"So"}},"HsmType":{},"PreCoPassword":{},"SecurityGroup":{},"SourceBackupId":{},"State":{},"StateMessage":{},"SubnetMapping":{"type":"map","key":{},"value":{}},"VpcId":{},"Certificates":{"type":"structure","members":{"ClusterCsr":{},"HsmCertificate":{},"AwsHardwareCertificate":{},"ManufacturerHardwareCertificate":{},"ClusterCertificate":{}}},"TagList":{"shape":"S4"},"Mode":{}}},"So":{"type":"structure","required":["HsmId"],"members":{"AvailabilityZone":{},"ClusterId":{},"SubnetId":{},"EniId":{},"EniIp":{},"HsmId":{},"State":{},"StateMessage":{}}},"S17":{"type":"structure","required":["BackupId"],"members":{"BackupId":{},"BackupState":{},"ClusterId":{},"CreateTimestamp":{"type":"timestamp"},"CopyTimestamp":{"type":"timestamp"},"NeverExpires":{"type":"boolean"},"SourceRegion":{},"SourceBackup":{},"SourceCluster":{},"DeleteTimestamp":{"type":"timestamp"},"TagList":{"shape":"S4"},"HsmType":{},"Mode":{}}},"S1h":{"type":"map","key":{},"value":{"type":"list","member":{}}}}}
|
55501
55510
|
|
55502
55511
|
/***/ }),
|
55503
55512
|
/* 551 */
|
@@ -55533,7 +55542,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
55533
55542
|
/* 553 */
|
55534
55543
|
/***/ (function(module, exports) {
|
55535
55544
|
|
55536
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-03-31","endpointPrefix":"glue","jsonVersion":"1.1","protocol":"json","protocols":["json"],"serviceFullName":"AWS Glue","serviceId":"Glue","signatureVersion":"v4","targetPrefix":"AWSGlue","uid":"glue-2017-03-31","auth":["aws.auth#sigv4"]},"operations":{"BatchCreatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionInputList"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionInputList":{"type":"list","member":{"shape":"S5"}}}},"output":{"type":"structure","members":{"Errors":{"shape":"S12"}}}},"BatchDeleteConnection":{"input":{"type":"structure","required":["ConnectionNameList"],"members":{"CatalogId":{},"ConnectionNameList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"Succeeded":{"shape":"Sn"},"Errors":{"type":"map","key":{},"value":{"shape":"S14"}}}}},"BatchDeletePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionsToDelete"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionsToDelete":{"type":"list","member":{"shape":"S1c"}}}},"output":{"type":"structure","members":{"Errors":{"shape":"S12"}}}},"BatchDeleteTable":{"input":{"type":"structure","required":["DatabaseName","TablesToDelete"],"members":{"CatalogId":{},"DatabaseName":{},"TablesToDelete":{"type":"list","member":{}},"TransactionId":{}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","members":{"TableName":{},"ErrorDetail":{"shape":"S14"}}}}}}},"BatchDeleteTableVersion":{"input":{"type":"structure","required":["DatabaseName","TableName","VersionIds"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"VersionIds":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","members":{"TableName":{},"VersionId":{},"ErrorDetail":{"shape":"S14"}}}}}}},"BatchGetBlueprints":{"input":{"type":"structure","required":["Names"],"members":{"Names":{"type":"list","member":{}},"IncludeBlueprint":{"type":"boolean"},"IncludeParameterSpec":{"type":"boolean"}}},"output":{"type":"structure","members":{"Blueprints":{"type":"list","member":{"shape":"S1w"}},"MissingBlueprints":{"shape":"S24"}}}},"BatchGetCrawlers":{"input":{"type":"structure","required":["CrawlerNames"],"members":{"CrawlerNames":{"shape":"S26"}}},"output":{"type":"structure","members":{"Crawlers":{"shape":"S28"},"CrawlersNotFound":{"shape":"S26"}}}},"BatchGetCustomEntityTypes":{"input":{"type":"structure","required":["Names"],"members":{"Names":{"shape":"S3r"}}},"output":{"type":"structure","members":{"CustomEntityTypes":{"shape":"S3t"},"CustomEntityTypesNotFound":{"shape":"S3r"}}}},"BatchGetDataQualityResult":{"input":{"type":"structure","required":["ResultIds"],"members":{"ResultIds":{"shape":"S3x"}}},"output":{"type":"structure","required":["Results"],"members":{"Results":{"type":"list","member":{"type":"structure","members":{"ResultId":{},"Score":{"type":"double"},"DataSource":{"shape":"S43"},"RulesetName":{},"EvaluationContext":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"JobName":{},"JobRunId":{},"RulesetEvaluationRunId":{},"RuleResults":{"shape":"S46"},"AnalyzerResults":{"shape":"S4b"},"Observations":{"shape":"S4d"}}}},"ResultsNotFound":{"shape":"S3x"}}}},"BatchGetDevEndpoints":{"input":{"type":"structure","required":["DevEndpointNames"],"members":{"DevEndpointNames":{"shape":"S4k"}}},"output":{"type":"structure","members":{"DevEndpoints":{"shape":"S4m"},"DevEndpointsNotFound":{"shape":"S4k"}}}},"BatchGetJobs":{"input":{"type":"structure","required":["JobNames"],"members":{"JobNames":{"shape":"S4w"}}},"output":{"type":"structure","members":{"Jobs":{"shape":"S4y"},"JobsNotFound":{"shape":"S4w"}}}},"BatchGetPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionsToGet"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionsToGet":{"shape":"Saf"}}},"output":{"type":"structure","members":{"Partitions":{"shape":"Sah"},"UnprocessedKeys":{"shape":"Saf"}}}},"BatchGetTableOptimizer":{"input":{"type":"structure","required":["Entries"],"members":{"Entries":{"type":"list","member":{"type":"structure","members":{"catalogId":{},"databaseName":{},"tableName":{},"type":{}}}}}},"output":{"type":"structure","members":{"TableOptimizers":{"type":"list","member":{"type":"structure","members":{"catalogId":{},"databaseName":{},"tableName":{},"tableOptimizer":{"shape":"Sas"}}}},"Failures":{"type":"list","member":{"type":"structure","members":{"error":{"shape":"S14"},"catalogId":{},"databaseName":{},"tableName":{},"type":{}}}}}}},"BatchGetTriggers":{"input":{"type":"structure","required":["TriggerNames"],"members":{"TriggerNames":{"shape":"Sb3"}}},"output":{"type":"structure","members":{"Triggers":{"shape":"Sb5"},"TriggersNotFound":{"shape":"Sb3"}}}},"BatchGetWorkflows":{"input":{"type":"structure","required":["Names"],"members":{"Names":{"shape":"Sbn"},"IncludeGraph":{"type":"boolean"}}},"output":{"type":"structure","members":{"Workflows":{"type":"list","member":{"shape":"Sbq"}},"MissingWorkflows":{"shape":"Sbn"}}}},"BatchStopJobRun":{"input":{"type":"structure","required":["JobName","JobRunIds"],"members":{"JobName":{},"JobRunIds":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"SuccessfulSubmissions":{"type":"list","member":{"type":"structure","members":{"JobName":{},"JobRunId":{}}}},"Errors":{"type":"list","member":{"type":"structure","members":{"JobName":{},"JobRunId":{},"ErrorDetail":{"shape":"S14"}}}}}}},"BatchUpdatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","Entries"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Entries":{"type":"list","member":{"type":"structure","required":["PartitionValueList","PartitionInput"],"members":{"PartitionValueList":{"shape":"Sco"},"PartitionInput":{"shape":"S5"}}}}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","members":{"PartitionValueList":{"shape":"Sco"},"ErrorDetail":{"shape":"S14"}}}}}}},"CancelDataQualityRuleRecommendationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{}}},"CancelDataQualityRulesetEvaluationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{}}},"CancelMLTaskRun":{"input":{"type":"structure","required":["TransformId","TaskRunId"],"members":{"TransformId":{},"TaskRunId":{}}},"output":{"type":"structure","members":{"TransformId":{},"TaskRunId":{},"Status":{}}}},"CancelStatement":{"input":{"type":"structure","required":["SessionId","Id"],"members":{"SessionId":{},"Id":{"type":"integer"},"RequestOrigin":{}}},"output":{"type":"structure","members":{}}},"CheckSchemaVersionValidity":{"input":{"type":"structure","required":["DataFormat","SchemaDefinition"],"members":{"DataFormat":{},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"Valid":{"type":"boolean"},"Error":{}}}},"CreateBlueprint":{"input":{"type":"structure","required":["Name","BlueprintLocation"],"members":{"Name":{},"Description":{},"BlueprintLocation":{},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateClassifier":{"input":{"type":"structure","members":{"GrokClassifier":{"type":"structure","required":["Classification","Name","GrokPattern"],"members":{"Classification":{},"Name":{},"GrokPattern":{},"CustomPatterns":{}}},"XMLClassifier":{"type":"structure","required":["Classification","Name"],"members":{"Classification":{},"Name":{},"RowTag":{}}},"JsonClassifier":{"type":"structure","required":["Name","JsonPath"],"members":{"Name":{},"JsonPath":{}}},"CsvClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Delimiter":{},"QuoteSymbol":{},"ContainsHeader":{},"Header":{"shape":"Sdq"},"DisableValueTrimming":{"type":"boolean"},"AllowSingleColumn":{"type":"boolean"},"CustomDatatypeConfigured":{"type":"boolean"},"CustomDatatypes":{"shape":"Sdr"},"Serde":{}}}}},"output":{"type":"structure","members":{}}},"CreateConnection":{"input":{"type":"structure","required":["ConnectionInput"],"members":{"CatalogId":{},"ConnectionInput":{"shape":"Sdv"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"CreateConnectionStatus":{}}}},"CreateCrawler":{"input":{"type":"structure","required":["Name","Role","Targets"],"members":{"Name":{},"Role":{},"DatabaseName":{},"Description":{},"Targets":{"shape":"S2b"},"Schedule":{},"Classifiers":{"shape":"S32"},"TablePrefix":{},"SchemaChangePolicy":{"shape":"S35"},"RecrawlPolicy":{"shape":"S33"},"LineageConfiguration":{"shape":"S38"},"LakeFormationConfiguration":{"shape":"S3o"},"Configuration":{},"CrawlerSecurityConfiguration":{},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{}}},"CreateCustomEntityType":{"input":{"type":"structure","required":["Name","RegexString"],"members":{"Name":{},"RegexString":{},"ContextWords":{"shape":"S3v"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateDataQualityRuleset":{"input":{"type":"structure","required":["Name","Ruleset"],"members":{"Name":{},"Description":{},"Ruleset":{},"Tags":{"shape":"Sd9"},"TargetTable":{"shape":"Sep"},"ClientToken":{}}},"output":{"type":"structure","members":{"Name":{}}},"idempotent":true},"CreateDatabase":{"input":{"type":"structure","required":["DatabaseInput"],"members":{"CatalogId":{},"DatabaseInput":{"shape":"Ses"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{}}},"CreateDevEndpoint":{"input":{"type":"structure","required":["EndpointName","RoleArn"],"members":{"EndpointName":{},"RoleArn":{},"SecurityGroupIds":{"shape":"S4p"},"SubnetId":{},"PublicKey":{},"PublicKeys":{"shape":"S4t"},"NumberOfNodes":{"type":"integer"},"WorkerType":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{},"SecurityConfiguration":{},"Tags":{"shape":"Sd9"},"Arguments":{"shape":"S4u"}}},"output":{"type":"structure","members":{"EndpointName":{},"Status":{},"SecurityGroupIds":{"shape":"S4p"},"SubnetId":{},"RoleArn":{},"YarnEndpointAddress":{},"ZeppelinRemoteSparkInterpreterPort":{"type":"integer"},"NumberOfNodes":{"type":"integer"},"WorkerType":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"AvailabilityZone":{},"VpcId":{},"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{},"FailureReason":{},"SecurityConfiguration":{},"CreatedTimestamp":{"type":"timestamp"},"Arguments":{"shape":"S4u"}}}},"CreateJob":{"input":{"type":"structure","required":["Name","Role","Command"],"members":{"Name":{},"JobMode":{},"Description":{},"LogUri":{},"Role":{},"ExecutionProperty":{"shape":"S53"},"Command":{"shape":"S55"},"DefaultArguments":{"shape":"S59"},"NonOverridableArguments":{"shape":"S59"},"Connections":{"shape":"S5a"},"MaxRetries":{"type":"integer"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"SecurityConfiguration":{},"Tags":{"shape":"Sd9"},"NotificationProperty":{"shape":"S5e"},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"CodeGenConfigurationNodes":{"shape":"S5g"},"ExecutionClass":{},"SourceControlDetails":{"shape":"Saa"},"MaintenanceWindow":{}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateMLTransform":{"input":{"type":"structure","required":["Name","InputRecordTables","Parameters","Role"],"members":{"Name":{},"Description":{},"InputRecordTables":{"shape":"Sf9"},"Parameters":{"shape":"Sfa"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"},"Tags":{"shape":"Sd9"},"TransformEncryption":{"shape":"Sfe"}}},"output":{"type":"structure","members":{"TransformId":{}}}},"CreatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionInput":{"shape":"S5"}}},"output":{"type":"structure","members":{}}},"CreatePartitionIndex":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionIndex"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionIndex":{"shape":"Sfl"}}},"output":{"type":"structure","members":{}}},"CreateRegistry":{"input":{"type":"structure","required":["RegistryName"],"members":{"RegistryName":{},"Description":{},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"RegistryArn":{},"RegistryName":{},"Description":{},"Tags":{"shape":"Sd9"}}}},"CreateSchema":{"input":{"type":"structure","required":["SchemaName","DataFormat"],"members":{"RegistryId":{"shape":"Sfr"},"SchemaName":{},"DataFormat":{},"Compatibility":{},"Description":{},"Tags":{"shape":"Sd9"},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"SchemaName":{},"SchemaArn":{},"Description":{},"DataFormat":{},"Compatibility":{},"SchemaCheckpoint":{"type":"long"},"LatestSchemaVersion":{"type":"long"},"NextSchemaVersion":{"type":"long"},"SchemaStatus":{},"Tags":{"shape":"Sd9"},"SchemaVersionId":{},"SchemaVersionStatus":{}}}},"CreateScript":{"input":{"type":"structure","members":{"DagNodes":{"shape":"Sfy"},"DagEdges":{"shape":"Sg6"},"Language":{}}},"output":{"type":"structure","members":{"PythonScript":{},"ScalaCode":{}}}},"CreateSecurityConfiguration":{"input":{"type":"structure","required":["Name","EncryptionConfiguration"],"members":{"Name":{},"EncryptionConfiguration":{"shape":"Sgd"}}},"output":{"type":"structure","members":{"Name":{},"CreatedTimestamp":{"type":"timestamp"}}}},"CreateSession":{"input":{"type":"structure","required":["Id","Role","Command"],"members":{"Id":{},"Description":{},"Role":{},"Command":{"shape":"Sgp"},"Timeout":{"type":"integer"},"IdleTimeout":{"type":"integer"},"DefaultArguments":{"shape":"Sgq"},"Connections":{"shape":"S5a"},"MaxCapacity":{"type":"double"},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"SecurityConfiguration":{},"GlueVersion":{},"Tags":{"shape":"Sd9"},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Session":{"shape":"Sgt"}}}},"CreateTable":{"input":{"type":"structure","required":["DatabaseName","TableInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableInput":{"shape":"Sgy"},"PartitionIndexes":{"type":"list","member":{"shape":"Sfl"}},"TransactionId":{},"OpenTableFormatInput":{"type":"structure","members":{"IcebergInput":{"type":"structure","required":["MetadataOperation"],"members":{"MetadataOperation":{},"Version":{}}}}}}},"output":{"type":"structure","members":{}}},"CreateTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type","TableOptimizerConfiguration"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{},"TableOptimizerConfiguration":{"shape":"Sat"}}},"output":{"type":"structure","members":{}}},"CreateTrigger":{"input":{"type":"structure","required":["Name","Type","Actions"],"members":{"Name":{},"WorkflowName":{},"Type":{},"Schedule":{},"Predicate":{"shape":"Sbc"},"Actions":{"shape":"Sba"},"Description":{},"StartOnCreation":{"type":"boolean"},"Tags":{"shape":"Sd9"},"EventBatchingCondition":{"shape":"Sbj"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionInput"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionInput":{"shape":"Shj"}}},"output":{"type":"structure","members":{}}},"CreateWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"DefaultRunProperties":{"shape":"Sbr"},"Tags":{"shape":"Sd9"},"MaxConcurrentRuns":{"type":"integer"}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteBlueprint":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteClassifier":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteColumnStatisticsForPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues","ColumnName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"ColumnName":{}}},"output":{"type":"structure","members":{}}},"DeleteColumnStatisticsForTable":{"input":{"type":"structure","required":["DatabaseName","TableName","ColumnName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"ColumnName":{}}},"output":{"type":"structure","members":{}}},"DeleteConnection":{"input":{"type":"structure","required":["ConnectionName"],"members":{"CatalogId":{},"ConnectionName":{}}},"output":{"type":"structure","members":{}}},"DeleteCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteCustomEntityType":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteDataQualityRuleset":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteDatabase":{"input":{"type":"structure","required":["Name"],"members":{"CatalogId":{},"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteDevEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"output":{"type":"structure","members":{}}},"DeleteJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}},"output":{"type":"structure","members":{"JobName":{}}}},"DeleteMLTransform":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{}}},"output":{"type":"structure","members":{"TransformId":{}}}},"DeletePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"}}},"output":{"type":"structure","members":{}}},"DeletePartitionIndex":{"input":{"type":"structure","required":["DatabaseName","TableName","IndexName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"IndexName":{}}},"output":{"type":"structure","members":{}}},"DeleteRegistry":{"input":{"type":"structure","required":["RegistryId"],"members":{"RegistryId":{"shape":"Sfr"}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"Status":{}}}},"DeleteResourcePolicy":{"input":{"type":"structure","members":{"PolicyHashCondition":{},"ResourceArn":{}}},"output":{"type":"structure","members":{}}},"DeleteSchema":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"Status":{}}}},"DeleteSchemaVersions":{"input":{"type":"structure","required":["SchemaId","Versions"],"members":{"SchemaId":{"shape":"Sw"},"Versions":{}}},"output":{"type":"structure","members":{"SchemaVersionErrors":{"type":"list","member":{"type":"structure","members":{"VersionNumber":{"type":"long"},"ErrorDetails":{"type":"structure","members":{"ErrorCode":{},"ErrorMessage":{}}}}}}}}},"DeleteSecurityConfiguration":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteSession":{"input":{"type":"structure","required":["Id"],"members":{"Id":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Id":{}}}},"DeleteTable":{"input":{"type":"structure","required":["DatabaseName","Name"],"members":{"CatalogId":{},"DatabaseName":{},"Name":{},"TransactionId":{}}},"output":{"type":"structure","members":{}}},"DeleteTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{}}},"output":{"type":"structure","members":{}}},"DeleteTableVersion":{"input":{"type":"structure","required":["DatabaseName","TableName","VersionId"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"VersionId":{}}},"output":{"type":"structure","members":{}}},"DeleteTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionName"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionName":{}}},"output":{"type":"structure","members":{}}},"DeleteWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"GetBlueprint":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"IncludeBlueprint":{"type":"boolean"},"IncludeParameterSpec":{"type":"boolean"}}},"output":{"type":"structure","members":{"Blueprint":{"shape":"S1w"}}}},"GetBlueprintRun":{"input":{"type":"structure","required":["BlueprintName","RunId"],"members":{"BlueprintName":{},"RunId":{}}},"output":{"type":"structure","members":{"BlueprintRun":{"shape":"Sji"}}}},"GetBlueprintRuns":{"input":{"type":"structure","required":["BlueprintName"],"members":{"BlueprintName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"BlueprintRuns":{"type":"list","member":{"shape":"Sji"}},"NextToken":{}}}},"GetCatalogImportStatus":{"input":{"type":"structure","members":{"CatalogId":{}}},"output":{"type":"structure","members":{"ImportStatus":{"type":"structure","members":{"ImportCompleted":{"type":"boolean"},"ImportTime":{"type":"timestamp"},"ImportedBy":{}}}}}},"GetClassifier":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Classifier":{"shape":"Sjv"}}}},"GetClassifiers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Classifiers":{"type":"list","member":{"shape":"Sjv"}},"NextToken":{}}}},"GetColumnStatisticsForPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues","ColumnNames"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"ColumnNames":{"shape":"Sk5"}}},"output":{"type":"structure","members":{"ColumnStatisticsList":{"shape":"Sk7"},"Errors":{"shape":"Skp"}}}},"GetColumnStatisticsForTable":{"input":{"type":"structure","required":["DatabaseName","TableName","ColumnNames"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"ColumnNames":{"shape":"Sk5"}}},"output":{"type":"structure","members":{"ColumnStatisticsList":{"shape":"Sk7"},"Errors":{"shape":"Skp"}}}},"GetColumnStatisticsTaskRun":{"input":{"type":"structure","required":["ColumnStatisticsTaskRunId"],"members":{"ColumnStatisticsTaskRunId":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRun":{"shape":"Skv"}}}},"GetColumnStatisticsTaskRuns":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRuns":{"type":"list","member":{"shape":"Skv"}},"NextToken":{}}}},"GetConnection":{"input":{"type":"structure","required":["Name"],"members":{"CatalogId":{},"Name":{},"HidePassword":{"type":"boolean"}}},"output":{"type":"structure","members":{"Connection":{"shape":"Sl6"}}}},"GetConnections":{"input":{"type":"structure","members":{"CatalogId":{},"Filter":{"type":"structure","members":{"MatchCriteria":{"shape":"Sdx"},"ConnectionType":{}}},"HidePassword":{"type":"boolean"},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ConnectionList":{"type":"list","member":{"shape":"Sl6"}},"NextToken":{}}}},"GetCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Crawler":{"shape":"S29"}}}},"GetCrawlerMetrics":{"input":{"type":"structure","members":{"CrawlerNameList":{"shape":"S26"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"CrawlerMetricsList":{"type":"list","member":{"type":"structure","members":{"CrawlerName":{},"TimeLeftSeconds":{"type":"double"},"StillEstimating":{"type":"boolean"},"LastRuntimeSeconds":{"type":"double"},"MedianRuntimeSeconds":{"type":"double"},"TablesCreated":{"type":"integer"},"TablesUpdated":{"type":"integer"},"TablesDeleted":{"type":"integer"}}}},"NextToken":{}}}},"GetCrawlers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Crawlers":{"shape":"S28"},"NextToken":{}}}},"GetCustomEntityType":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{},"RegexString":{},"ContextWords":{"shape":"S3v"}}}},"GetDataCatalogEncryptionSettings":{"input":{"type":"structure","members":{"CatalogId":{}}},"output":{"type":"structure","members":{"DataCatalogEncryptionSettings":{"shape":"Slq"}}}},"GetDataQualityResult":{"input":{"type":"structure","required":["ResultId"],"members":{"ResultId":{}}},"output":{"type":"structure","members":{"ResultId":{},"Score":{"type":"double"},"DataSource":{"shape":"S43"},"RulesetName":{},"EvaluationContext":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"JobName":{},"JobRunId":{},"RulesetEvaluationRunId":{},"RuleResults":{"shape":"S46"},"AnalyzerResults":{"shape":"S4b"},"Observations":{"shape":"S4d"}}}},"GetDataQualityRuleRecommendationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{"RunId":{},"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"Status":{},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"},"RecommendedRuleset":{},"CreatedRulesetName":{}}}},"GetDataQualityRuleset":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{},"Description":{},"Ruleset":{},"TargetTable":{"shape":"Sep"},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"RecommendationRunId":{}}}},"GetDataQualityRulesetEvaluationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{"RunId":{},"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"AdditionalRunOptions":{"shape":"Sm3"},"Status":{},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"},"RulesetNames":{"shape":"Sm4"},"ResultIds":{"type":"list","member":{}},"AdditionalDataSources":{"shape":"Sm6"}}}},"GetDatabase":{"input":{"type":"structure","required":["Name"],"members":{"CatalogId":{},"Name":{}}},"output":{"type":"structure","members":{"Database":{"shape":"Sm9"}}}},"GetDatabases":{"input":{"type":"structure","members":{"CatalogId":{},"NextToken":{},"MaxResults":{"type":"integer"},"ResourceShareType":{}}},"output":{"type":"structure","required":["DatabaseList"],"members":{"DatabaseList":{"type":"list","member":{"shape":"Sm9"}},"NextToken":{}}}},"GetDataflowGraph":{"input":{"type":"structure","members":{"PythonScript":{}}},"output":{"type":"structure","members":{"DagNodes":{"shape":"Sfy"},"DagEdges":{"shape":"Sg6"}}}},"GetDevEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"output":{"type":"structure","members":{"DevEndpoint":{"shape":"S4n"}}}},"GetDevEndpoints":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"DevEndpoints":{"shape":"S4m"},"NextToken":{}}}},"GetJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}},"output":{"type":"structure","members":{"Job":{"shape":"S4z"}}}},"GetJobBookmark":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"RunId":{}}},"output":{"type":"structure","members":{"JobBookmarkEntry":{"shape":"Smr"}}}},"GetJobRun":{"input":{"type":"structure","required":["JobName","RunId"],"members":{"JobName":{},"RunId":{},"PredecessorsIncluded":{"type":"boolean"}}},"output":{"type":"structure","members":{"JobRun":{"shape":"Sc2"}}}},"GetJobRuns":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"JobRuns":{"shape":"Sc1"},"NextToken":{}}}},"GetJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Jobs":{"shape":"S4y"},"NextToken":{}}}},"GetMLTaskRun":{"input":{"type":"structure","required":["TransformId","TaskRunId"],"members":{"TransformId":{},"TaskRunId":{}}},"output":{"type":"structure","members":{"TransformId":{},"TaskRunId":{},"Status":{},"LogGroupName":{},"Properties":{"shape":"Sn2"},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"}}}},"GetMLTaskRuns":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{},"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"type":"structure","members":{"TaskRunType":{},"Status":{},"StartedBefore":{"type":"timestamp"},"StartedAfter":{"type":"timestamp"}}},"Sort":{"type":"structure","required":["Column","SortDirection"],"members":{"Column":{},"SortDirection":{}}}}},"output":{"type":"structure","members":{"TaskRuns":{"type":"list","member":{"type":"structure","members":{"TransformId":{},"TaskRunId":{},"Status":{},"LogGroupName":{},"Properties":{"shape":"Sn2"},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"}}}},"NextToken":{}}}},"GetMLTransform":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{}}},"output":{"type":"structure","members":{"TransformId":{},"Name":{},"Description":{},"Status":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"InputRecordTables":{"shape":"Sf9"},"Parameters":{"shape":"Sfa"},"EvaluationMetrics":{"shape":"Snl"},"LabelCount":{"type":"integer"},"Schema":{"shape":"Sns"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"},"TransformEncryption":{"shape":"Sfe"}}}},"GetMLTransforms":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"shape":"Snv"},"Sort":{"shape":"Snw"}}},"output":{"type":"structure","required":["Transforms"],"members":{"Transforms":{"type":"list","member":{"type":"structure","members":{"TransformId":{},"Name":{},"Description":{},"Status":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"InputRecordTables":{"shape":"Sf9"},"Parameters":{"shape":"Sfa"},"EvaluationMetrics":{"shape":"Snl"},"LabelCount":{"type":"integer"},"Schema":{"shape":"Sns"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"},"TransformEncryption":{"shape":"Sfe"}}}},"NextToken":{}}}},"GetMapping":{"input":{"type":"structure","required":["Source"],"members":{"Source":{"shape":"So2"},"Sinks":{"shape":"So3"},"Location":{"shape":"So4"}}},"output":{"type":"structure","required":["Mapping"],"members":{"Mapping":{"shape":"So6"}}}},"GetPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"}}},"output":{"type":"structure","members":{"Partition":{"shape":"Sai"}}}},"GetPartitionIndexes":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"NextToken":{}}},"output":{"type":"structure","members":{"PartitionIndexDescriptorList":{"type":"list","member":{"type":"structure","required":["IndexName","Keys","IndexStatus"],"members":{"IndexName":{},"Keys":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Type":{}}}},"IndexStatus":{},"BackfillErrors":{"type":"list","member":{"type":"structure","members":{"Code":{},"Partitions":{"type":"list","member":{"shape":"S1c"}}}}}}}},"NextToken":{}}}},"GetPartitions":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Expression":{},"NextToken":{},"Segment":{"shape":"Sop"},"MaxResults":{"type":"integer"},"ExcludeColumnSchema":{"type":"boolean"},"TransactionId":{},"QueryAsOfTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"Partitions":{"shape":"Sah"},"NextToken":{}}}},"GetPlan":{"input":{"type":"structure","required":["Mapping","Source"],"members":{"Mapping":{"shape":"So6"},"Source":{"shape":"So2"},"Sinks":{"shape":"So3"},"Location":{"shape":"So4"},"Language":{},"AdditionalPlanOptionsMap":{"type":"map","key":{},"value":{}}}},"output":{"type":"structure","members":{"PythonScript":{},"ScalaCode":{}}}},"GetRegistry":{"input":{"type":"structure","required":["RegistryId"],"members":{"RegistryId":{"shape":"Sfr"}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"Description":{},"Status":{},"CreatedTime":{},"UpdatedTime":{}}}},"GetResourcePolicies":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"GetResourcePoliciesResponseList":{"type":"list","member":{"type":"structure","members":{"PolicyInJson":{},"PolicyHash":{},"CreateTime":{"type":"timestamp"},"UpdateTime":{"type":"timestamp"}}}},"NextToken":{}}}},"GetResourcePolicy":{"input":{"type":"structure","members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"PolicyInJson":{},"PolicyHash":{},"CreateTime":{"type":"timestamp"},"UpdateTime":{"type":"timestamp"}}}},"GetSchema":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"SchemaName":{},"SchemaArn":{},"Description":{},"DataFormat":{},"Compatibility":{},"SchemaCheckpoint":{"type":"long"},"LatestSchemaVersion":{"type":"long"},"NextSchemaVersion":{"type":"long"},"SchemaStatus":{},"CreatedTime":{},"UpdatedTime":{}}}},"GetSchemaByDefinition":{"input":{"type":"structure","required":["SchemaId","SchemaDefinition"],"members":{"SchemaId":{"shape":"Sw"},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"SchemaVersionId":{},"SchemaArn":{},"DataFormat":{},"Status":{},"CreatedTime":{}}}},"GetSchemaVersion":{"input":{"type":"structure","members":{"SchemaId":{"shape":"Sw"},"SchemaVersionId":{},"SchemaVersionNumber":{"shape":"Spc"}}},"output":{"type":"structure","members":{"SchemaVersionId":{},"SchemaDefinition":{},"DataFormat":{},"SchemaArn":{},"VersionNumber":{"type":"long"},"Status":{},"CreatedTime":{}}}},"GetSchemaVersionsDiff":{"input":{"type":"structure","required":["SchemaId","FirstSchemaVersionNumber","SecondSchemaVersionNumber","SchemaDiffType"],"members":{"SchemaId":{"shape":"Sw"},"FirstSchemaVersionNumber":{"shape":"Spc"},"SecondSchemaVersionNumber":{"shape":"Spc"},"SchemaDiffType":{}}},"output":{"type":"structure","members":{"Diff":{}}}},"GetSecurityConfiguration":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"SecurityConfiguration":{"shape":"Spl"}}}},"GetSecurityConfigurations":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SecurityConfigurations":{"type":"list","member":{"shape":"Spl"}},"NextToken":{}}}},"GetSession":{"input":{"type":"structure","required":["Id"],"members":{"Id":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Session":{"shape":"Sgt"}}}},"GetStatement":{"input":{"type":"structure","required":["SessionId","Id"],"members":{"SessionId":{},"Id":{"type":"integer"},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Statement":{"shape":"Spt"}}}},"GetTable":{"input":{"type":"structure","required":["DatabaseName","Name"],"members":{"CatalogId":{},"DatabaseName":{},"Name":{},"TransactionId":{},"QueryAsOfTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"Table":{"shape":"Sq0"}}}},"GetTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{}}},"output":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"TableOptimizer":{"shape":"Sas"}}}},"GetTableVersion":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"VersionId":{}}},"output":{"type":"structure","members":{"TableVersion":{"shape":"Sq9"}}}},"GetTableVersions":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"TableVersions":{"type":"list","member":{"shape":"Sq9"}},"NextToken":{}}}},"GetTables":{"input":{"type":"structure","required":["DatabaseName"],"members":{"CatalogId":{},"DatabaseName":{},"Expression":{},"NextToken":{},"MaxResults":{"type":"integer"},"TransactionId":{},"QueryAsOfTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"TableList":{"shape":"Sqg"},"NextToken":{}}}},"GetTags":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sd9"}}}},"GetTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Trigger":{"shape":"Sb6"}}}},"GetTriggers":{"input":{"type":"structure","members":{"NextToken":{},"DependentJobName":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Triggers":{"shape":"Sb5"},"NextToken":{}}}},"GetUnfilteredPartitionMetadata":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","PartitionValues","SupportedPermissionTypes"],"members":{"Region":{},"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"AuditContext":{"shape":"Sqo"},"SupportedPermissionTypes":{"shape":"Sqr"},"QuerySessionContext":{"shape":"Sqt"}}},"output":{"type":"structure","members":{"Partition":{"shape":"Sai"},"AuthorizedColumns":{"shape":"Sn"},"IsRegisteredWithLakeFormation":{"type":"boolean"}}}},"GetUnfilteredPartitionsMetadata":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","SupportedPermissionTypes"],"members":{"Region":{},"CatalogId":{},"DatabaseName":{},"TableName":{},"Expression":{},"AuditContext":{"shape":"Sqo"},"SupportedPermissionTypes":{"shape":"Sqr"},"NextToken":{},"Segment":{"shape":"Sop"},"MaxResults":{"type":"integer"},"QuerySessionContext":{"shape":"Sqt"}}},"output":{"type":"structure","members":{"UnfilteredPartitions":{"type":"list","member":{"type":"structure","members":{"Partition":{"shape":"Sai"},"AuthorizedColumns":{"shape":"Sn"},"IsRegisteredWithLakeFormation":{"type":"boolean"}}}},"NextToken":{}}}},"GetUnfilteredTableMetadata":{"input":{"type":"structure","required":["CatalogId","DatabaseName","Name","SupportedPermissionTypes"],"members":{"Region":{},"CatalogId":{},"DatabaseName":{},"Name":{},"AuditContext":{"shape":"Sqo"},"SupportedPermissionTypes":{"shape":"Sqr"},"ParentResourceArn":{},"RootResourceArn":{},"SupportedDialect":{"type":"structure","members":{"Dialect":{},"DialectVersion":{}}},"Permissions":{"shape":"Sey"},"QuerySessionContext":{"shape":"Sqt"}}},"output":{"type":"structure","members":{"Table":{"shape":"Sq0"},"AuthorizedColumns":{"shape":"Sn"},"IsRegisteredWithLakeFormation":{"type":"boolean"},"CellFilters":{"type":"list","member":{"type":"structure","members":{"ColumnName":{},"RowFilterExpression":{}}}},"QueryAuthorizationId":{},"IsMultiDialectView":{"type":"boolean"},"ResourceArn":{},"IsProtected":{"type":"boolean"},"Permissions":{"shape":"Sey"},"RowFilter":{}}}},"GetUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionName"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionName":{}}},"output":{"type":"structure","members":{"UserDefinedFunction":{"shape":"Sra"}}}},"GetUserDefinedFunctions":{"input":{"type":"structure","required":["Pattern"],"members":{"CatalogId":{},"DatabaseName":{},"Pattern":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"UserDefinedFunctions":{"type":"list","member":{"shape":"Sra"}},"NextToken":{}}}},"GetWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"IncludeGraph":{"type":"boolean"}}},"output":{"type":"structure","members":{"Workflow":{"shape":"Sbq"}}}},"GetWorkflowRun":{"input":{"type":"structure","required":["Name","RunId"],"members":{"Name":{},"RunId":{},"IncludeGraph":{"type":"boolean"}}},"output":{"type":"structure","members":{"Run":{"shape":"Sbs"}}}},"GetWorkflowRunProperties":{"input":{"type":"structure","required":["Name","RunId"],"members":{"Name":{},"RunId":{}}},"output":{"type":"structure","members":{"RunProperties":{"shape":"Sbr"}}}},"GetWorkflowRuns":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"IncludeGraph":{"type":"boolean"},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Runs":{"type":"list","member":{"shape":"Sbs"}},"NextToken":{}}}},"ImportCatalogToGlue":{"input":{"type":"structure","members":{"CatalogId":{}}},"output":{"type":"structure","members":{}}},"ListBlueprints":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"Blueprints":{"shape":"S24"},"NextToken":{}}}},"ListColumnStatisticsTaskRuns":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRunIds":{"type":"list","member":{}},"NextToken":{}}}},"ListCrawlers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"CrawlerNames":{"shape":"S26"},"NextToken":{}}}},"ListCrawls":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{},"MaxResults":{"type":"integer"},"Filters":{"type":"list","member":{"type":"structure","members":{"FieldName":{},"FilterOperator":{},"FieldValue":{}}}},"NextToken":{}}},"output":{"type":"structure","members":{"Crawls":{"type":"list","member":{"type":"structure","members":{"CrawlId":{},"State":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Summary":{},"ErrorMessage":{},"LogGroup":{},"LogStream":{},"MessagePrefix":{},"DPUHour":{"type":"double"}}}},"NextToken":{}}}},"ListCustomEntityTypes":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"CustomEntityTypes":{"shape":"S3t"},"NextToken":{}}}},"ListDataQualityResults":{"input":{"type":"structure","members":{"Filter":{"type":"structure","members":{"DataSource":{"shape":"S43"},"JobName":{},"JobRunId":{},"StartedAfter":{"type":"timestamp"},"StartedBefore":{"type":"timestamp"}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Results"],"members":{"Results":{"type":"list","member":{"type":"structure","members":{"ResultId":{},"DataSource":{"shape":"S43"},"JobName":{},"JobRunId":{},"StartedOn":{"type":"timestamp"}}}},"NextToken":{}}}},"ListDataQualityRuleRecommendationRuns":{"input":{"type":"structure","members":{"Filter":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"shape":"S43"},"StartedBefore":{"type":"timestamp"},"StartedAfter":{"type":"timestamp"}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Runs":{"type":"list","member":{"type":"structure","members":{"RunId":{},"Status":{},"StartedOn":{"type":"timestamp"},"DataSource":{"shape":"S43"}}}},"NextToken":{}}}},"ListDataQualityRulesetEvaluationRuns":{"input":{"type":"structure","members":{"Filter":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"shape":"S43"},"StartedBefore":{"type":"timestamp"},"StartedAfter":{"type":"timestamp"}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Runs":{"type":"list","member":{"type":"structure","members":{"RunId":{},"Status":{},"StartedOn":{"type":"timestamp"},"DataSource":{"shape":"S43"}}}},"NextToken":{}}}},"ListDataQualityRulesets":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"type":"structure","members":{"Name":{},"Description":{},"CreatedBefore":{"type":"timestamp"},"CreatedAfter":{"type":"timestamp"},"LastModifiedBefore":{"type":"timestamp"},"LastModifiedAfter":{"type":"timestamp"},"TargetTable":{"shape":"Sep"}}},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"Rulesets":{"type":"list","member":{"type":"structure","members":{"Name":{},"Description":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"TargetTable":{"shape":"Sep"},"RecommendationRunId":{},"RuleCount":{"type":"integer"}}}},"NextToken":{}}}},"ListDevEndpoints":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"DevEndpointNames":{"type":"list","member":{}},"NextToken":{}}}},"ListJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"JobNames":{"shape":"S4w"},"NextToken":{}}}},"ListMLTransforms":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"shape":"Snv"},"Sort":{"shape":"Snw"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","required":["TransformIds"],"members":{"TransformIds":{"type":"list","member":{}},"NextToken":{}}}},"ListRegistries":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Registries":{"type":"list","member":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"Description":{},"Status":{},"CreatedTime":{},"UpdatedTime":{}}}},"NextToken":{}}}},"ListSchemaVersions":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Schemas":{"type":"list","member":{"type":"structure","members":{"SchemaArn":{},"SchemaVersionId":{},"VersionNumber":{"type":"long"},"Status":{},"CreatedTime":{}}}},"NextToken":{}}}},"ListSchemas":{"input":{"type":"structure","members":{"RegistryId":{"shape":"Sfr"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Schemas":{"type":"list","member":{"type":"structure","members":{"RegistryName":{},"SchemaName":{},"SchemaArn":{},"Description":{},"SchemaStatus":{},"CreatedTime":{},"UpdatedTime":{}}}},"NextToken":{}}}},"ListSessions":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd9"},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Ids":{"type":"list","member":{}},"Sessions":{"type":"list","member":{"shape":"Sgt"}},"NextToken":{}}}},"ListStatements":{"input":{"type":"structure","required":["SessionId"],"members":{"SessionId":{},"RequestOrigin":{},"NextToken":{}}},"output":{"type":"structure","members":{"Statements":{"type":"list","member":{"shape":"Spt"}},"NextToken":{}}}},"ListTableOptimizerRuns":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"NextToken":{},"TableOptimizerRuns":{"type":"list","member":{"shape":"Sav"}}}}},"ListTriggers":{"input":{"type":"structure","members":{"NextToken":{},"DependentJobName":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"TriggerNames":{"shape":"Sb3"},"NextToken":{}}}},"ListWorkflows":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Workflows":{"shape":"Sbn"},"NextToken":{}}}},"PutDataCatalogEncryptionSettings":{"input":{"type":"structure","required":["DataCatalogEncryptionSettings"],"members":{"CatalogId":{},"DataCatalogEncryptionSettings":{"shape":"Slq"}}},"output":{"type":"structure","members":{}}},"PutResourcePolicy":{"input":{"type":"structure","required":["PolicyInJson"],"members":{"PolicyInJson":{},"ResourceArn":{},"PolicyHashCondition":{},"PolicyExistsCondition":{},"EnableHybrid":{}}},"output":{"type":"structure","members":{"PolicyHash":{}}}},"PutSchemaVersionMetadata":{"input":{"type":"structure","required":["MetadataKeyValue"],"members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Spc"},"SchemaVersionId":{},"MetadataKeyValue":{"shape":"Su3"}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{},"LatestVersion":{"type":"boolean"},"VersionNumber":{"type":"long"},"SchemaVersionId":{},"MetadataKey":{},"MetadataValue":{}}}},"PutWorkflowRunProperties":{"input":{"type":"structure","required":["Name","RunId","RunProperties"],"members":{"Name":{},"RunId":{},"RunProperties":{"shape":"Sbr"}}},"output":{"type":"structure","members":{}}},"QuerySchemaVersionMetadata":{"input":{"type":"structure","members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Spc"},"SchemaVersionId":{},"MetadataList":{"type":"list","member":{"shape":"Su3"}},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"MetadataInfoMap":{"type":"map","key":{},"value":{"type":"structure","members":{"MetadataValue":{},"CreatedTime":{},"OtherMetadataValueList":{"type":"list","member":{"type":"structure","members":{"MetadataValue":{},"CreatedTime":{}}}}}}},"SchemaVersionId":{},"NextToken":{}}}},"RegisterSchemaVersion":{"input":{"type":"structure","required":["SchemaId","SchemaDefinition"],"members":{"SchemaId":{"shape":"Sw"},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"SchemaVersionId":{},"VersionNumber":{"type":"long"},"Status":{}}}},"RemoveSchemaVersionMetadata":{"input":{"type":"structure","required":["MetadataKeyValue"],"members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Spc"},"SchemaVersionId":{},"MetadataKeyValue":{"shape":"Su3"}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{},"LatestVersion":{"type":"boolean"},"VersionNumber":{"type":"long"},"SchemaVersionId":{},"MetadataKey":{},"MetadataValue":{}}}},"ResetJobBookmark":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"RunId":{}}},"output":{"type":"structure","members":{"JobBookmarkEntry":{"shape":"Smr"}}}},"ResumeWorkflowRun":{"input":{"type":"structure","required":["Name","RunId","NodeIds"],"members":{"Name":{},"RunId":{},"NodeIds":{"shape":"Suo"}}},"output":{"type":"structure","members":{"RunId":{},"NodeIds":{"shape":"Suo"}}}},"RunStatement":{"input":{"type":"structure","required":["SessionId","Code"],"members":{"SessionId":{},"Code":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Id":{"type":"integer"}}}},"SearchTables":{"input":{"type":"structure","members":{"CatalogId":{},"NextToken":{},"Filters":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{},"Comparator":{}}}},"SearchText":{},"SortCriteria":{"type":"list","member":{"type":"structure","members":{"FieldName":{},"Sort":{}}}},"MaxResults":{"type":"integer"},"ResourceShareType":{}}},"output":{"type":"structure","members":{"NextToken":{},"TableList":{"shape":"Sqg"}}}},"StartBlueprintRun":{"input":{"type":"structure","required":["BlueprintName","RoleArn"],"members":{"BlueprintName":{},"Parameters":{},"RoleArn":{}}},"output":{"type":"structure","members":{"RunId":{}}}},"StartColumnStatisticsTaskRun":{"input":{"type":"structure","required":["DatabaseName","TableName","Role"],"members":{"DatabaseName":{},"TableName":{},"ColumnNameList":{"shape":"Skx"},"Role":{},"SampleSize":{"type":"double"},"CatalogID":{},"SecurityConfiguration":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRunId":{}}}},"StartCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"StartCrawlerSchedule":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{}}},"output":{"type":"structure","members":{}}},"StartDataQualityRuleRecommendationRun":{"input":{"type":"structure","required":["DataSource","Role"],"members":{"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"CreatedRulesetName":{},"ClientToken":{}}},"output":{"type":"structure","members":{"RunId":{}}},"idempotent":true},"StartDataQualityRulesetEvaluationRun":{"input":{"type":"structure","required":["DataSource","Role","RulesetNames"],"members":{"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"ClientToken":{},"AdditionalRunOptions":{"shape":"Sm3"},"RulesetNames":{"shape":"Sm4"},"AdditionalDataSources":{"shape":"Sm6"}}},"output":{"type":"structure","members":{"RunId":{}}},"idempotent":true},"StartExportLabelsTaskRun":{"input":{"type":"structure","required":["TransformId","OutputS3Path"],"members":{"TransformId":{},"OutputS3Path":{}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartImportLabelsTaskRun":{"input":{"type":"structure","required":["TransformId","InputS3Path"],"members":{"TransformId":{},"InputS3Path":{},"ReplaceAllLabels":{"type":"boolean"}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartJobRun":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"JobRunId":{},"Arguments":{"shape":"S59"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S5e"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"ExecutionClass":{}}},"output":{"type":"structure","members":{"JobRunId":{}}}},"StartMLEvaluationTaskRun":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartMLLabelingSetGenerationTaskRun":{"input":{"type":"structure","required":["TransformId","OutputS3Path"],"members":{"TransformId":{},"OutputS3Path":{}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"StartWorkflowRun":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"RunProperties":{"shape":"Sbr"}}},"output":{"type":"structure","members":{"RunId":{}}}},"StopColumnStatisticsTaskRun":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{}}},"output":{"type":"structure","members":{}}},"StopCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"StopCrawlerSchedule":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{}}},"output":{"type":"structure","members":{}}},"StopSession":{"input":{"type":"structure","required":["Id"],"members":{"Id":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Id":{}}}},"StopTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"StopWorkflowRun":{"input":{"type":"structure","required":["Name","RunId"],"members":{"Name":{},"RunId":{}}},"output":{"type":"structure","members":{}}},"TagResource":{"input":{"type":"structure","required":["ResourceArn","TagsToAdd"],"members":{"ResourceArn":{},"TagsToAdd":{"shape":"Sd9"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["ResourceArn","TagsToRemove"],"members":{"ResourceArn":{},"TagsToRemove":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateBlueprint":{"input":{"type":"structure","required":["Name","BlueprintLocation"],"members":{"Name":{},"Description":{},"BlueprintLocation":{}}},"output":{"type":"structure","members":{"Name":{}}}},"UpdateClassifier":{"input":{"type":"structure","members":{"GrokClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Classification":{},"GrokPattern":{},"CustomPatterns":{}}},"XMLClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Classification":{},"RowTag":{}}},"JsonClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"JsonPath":{}}},"CsvClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Delimiter":{},"QuoteSymbol":{},"ContainsHeader":{},"Header":{"shape":"Sdq"},"DisableValueTrimming":{"type":"boolean"},"AllowSingleColumn":{"type":"boolean"},"CustomDatatypeConfigured":{"type":"boolean"},"CustomDatatypes":{"shape":"Sdr"},"Serde":{}}}}},"output":{"type":"structure","members":{}}},"UpdateColumnStatisticsForPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues","ColumnStatisticsList"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"ColumnStatisticsList":{"shape":"Swh"}}},"output":{"type":"structure","members":{"Errors":{"shape":"Swj"}}}},"UpdateColumnStatisticsForTable":{"input":{"type":"structure","required":["DatabaseName","TableName","ColumnStatisticsList"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"ColumnStatisticsList":{"shape":"Swh"}}},"output":{"type":"structure","members":{"Errors":{"shape":"Swj"}}}},"UpdateConnection":{"input":{"type":"structure","required":["Name","ConnectionInput"],"members":{"CatalogId":{},"Name":{},"ConnectionInput":{"shape":"Sdv"}}},"output":{"type":"structure","members":{}}},"UpdateCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Role":{},"DatabaseName":{},"Description":{},"Targets":{"shape":"S2b"},"Schedule":{},"Classifiers":{"shape":"S32"},"TablePrefix":{},"SchemaChangePolicy":{"shape":"S35"},"RecrawlPolicy":{"shape":"S33"},"LineageConfiguration":{"shape":"S38"},"LakeFormationConfiguration":{"shape":"S3o"},"Configuration":{},"CrawlerSecurityConfiguration":{}}},"output":{"type":"structure","members":{}}},"UpdateCrawlerSchedule":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{},"Schedule":{}}},"output":{"type":"structure","members":{}}},"UpdateDataQualityRuleset":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"Ruleset":{}}},"output":{"type":"structure","members":{"Name":{},"Description":{},"Ruleset":{}}}},"UpdateDatabase":{"input":{"type":"structure","required":["Name","DatabaseInput"],"members":{"CatalogId":{},"Name":{},"DatabaseInput":{"shape":"Ses"}}},"output":{"type":"structure","members":{}}},"UpdateDevEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{},"PublicKey":{},"AddPublicKeys":{"shape":"S4t"},"DeletePublicKeys":{"shape":"S4t"},"CustomLibraries":{"type":"structure","members":{"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{}}},"UpdateEtlLibraries":{"type":"boolean"},"DeleteArguments":{"shape":"S4p"},"AddArguments":{"shape":"S4u"}}},"output":{"type":"structure","members":{}}},"UpdateJob":{"input":{"type":"structure","required":["JobName","JobUpdate"],"members":{"JobName":{},"JobUpdate":{"type":"structure","members":{"JobMode":{},"Description":{},"LogUri":{},"Role":{},"ExecutionProperty":{"shape":"S53"},"Command":{"shape":"S55"},"DefaultArguments":{"shape":"S59"},"NonOverridableArguments":{"shape":"S59"},"Connections":{"shape":"S5a"},"MaxRetries":{"type":"integer"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S5e"},"GlueVersion":{},"CodeGenConfigurationNodes":{"shape":"S5g"},"ExecutionClass":{},"SourceControlDetails":{"shape":"Saa"},"MaintenanceWindow":{}}}}},"output":{"type":"structure","members":{"JobName":{}}}},"UpdateJobFromSourceControl":{"input":{"type":"structure","members":{"JobName":{},"Provider":{},"RepositoryName":{},"RepositoryOwner":{},"BranchName":{},"Folder":{},"CommitId":{},"AuthStrategy":{},"AuthToken":{}}},"output":{"type":"structure","members":{"JobName":{}}}},"UpdateMLTransform":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{},"Name":{},"Description":{},"Parameters":{"shape":"Sfa"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"}}},"output":{"type":"structure","members":{"TransformId":{}}}},"UpdatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValueList","PartitionInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValueList":{"shape":"Sco"},"PartitionInput":{"shape":"S5"}}},"output":{"type":"structure","members":{}}},"UpdateRegistry":{"input":{"type":"structure","required":["RegistryId","Description"],"members":{"RegistryId":{"shape":"Sfr"},"Description":{}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{}}}},"UpdateSchema":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Spc"},"Compatibility":{},"Description":{}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{}}}},"UpdateSourceControlFromJob":{"input":{"type":"structure","members":{"JobName":{},"Provider":{},"RepositoryName":{},"RepositoryOwner":{},"BranchName":{},"Folder":{},"CommitId":{},"AuthStrategy":{},"AuthToken":{}}},"output":{"type":"structure","members":{"JobName":{}}}},"UpdateTable":{"input":{"type":"structure","required":["DatabaseName","TableInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableInput":{"shape":"Sgy"},"SkipArchive":{"type":"boolean"},"TransactionId":{},"VersionId":{},"ViewUpdateAction":{},"Force":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"UpdateTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type","TableOptimizerConfiguration"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{},"TableOptimizerConfiguration":{"shape":"Sat"}}},"output":{"type":"structure","members":{}}},"UpdateTrigger":{"input":{"type":"structure","required":["Name","TriggerUpdate"],"members":{"Name":{},"TriggerUpdate":{"type":"structure","members":{"Name":{},"Description":{},"Schedule":{},"Actions":{"shape":"Sba"},"Predicate":{"shape":"Sbc"},"EventBatchingCondition":{"shape":"Sbj"}}}}},"output":{"type":"structure","members":{"Trigger":{"shape":"Sb6"}}}},"UpdateUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionName","FunctionInput"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionName":{},"FunctionInput":{"shape":"Shj"}}},"output":{"type":"structure","members":{}}},"UpdateWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"DefaultRunProperties":{"shape":"Sbr"},"MaxConcurrentRuns":{"type":"integer"}}},"output":{"type":"structure","members":{"Name":{}}}}},"shapes":{"S5":{"type":"structure","members":{"Values":{"shape":"S6"},"LastAccessTime":{"type":"timestamp"},"StorageDescriptor":{"shape":"S9"},"Parameters":{"shape":"Se"},"LastAnalyzedTime":{"type":"timestamp"}}},"S6":{"type":"list","member":{}},"S9":{"type":"structure","members":{"Columns":{"shape":"Sa"},"Location":{},"AdditionalLocations":{"type":"list","member":{}},"InputFormat":{},"OutputFormat":{},"Compressed":{"type":"boolean"},"NumberOfBuckets":{"type":"integer"},"SerdeInfo":{"type":"structure","members":{"Name":{},"SerializationLibrary":{},"Parameters":{"shape":"Se"}}},"BucketColumns":{"shape":"Sn"},"SortColumns":{"type":"list","member":{"type":"structure","required":["Column","SortOrder"],"members":{"Column":{},"SortOrder":{"type":"integer"}}}},"Parameters":{"shape":"Se"},"SkewedInfo":{"type":"structure","members":{"SkewedColumnNames":{"shape":"Sn"},"SkewedColumnValues":{"type":"list","member":{}},"SkewedColumnValueLocationMaps":{"type":"map","key":{},"value":{}}}},"StoredAsSubDirectories":{"type":"boolean"},"SchemaReference":{"type":"structure","members":{"SchemaId":{"shape":"Sw"},"SchemaVersionId":{},"SchemaVersionNumber":{"type":"long"}}}}},"Sa":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Type":{},"Comment":{},"Parameters":{"shape":"Se"}}}},"Se":{"type":"map","key":{},"value":{}},"Sn":{"type":"list","member":{}},"Sw":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{}}},"S12":{"type":"list","member":{"type":"structure","members":{"PartitionValues":{"shape":"S6"},"ErrorDetail":{"shape":"S14"}}}},"S14":{"type":"structure","members":{"ErrorCode":{},"ErrorMessage":{}}},"S1c":{"type":"structure","required":["Values"],"members":{"Values":{"shape":"S6"}}},"S1w":{"type":"structure","members":{"Name":{},"Description":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"ParameterSpec":{},"BlueprintLocation":{},"BlueprintServiceLocation":{},"Status":{},"ErrorMessage":{},"LastActiveDefinition":{"type":"structure","members":{"Description":{},"LastModifiedOn":{"type":"timestamp"},"ParameterSpec":{},"BlueprintLocation":{},"BlueprintServiceLocation":{}}}}},"S24":{"type":"list","member":{}},"S26":{"type":"list","member":{}},"S28":{"type":"list","member":{"shape":"S29"}},"S29":{"type":"structure","members":{"Name":{},"Role":{},"Targets":{"shape":"S2b"},"DatabaseName":{},"Description":{},"Classifiers":{"shape":"S32"},"RecrawlPolicy":{"shape":"S33"},"SchemaChangePolicy":{"shape":"S35"},"LineageConfiguration":{"shape":"S38"},"State":{},"TablePrefix":{},"Schedule":{"type":"structure","members":{"ScheduleExpression":{},"State":{}}},"CrawlElapsedTime":{"type":"long"},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"LastCrawl":{"type":"structure","members":{"Status":{},"ErrorMessage":{},"LogGroup":{},"LogStream":{},"MessagePrefix":{},"StartTime":{"type":"timestamp"}}},"Version":{"type":"long"},"Configuration":{},"CrawlerSecurityConfiguration":{},"LakeFormationConfiguration":{"shape":"S3o"}}},"S2b":{"type":"structure","members":{"S3Targets":{"type":"list","member":{"type":"structure","members":{"Path":{},"Exclusions":{"shape":"S2f"},"ConnectionName":{},"SampleSize":{"type":"integer"},"EventQueueArn":{},"DlqEventQueueArn":{}}}},"JdbcTargets":{"type":"list","member":{"type":"structure","members":{"ConnectionName":{},"Path":{},"Exclusions":{"shape":"S2f"},"EnableAdditionalMetadata":{"type":"list","member":{}}}}},"MongoDBTargets":{"type":"list","member":{"type":"structure","members":{"ConnectionName":{},"Path":{},"ScanAll":{"type":"boolean"}}}},"DynamoDBTargets":{"type":"list","member":{"type":"structure","members":{"Path":{},"scanAll":{"type":"boolean"},"scanRate":{"type":"double"}}}},"CatalogTargets":{"type":"list","member":{"type":"structure","required":["DatabaseName","Tables"],"members":{"DatabaseName":{},"Tables":{"type":"list","member":{}},"ConnectionName":{},"EventQueueArn":{},"DlqEventQueueArn":{}}}},"DeltaTargets":{"type":"list","member":{"type":"structure","members":{"DeltaTables":{"shape":"S2f"},"ConnectionName":{},"WriteManifest":{"type":"boolean"},"CreateNativeDeltaTable":{"type":"boolean"}}}},"IcebergTargets":{"type":"list","member":{"type":"structure","members":{"Paths":{"shape":"S2f"},"ConnectionName":{},"Exclusions":{"shape":"S2f"},"MaximumTraversalDepth":{"type":"integer"}}}},"HudiTargets":{"type":"list","member":{"type":"structure","members":{"Paths":{"shape":"S2f"},"ConnectionName":{},"Exclusions":{"shape":"S2f"},"MaximumTraversalDepth":{"type":"integer"}}}}}},"S2f":{"type":"list","member":{}},"S32":{"type":"list","member":{}},"S33":{"type":"structure","members":{"RecrawlBehavior":{}}},"S35":{"type":"structure","members":{"UpdateBehavior":{},"DeleteBehavior":{}}},"S38":{"type":"structure","members":{"CrawlerLineageSettings":{}}},"S3o":{"type":"structure","members":{"UseLakeFormationCredentials":{"type":"boolean"},"AccountId":{}}},"S3r":{"type":"list","member":{}},"S3t":{"type":"list","member":{"type":"structure","required":["Name","RegexString"],"members":{"Name":{},"RegexString":{},"ContextWords":{"shape":"S3v"}}}},"S3v":{"type":"list","member":{}},"S3x":{"type":"list","member":{}},"S43":{"type":"structure","required":["GlueTable"],"members":{"GlueTable":{"shape":"S44"}}},"S44":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{},"CatalogId":{},"ConnectionName":{},"AdditionalOptions":{"type":"map","key":{},"value":{}}}},"S46":{"type":"list","member":{"type":"structure","members":{"Name":{},"Description":{},"EvaluationMessage":{},"Result":{},"EvaluatedMetrics":{"shape":"S4a"}}}},"S4a":{"type":"map","key":{},"value":{"type":"double"}},"S4b":{"type":"list","member":{"type":"structure","members":{"Name":{},"Description":{},"EvaluationMessage":{},"EvaluatedMetrics":{"shape":"S4a"}}}},"S4d":{"type":"list","member":{"type":"structure","members":{"Description":{},"MetricBasedObservation":{"type":"structure","members":{"MetricName":{},"MetricValues":{"type":"structure","members":{"ActualValue":{"type":"double"},"ExpectedValue":{"type":"double"},"LowerLimit":{"type":"double"},"UpperLimit":{"type":"double"}}},"NewRules":{"type":"list","member":{}}}}}}},"S4k":{"type":"list","member":{}},"S4m":{"type":"list","member":{"shape":"S4n"}},"S4n":{"type":"structure","members":{"EndpointName":{},"RoleArn":{},"SecurityGroupIds":{"shape":"S4p"},"SubnetId":{},"YarnEndpointAddress":{},"PrivateAddress":{},"ZeppelinRemoteSparkInterpreterPort":{"type":"integer"},"PublicAddress":{},"Status":{},"WorkerType":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"NumberOfNodes":{"type":"integer"},"AvailabilityZone":{},"VpcId":{},"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{},"FailureReason":{},"LastUpdateStatus":{},"CreatedTimestamp":{"type":"timestamp"},"LastModifiedTimestamp":{"type":"timestamp"},"PublicKey":{},"PublicKeys":{"shape":"S4t"},"SecurityConfiguration":{},"Arguments":{"shape":"S4u"}}},"S4p":{"type":"list","member":{}},"S4t":{"type":"list","member":{}},"S4u":{"type":"map","key":{},"value":{}},"S4w":{"type":"list","member":{}},"S4y":{"type":"list","member":{"shape":"S4z"}},"S4z":{"type":"structure","members":{"Name":{},"JobMode":{},"Description":{},"LogUri":{},"Role":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"ExecutionProperty":{"shape":"S53"},"Command":{"shape":"S55"},"DefaultArguments":{"shape":"S59"},"NonOverridableArguments":{"shape":"S59"},"Connections":{"shape":"S5a"},"MaxRetries":{"type":"integer"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S5e"},"GlueVersion":{},"CodeGenConfigurationNodes":{"shape":"S5g"},"ExecutionClass":{},"SourceControlDetails":{"shape":"Saa"},"MaintenanceWindow":{}}},"S53":{"type":"structure","members":{"MaxConcurrentRuns":{"type":"integer"}}},"S55":{"type":"structure","members":{"Name":{},"ScriptLocation":{},"PythonVersion":{},"Runtime":{}}},"S59":{"type":"map","key":{},"value":{}},"S5a":{"type":"structure","members":{"Connections":{"shape":"S5b"}}},"S5b":{"type":"list","member":{}},"S5e":{"type":"structure","members":{"NotifyDelayAfter":{"type":"integer"}}},"S5g":{"type":"map","key":{},"value":{"type":"structure","members":{"AthenaConnectorSource":{"type":"structure","required":["Name","ConnectionName","ConnectorName","ConnectionType","SchemaName"],"members":{"Name":{},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"ConnectionTable":{},"SchemaName":{},"OutputSchemas":{"shape":"S5n"}}},"JDBCConnectorSource":{"type":"structure","required":["Name","ConnectionName","ConnectorName","ConnectionType"],"members":{"Name":{},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"type":"structure","members":{"FilterPredicate":{},"PartitionColumn":{},"LowerBound":{"type":"long"},"UpperBound":{"type":"long"},"NumPartitions":{"type":"long"},"JobBookmarkKeys":{"shape":"S5v"},"JobBookmarkKeysSortOrder":{},"DataTypeMapping":{"type":"map","key":{},"value":{}}}},"ConnectionTable":{},"Query":{},"OutputSchemas":{"shape":"S5n"}}},"SparkConnectorSource":{"type":"structure","required":["Name","ConnectionName","ConnectorName","ConnectionType"],"members":{"Name":{},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"CatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"RedshiftSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"RedshiftTmpDir":{},"TmpDirIAMRole":{}}},"S3CatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"PartitionPredicate":{},"AdditionalOptions":{"shape":"S65"}}},"S3CsvSource":{"type":"structure","required":["Name","Paths","Separator","QuoteChar"],"members":{"Name":{},"Paths":{"shape":"S5v"},"CompressionType":{},"Exclusions":{"shape":"S5v"},"GroupSize":{},"GroupFiles":{},"Recurse":{"type":"boolean"},"MaxBand":{"type":"integer"},"MaxFilesInBand":{"type":"integer"},"AdditionalOptions":{"shape":"S6b"},"Separator":{},"Escaper":{},"QuoteChar":{},"Multiline":{"type":"boolean"},"WithHeader":{"type":"boolean"},"WriteHeader":{"type":"boolean"},"SkipFirst":{"type":"boolean"},"OptimizePerformance":{"type":"boolean"},"OutputSchemas":{"shape":"S5n"}}},"S3JsonSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5v"},"CompressionType":{},"Exclusions":{"shape":"S5v"},"GroupSize":{},"GroupFiles":{},"Recurse":{"type":"boolean"},"MaxBand":{"type":"integer"},"MaxFilesInBand":{"type":"integer"},"AdditionalOptions":{"shape":"S6b"},"JsonPath":{},"Multiline":{"type":"boolean"},"OutputSchemas":{"shape":"S5n"}}},"S3ParquetSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5v"},"CompressionType":{},"Exclusions":{"shape":"S5v"},"GroupSize":{},"GroupFiles":{},"Recurse":{"type":"boolean"},"MaxBand":{"type":"integer"},"MaxFilesInBand":{"type":"integer"},"AdditionalOptions":{"shape":"S6b"},"OutputSchemas":{"shape":"S5n"}}},"RelationalCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"DynamoDBCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"JDBCConnectorTarget":{"type":"structure","required":["Name","Inputs","ConnectionName","ConnectionTable","ConnectorName","ConnectionType"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"ConnectionName":{},"ConnectionTable":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"SparkConnectorTarget":{"type":"structure","required":["Name","Inputs","ConnectionName","ConnectorName","ConnectionType"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"CatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Database":{},"Table":{}}},"RedshiftTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Database":{},"Table":{},"RedshiftTmpDir":{},"TmpDirIAMRole":{},"UpsertRedshiftOptions":{"type":"structure","members":{"TableLocation":{},"ConnectionName":{},"UpsertKeys":{"type":"list","member":{}}}}}},"S3CatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Table":{},"Database":{},"SchemaChangePolicy":{"shape":"S6t"}}},"S3GlueParquetTarget":{"type":"structure","required":["Name","Inputs","Path"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Path":{},"Compression":{},"SchemaChangePolicy":{"shape":"S6w"}}},"S3DirectTarget":{"type":"structure","required":["Name","Inputs","Path","Format"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Path":{},"Compression":{},"Format":{},"SchemaChangePolicy":{"shape":"S6w"}}},"ApplyMapping":{"type":"structure","required":["Name","Inputs","Mapping"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Mapping":{"shape":"S70"}}},"SelectFields":{"type":"structure","required":["Name","Inputs","Paths"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Paths":{"shape":"S6s"}}},"DropFields":{"type":"structure","required":["Name","Inputs","Paths"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Paths":{"shape":"S6s"}}},"RenameField":{"type":"structure","required":["Name","Inputs","SourcePath","TargetPath"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"SourcePath":{"shape":"S5v"},"TargetPath":{"shape":"S5v"}}},"Spigot":{"type":"structure","required":["Name","Inputs","Path"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Path":{},"Topk":{"type":"integer"},"Prob":{"type":"double"}}},"Join":{"type":"structure","required":["Name","Inputs","JoinType","Columns"],"members":{"Name":{},"Inputs":{"shape":"S79"},"JoinType":{},"Columns":{"type":"list","member":{"type":"structure","required":["From","Keys"],"members":{"From":{},"Keys":{"shape":"S6s"}}}}}},"SplitFields":{"type":"structure","required":["Name","Inputs","Paths"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Paths":{"shape":"S6s"}}},"SelectFromCollection":{"type":"structure","required":["Name","Inputs","Index"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Index":{"type":"integer"}}},"FillMissingValues":{"type":"structure","required":["Name","Inputs","ImputedPath"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"ImputedPath":{},"FilledPath":{}}},"Filter":{"type":"structure","required":["Name","Inputs","LogicalOperator","Filters"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"LogicalOperator":{},"Filters":{"type":"list","member":{"type":"structure","required":["Operation","Values"],"members":{"Operation":{},"Negated":{"type":"boolean"},"Values":{"type":"list","member":{"type":"structure","required":["Type","Value"],"members":{"Type":{},"Value":{"shape":"S5v"}}}}}}}}},"CustomCode":{"type":"structure","required":["Name","Inputs","Code","ClassName"],"members":{"Name":{},"Inputs":{"shape":"S7q"},"Code":{},"ClassName":{},"OutputSchemas":{"shape":"S5n"}}},"SparkSQL":{"type":"structure","required":["Name","Inputs","SqlQuery","SqlAliases"],"members":{"Name":{},"Inputs":{"shape":"S7q"},"SqlQuery":{},"SqlAliases":{"type":"list","member":{"type":"structure","required":["From","Alias"],"members":{"From":{},"Alias":{}}}},"OutputSchemas":{"shape":"S5n"}}},"DirectKinesisSource":{"type":"structure","required":["Name"],"members":{"Name":{},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"StreamingOptions":{"shape":"S7x"},"DataPreviewOptions":{"shape":"S80"}}},"DirectKafkaSource":{"type":"structure","required":["Name"],"members":{"Name":{},"StreamingOptions":{"shape":"S84"},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"DataPreviewOptions":{"shape":"S80"}}},"CatalogKinesisSource":{"type":"structure","required":["Name","Table","Database"],"members":{"Name":{},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"Table":{},"Database":{},"StreamingOptions":{"shape":"S7x"},"DataPreviewOptions":{"shape":"S80"}}},"CatalogKafkaSource":{"type":"structure","required":["Name","Table","Database"],"members":{"Name":{},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"Table":{},"Database":{},"StreamingOptions":{"shape":"S84"},"DataPreviewOptions":{"shape":"S80"}}},"DropNullFields":{"type":"structure","required":["Name","Inputs"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"NullCheckBoxList":{"type":"structure","members":{"IsEmpty":{"type":"boolean"},"IsNullString":{"type":"boolean"},"IsNegOne":{"type":"boolean"}}},"NullTextList":{"type":"list","member":{"type":"structure","required":["Value","Datatype"],"members":{"Value":{},"Datatype":{"type":"structure","required":["Id","Label"],"members":{"Id":{},"Label":{}}}}}}}},"Merge":{"type":"structure","required":["Name","Inputs","Source","PrimaryKeys"],"members":{"Name":{},"Inputs":{"shape":"S79"},"Source":{},"PrimaryKeys":{"shape":"S6s"}}},"Union":{"type":"structure","required":["Name","Inputs","UnionType"],"members":{"Name":{},"Inputs":{"shape":"S79"},"UnionType":{}}},"PIIDetection":{"type":"structure","required":["Name","Inputs","PiiType","EntityTypesToDetect"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PiiType":{},"EntityTypesToDetect":{"shape":"S5v"},"OutputColumnName":{},"SampleFraction":{"type":"double"},"ThresholdFraction":{"type":"double"},"MaskValue":{}}},"Aggregate":{"type":"structure","required":["Name","Inputs","Groups","Aggs"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Groups":{"shape":"S6s"},"Aggs":{"type":"list","member":{"type":"structure","required":["Column","AggFunc"],"members":{"Column":{"shape":"S5v"},"AggFunc":{}}}}}},"DropDuplicates":{"type":"structure","required":["Name","Inputs"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Columns":{"type":"list","member":{"type":"list","member":{}}}}},"GovernedCatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Table":{},"Database":{},"SchemaChangePolicy":{"shape":"S6t"}}},"GovernedCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"PartitionPredicate":{},"AdditionalOptions":{"shape":"S65"}}},"MicrosoftSQLServerCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"MySQLCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"OracleSQLCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"PostgreSQLCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"MicrosoftSQLServerCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Database":{},"Table":{}}},"MySQLCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Database":{},"Table":{}}},"OracleSQLCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Database":{},"Table":{}}},"PostgreSQLCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Database":{},"Table":{}}},"DynamicTransform":{"type":"structure","required":["Name","TransformName","Inputs","FunctionName","Path"],"members":{"Name":{},"TransformName":{},"Inputs":{"shape":"S6l"},"Parameters":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Type":{},"ValidationRule":{},"ValidationMessage":{},"Value":{"shape":"S5v"},"ListType":{},"IsOptional":{"type":"boolean"}}}},"FunctionName":{},"Path":{},"Version":{},"OutputSchemas":{"shape":"S5n"}}},"EvaluateDataQuality":{"type":"structure","required":["Name","Inputs","Ruleset"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Ruleset":{},"Output":{},"PublishingOptions":{"shape":"S98"},"StopJobOnFailureOptions":{"shape":"S99"}}},"S3CatalogHudiSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalHudiOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"CatalogHudiSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalHudiOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"S3HudiSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5v"},"AdditionalHudiOptions":{"shape":"S61"},"AdditionalOptions":{"shape":"S6b"},"OutputSchemas":{"shape":"S5n"}}},"S3HudiCatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database","AdditionalOptions"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Table":{},"Database":{},"AdditionalOptions":{"shape":"S61"},"SchemaChangePolicy":{"shape":"S6t"}}},"S3HudiDirectTarget":{"type":"structure","required":["Name","Inputs","Path","Compression","Format","AdditionalOptions"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Path":{},"Compression":{},"PartitionKeys":{"shape":"S6s"},"Format":{},"AdditionalOptions":{"shape":"S61"},"SchemaChangePolicy":{"shape":"S6w"}}},"DirectJDBCSource":{"type":"structure","required":["Name","Database","Table","ConnectionName","ConnectionType"],"members":{"Name":{},"Database":{},"Table":{},"ConnectionName":{},"ConnectionType":{},"RedshiftTmpDir":{}}},"S3CatalogDeltaSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalDeltaOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"CatalogDeltaSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalDeltaOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"S3DeltaSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5v"},"AdditionalDeltaOptions":{"shape":"S61"},"AdditionalOptions":{"shape":"S6b"},"OutputSchemas":{"shape":"S5n"}}},"S3DeltaCatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Table":{},"Database":{},"AdditionalOptions":{"shape":"S61"},"SchemaChangePolicy":{"shape":"S6t"}}},"S3DeltaDirectTarget":{"type":"structure","required":["Name","Inputs","Path","Compression","Format"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Path":{},"Compression":{},"Format":{},"AdditionalOptions":{"shape":"S61"},"SchemaChangePolicy":{"shape":"S6w"}}},"AmazonRedshiftSource":{"type":"structure","members":{"Name":{},"Data":{"shape":"S9q"}}},"AmazonRedshiftTarget":{"type":"structure","members":{"Name":{},"Data":{"shape":"S9q"},"Inputs":{"shape":"S6l"}}},"EvaluateDataQualityMultiFrame":{"type":"structure","required":["Name","Inputs","Ruleset"],"members":{"Name":{},"Inputs":{"shape":"S7q"},"AdditionalDataSources":{"type":"map","key":{},"value":{}},"Ruleset":{},"PublishingOptions":{"shape":"S98"},"AdditionalOptions":{"type":"map","key":{},"value":{}},"StopJobOnFailureOptions":{"shape":"S99"}}},"Recipe":{"type":"structure","required":["Name","Inputs","RecipeReference"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"RecipeReference":{"type":"structure","required":["RecipeArn","RecipeVersion"],"members":{"RecipeArn":{},"RecipeVersion":{}}}}},"SnowflakeSource":{"type":"structure","required":["Name","Data"],"members":{"Name":{},"Data":{"shape":"Sa4"},"OutputSchemas":{"shape":"S5n"}}},"SnowflakeTarget":{"type":"structure","required":["Name","Data"],"members":{"Name":{},"Data":{"shape":"Sa4"},"Inputs":{"shape":"S6l"}}},"ConnectorDataSource":{"type":"structure","required":["Name","ConnectionType","Data"],"members":{"Name":{},"ConnectionType":{},"Data":{"shape":"Sa7"},"OutputSchemas":{"shape":"S5n"}}},"ConnectorDataTarget":{"type":"structure","required":["Name","ConnectionType","Data"],"members":{"Name":{},"ConnectionType":{},"Data":{"shape":"Sa7"},"Inputs":{"shape":"S6l"}}}}},"sensitive":true},"S5n":{"type":"list","member":{"type":"structure","members":{"Columns":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Type":{}}}}}}},"S5v":{"type":"list","member":{}},"S61":{"type":"map","key":{},"value":{}},"S65":{"type":"structure","members":{"BoundedSize":{"type":"long"},"BoundedFiles":{"type":"long"}}},"S6b":{"type":"structure","members":{"BoundedSize":{"type":"long"},"BoundedFiles":{"type":"long"},"EnableSamplePath":{"type":"boolean"},"SamplePath":{}}},"S6l":{"type":"list","member":{}},"S6s":{"type":"list","member":{"shape":"S5v"}},"S6t":{"type":"structure","members":{"EnableUpdateCatalog":{"type":"boolean"},"UpdateBehavior":{}}},"S6w":{"type":"structure","members":{"EnableUpdateCatalog":{"type":"boolean"},"UpdateBehavior":{},"Table":{},"Database":{}}},"S70":{"type":"list","member":{"type":"structure","members":{"ToKey":{},"FromPath":{"shape":"S5v"},"FromType":{},"ToType":{},"Dropped":{"type":"boolean"},"Children":{"shape":"S70"}}}},"S79":{"type":"list","member":{}},"S7q":{"type":"list","member":{}},"S7x":{"type":"structure","members":{"EndpointUrl":{},"StreamName":{},"Classification":{},"Delimiter":{},"StartingPosition":{},"MaxFetchTimeInMs":{"type":"long"},"MaxFetchRecordsPerShard":{"type":"long"},"MaxRecordPerRead":{"type":"long"},"AddIdleTimeBetweenReads":{"type":"boolean"},"IdleTimeBetweenReadsInMs":{"type":"long"},"DescribeShardInterval":{"type":"long"},"NumRetries":{"type":"integer"},"RetryIntervalMs":{"type":"long"},"MaxRetryIntervalMs":{"type":"long"},"AvoidEmptyBatches":{"type":"boolean"},"StreamArn":{},"RoleArn":{},"RoleSessionName":{},"AddRecordTimestamp":{},"EmitConsumerLagMetrics":{},"StartingTimestamp":{"shape":"S7z"}}},"S7z":{"type":"timestamp","timestampFormat":"iso8601"},"S80":{"type":"structure","members":{"PollingTime":{"type":"long"},"RecordPollingLimit":{"type":"long"}}},"S84":{"type":"structure","members":{"BootstrapServers":{},"SecurityProtocol":{},"ConnectionName":{},"TopicName":{},"Assign":{},"SubscribePattern":{},"Classification":{},"Delimiter":{},"StartingOffsets":{},"EndingOffsets":{},"PollTimeoutMs":{"type":"long"},"NumRetries":{"type":"integer"},"RetryIntervalMs":{"type":"long"},"MaxOffsetsPerTrigger":{"type":"long"},"MinPartitions":{"type":"integer"},"IncludeHeaders":{"type":"boolean"},"AddRecordTimestamp":{},"EmitConsumerLagMetrics":{},"StartingTimestamp":{"shape":"S7z"}}},"S98":{"type":"structure","members":{"EvaluationContext":{},"ResultsS3Prefix":{},"CloudWatchMetricsEnabled":{"type":"boolean"},"ResultsPublishingEnabled":{"type":"boolean"}}},"S99":{"type":"structure","members":{"StopJobOnFailureTiming":{}}},"S9q":{"type":"structure","members":{"AccessType":{},"SourceType":{},"Connection":{"shape":"S9r"},"Schema":{"shape":"S9r"},"Table":{"shape":"S9r"},"CatalogDatabase":{"shape":"S9r"},"CatalogTable":{"shape":"S9r"},"CatalogRedshiftSchema":{},"CatalogRedshiftTable":{},"TempDir":{},"IamRole":{"shape":"S9r"},"AdvancedOptions":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}},"SampleQuery":{},"PreAction":{},"PostAction":{},"Action":{},"TablePrefix":{},"Upsert":{"type":"boolean"},"MergeAction":{},"MergeWhenMatched":{},"MergeWhenNotMatched":{},"MergeClause":{},"CrawlerConnection":{},"TableSchema":{"shape":"S9u"},"StagingTable":{},"SelectedColumns":{"shape":"S9u"}}},"S9r":{"type":"structure","members":{"Value":{},"Label":{},"Description":{}}},"S9u":{"type":"list","member":{"shape":"S9r"}},"Sa4":{"type":"structure","members":{"SourceType":{},"Connection":{"shape":"S9r"},"Schema":{},"Table":{},"Database":{},"TempDir":{},"IamRole":{"shape":"S9r"},"AdditionalOptions":{"shape":"S61"},"SampleQuery":{},"PreAction":{},"PostAction":{},"Action":{},"Upsert":{"type":"boolean"},"MergeAction":{},"MergeWhenMatched":{},"MergeWhenNotMatched":{},"MergeClause":{},"StagingTable":{},"SelectedColumns":{"shape":"S9u"},"AutoPushdown":{"type":"boolean"},"TableSchema":{"shape":"S9u"}}},"Sa7":{"type":"map","key":{},"value":{}},"Saa":{"type":"structure","members":{"Provider":{},"Repository":{},"Owner":{},"Branch":{},"Folder":{},"LastCommitId":{},"AuthStrategy":{},"AuthToken":{}}},"Saf":{"type":"list","member":{"shape":"S1c"}},"Sah":{"type":"list","member":{"shape":"Sai"}},"Sai":{"type":"structure","members":{"Values":{"shape":"S6"},"DatabaseName":{},"TableName":{},"CreationTime":{"type":"timestamp"},"LastAccessTime":{"type":"timestamp"},"StorageDescriptor":{"shape":"S9"},"Parameters":{"shape":"Se"},"LastAnalyzedTime":{"type":"timestamp"},"CatalogId":{}}},"Sas":{"type":"structure","members":{"type":{},"configuration":{"shape":"Sat"},"lastRun":{"shape":"Sav"}}},"Sat":{"type":"structure","members":{"roleArn":{},"enabled":{"type":"boolean"}}},"Sav":{"type":"structure","members":{"eventType":{},"startTimestamp":{"type":"timestamp"},"endTimestamp":{"type":"timestamp"},"metrics":{"type":"structure","members":{"NumberOfBytesCompacted":{},"NumberOfFilesCompacted":{},"NumberOfDpus":{},"JobDurationInHour":{}}},"error":{}}},"Sb3":{"type":"list","member":{}},"Sb5":{"type":"list","member":{"shape":"Sb6"}},"Sb6":{"type":"structure","members":{"Name":{},"WorkflowName":{},"Id":{},"Type":{},"State":{},"Description":{},"Schedule":{},"Actions":{"shape":"Sba"},"Predicate":{"shape":"Sbc"},"EventBatchingCondition":{"shape":"Sbj"}}},"Sba":{"type":"list","member":{"type":"structure","members":{"JobName":{},"Arguments":{"shape":"S59"},"Timeout":{"type":"integer"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S5e"},"CrawlerName":{}}}},"Sbc":{"type":"structure","members":{"Logical":{},"Conditions":{"type":"list","member":{"type":"structure","members":{"LogicalOperator":{},"JobName":{},"State":{},"CrawlerName":{},"CrawlState":{}}}}}},"Sbj":{"type":"structure","required":["BatchSize"],"members":{"BatchSize":{"type":"integer"},"BatchWindow":{"type":"integer"}}},"Sbn":{"type":"list","member":{}},"Sbq":{"type":"structure","members":{"Name":{},"Description":{},"DefaultRunProperties":{"shape":"Sbr"},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"LastRun":{"shape":"Sbs"},"Graph":{"shape":"Sbv"},"MaxConcurrentRuns":{"type":"integer"},"BlueprintDetails":{"type":"structure","members":{"BlueprintName":{},"RunId":{}}}}},"Sbr":{"type":"map","key":{},"value":{}},"Sbs":{"type":"structure","members":{"Name":{},"WorkflowRunId":{},"PreviousRunId":{},"WorkflowRunProperties":{"shape":"Sbr"},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"Status":{},"ErrorMessage":{},"Statistics":{"type":"structure","members":{"TotalActions":{"type":"integer"},"TimeoutActions":{"type":"integer"},"FailedActions":{"type":"integer"},"StoppedActions":{"type":"integer"},"SucceededActions":{"type":"integer"},"RunningActions":{"type":"integer"},"ErroredActions":{"type":"integer"},"WaitingActions":{"type":"integer"}}},"Graph":{"shape":"Sbv"},"StartingEventBatchCondition":{"type":"structure","members":{"BatchSize":{"type":"integer"},"BatchWindow":{"type":"integer"}}}}},"Sbv":{"type":"structure","members":{"Nodes":{"type":"list","member":{"type":"structure","members":{"Type":{},"Name":{},"UniqueId":{},"TriggerDetails":{"type":"structure","members":{"Trigger":{"shape":"Sb6"}}},"JobDetails":{"type":"structure","members":{"JobRuns":{"shape":"Sc1"}}},"CrawlerDetails":{"type":"structure","members":{"Crawls":{"type":"list","member":{"type":"structure","members":{"State":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ErrorMessage":{},"LogGroup":{},"LogStream":{}}}}}}}}},"Edges":{"type":"list","member":{"type":"structure","members":{"SourceId":{},"DestinationId":{}}}}}},"Sc1":{"type":"list","member":{"shape":"Sc2"}},"Sc2":{"type":"structure","members":{"Id":{},"Attempt":{"type":"integer"},"PreviousRunId":{},"TriggerName":{},"JobName":{},"JobMode":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"JobRunState":{},"Arguments":{"shape":"S59"},"ErrorMessage":{},"PredecessorRuns":{"type":"list","member":{"type":"structure","members":{"JobName":{},"RunId":{}}}},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"ExecutionTime":{"type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"SecurityConfiguration":{},"LogGroupName":{},"NotificationProperty":{"shape":"S5e"},"GlueVersion":{},"DPUSeconds":{"type":"double"},"ExecutionClass":{},"MaintenanceWindow":{}}},"Sco":{"type":"list","member":{}},"Sd9":{"type":"map","key":{},"value":{}},"Sdq":{"type":"list","member":{}},"Sdr":{"type":"list","member":{}},"Sdv":{"type":"structure","required":["Name","ConnectionType","ConnectionProperties"],"members":{"Name":{},"Description":{},"ConnectionType":{},"MatchCriteria":{"shape":"Sdx"},"ConnectionProperties":{"shape":"Sdy"},"PhysicalConnectionRequirements":{"shape":"Se0"},"AuthenticationConfiguration":{"type":"structure","members":{"AuthenticationType":{},"SecretArn":{},"OAuth2Properties":{"type":"structure","members":{"OAuth2GrantType":{},"OAuth2ClientApplication":{"shape":"Se7"},"TokenUrl":{},"TokenUrlParametersMap":{"shape":"Seb"},"AuthorizationCodeProperties":{"type":"structure","members":{"AuthorizationCode":{},"RedirectUri":{}}}}}}},"ValidateCredentials":{"type":"boolean"}}},"Sdx":{"type":"list","member":{}},"Sdy":{"type":"map","key":{},"value":{}},"Se0":{"type":"structure","members":{"SubnetId":{},"SecurityGroupIdList":{"type":"list","member":{}},"AvailabilityZone":{}}},"Se7":{"type":"structure","members":{"UserManagedClientApplicationClientId":{},"AWSManagedClientApplicationReference":{}}},"Seb":{"type":"map","key":{},"value":{}},"Sep":{"type":"structure","required":["TableName","DatabaseName"],"members":{"TableName":{},"DatabaseName":{},"CatalogId":{}}},"Ses":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"LocationUri":{},"Parameters":{"shape":"Se"},"CreateTableDefaultPermissions":{"shape":"Seu"},"TargetDatabase":{"shape":"Sf0"},"FederatedDatabase":{"shape":"Sf1"}}},"Seu":{"type":"list","member":{"type":"structure","members":{"Principal":{"type":"structure","members":{"DataLakePrincipalIdentifier":{}}},"Permissions":{"shape":"Sey"}}}},"Sey":{"type":"list","member":{}},"Sf0":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"Region":{}}},"Sf1":{"type":"structure","members":{"Identifier":{},"ConnectionName":{}}},"Sf9":{"type":"list","member":{"shape":"S44"}},"Sfa":{"type":"structure","required":["TransformType"],"members":{"TransformType":{},"FindMatchesParameters":{"type":"structure","members":{"PrimaryKeyColumnName":{},"PrecisionRecallTradeoff":{"type":"double"},"AccuracyCostTradeoff":{"type":"double"},"EnforceProvidedLabels":{"type":"boolean"}}}}},"Sfe":{"type":"structure","members":{"MlUserDataEncryption":{"type":"structure","required":["MlUserDataEncryptionMode"],"members":{"MlUserDataEncryptionMode":{},"KmsKeyId":{}}},"TaskRunSecurityConfigurationName":{}}},"Sfl":{"type":"structure","required":["Keys","IndexName"],"members":{"Keys":{"type":"list","member":{}},"IndexName":{}}},"Sfr":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{}}},"Sfy":{"type":"list","member":{"type":"structure","required":["Id","NodeType","Args"],"members":{"Id":{},"NodeType":{},"Args":{"shape":"Sg2"},"LineNumber":{"type":"integer"}}}},"Sg2":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{},"Param":{"type":"boolean"}}}},"Sg6":{"type":"list","member":{"type":"structure","required":["Source","Target"],"members":{"Source":{},"Target":{},"TargetParameter":{}}}},"Sgd":{"type":"structure","members":{"S3Encryption":{"type":"list","member":{"type":"structure","members":{"S3EncryptionMode":{},"KmsKeyArn":{}}}},"CloudWatchEncryption":{"type":"structure","members":{"CloudWatchEncryptionMode":{},"KmsKeyArn":{}}},"JobBookmarksEncryption":{"type":"structure","members":{"JobBookmarksEncryptionMode":{},"KmsKeyArn":{}}}}},"Sgp":{"type":"structure","members":{"Name":{},"PythonVersion":{}}},"Sgq":{"type":"map","key":{},"value":{}},"Sgt":{"type":"structure","members":{"Id":{},"CreatedOn":{"type":"timestamp"},"Status":{},"ErrorMessage":{},"Description":{},"Role":{},"Command":{"shape":"Sgp"},"DefaultArguments":{"shape":"Sgq"},"Connections":{"shape":"S5a"},"Progress":{"type":"double"},"MaxCapacity":{"type":"double"},"SecurityConfiguration":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"double"},"DPUSeconds":{"type":"double"},"IdleTimeout":{"type":"integer"}}},"Sgy":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"Owner":{},"LastAccessTime":{"type":"timestamp"},"LastAnalyzedTime":{"type":"timestamp"},"Retention":{"type":"integer"},"StorageDescriptor":{"shape":"S9"},"PartitionKeys":{"shape":"Sa"},"ViewOriginalText":{},"ViewExpandedText":{},"TableType":{},"Parameters":{"shape":"Se"},"TargetTable":{"shape":"Sh2"},"ViewDefinition":{"type":"structure","members":{"IsProtected":{"type":"boolean"},"Definer":{},"Representations":{"type":"list","member":{"type":"structure","members":{"Dialect":{},"DialectVersion":{},"ViewOriginalText":{},"ValidationConnection":{},"ViewExpandedText":{}}}},"SubObjects":{"shape":"Sh8"}}}}},"Sh2":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"Name":{},"Region":{}}},"Sh8":{"type":"list","member":{}},"Shj":{"type":"structure","members":{"FunctionName":{},"ClassName":{},"OwnerName":{},"OwnerType":{},"ResourceUris":{"shape":"Shl"}}},"Shl":{"type":"list","member":{"type":"structure","members":{"ResourceType":{},"Uri":{}}}},"Sji":{"type":"structure","members":{"BlueprintName":{},"RunId":{},"WorkflowName":{},"State":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ErrorMessage":{},"RollbackErrorMessage":{},"Parameters":{},"RoleArn":{}}},"Sjv":{"type":"structure","members":{"GrokClassifier":{"type":"structure","required":["Name","Classification","GrokPattern"],"members":{"Name":{},"Classification":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"GrokPattern":{},"CustomPatterns":{}}},"XMLClassifier":{"type":"structure","required":["Name","Classification"],"members":{"Name":{},"Classification":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"RowTag":{}}},"JsonClassifier":{"type":"structure","required":["Name","JsonPath"],"members":{"Name":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"JsonPath":{}}},"CsvClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"Delimiter":{},"QuoteSymbol":{},"ContainsHeader":{},"Header":{"shape":"Sdq"},"DisableValueTrimming":{"type":"boolean"},"AllowSingleColumn":{"type":"boolean"},"CustomDatatypeConfigured":{"type":"boolean"},"CustomDatatypes":{"shape":"Sdr"},"Serde":{}}}}},"Sk5":{"type":"list","member":{}},"Sk7":{"type":"list","member":{"shape":"Sk8"}},"Sk8":{"type":"structure","required":["ColumnName","ColumnType","AnalyzedTime","StatisticsData"],"members":{"ColumnName":{},"ColumnType":{},"AnalyzedTime":{"type":"timestamp"},"StatisticsData":{"type":"structure","required":["Type"],"members":{"Type":{},"BooleanColumnStatisticsData":{"type":"structure","required":["NumberOfTrues","NumberOfFalses","NumberOfNulls"],"members":{"NumberOfTrues":{"type":"long"},"NumberOfFalses":{"type":"long"},"NumberOfNulls":{"type":"long"}}},"DateColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"type":"timestamp"},"MaximumValue":{"type":"timestamp"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"DecimalColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"shape":"Skg"},"MaximumValue":{"shape":"Skg"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"DoubleColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"type":"double"},"MaximumValue":{"type":"double"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"LongColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"type":"long"},"MaximumValue":{"type":"long"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"StringColumnStatisticsData":{"type":"structure","required":["MaximumLength","AverageLength","NumberOfNulls","NumberOfDistinctValues"],"members":{"MaximumLength":{"type":"long"},"AverageLength":{"type":"double"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"BinaryColumnStatisticsData":{"type":"structure","required":["MaximumLength","AverageLength","NumberOfNulls"],"members":{"MaximumLength":{"type":"long"},"AverageLength":{"type":"double"},"NumberOfNulls":{"type":"long"}}}}}}},"Skg":{"type":"structure","required":["UnscaledValue","Scale"],"members":{"UnscaledValue":{"type":"blob"},"Scale":{"type":"integer"}}},"Skp":{"type":"list","member":{"type":"structure","members":{"ColumnName":{},"Error":{"shape":"S14"}}}},"Skv":{"type":"structure","members":{"CustomerId":{},"ColumnStatisticsTaskRunId":{},"DatabaseName":{},"TableName":{},"ColumnNameList":{"shape":"Skx"},"CatalogID":{},"Role":{},"SampleSize":{"type":"double"},"SecurityConfiguration":{},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"ErrorMessage":{},"DPUSeconds":{"type":"double"}}},"Skx":{"type":"list","member":{}},"Sl6":{"type":"structure","members":{"Name":{},"Description":{},"ConnectionType":{},"MatchCriteria":{"shape":"Sdx"},"ConnectionProperties":{"shape":"Sdy"},"PhysicalConnectionRequirements":{"shape":"Se0"},"CreationTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"LastUpdatedBy":{},"Status":{},"StatusReason":{},"LastConnectionValidationTime":{"type":"timestamp"},"AuthenticationConfiguration":{"type":"structure","members":{"AuthenticationType":{},"SecretArn":{},"OAuth2Properties":{"type":"structure","members":{"OAuth2GrantType":{},"OAuth2ClientApplication":{"shape":"Se7"},"TokenUrl":{},"TokenUrlParametersMap":{"shape":"Seb"}}}}}}},"Slq":{"type":"structure","members":{"EncryptionAtRest":{"type":"structure","required":["CatalogEncryptionMode"],"members":{"CatalogEncryptionMode":{},"SseAwsKmsKeyId":{},"CatalogEncryptionServiceRole":{}}},"ConnectionPasswordEncryption":{"type":"structure","required":["ReturnConnectionPasswordEncrypted"],"members":{"ReturnConnectionPasswordEncrypted":{"type":"boolean"},"AwsKmsKeyId":{}}}}},"Sm3":{"type":"structure","members":{"CloudWatchMetricsEnabled":{"type":"boolean"},"ResultsS3Prefix":{}}},"Sm4":{"type":"list","member":{}},"Sm6":{"type":"map","key":{},"value":{"shape":"S43"}},"Sm9":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"LocationUri":{},"Parameters":{"shape":"Se"},"CreateTime":{"type":"timestamp"},"CreateTableDefaultPermissions":{"shape":"Seu"},"TargetDatabase":{"shape":"Sf0"},"CatalogId":{},"FederatedDatabase":{"shape":"Sf1"}}},"Smr":{"type":"structure","members":{"JobName":{},"Version":{"type":"integer"},"Run":{"type":"integer"},"Attempt":{"type":"integer"},"PreviousRunId":{},"RunId":{},"JobBookmark":{}}},"Sn2":{"type":"structure","members":{"TaskType":{},"ImportLabelsTaskRunProperties":{"type":"structure","members":{"InputS3Path":{},"Replace":{"type":"boolean"}}},"ExportLabelsTaskRunProperties":{"type":"structure","members":{"OutputS3Path":{}}},"LabelingSetGenerationTaskRunProperties":{"type":"structure","members":{"OutputS3Path":{}}},"FindMatchesTaskRunProperties":{"type":"structure","members":{"JobId":{},"JobName":{},"JobRunId":{}}}}},"Snl":{"type":"structure","required":["TransformType"],"members":{"TransformType":{},"FindMatchesMetrics":{"type":"structure","members":{"AreaUnderPRCurve":{"type":"double"},"Precision":{"type":"double"},"Recall":{"type":"double"},"F1":{"type":"double"},"ConfusionMatrix":{"type":"structure","members":{"NumTruePositives":{"type":"long"},"NumFalsePositives":{"type":"long"},"NumTrueNegatives":{"type":"long"},"NumFalseNegatives":{"type":"long"}}},"ColumnImportances":{"type":"list","member":{"type":"structure","members":{"ColumnName":{},"Importance":{"type":"double"}}}}}}}},"Sns":{"type":"list","member":{"type":"structure","members":{"Name":{},"DataType":{}}}},"Snv":{"type":"structure","members":{"Name":{},"TransformType":{},"Status":{},"GlueVersion":{},"CreatedBefore":{"type":"timestamp"},"CreatedAfter":{"type":"timestamp"},"LastModifiedBefore":{"type":"timestamp"},"LastModifiedAfter":{"type":"timestamp"},"Schema":{"shape":"Sns"}}},"Snw":{"type":"structure","required":["Column","SortDirection"],"members":{"Column":{},"SortDirection":{}}},"So2":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{}}},"So3":{"type":"list","member":{"shape":"So2"}},"So4":{"type":"structure","members":{"Jdbc":{"shape":"Sg2"},"S3":{"shape":"Sg2"},"DynamoDB":{"shape":"Sg2"}}},"So6":{"type":"list","member":{"type":"structure","members":{"SourceTable":{},"SourcePath":{},"SourceType":{},"TargetTable":{},"TargetPath":{},"TargetType":{}}}},"Sop":{"type":"structure","required":["SegmentNumber","TotalSegments"],"members":{"SegmentNumber":{"type":"integer"},"TotalSegments":{"type":"integer"}}},"Spc":{"type":"structure","members":{"LatestVersion":{"type":"boolean"},"VersionNumber":{"type":"long"}}},"Spl":{"type":"structure","members":{"Name":{},"CreatedTimeStamp":{"type":"timestamp"},"EncryptionConfiguration":{"shape":"Sgd"}}},"Spt":{"type":"structure","members":{"Id":{"type":"integer"},"Code":{},"State":{},"Output":{"type":"structure","members":{"Data":{"type":"structure","members":{"TextPlain":{}}},"ExecutionCount":{"type":"integer"},"Status":{},"ErrorName":{},"ErrorValue":{},"Traceback":{"shape":"S5b"}}},"Progress":{"type":"double"},"StartedOn":{"type":"long"},"CompletedOn":{"type":"long"}}},"Sq0":{"type":"structure","required":["Name"],"members":{"Name":{},"DatabaseName":{},"Description":{},"Owner":{},"CreateTime":{"type":"timestamp"},"UpdateTime":{"type":"timestamp"},"LastAccessTime":{"type":"timestamp"},"LastAnalyzedTime":{"type":"timestamp"},"Retention":{"type":"integer"},"StorageDescriptor":{"shape":"S9"},"PartitionKeys":{"shape":"Sa"},"ViewOriginalText":{},"ViewExpandedText":{},"TableType":{},"Parameters":{"shape":"Se"},"CreatedBy":{},"IsRegisteredWithLakeFormation":{"type":"boolean"},"TargetTable":{"shape":"Sh2"},"CatalogId":{},"VersionId":{},"FederatedTable":{"type":"structure","members":{"Identifier":{},"DatabaseIdentifier":{},"ConnectionName":{}}},"ViewDefinition":{"type":"structure","members":{"IsProtected":{"type":"boolean"},"Definer":{},"SubObjects":{"shape":"Sh8"},"Representations":{"type":"list","member":{"type":"structure","members":{"Dialect":{},"DialectVersion":{},"ViewOriginalText":{},"ViewExpandedText":{},"ValidationConnection":{},"IsStale":{"type":"boolean"}}}}}},"IsMultiDialectView":{"type":"boolean"}}},"Sq9":{"type":"structure","members":{"Table":{"shape":"Sq0"},"VersionId":{}}},"Sqg":{"type":"list","member":{"shape":"Sq0"}},"Sqo":{"type":"structure","members":{"AdditionalAuditContext":{},"RequestedColumns":{"type":"list","member":{}},"AllColumnsRequested":{"type":"boolean"}}},"Sqr":{"type":"list","member":{}},"Sqt":{"type":"structure","members":{"QueryId":{},"QueryStartTime":{"type":"timestamp"},"ClusterId":{},"QueryAuthorizationId":{},"AdditionalContext":{"type":"map","key":{},"value":{}}}},"Sra":{"type":"structure","members":{"FunctionName":{},"DatabaseName":{},"ClassName":{},"OwnerName":{},"OwnerType":{},"CreateTime":{"type":"timestamp"},"ResourceUris":{"shape":"Shl"},"CatalogId":{}}},"Su3":{"type":"structure","members":{"MetadataKey":{},"MetadataValue":{}}},"Suo":{"type":"list","member":{}},"Swh":{"type":"list","member":{"shape":"Sk8"}},"Swj":{"type":"list","member":{"type":"structure","members":{"ColumnStatistics":{"shape":"Sk8"},"Error":{"shape":"S14"}}}}}}
|
55545
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2017-03-31","endpointPrefix":"glue","jsonVersion":"1.1","protocol":"json","protocols":["json"],"serviceFullName":"AWS Glue","serviceId":"Glue","signatureVersion":"v4","targetPrefix":"AWSGlue","uid":"glue-2017-03-31","auth":["aws.auth#sigv4"]},"operations":{"BatchCreatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionInputList"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionInputList":{"type":"list","member":{"shape":"S5"}}}},"output":{"type":"structure","members":{"Errors":{"shape":"S12"}}}},"BatchDeleteConnection":{"input":{"type":"structure","required":["ConnectionNameList"],"members":{"CatalogId":{},"ConnectionNameList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"Succeeded":{"shape":"Sn"},"Errors":{"type":"map","key":{},"value":{"shape":"S14"}}}}},"BatchDeletePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionsToDelete"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionsToDelete":{"type":"list","member":{"shape":"S1c"}}}},"output":{"type":"structure","members":{"Errors":{"shape":"S12"}}}},"BatchDeleteTable":{"input":{"type":"structure","required":["DatabaseName","TablesToDelete"],"members":{"CatalogId":{},"DatabaseName":{},"TablesToDelete":{"type":"list","member":{}},"TransactionId":{}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","members":{"TableName":{},"ErrorDetail":{"shape":"S14"}}}}}}},"BatchDeleteTableVersion":{"input":{"type":"structure","required":["DatabaseName","TableName","VersionIds"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"VersionIds":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","members":{"TableName":{},"VersionId":{},"ErrorDetail":{"shape":"S14"}}}}}}},"BatchGetBlueprints":{"input":{"type":"structure","required":["Names"],"members":{"Names":{"type":"list","member":{}},"IncludeBlueprint":{"type":"boolean"},"IncludeParameterSpec":{"type":"boolean"}}},"output":{"type":"structure","members":{"Blueprints":{"type":"list","member":{"shape":"S1w"}},"MissingBlueprints":{"shape":"S24"}}}},"BatchGetCrawlers":{"input":{"type":"structure","required":["CrawlerNames"],"members":{"CrawlerNames":{"shape":"S26"}}},"output":{"type":"structure","members":{"Crawlers":{"shape":"S28"},"CrawlersNotFound":{"shape":"S26"}}}},"BatchGetCustomEntityTypes":{"input":{"type":"structure","required":["Names"],"members":{"Names":{"shape":"S3r"}}},"output":{"type":"structure","members":{"CustomEntityTypes":{"shape":"S3t"},"CustomEntityTypesNotFound":{"shape":"S3r"}}}},"BatchGetDataQualityResult":{"input":{"type":"structure","required":["ResultIds"],"members":{"ResultIds":{"shape":"S3x"}}},"output":{"type":"structure","required":["Results"],"members":{"Results":{"type":"list","member":{"type":"structure","members":{"ResultId":{},"Score":{"type":"double"},"DataSource":{"shape":"S43"},"RulesetName":{},"EvaluationContext":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"JobName":{},"JobRunId":{},"RulesetEvaluationRunId":{},"RuleResults":{"shape":"S46"},"AnalyzerResults":{"shape":"S4b"},"Observations":{"shape":"S4d"}}}},"ResultsNotFound":{"shape":"S3x"}}}},"BatchGetDevEndpoints":{"input":{"type":"structure","required":["DevEndpointNames"],"members":{"DevEndpointNames":{"shape":"S4k"}}},"output":{"type":"structure","members":{"DevEndpoints":{"shape":"S4m"},"DevEndpointsNotFound":{"shape":"S4k"}}}},"BatchGetJobs":{"input":{"type":"structure","required":["JobNames"],"members":{"JobNames":{"shape":"S4w"}}},"output":{"type":"structure","members":{"Jobs":{"shape":"S4y"},"JobsNotFound":{"shape":"S4w"}}}},"BatchGetPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionsToGet"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionsToGet":{"shape":"Saf"}}},"output":{"type":"structure","members":{"Partitions":{"shape":"Sah"},"UnprocessedKeys":{"shape":"Saf"}}}},"BatchGetTableOptimizer":{"input":{"type":"structure","required":["Entries"],"members":{"Entries":{"type":"list","member":{"type":"structure","members":{"catalogId":{},"databaseName":{},"tableName":{},"type":{}}}}}},"output":{"type":"structure","members":{"TableOptimizers":{"type":"list","member":{"type":"structure","members":{"catalogId":{},"databaseName":{},"tableName":{},"tableOptimizer":{"shape":"Sas"}}}},"Failures":{"type":"list","member":{"type":"structure","members":{"error":{"shape":"S14"},"catalogId":{},"databaseName":{},"tableName":{},"type":{}}}}}}},"BatchGetTriggers":{"input":{"type":"structure","required":["TriggerNames"],"members":{"TriggerNames":{"shape":"Sb3"}}},"output":{"type":"structure","members":{"Triggers":{"shape":"Sb5"},"TriggersNotFound":{"shape":"Sb3"}}}},"BatchGetWorkflows":{"input":{"type":"structure","required":["Names"],"members":{"Names":{"shape":"Sbn"},"IncludeGraph":{"type":"boolean"}}},"output":{"type":"structure","members":{"Workflows":{"type":"list","member":{"shape":"Sbq"}},"MissingWorkflows":{"shape":"Sbn"}}}},"BatchStopJobRun":{"input":{"type":"structure","required":["JobName","JobRunIds"],"members":{"JobName":{},"JobRunIds":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"SuccessfulSubmissions":{"type":"list","member":{"type":"structure","members":{"JobName":{},"JobRunId":{}}}},"Errors":{"type":"list","member":{"type":"structure","members":{"JobName":{},"JobRunId":{},"ErrorDetail":{"shape":"S14"}}}}}}},"BatchUpdatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","Entries"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Entries":{"type":"list","member":{"type":"structure","required":["PartitionValueList","PartitionInput"],"members":{"PartitionValueList":{"shape":"Sco"},"PartitionInput":{"shape":"S5"}}}}}},"output":{"type":"structure","members":{"Errors":{"type":"list","member":{"type":"structure","members":{"PartitionValueList":{"shape":"Sco"},"ErrorDetail":{"shape":"S14"}}}}}}},"CancelDataQualityRuleRecommendationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{}}},"CancelDataQualityRulesetEvaluationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{}}},"CancelMLTaskRun":{"input":{"type":"structure","required":["TransformId","TaskRunId"],"members":{"TransformId":{},"TaskRunId":{}}},"output":{"type":"structure","members":{"TransformId":{},"TaskRunId":{},"Status":{}}}},"CancelStatement":{"input":{"type":"structure","required":["SessionId","Id"],"members":{"SessionId":{},"Id":{"type":"integer"},"RequestOrigin":{}}},"output":{"type":"structure","members":{}}},"CheckSchemaVersionValidity":{"input":{"type":"structure","required":["DataFormat","SchemaDefinition"],"members":{"DataFormat":{},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"Valid":{"type":"boolean"},"Error":{}}}},"CreateBlueprint":{"input":{"type":"structure","required":["Name","BlueprintLocation"],"members":{"Name":{},"Description":{},"BlueprintLocation":{},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateClassifier":{"input":{"type":"structure","members":{"GrokClassifier":{"type":"structure","required":["Classification","Name","GrokPattern"],"members":{"Classification":{},"Name":{},"GrokPattern":{},"CustomPatterns":{}}},"XMLClassifier":{"type":"structure","required":["Classification","Name"],"members":{"Classification":{},"Name":{},"RowTag":{}}},"JsonClassifier":{"type":"structure","required":["Name","JsonPath"],"members":{"Name":{},"JsonPath":{}}},"CsvClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Delimiter":{},"QuoteSymbol":{},"ContainsHeader":{},"Header":{"shape":"Sdq"},"DisableValueTrimming":{"type":"boolean"},"AllowSingleColumn":{"type":"boolean"},"CustomDatatypeConfigured":{"type":"boolean"},"CustomDatatypes":{"shape":"Sdr"},"Serde":{}}}}},"output":{"type":"structure","members":{}}},"CreateConnection":{"input":{"type":"structure","required":["ConnectionInput"],"members":{"CatalogId":{},"ConnectionInput":{"shape":"Sdv"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"CreateConnectionStatus":{}}}},"CreateCrawler":{"input":{"type":"structure","required":["Name","Role","Targets"],"members":{"Name":{},"Role":{},"DatabaseName":{},"Description":{},"Targets":{"shape":"S2b"},"Schedule":{},"Classifiers":{"shape":"S32"},"TablePrefix":{},"SchemaChangePolicy":{"shape":"S35"},"RecrawlPolicy":{"shape":"S33"},"LineageConfiguration":{"shape":"S38"},"LakeFormationConfiguration":{"shape":"S3o"},"Configuration":{},"CrawlerSecurityConfiguration":{},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{}}},"CreateCustomEntityType":{"input":{"type":"structure","required":["Name","RegexString"],"members":{"Name":{},"RegexString":{},"ContextWords":{"shape":"S3v"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateDataQualityRuleset":{"input":{"type":"structure","required":["Name","Ruleset"],"members":{"Name":{},"Description":{},"Ruleset":{},"Tags":{"shape":"Sd9"},"TargetTable":{"shape":"Sep"},"ClientToken":{}}},"output":{"type":"structure","members":{"Name":{}}},"idempotent":true},"CreateDatabase":{"input":{"type":"structure","required":["DatabaseInput"],"members":{"CatalogId":{},"DatabaseInput":{"shape":"Ses"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{}}},"CreateDevEndpoint":{"input":{"type":"structure","required":["EndpointName","RoleArn"],"members":{"EndpointName":{},"RoleArn":{},"SecurityGroupIds":{"shape":"S4p"},"SubnetId":{},"PublicKey":{},"PublicKeys":{"shape":"S4t"},"NumberOfNodes":{"type":"integer"},"WorkerType":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{},"SecurityConfiguration":{},"Tags":{"shape":"Sd9"},"Arguments":{"shape":"S4u"}}},"output":{"type":"structure","members":{"EndpointName":{},"Status":{},"SecurityGroupIds":{"shape":"S4p"},"SubnetId":{},"RoleArn":{},"YarnEndpointAddress":{},"ZeppelinRemoteSparkInterpreterPort":{"type":"integer"},"NumberOfNodes":{"type":"integer"},"WorkerType":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"AvailabilityZone":{},"VpcId":{},"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{},"FailureReason":{},"SecurityConfiguration":{},"CreatedTimestamp":{"type":"timestamp"},"Arguments":{"shape":"S4u"}}}},"CreateJob":{"input":{"type":"structure","required":["Name","Role","Command"],"members":{"Name":{},"JobMode":{},"Description":{},"LogUri":{},"Role":{},"ExecutionProperty":{"shape":"S53"},"Command":{"shape":"S55"},"DefaultArguments":{"shape":"S59"},"NonOverridableArguments":{"shape":"S59"},"Connections":{"shape":"S5a"},"MaxRetries":{"type":"integer"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"SecurityConfiguration":{},"Tags":{"shape":"Sd9"},"NotificationProperty":{"shape":"S5e"},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"CodeGenConfigurationNodes":{"shape":"S5g"},"ExecutionClass":{},"SourceControlDetails":{"shape":"Saa"},"MaintenanceWindow":{}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateMLTransform":{"input":{"type":"structure","required":["Name","InputRecordTables","Parameters","Role"],"members":{"Name":{},"Description":{},"InputRecordTables":{"shape":"Sf9"},"Parameters":{"shape":"Sfa"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"},"Tags":{"shape":"Sd9"},"TransformEncryption":{"shape":"Sfe"}}},"output":{"type":"structure","members":{"TransformId":{}}}},"CreatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionInput":{"shape":"S5"}}},"output":{"type":"structure","members":{}}},"CreatePartitionIndex":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionIndex"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionIndex":{"shape":"Sfl"}}},"output":{"type":"structure","members":{}}},"CreateRegistry":{"input":{"type":"structure","required":["RegistryName"],"members":{"RegistryName":{},"Description":{},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"RegistryArn":{},"RegistryName":{},"Description":{},"Tags":{"shape":"Sd9"}}}},"CreateSchema":{"input":{"type":"structure","required":["SchemaName","DataFormat"],"members":{"RegistryId":{"shape":"Sfr"},"SchemaName":{},"DataFormat":{},"Compatibility":{},"Description":{},"Tags":{"shape":"Sd9"},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"SchemaName":{},"SchemaArn":{},"Description":{},"DataFormat":{},"Compatibility":{},"SchemaCheckpoint":{"type":"long"},"LatestSchemaVersion":{"type":"long"},"NextSchemaVersion":{"type":"long"},"SchemaStatus":{},"Tags":{"shape":"Sd9"},"SchemaVersionId":{},"SchemaVersionStatus":{}}}},"CreateScript":{"input":{"type":"structure","members":{"DagNodes":{"shape":"Sfy"},"DagEdges":{"shape":"Sg6"},"Language":{}}},"output":{"type":"structure","members":{"PythonScript":{},"ScalaCode":{}}}},"CreateSecurityConfiguration":{"input":{"type":"structure","required":["Name","EncryptionConfiguration"],"members":{"Name":{},"EncryptionConfiguration":{"shape":"Sgd"}}},"output":{"type":"structure","members":{"Name":{},"CreatedTimestamp":{"type":"timestamp"}}}},"CreateSession":{"input":{"type":"structure","required":["Id","Role","Command"],"members":{"Id":{},"Description":{},"Role":{},"Command":{"shape":"Sgp"},"Timeout":{"type":"integer"},"IdleTimeout":{"type":"integer"},"DefaultArguments":{"shape":"Sgq"},"Connections":{"shape":"S5a"},"MaxCapacity":{"type":"double"},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"SecurityConfiguration":{},"GlueVersion":{},"Tags":{"shape":"Sd9"},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Session":{"shape":"Sgt"}}}},"CreateTable":{"input":{"type":"structure","required":["DatabaseName","TableInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableInput":{"shape":"Sgy"},"PartitionIndexes":{"type":"list","member":{"shape":"Sfl"}},"TransactionId":{},"OpenTableFormatInput":{"type":"structure","members":{"IcebergInput":{"type":"structure","required":["MetadataOperation"],"members":{"MetadataOperation":{},"Version":{}}}}}}},"output":{"type":"structure","members":{}}},"CreateTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type","TableOptimizerConfiguration"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{},"TableOptimizerConfiguration":{"shape":"Sat"}}},"output":{"type":"structure","members":{}}},"CreateTrigger":{"input":{"type":"structure","required":["Name","Type","Actions"],"members":{"Name":{},"WorkflowName":{},"Type":{},"Schedule":{},"Predicate":{"shape":"Sbc"},"Actions":{"shape":"Sba"},"Description":{},"StartOnCreation":{"type":"boolean"},"Tags":{"shape":"Sd9"},"EventBatchingCondition":{"shape":"Sbj"}}},"output":{"type":"structure","members":{"Name":{}}}},"CreateUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionInput"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionInput":{"shape":"Shj"}}},"output":{"type":"structure","members":{}}},"CreateWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"DefaultRunProperties":{"shape":"Sbr"},"Tags":{"shape":"Sd9"},"MaxConcurrentRuns":{"type":"integer"}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteBlueprint":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteClassifier":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteColumnStatisticsForPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues","ColumnName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"ColumnName":{}}},"output":{"type":"structure","members":{}}},"DeleteColumnStatisticsForTable":{"input":{"type":"structure","required":["DatabaseName","TableName","ColumnName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"ColumnName":{}}},"output":{"type":"structure","members":{}}},"DeleteConnection":{"input":{"type":"structure","required":["ConnectionName"],"members":{"CatalogId":{},"ConnectionName":{}}},"output":{"type":"structure","members":{}}},"DeleteCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteCustomEntityType":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteDataQualityRuleset":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteDatabase":{"input":{"type":"structure","required":["Name"],"members":{"CatalogId":{},"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteDevEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"output":{"type":"structure","members":{}}},"DeleteJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}},"output":{"type":"structure","members":{"JobName":{}}}},"DeleteMLTransform":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{}}},"output":{"type":"structure","members":{"TransformId":{}}}},"DeletePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"}}},"output":{"type":"structure","members":{}}},"DeletePartitionIndex":{"input":{"type":"structure","required":["DatabaseName","TableName","IndexName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"IndexName":{}}},"output":{"type":"structure","members":{}}},"DeleteRegistry":{"input":{"type":"structure","required":["RegistryId"],"members":{"RegistryId":{"shape":"Sfr"}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"Status":{}}}},"DeleteResourcePolicy":{"input":{"type":"structure","members":{"PolicyHashCondition":{},"ResourceArn":{}}},"output":{"type":"structure","members":{}}},"DeleteSchema":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"Status":{}}}},"DeleteSchemaVersions":{"input":{"type":"structure","required":["SchemaId","Versions"],"members":{"SchemaId":{"shape":"Sw"},"Versions":{}}},"output":{"type":"structure","members":{"SchemaVersionErrors":{"type":"list","member":{"type":"structure","members":{"VersionNumber":{"type":"long"},"ErrorDetails":{"type":"structure","members":{"ErrorCode":{},"ErrorMessage":{}}}}}}}}},"DeleteSecurityConfiguration":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"DeleteSession":{"input":{"type":"structure","required":["Id"],"members":{"Id":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Id":{}}}},"DeleteTable":{"input":{"type":"structure","required":["DatabaseName","Name"],"members":{"CatalogId":{},"DatabaseName":{},"Name":{},"TransactionId":{}}},"output":{"type":"structure","members":{}}},"DeleteTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{}}},"output":{"type":"structure","members":{}}},"DeleteTableVersion":{"input":{"type":"structure","required":["DatabaseName","TableName","VersionId"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"VersionId":{}}},"output":{"type":"structure","members":{}}},"DeleteTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"DeleteUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionName"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionName":{}}},"output":{"type":"structure","members":{}}},"DeleteWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"GetBlueprint":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"IncludeBlueprint":{"type":"boolean"},"IncludeParameterSpec":{"type":"boolean"}}},"output":{"type":"structure","members":{"Blueprint":{"shape":"S1w"}}}},"GetBlueprintRun":{"input":{"type":"structure","required":["BlueprintName","RunId"],"members":{"BlueprintName":{},"RunId":{}}},"output":{"type":"structure","members":{"BlueprintRun":{"shape":"Sji"}}}},"GetBlueprintRuns":{"input":{"type":"structure","required":["BlueprintName"],"members":{"BlueprintName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"BlueprintRuns":{"type":"list","member":{"shape":"Sji"}},"NextToken":{}}}},"GetCatalogImportStatus":{"input":{"type":"structure","members":{"CatalogId":{}}},"output":{"type":"structure","members":{"ImportStatus":{"type":"structure","members":{"ImportCompleted":{"type":"boolean"},"ImportTime":{"type":"timestamp"},"ImportedBy":{}}}}}},"GetClassifier":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Classifier":{"shape":"Sjv"}}}},"GetClassifiers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Classifiers":{"type":"list","member":{"shape":"Sjv"}},"NextToken":{}}}},"GetColumnStatisticsForPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues","ColumnNames"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"ColumnNames":{"shape":"Sk5"}}},"output":{"type":"structure","members":{"ColumnStatisticsList":{"shape":"Sk7"},"Errors":{"shape":"Skp"}}}},"GetColumnStatisticsForTable":{"input":{"type":"structure","required":["DatabaseName","TableName","ColumnNames"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"ColumnNames":{"shape":"Sk5"}}},"output":{"type":"structure","members":{"ColumnStatisticsList":{"shape":"Sk7"},"Errors":{"shape":"Skp"}}}},"GetColumnStatisticsTaskRun":{"input":{"type":"structure","required":["ColumnStatisticsTaskRunId"],"members":{"ColumnStatisticsTaskRunId":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRun":{"shape":"Skv"}}}},"GetColumnStatisticsTaskRuns":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRuns":{"type":"list","member":{"shape":"Skv"}},"NextToken":{}}}},"GetConnection":{"input":{"type":"structure","required":["Name"],"members":{"CatalogId":{},"Name":{},"HidePassword":{"type":"boolean"}}},"output":{"type":"structure","members":{"Connection":{"shape":"Sl6"}}}},"GetConnections":{"input":{"type":"structure","members":{"CatalogId":{},"Filter":{"type":"structure","members":{"MatchCriteria":{"shape":"Sdx"},"ConnectionType":{}}},"HidePassword":{"type":"boolean"},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"ConnectionList":{"type":"list","member":{"shape":"Sl6"}},"NextToken":{}}}},"GetCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Crawler":{"shape":"S29"}}}},"GetCrawlerMetrics":{"input":{"type":"structure","members":{"CrawlerNameList":{"shape":"S26"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"CrawlerMetricsList":{"type":"list","member":{"type":"structure","members":{"CrawlerName":{},"TimeLeftSeconds":{"type":"double"},"StillEstimating":{"type":"boolean"},"LastRuntimeSeconds":{"type":"double"},"MedianRuntimeSeconds":{"type":"double"},"TablesCreated":{"type":"integer"},"TablesUpdated":{"type":"integer"},"TablesDeleted":{"type":"integer"}}}},"NextToken":{}}}},"GetCrawlers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Crawlers":{"shape":"S28"},"NextToken":{}}}},"GetCustomEntityType":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{},"RegexString":{},"ContextWords":{"shape":"S3v"}}}},"GetDataCatalogEncryptionSettings":{"input":{"type":"structure","members":{"CatalogId":{}}},"output":{"type":"structure","members":{"DataCatalogEncryptionSettings":{"shape":"Slq"}}}},"GetDataQualityResult":{"input":{"type":"structure","required":["ResultId"],"members":{"ResultId":{}}},"output":{"type":"structure","members":{"ResultId":{},"Score":{"type":"double"},"DataSource":{"shape":"S43"},"RulesetName":{},"EvaluationContext":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"JobName":{},"JobRunId":{},"RulesetEvaluationRunId":{},"RuleResults":{"shape":"S46"},"AnalyzerResults":{"shape":"S4b"},"Observations":{"shape":"S4d"}}}},"GetDataQualityRuleRecommendationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{"RunId":{},"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"Status":{},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"},"RecommendedRuleset":{},"CreatedRulesetName":{}}}},"GetDataQualityRuleset":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{},"Description":{},"Ruleset":{},"TargetTable":{"shape":"Sep"},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"RecommendationRunId":{}}}},"GetDataQualityRulesetEvaluationRun":{"input":{"type":"structure","required":["RunId"],"members":{"RunId":{}}},"output":{"type":"structure","members":{"RunId":{},"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"AdditionalRunOptions":{"shape":"Sm3"},"Status":{},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"},"RulesetNames":{"shape":"Sm5"},"ResultIds":{"type":"list","member":{}},"AdditionalDataSources":{"shape":"Sm7"}}}},"GetDatabase":{"input":{"type":"structure","required":["Name"],"members":{"CatalogId":{},"Name":{}}},"output":{"type":"structure","members":{"Database":{"shape":"Sma"}}}},"GetDatabases":{"input":{"type":"structure","members":{"CatalogId":{},"NextToken":{},"MaxResults":{"type":"integer"},"ResourceShareType":{}}},"output":{"type":"structure","required":["DatabaseList"],"members":{"DatabaseList":{"type":"list","member":{"shape":"Sma"}},"NextToken":{}}}},"GetDataflowGraph":{"input":{"type":"structure","members":{"PythonScript":{}}},"output":{"type":"structure","members":{"DagNodes":{"shape":"Sfy"},"DagEdges":{"shape":"Sg6"}}}},"GetDevEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{}}},"output":{"type":"structure","members":{"DevEndpoint":{"shape":"S4n"}}}},"GetDevEndpoints":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"DevEndpoints":{"shape":"S4m"},"NextToken":{}}}},"GetJob":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{}}},"output":{"type":"structure","members":{"Job":{"shape":"S4z"}}}},"GetJobBookmark":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"RunId":{}}},"output":{"type":"structure","members":{"JobBookmarkEntry":{"shape":"Sms"}}}},"GetJobRun":{"input":{"type":"structure","required":["JobName","RunId"],"members":{"JobName":{},"RunId":{},"PredecessorsIncluded":{"type":"boolean"}}},"output":{"type":"structure","members":{"JobRun":{"shape":"Sc2"}}}},"GetJobRuns":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"JobRuns":{"shape":"Sc1"},"NextToken":{}}}},"GetJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Jobs":{"shape":"S4y"},"NextToken":{}}}},"GetMLTaskRun":{"input":{"type":"structure","required":["TransformId","TaskRunId"],"members":{"TransformId":{},"TaskRunId":{}}},"output":{"type":"structure","members":{"TransformId":{},"TaskRunId":{},"Status":{},"LogGroupName":{},"Properties":{"shape":"Sn3"},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"}}}},"GetMLTaskRuns":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{},"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"type":"structure","members":{"TaskRunType":{},"Status":{},"StartedBefore":{"type":"timestamp"},"StartedAfter":{"type":"timestamp"}}},"Sort":{"type":"structure","required":["Column","SortDirection"],"members":{"Column":{},"SortDirection":{}}}}},"output":{"type":"structure","members":{"TaskRuns":{"type":"list","member":{"type":"structure","members":{"TransformId":{},"TaskRunId":{},"Status":{},"LogGroupName":{},"Properties":{"shape":"Sn3"},"ErrorString":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"integer"}}}},"NextToken":{}}}},"GetMLTransform":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{}}},"output":{"type":"structure","members":{"TransformId":{},"Name":{},"Description":{},"Status":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"InputRecordTables":{"shape":"Sf9"},"Parameters":{"shape":"Sfa"},"EvaluationMetrics":{"shape":"Snm"},"LabelCount":{"type":"integer"},"Schema":{"shape":"Snt"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"},"TransformEncryption":{"shape":"Sfe"}}}},"GetMLTransforms":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"shape":"Snw"},"Sort":{"shape":"Snx"}}},"output":{"type":"structure","required":["Transforms"],"members":{"Transforms":{"type":"list","member":{"type":"structure","members":{"TransformId":{},"Name":{},"Description":{},"Status":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"InputRecordTables":{"shape":"Sf9"},"Parameters":{"shape":"Sfa"},"EvaluationMetrics":{"shape":"Snm"},"LabelCount":{"type":"integer"},"Schema":{"shape":"Snt"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"},"TransformEncryption":{"shape":"Sfe"}}}},"NextToken":{}}}},"GetMapping":{"input":{"type":"structure","required":["Source"],"members":{"Source":{"shape":"So3"},"Sinks":{"shape":"So4"},"Location":{"shape":"So5"}}},"output":{"type":"structure","required":["Mapping"],"members":{"Mapping":{"shape":"So7"}}}},"GetPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"}}},"output":{"type":"structure","members":{"Partition":{"shape":"Sai"}}}},"GetPartitionIndexes":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"NextToken":{}}},"output":{"type":"structure","members":{"PartitionIndexDescriptorList":{"type":"list","member":{"type":"structure","required":["IndexName","Keys","IndexStatus"],"members":{"IndexName":{},"Keys":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Type":{}}}},"IndexStatus":{},"BackfillErrors":{"type":"list","member":{"type":"structure","members":{"Code":{},"Partitions":{"type":"list","member":{"shape":"S1c"}}}}}}}},"NextToken":{}}}},"GetPartitions":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Expression":{},"NextToken":{},"Segment":{"shape":"Soq"},"MaxResults":{"type":"integer"},"ExcludeColumnSchema":{"type":"boolean"},"TransactionId":{},"QueryAsOfTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"Partitions":{"shape":"Sah"},"NextToken":{}}}},"GetPlan":{"input":{"type":"structure","required":["Mapping","Source"],"members":{"Mapping":{"shape":"So7"},"Source":{"shape":"So3"},"Sinks":{"shape":"So4"},"Location":{"shape":"So5"},"Language":{},"AdditionalPlanOptionsMap":{"type":"map","key":{},"value":{}}}},"output":{"type":"structure","members":{"PythonScript":{},"ScalaCode":{}}}},"GetRegistry":{"input":{"type":"structure","required":["RegistryId"],"members":{"RegistryId":{"shape":"Sfr"}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"Description":{},"Status":{},"CreatedTime":{},"UpdatedTime":{}}}},"GetResourcePolicies":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"GetResourcePoliciesResponseList":{"type":"list","member":{"type":"structure","members":{"PolicyInJson":{},"PolicyHash":{},"CreateTime":{"type":"timestamp"},"UpdateTime":{"type":"timestamp"}}}},"NextToken":{}}}},"GetResourcePolicy":{"input":{"type":"structure","members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"PolicyInJson":{},"PolicyHash":{},"CreateTime":{"type":"timestamp"},"UpdateTime":{"type":"timestamp"}}}},"GetSchema":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"SchemaName":{},"SchemaArn":{},"Description":{},"DataFormat":{},"Compatibility":{},"SchemaCheckpoint":{"type":"long"},"LatestSchemaVersion":{"type":"long"},"NextSchemaVersion":{"type":"long"},"SchemaStatus":{},"CreatedTime":{},"UpdatedTime":{}}}},"GetSchemaByDefinition":{"input":{"type":"structure","required":["SchemaId","SchemaDefinition"],"members":{"SchemaId":{"shape":"Sw"},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"SchemaVersionId":{},"SchemaArn":{},"DataFormat":{},"Status":{},"CreatedTime":{}}}},"GetSchemaVersion":{"input":{"type":"structure","members":{"SchemaId":{"shape":"Sw"},"SchemaVersionId":{},"SchemaVersionNumber":{"shape":"Spd"}}},"output":{"type":"structure","members":{"SchemaVersionId":{},"SchemaDefinition":{},"DataFormat":{},"SchemaArn":{},"VersionNumber":{"type":"long"},"Status":{},"CreatedTime":{}}}},"GetSchemaVersionsDiff":{"input":{"type":"structure","required":["SchemaId","FirstSchemaVersionNumber","SecondSchemaVersionNumber","SchemaDiffType"],"members":{"SchemaId":{"shape":"Sw"},"FirstSchemaVersionNumber":{"shape":"Spd"},"SecondSchemaVersionNumber":{"shape":"Spd"},"SchemaDiffType":{}}},"output":{"type":"structure","members":{"Diff":{}}}},"GetSecurityConfiguration":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"SecurityConfiguration":{"shape":"Spm"}}}},"GetSecurityConfigurations":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"SecurityConfigurations":{"type":"list","member":{"shape":"Spm"}},"NextToken":{}}}},"GetSession":{"input":{"type":"structure","required":["Id"],"members":{"Id":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Session":{"shape":"Sgt"}}}},"GetStatement":{"input":{"type":"structure","required":["SessionId","Id"],"members":{"SessionId":{},"Id":{"type":"integer"},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Statement":{"shape":"Spu"}}}},"GetTable":{"input":{"type":"structure","required":["DatabaseName","Name"],"members":{"CatalogId":{},"DatabaseName":{},"Name":{},"TransactionId":{},"QueryAsOfTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"Table":{"shape":"Sq1"}}}},"GetTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{}}},"output":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"TableOptimizer":{"shape":"Sas"}}}},"GetTableVersion":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"VersionId":{}}},"output":{"type":"structure","members":{"TableVersion":{"shape":"Sqa"}}}},"GetTableVersions":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"TableVersions":{"type":"list","member":{"shape":"Sqa"}},"NextToken":{}}}},"GetTables":{"input":{"type":"structure","required":["DatabaseName"],"members":{"CatalogId":{},"DatabaseName":{},"Expression":{},"NextToken":{},"MaxResults":{"type":"integer"},"TransactionId":{},"QueryAsOfTime":{"type":"timestamp"}}},"output":{"type":"structure","members":{"TableList":{"shape":"Sqh"},"NextToken":{}}}},"GetTags":{"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"Sd9"}}}},"GetTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Trigger":{"shape":"Sb6"}}}},"GetTriggers":{"input":{"type":"structure","members":{"NextToken":{},"DependentJobName":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Triggers":{"shape":"Sb5"},"NextToken":{}}}},"GetUnfilteredPartitionMetadata":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","PartitionValues","SupportedPermissionTypes"],"members":{"Region":{},"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"AuditContext":{"shape":"Sqp"},"SupportedPermissionTypes":{"shape":"Sqs"},"QuerySessionContext":{"shape":"Squ"}}},"output":{"type":"structure","members":{"Partition":{"shape":"Sai"},"AuthorizedColumns":{"shape":"Sn"},"IsRegisteredWithLakeFormation":{"type":"boolean"}}}},"GetUnfilteredPartitionsMetadata":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","SupportedPermissionTypes"],"members":{"Region":{},"CatalogId":{},"DatabaseName":{},"TableName":{},"Expression":{},"AuditContext":{"shape":"Sqp"},"SupportedPermissionTypes":{"shape":"Sqs"},"NextToken":{},"Segment":{"shape":"Soq"},"MaxResults":{"type":"integer"},"QuerySessionContext":{"shape":"Squ"}}},"output":{"type":"structure","members":{"UnfilteredPartitions":{"type":"list","member":{"type":"structure","members":{"Partition":{"shape":"Sai"},"AuthorizedColumns":{"shape":"Sn"},"IsRegisteredWithLakeFormation":{"type":"boolean"}}}},"NextToken":{}}}},"GetUnfilteredTableMetadata":{"input":{"type":"structure","required":["CatalogId","DatabaseName","Name","SupportedPermissionTypes"],"members":{"Region":{},"CatalogId":{},"DatabaseName":{},"Name":{},"AuditContext":{"shape":"Sqp"},"SupportedPermissionTypes":{"shape":"Sqs"},"ParentResourceArn":{},"RootResourceArn":{},"SupportedDialect":{"type":"structure","members":{"Dialect":{},"DialectVersion":{}}},"Permissions":{"shape":"Sey"},"QuerySessionContext":{"shape":"Squ"}}},"output":{"type":"structure","members":{"Table":{"shape":"Sq1"},"AuthorizedColumns":{"shape":"Sn"},"IsRegisteredWithLakeFormation":{"type":"boolean"},"CellFilters":{"type":"list","member":{"type":"structure","members":{"ColumnName":{},"RowFilterExpression":{}}}},"QueryAuthorizationId":{},"IsMultiDialectView":{"type":"boolean"},"ResourceArn":{},"IsProtected":{"type":"boolean"},"Permissions":{"shape":"Sey"},"RowFilter":{}}}},"GetUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionName"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionName":{}}},"output":{"type":"structure","members":{"UserDefinedFunction":{"shape":"Srb"}}}},"GetUserDefinedFunctions":{"input":{"type":"structure","required":["Pattern"],"members":{"CatalogId":{},"DatabaseName":{},"Pattern":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"UserDefinedFunctions":{"type":"list","member":{"shape":"Srb"}},"NextToken":{}}}},"GetWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"IncludeGraph":{"type":"boolean"}}},"output":{"type":"structure","members":{"Workflow":{"shape":"Sbq"}}}},"GetWorkflowRun":{"input":{"type":"structure","required":["Name","RunId"],"members":{"Name":{},"RunId":{},"IncludeGraph":{"type":"boolean"}}},"output":{"type":"structure","members":{"Run":{"shape":"Sbs"}}}},"GetWorkflowRunProperties":{"input":{"type":"structure","required":["Name","RunId"],"members":{"Name":{},"RunId":{}}},"output":{"type":"structure","members":{"RunProperties":{"shape":"Sbr"}}}},"GetWorkflowRuns":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"IncludeGraph":{"type":"boolean"},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Runs":{"type":"list","member":{"shape":"Sbs"}},"NextToken":{}}}},"ImportCatalogToGlue":{"input":{"type":"structure","members":{"CatalogId":{}}},"output":{"type":"structure","members":{}}},"ListBlueprints":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"Blueprints":{"shape":"S24"},"NextToken":{}}}},"ListColumnStatisticsTaskRuns":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRunIds":{"type":"list","member":{}},"NextToken":{}}}},"ListCrawlers":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"CrawlerNames":{"shape":"S26"},"NextToken":{}}}},"ListCrawls":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{},"MaxResults":{"type":"integer"},"Filters":{"type":"list","member":{"type":"structure","members":{"FieldName":{},"FilterOperator":{},"FieldValue":{}}}},"NextToken":{}}},"output":{"type":"structure","members":{"Crawls":{"type":"list","member":{"type":"structure","members":{"CrawlId":{},"State":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"Summary":{},"ErrorMessage":{},"LogGroup":{},"LogStream":{},"MessagePrefix":{},"DPUHour":{"type":"double"}}}},"NextToken":{}}}},"ListCustomEntityTypes":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"CustomEntityTypes":{"shape":"S3t"},"NextToken":{}}}},"ListDataQualityResults":{"input":{"type":"structure","members":{"Filter":{"type":"structure","members":{"DataSource":{"shape":"S43"},"JobName":{},"JobRunId":{},"StartedAfter":{"type":"timestamp"},"StartedBefore":{"type":"timestamp"}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","required":["Results"],"members":{"Results":{"type":"list","member":{"type":"structure","members":{"ResultId":{},"DataSource":{"shape":"S43"},"JobName":{},"JobRunId":{},"StartedOn":{"type":"timestamp"}}}},"NextToken":{}}}},"ListDataQualityRuleRecommendationRuns":{"input":{"type":"structure","members":{"Filter":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"shape":"S43"},"StartedBefore":{"type":"timestamp"},"StartedAfter":{"type":"timestamp"}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Runs":{"type":"list","member":{"type":"structure","members":{"RunId":{},"Status":{},"StartedOn":{"type":"timestamp"},"DataSource":{"shape":"S43"}}}},"NextToken":{}}}},"ListDataQualityRulesetEvaluationRuns":{"input":{"type":"structure","members":{"Filter":{"type":"structure","required":["DataSource"],"members":{"DataSource":{"shape":"S43"},"StartedBefore":{"type":"timestamp"},"StartedAfter":{"type":"timestamp"}}},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Runs":{"type":"list","member":{"type":"structure","members":{"RunId":{},"Status":{},"StartedOn":{"type":"timestamp"},"DataSource":{"shape":"S43"}}}},"NextToken":{}}}},"ListDataQualityRulesets":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"type":"structure","members":{"Name":{},"Description":{},"CreatedBefore":{"type":"timestamp"},"CreatedAfter":{"type":"timestamp"},"LastModifiedBefore":{"type":"timestamp"},"LastModifiedAfter":{"type":"timestamp"},"TargetTable":{"shape":"Sep"}}},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"Rulesets":{"type":"list","member":{"type":"structure","members":{"Name":{},"Description":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"TargetTable":{"shape":"Sep"},"RecommendationRunId":{},"RuleCount":{"type":"integer"}}}},"NextToken":{}}}},"ListDevEndpoints":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"DevEndpointNames":{"type":"list","member":{}},"NextToken":{}}}},"ListJobs":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"JobNames":{"shape":"S4w"},"NextToken":{}}}},"ListMLTransforms":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filter":{"shape":"Snw"},"Sort":{"shape":"Snx"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","required":["TransformIds"],"members":{"TransformIds":{"type":"list","member":{}},"NextToken":{}}}},"ListRegistries":{"input":{"type":"structure","members":{"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Registries":{"type":"list","member":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{},"Description":{},"Status":{},"CreatedTime":{},"UpdatedTime":{}}}},"NextToken":{}}}},"ListSchemaVersions":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Schemas":{"type":"list","member":{"type":"structure","members":{"SchemaArn":{},"SchemaVersionId":{},"VersionNumber":{"type":"long"},"Status":{},"CreatedTime":{}}}},"NextToken":{}}}},"ListSchemas":{"input":{"type":"structure","members":{"RegistryId":{"shape":"Sfr"},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Schemas":{"type":"list","member":{"type":"structure","members":{"RegistryName":{},"SchemaName":{},"SchemaArn":{},"Description":{},"SchemaStatus":{},"CreatedTime":{},"UpdatedTime":{}}}},"NextToken":{}}}},"ListSessions":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd9"},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Ids":{"type":"list","member":{}},"Sessions":{"type":"list","member":{"shape":"Sgt"}},"NextToken":{}}}},"ListStatements":{"input":{"type":"structure","required":["SessionId"],"members":{"SessionId":{},"RequestOrigin":{},"NextToken":{}}},"output":{"type":"structure","members":{"Statements":{"type":"list","member":{"shape":"Spu"}},"NextToken":{}}}},"ListTableOptimizerRuns":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"NextToken":{},"TableOptimizerRuns":{"type":"list","member":{"shape":"Sav"}}}}},"ListTriggers":{"input":{"type":"structure","members":{"NextToken":{},"DependentJobName":{},"MaxResults":{"type":"integer"},"Tags":{"shape":"Sd9"}}},"output":{"type":"structure","members":{"TriggerNames":{"shape":"Sb3"},"NextToken":{}}}},"ListWorkflows":{"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Workflows":{"shape":"Sbn"},"NextToken":{}}}},"PutDataCatalogEncryptionSettings":{"input":{"type":"structure","required":["DataCatalogEncryptionSettings"],"members":{"CatalogId":{},"DataCatalogEncryptionSettings":{"shape":"Slq"}}},"output":{"type":"structure","members":{}}},"PutResourcePolicy":{"input":{"type":"structure","required":["PolicyInJson"],"members":{"PolicyInJson":{},"ResourceArn":{},"PolicyHashCondition":{},"PolicyExistsCondition":{},"EnableHybrid":{}}},"output":{"type":"structure","members":{"PolicyHash":{}}}},"PutSchemaVersionMetadata":{"input":{"type":"structure","required":["MetadataKeyValue"],"members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Spd"},"SchemaVersionId":{},"MetadataKeyValue":{"shape":"Su4"}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{},"LatestVersion":{"type":"boolean"},"VersionNumber":{"type":"long"},"SchemaVersionId":{},"MetadataKey":{},"MetadataValue":{}}}},"PutWorkflowRunProperties":{"input":{"type":"structure","required":["Name","RunId","RunProperties"],"members":{"Name":{},"RunId":{},"RunProperties":{"shape":"Sbr"}}},"output":{"type":"structure","members":{}}},"QuerySchemaVersionMetadata":{"input":{"type":"structure","members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Spd"},"SchemaVersionId":{},"MetadataList":{"type":"list","member":{"shape":"Su4"}},"MaxResults":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"MetadataInfoMap":{"type":"map","key":{},"value":{"type":"structure","members":{"MetadataValue":{},"CreatedTime":{},"OtherMetadataValueList":{"type":"list","member":{"type":"structure","members":{"MetadataValue":{},"CreatedTime":{}}}}}}},"SchemaVersionId":{},"NextToken":{}}}},"RegisterSchemaVersion":{"input":{"type":"structure","required":["SchemaId","SchemaDefinition"],"members":{"SchemaId":{"shape":"Sw"},"SchemaDefinition":{}}},"output":{"type":"structure","members":{"SchemaVersionId":{},"VersionNumber":{"type":"long"},"Status":{}}}},"RemoveSchemaVersionMetadata":{"input":{"type":"structure","required":["MetadataKeyValue"],"members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Spd"},"SchemaVersionId":{},"MetadataKeyValue":{"shape":"Su4"}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{},"LatestVersion":{"type":"boolean"},"VersionNumber":{"type":"long"},"SchemaVersionId":{},"MetadataKey":{},"MetadataValue":{}}}},"ResetJobBookmark":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"RunId":{}}},"output":{"type":"structure","members":{"JobBookmarkEntry":{"shape":"Sms"}}}},"ResumeWorkflowRun":{"input":{"type":"structure","required":["Name","RunId","NodeIds"],"members":{"Name":{},"RunId":{},"NodeIds":{"shape":"Sup"}}},"output":{"type":"structure","members":{"RunId":{},"NodeIds":{"shape":"Sup"}}}},"RunStatement":{"input":{"type":"structure","required":["SessionId","Code"],"members":{"SessionId":{},"Code":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Id":{"type":"integer"}}}},"SearchTables":{"input":{"type":"structure","members":{"CatalogId":{},"NextToken":{},"Filters":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{},"Comparator":{}}}},"SearchText":{},"SortCriteria":{"type":"list","member":{"type":"structure","members":{"FieldName":{},"Sort":{}}}},"MaxResults":{"type":"integer"},"ResourceShareType":{}}},"output":{"type":"structure","members":{"NextToken":{},"TableList":{"shape":"Sqh"}}}},"StartBlueprintRun":{"input":{"type":"structure","required":["BlueprintName","RoleArn"],"members":{"BlueprintName":{},"Parameters":{},"RoleArn":{}}},"output":{"type":"structure","members":{"RunId":{}}}},"StartColumnStatisticsTaskRun":{"input":{"type":"structure","required":["DatabaseName","TableName","Role"],"members":{"DatabaseName":{},"TableName":{},"ColumnNameList":{"shape":"Skx"},"Role":{},"SampleSize":{"type":"double"},"CatalogID":{},"SecurityConfiguration":{}}},"output":{"type":"structure","members":{"ColumnStatisticsTaskRunId":{}}}},"StartCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"StartCrawlerSchedule":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{}}},"output":{"type":"structure","members":{}}},"StartDataQualityRuleRecommendationRun":{"input":{"type":"structure","required":["DataSource","Role"],"members":{"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"CreatedRulesetName":{},"ClientToken":{}}},"output":{"type":"structure","members":{"RunId":{}}},"idempotent":true},"StartDataQualityRulesetEvaluationRun":{"input":{"type":"structure","required":["DataSource","Role","RulesetNames"],"members":{"DataSource":{"shape":"S43"},"Role":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"ClientToken":{},"AdditionalRunOptions":{"shape":"Sm3"},"RulesetNames":{"shape":"Sm5"},"AdditionalDataSources":{"shape":"Sm7"}}},"output":{"type":"structure","members":{"RunId":{}}},"idempotent":true},"StartExportLabelsTaskRun":{"input":{"type":"structure","required":["TransformId","OutputS3Path"],"members":{"TransformId":{},"OutputS3Path":{}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartImportLabelsTaskRun":{"input":{"type":"structure","required":["TransformId","InputS3Path"],"members":{"TransformId":{},"InputS3Path":{},"ReplaceAllLabels":{"type":"boolean"}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartJobRun":{"input":{"type":"structure","required":["JobName"],"members":{"JobName":{},"JobRunId":{},"Arguments":{"shape":"S59"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S5e"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"ExecutionClass":{}}},"output":{"type":"structure","members":{"JobRunId":{}}}},"StartMLEvaluationTaskRun":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartMLLabelingSetGenerationTaskRun":{"input":{"type":"structure","required":["TransformId","OutputS3Path"],"members":{"TransformId":{},"OutputS3Path":{}}},"output":{"type":"structure","members":{"TaskRunId":{}}}},"StartTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"StartWorkflowRun":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"RunProperties":{"shape":"Sbr"}}},"output":{"type":"structure","members":{"RunId":{}}}},"StopColumnStatisticsTaskRun":{"input":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{}}},"output":{"type":"structure","members":{}}},"StopCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{}}},"StopCrawlerSchedule":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{}}},"output":{"type":"structure","members":{}}},"StopSession":{"input":{"type":"structure","required":["Id"],"members":{"Id":{},"RequestOrigin":{}}},"output":{"type":"structure","members":{"Id":{}}}},"StopTrigger":{"input":{"type":"structure","required":["Name"],"members":{"Name":{}}},"output":{"type":"structure","members":{"Name":{}}}},"StopWorkflowRun":{"input":{"type":"structure","required":["Name","RunId"],"members":{"Name":{},"RunId":{}}},"output":{"type":"structure","members":{}}},"TagResource":{"input":{"type":"structure","required":["ResourceArn","TagsToAdd"],"members":{"ResourceArn":{},"TagsToAdd":{"shape":"Sd9"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["ResourceArn","TagsToRemove"],"members":{"ResourceArn":{},"TagsToRemove":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateBlueprint":{"input":{"type":"structure","required":["Name","BlueprintLocation"],"members":{"Name":{},"Description":{},"BlueprintLocation":{}}},"output":{"type":"structure","members":{"Name":{}}}},"UpdateClassifier":{"input":{"type":"structure","members":{"GrokClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Classification":{},"GrokPattern":{},"CustomPatterns":{}}},"XMLClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Classification":{},"RowTag":{}}},"JsonClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"JsonPath":{}}},"CsvClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"Delimiter":{},"QuoteSymbol":{},"ContainsHeader":{},"Header":{"shape":"Sdq"},"DisableValueTrimming":{"type":"boolean"},"AllowSingleColumn":{"type":"boolean"},"CustomDatatypeConfigured":{"type":"boolean"},"CustomDatatypes":{"shape":"Sdr"},"Serde":{}}}}},"output":{"type":"structure","members":{}}},"UpdateColumnStatisticsForPartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValues","ColumnStatisticsList"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValues":{"shape":"S6"},"ColumnStatisticsList":{"shape":"Swi"}}},"output":{"type":"structure","members":{"Errors":{"shape":"Swk"}}}},"UpdateColumnStatisticsForTable":{"input":{"type":"structure","required":["DatabaseName","TableName","ColumnStatisticsList"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"ColumnStatisticsList":{"shape":"Swi"}}},"output":{"type":"structure","members":{"Errors":{"shape":"Swk"}}}},"UpdateConnection":{"input":{"type":"structure","required":["Name","ConnectionInput"],"members":{"CatalogId":{},"Name":{},"ConnectionInput":{"shape":"Sdv"}}},"output":{"type":"structure","members":{}}},"UpdateCrawler":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Role":{},"DatabaseName":{},"Description":{},"Targets":{"shape":"S2b"},"Schedule":{},"Classifiers":{"shape":"S32"},"TablePrefix":{},"SchemaChangePolicy":{"shape":"S35"},"RecrawlPolicy":{"shape":"S33"},"LineageConfiguration":{"shape":"S38"},"LakeFormationConfiguration":{"shape":"S3o"},"Configuration":{},"CrawlerSecurityConfiguration":{}}},"output":{"type":"structure","members":{}}},"UpdateCrawlerSchedule":{"input":{"type":"structure","required":["CrawlerName"],"members":{"CrawlerName":{},"Schedule":{}}},"output":{"type":"structure","members":{}}},"UpdateDataQualityRuleset":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"Ruleset":{}}},"output":{"type":"structure","members":{"Name":{},"Description":{},"Ruleset":{}}}},"UpdateDatabase":{"input":{"type":"structure","required":["Name","DatabaseInput"],"members":{"CatalogId":{},"Name":{},"DatabaseInput":{"shape":"Ses"}}},"output":{"type":"structure","members":{}}},"UpdateDevEndpoint":{"input":{"type":"structure","required":["EndpointName"],"members":{"EndpointName":{},"PublicKey":{},"AddPublicKeys":{"shape":"S4t"},"DeletePublicKeys":{"shape":"S4t"},"CustomLibraries":{"type":"structure","members":{"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{}}},"UpdateEtlLibraries":{"type":"boolean"},"DeleteArguments":{"shape":"S4p"},"AddArguments":{"shape":"S4u"}}},"output":{"type":"structure","members":{}}},"UpdateJob":{"input":{"type":"structure","required":["JobName","JobUpdate"],"members":{"JobName":{},"JobUpdate":{"type":"structure","members":{"JobMode":{},"Description":{},"LogUri":{},"Role":{},"ExecutionProperty":{"shape":"S53"},"Command":{"shape":"S55"},"DefaultArguments":{"shape":"S59"},"NonOverridableArguments":{"shape":"S59"},"Connections":{"shape":"S5a"},"MaxRetries":{"type":"integer"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S5e"},"GlueVersion":{},"CodeGenConfigurationNodes":{"shape":"S5g"},"ExecutionClass":{},"SourceControlDetails":{"shape":"Saa"},"MaintenanceWindow":{}}}}},"output":{"type":"structure","members":{"JobName":{}}}},"UpdateJobFromSourceControl":{"input":{"type":"structure","members":{"JobName":{},"Provider":{},"RepositoryName":{},"RepositoryOwner":{},"BranchName":{},"Folder":{},"CommitId":{},"AuthStrategy":{},"AuthToken":{}}},"output":{"type":"structure","members":{"JobName":{}}}},"UpdateMLTransform":{"input":{"type":"structure","required":["TransformId"],"members":{"TransformId":{},"Name":{},"Description":{},"Parameters":{"shape":"Sfa"},"Role":{},"GlueVersion":{},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"Timeout":{"type":"integer"},"MaxRetries":{"type":"integer"}}},"output":{"type":"structure","members":{"TransformId":{}}}},"UpdatePartition":{"input":{"type":"structure","required":["DatabaseName","TableName","PartitionValueList","PartitionInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"PartitionValueList":{"shape":"Sco"},"PartitionInput":{"shape":"S5"}}},"output":{"type":"structure","members":{}}},"UpdateRegistry":{"input":{"type":"structure","required":["RegistryId","Description"],"members":{"RegistryId":{"shape":"Sfr"},"Description":{}}},"output":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{}}}},"UpdateSchema":{"input":{"type":"structure","required":["SchemaId"],"members":{"SchemaId":{"shape":"Sw"},"SchemaVersionNumber":{"shape":"Spd"},"Compatibility":{},"Description":{}}},"output":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{}}}},"UpdateSourceControlFromJob":{"input":{"type":"structure","members":{"JobName":{},"Provider":{},"RepositoryName":{},"RepositoryOwner":{},"BranchName":{},"Folder":{},"CommitId":{},"AuthStrategy":{},"AuthToken":{}}},"output":{"type":"structure","members":{"JobName":{}}}},"UpdateTable":{"input":{"type":"structure","required":["DatabaseName","TableInput"],"members":{"CatalogId":{},"DatabaseName":{},"TableInput":{"shape":"Sgy"},"SkipArchive":{"type":"boolean"},"TransactionId":{},"VersionId":{},"ViewUpdateAction":{},"Force":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"UpdateTableOptimizer":{"input":{"type":"structure","required":["CatalogId","DatabaseName","TableName","Type","TableOptimizerConfiguration"],"members":{"CatalogId":{},"DatabaseName":{},"TableName":{},"Type":{},"TableOptimizerConfiguration":{"shape":"Sat"}}},"output":{"type":"structure","members":{}}},"UpdateTrigger":{"input":{"type":"structure","required":["Name","TriggerUpdate"],"members":{"Name":{},"TriggerUpdate":{"type":"structure","members":{"Name":{},"Description":{},"Schedule":{},"Actions":{"shape":"Sba"},"Predicate":{"shape":"Sbc"},"EventBatchingCondition":{"shape":"Sbj"}}}}},"output":{"type":"structure","members":{"Trigger":{"shape":"Sb6"}}}},"UpdateUserDefinedFunction":{"input":{"type":"structure","required":["DatabaseName","FunctionName","FunctionInput"],"members":{"CatalogId":{},"DatabaseName":{},"FunctionName":{},"FunctionInput":{"shape":"Shj"}}},"output":{"type":"structure","members":{}}},"UpdateWorkflow":{"input":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"DefaultRunProperties":{"shape":"Sbr"},"MaxConcurrentRuns":{"type":"integer"}}},"output":{"type":"structure","members":{"Name":{}}}}},"shapes":{"S5":{"type":"structure","members":{"Values":{"shape":"S6"},"LastAccessTime":{"type":"timestamp"},"StorageDescriptor":{"shape":"S9"},"Parameters":{"shape":"Se"},"LastAnalyzedTime":{"type":"timestamp"}}},"S6":{"type":"list","member":{}},"S9":{"type":"structure","members":{"Columns":{"shape":"Sa"},"Location":{},"AdditionalLocations":{"type":"list","member":{}},"InputFormat":{},"OutputFormat":{},"Compressed":{"type":"boolean"},"NumberOfBuckets":{"type":"integer"},"SerdeInfo":{"type":"structure","members":{"Name":{},"SerializationLibrary":{},"Parameters":{"shape":"Se"}}},"BucketColumns":{"shape":"Sn"},"SortColumns":{"type":"list","member":{"type":"structure","required":["Column","SortOrder"],"members":{"Column":{},"SortOrder":{"type":"integer"}}}},"Parameters":{"shape":"Se"},"SkewedInfo":{"type":"structure","members":{"SkewedColumnNames":{"shape":"Sn"},"SkewedColumnValues":{"type":"list","member":{}},"SkewedColumnValueLocationMaps":{"type":"map","key":{},"value":{}}}},"StoredAsSubDirectories":{"type":"boolean"},"SchemaReference":{"type":"structure","members":{"SchemaId":{"shape":"Sw"},"SchemaVersionId":{},"SchemaVersionNumber":{"type":"long"}}}}},"Sa":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Type":{},"Comment":{},"Parameters":{"shape":"Se"}}}},"Se":{"type":"map","key":{},"value":{}},"Sn":{"type":"list","member":{}},"Sw":{"type":"structure","members":{"SchemaArn":{},"SchemaName":{},"RegistryName":{}}},"S12":{"type":"list","member":{"type":"structure","members":{"PartitionValues":{"shape":"S6"},"ErrorDetail":{"shape":"S14"}}}},"S14":{"type":"structure","members":{"ErrorCode":{},"ErrorMessage":{}}},"S1c":{"type":"structure","required":["Values"],"members":{"Values":{"shape":"S6"}}},"S1w":{"type":"structure","members":{"Name":{},"Description":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"ParameterSpec":{},"BlueprintLocation":{},"BlueprintServiceLocation":{},"Status":{},"ErrorMessage":{},"LastActiveDefinition":{"type":"structure","members":{"Description":{},"LastModifiedOn":{"type":"timestamp"},"ParameterSpec":{},"BlueprintLocation":{},"BlueprintServiceLocation":{}}}}},"S24":{"type":"list","member":{}},"S26":{"type":"list","member":{}},"S28":{"type":"list","member":{"shape":"S29"}},"S29":{"type":"structure","members":{"Name":{},"Role":{},"Targets":{"shape":"S2b"},"DatabaseName":{},"Description":{},"Classifiers":{"shape":"S32"},"RecrawlPolicy":{"shape":"S33"},"SchemaChangePolicy":{"shape":"S35"},"LineageConfiguration":{"shape":"S38"},"State":{},"TablePrefix":{},"Schedule":{"type":"structure","members":{"ScheduleExpression":{},"State":{}}},"CrawlElapsedTime":{"type":"long"},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"LastCrawl":{"type":"structure","members":{"Status":{},"ErrorMessage":{},"LogGroup":{},"LogStream":{},"MessagePrefix":{},"StartTime":{"type":"timestamp"}}},"Version":{"type":"long"},"Configuration":{},"CrawlerSecurityConfiguration":{},"LakeFormationConfiguration":{"shape":"S3o"}}},"S2b":{"type":"structure","members":{"S3Targets":{"type":"list","member":{"type":"structure","members":{"Path":{},"Exclusions":{"shape":"S2f"},"ConnectionName":{},"SampleSize":{"type":"integer"},"EventQueueArn":{},"DlqEventQueueArn":{}}}},"JdbcTargets":{"type":"list","member":{"type":"structure","members":{"ConnectionName":{},"Path":{},"Exclusions":{"shape":"S2f"},"EnableAdditionalMetadata":{"type":"list","member":{}}}}},"MongoDBTargets":{"type":"list","member":{"type":"structure","members":{"ConnectionName":{},"Path":{},"ScanAll":{"type":"boolean"}}}},"DynamoDBTargets":{"type":"list","member":{"type":"structure","members":{"Path":{},"scanAll":{"type":"boolean"},"scanRate":{"type":"double"}}}},"CatalogTargets":{"type":"list","member":{"type":"structure","required":["DatabaseName","Tables"],"members":{"DatabaseName":{},"Tables":{"type":"list","member":{}},"ConnectionName":{},"EventQueueArn":{},"DlqEventQueueArn":{}}}},"DeltaTargets":{"type":"list","member":{"type":"structure","members":{"DeltaTables":{"shape":"S2f"},"ConnectionName":{},"WriteManifest":{"type":"boolean"},"CreateNativeDeltaTable":{"type":"boolean"}}}},"IcebergTargets":{"type":"list","member":{"type":"structure","members":{"Paths":{"shape":"S2f"},"ConnectionName":{},"Exclusions":{"shape":"S2f"},"MaximumTraversalDepth":{"type":"integer"}}}},"HudiTargets":{"type":"list","member":{"type":"structure","members":{"Paths":{"shape":"S2f"},"ConnectionName":{},"Exclusions":{"shape":"S2f"},"MaximumTraversalDepth":{"type":"integer"}}}}}},"S2f":{"type":"list","member":{}},"S32":{"type":"list","member":{}},"S33":{"type":"structure","members":{"RecrawlBehavior":{}}},"S35":{"type":"structure","members":{"UpdateBehavior":{},"DeleteBehavior":{}}},"S38":{"type":"structure","members":{"CrawlerLineageSettings":{}}},"S3o":{"type":"structure","members":{"UseLakeFormationCredentials":{"type":"boolean"},"AccountId":{}}},"S3r":{"type":"list","member":{}},"S3t":{"type":"list","member":{"type":"structure","required":["Name","RegexString"],"members":{"Name":{},"RegexString":{},"ContextWords":{"shape":"S3v"}}}},"S3v":{"type":"list","member":{}},"S3x":{"type":"list","member":{}},"S43":{"type":"structure","required":["GlueTable"],"members":{"GlueTable":{"shape":"S44"}}},"S44":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{},"CatalogId":{},"ConnectionName":{},"AdditionalOptions":{"type":"map","key":{},"value":{}}}},"S46":{"type":"list","member":{"type":"structure","members":{"Name":{},"Description":{},"EvaluationMessage":{},"Result":{},"EvaluatedMetrics":{"shape":"S4a"}}}},"S4a":{"type":"map","key":{},"value":{"type":"double"}},"S4b":{"type":"list","member":{"type":"structure","members":{"Name":{},"Description":{},"EvaluationMessage":{},"EvaluatedMetrics":{"shape":"S4a"}}}},"S4d":{"type":"list","member":{"type":"structure","members":{"Description":{},"MetricBasedObservation":{"type":"structure","members":{"MetricName":{},"MetricValues":{"type":"structure","members":{"ActualValue":{"type":"double"},"ExpectedValue":{"type":"double"},"LowerLimit":{"type":"double"},"UpperLimit":{"type":"double"}}},"NewRules":{"type":"list","member":{}}}}}}},"S4k":{"type":"list","member":{}},"S4m":{"type":"list","member":{"shape":"S4n"}},"S4n":{"type":"structure","members":{"EndpointName":{},"RoleArn":{},"SecurityGroupIds":{"shape":"S4p"},"SubnetId":{},"YarnEndpointAddress":{},"PrivateAddress":{},"ZeppelinRemoteSparkInterpreterPort":{"type":"integer"},"PublicAddress":{},"Status":{},"WorkerType":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"NumberOfNodes":{"type":"integer"},"AvailabilityZone":{},"VpcId":{},"ExtraPythonLibsS3Path":{},"ExtraJarsS3Path":{},"FailureReason":{},"LastUpdateStatus":{},"CreatedTimestamp":{"type":"timestamp"},"LastModifiedTimestamp":{"type":"timestamp"},"PublicKey":{},"PublicKeys":{"shape":"S4t"},"SecurityConfiguration":{},"Arguments":{"shape":"S4u"}}},"S4p":{"type":"list","member":{}},"S4t":{"type":"list","member":{}},"S4u":{"type":"map","key":{},"value":{}},"S4w":{"type":"list","member":{}},"S4y":{"type":"list","member":{"shape":"S4z"}},"S4z":{"type":"structure","members":{"Name":{},"JobMode":{},"Description":{},"LogUri":{},"Role":{},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"ExecutionProperty":{"shape":"S53"},"Command":{"shape":"S55"},"DefaultArguments":{"shape":"S59"},"NonOverridableArguments":{"shape":"S59"},"Connections":{"shape":"S5a"},"MaxRetries":{"type":"integer"},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S5e"},"GlueVersion":{},"CodeGenConfigurationNodes":{"shape":"S5g"},"ExecutionClass":{},"SourceControlDetails":{"shape":"Saa"},"MaintenanceWindow":{}}},"S53":{"type":"structure","members":{"MaxConcurrentRuns":{"type":"integer"}}},"S55":{"type":"structure","members":{"Name":{},"ScriptLocation":{},"PythonVersion":{},"Runtime":{}}},"S59":{"type":"map","key":{},"value":{}},"S5a":{"type":"structure","members":{"Connections":{"shape":"S5b"}}},"S5b":{"type":"list","member":{}},"S5e":{"type":"structure","members":{"NotifyDelayAfter":{"type":"integer"}}},"S5g":{"type":"map","key":{},"value":{"type":"structure","members":{"AthenaConnectorSource":{"type":"structure","required":["Name","ConnectionName","ConnectorName","ConnectionType","SchemaName"],"members":{"Name":{},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"ConnectionTable":{},"SchemaName":{},"OutputSchemas":{"shape":"S5n"}}},"JDBCConnectorSource":{"type":"structure","required":["Name","ConnectionName","ConnectorName","ConnectionType"],"members":{"Name":{},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"type":"structure","members":{"FilterPredicate":{},"PartitionColumn":{},"LowerBound":{"type":"long"},"UpperBound":{"type":"long"},"NumPartitions":{"type":"long"},"JobBookmarkKeys":{"shape":"S5v"},"JobBookmarkKeysSortOrder":{},"DataTypeMapping":{"type":"map","key":{},"value":{}}}},"ConnectionTable":{},"Query":{},"OutputSchemas":{"shape":"S5n"}}},"SparkConnectorSource":{"type":"structure","required":["Name","ConnectionName","ConnectorName","ConnectionType"],"members":{"Name":{},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"CatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"RedshiftSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"RedshiftTmpDir":{},"TmpDirIAMRole":{}}},"S3CatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"PartitionPredicate":{},"AdditionalOptions":{"shape":"S65"}}},"S3CsvSource":{"type":"structure","required":["Name","Paths","Separator","QuoteChar"],"members":{"Name":{},"Paths":{"shape":"S5v"},"CompressionType":{},"Exclusions":{"shape":"S5v"},"GroupSize":{},"GroupFiles":{},"Recurse":{"type":"boolean"},"MaxBand":{"type":"integer"},"MaxFilesInBand":{"type":"integer"},"AdditionalOptions":{"shape":"S6b"},"Separator":{},"Escaper":{},"QuoteChar":{},"Multiline":{"type":"boolean"},"WithHeader":{"type":"boolean"},"WriteHeader":{"type":"boolean"},"SkipFirst":{"type":"boolean"},"OptimizePerformance":{"type":"boolean"},"OutputSchemas":{"shape":"S5n"}}},"S3JsonSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5v"},"CompressionType":{},"Exclusions":{"shape":"S5v"},"GroupSize":{},"GroupFiles":{},"Recurse":{"type":"boolean"},"MaxBand":{"type":"integer"},"MaxFilesInBand":{"type":"integer"},"AdditionalOptions":{"shape":"S6b"},"JsonPath":{},"Multiline":{"type":"boolean"},"OutputSchemas":{"shape":"S5n"}}},"S3ParquetSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5v"},"CompressionType":{},"Exclusions":{"shape":"S5v"},"GroupSize":{},"GroupFiles":{},"Recurse":{"type":"boolean"},"MaxBand":{"type":"integer"},"MaxFilesInBand":{"type":"integer"},"AdditionalOptions":{"shape":"S6b"},"OutputSchemas":{"shape":"S5n"}}},"RelationalCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"DynamoDBCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"JDBCConnectorTarget":{"type":"structure","required":["Name","Inputs","ConnectionName","ConnectionTable","ConnectorName","ConnectionType"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"ConnectionName":{},"ConnectionTable":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"SparkConnectorTarget":{"type":"structure","required":["Name","Inputs","ConnectionName","ConnectorName","ConnectionType"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"ConnectionName":{},"ConnectorName":{},"ConnectionType":{},"AdditionalOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"CatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Database":{},"Table":{}}},"RedshiftTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Database":{},"Table":{},"RedshiftTmpDir":{},"TmpDirIAMRole":{},"UpsertRedshiftOptions":{"type":"structure","members":{"TableLocation":{},"ConnectionName":{},"UpsertKeys":{"type":"list","member":{}}}}}},"S3CatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Table":{},"Database":{},"SchemaChangePolicy":{"shape":"S6t"}}},"S3GlueParquetTarget":{"type":"structure","required":["Name","Inputs","Path"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Path":{},"Compression":{},"SchemaChangePolicy":{"shape":"S6w"}}},"S3DirectTarget":{"type":"structure","required":["Name","Inputs","Path","Format"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Path":{},"Compression":{},"Format":{},"SchemaChangePolicy":{"shape":"S6w"}}},"ApplyMapping":{"type":"structure","required":["Name","Inputs","Mapping"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Mapping":{"shape":"S70"}}},"SelectFields":{"type":"structure","required":["Name","Inputs","Paths"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Paths":{"shape":"S6s"}}},"DropFields":{"type":"structure","required":["Name","Inputs","Paths"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Paths":{"shape":"S6s"}}},"RenameField":{"type":"structure","required":["Name","Inputs","SourcePath","TargetPath"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"SourcePath":{"shape":"S5v"},"TargetPath":{"shape":"S5v"}}},"Spigot":{"type":"structure","required":["Name","Inputs","Path"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Path":{},"Topk":{"type":"integer"},"Prob":{"type":"double"}}},"Join":{"type":"structure","required":["Name","Inputs","JoinType","Columns"],"members":{"Name":{},"Inputs":{"shape":"S79"},"JoinType":{},"Columns":{"type":"list","member":{"type":"structure","required":["From","Keys"],"members":{"From":{},"Keys":{"shape":"S6s"}}}}}},"SplitFields":{"type":"structure","required":["Name","Inputs","Paths"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Paths":{"shape":"S6s"}}},"SelectFromCollection":{"type":"structure","required":["Name","Inputs","Index"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Index":{"type":"integer"}}},"FillMissingValues":{"type":"structure","required":["Name","Inputs","ImputedPath"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"ImputedPath":{},"FilledPath":{}}},"Filter":{"type":"structure","required":["Name","Inputs","LogicalOperator","Filters"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"LogicalOperator":{},"Filters":{"type":"list","member":{"type":"structure","required":["Operation","Values"],"members":{"Operation":{},"Negated":{"type":"boolean"},"Values":{"type":"list","member":{"type":"structure","required":["Type","Value"],"members":{"Type":{},"Value":{"shape":"S5v"}}}}}}}}},"CustomCode":{"type":"structure","required":["Name","Inputs","Code","ClassName"],"members":{"Name":{},"Inputs":{"shape":"S7q"},"Code":{},"ClassName":{},"OutputSchemas":{"shape":"S5n"}}},"SparkSQL":{"type":"structure","required":["Name","Inputs","SqlQuery","SqlAliases"],"members":{"Name":{},"Inputs":{"shape":"S7q"},"SqlQuery":{},"SqlAliases":{"type":"list","member":{"type":"structure","required":["From","Alias"],"members":{"From":{},"Alias":{}}}},"OutputSchemas":{"shape":"S5n"}}},"DirectKinesisSource":{"type":"structure","required":["Name"],"members":{"Name":{},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"StreamingOptions":{"shape":"S7x"},"DataPreviewOptions":{"shape":"S80"}}},"DirectKafkaSource":{"type":"structure","required":["Name"],"members":{"Name":{},"StreamingOptions":{"shape":"S84"},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"DataPreviewOptions":{"shape":"S80"}}},"CatalogKinesisSource":{"type":"structure","required":["Name","Table","Database"],"members":{"Name":{},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"Table":{},"Database":{},"StreamingOptions":{"shape":"S7x"},"DataPreviewOptions":{"shape":"S80"}}},"CatalogKafkaSource":{"type":"structure","required":["Name","Table","Database"],"members":{"Name":{},"WindowSize":{"type":"integer"},"DetectSchema":{"type":"boolean"},"Table":{},"Database":{},"StreamingOptions":{"shape":"S84"},"DataPreviewOptions":{"shape":"S80"}}},"DropNullFields":{"type":"structure","required":["Name","Inputs"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"NullCheckBoxList":{"type":"structure","members":{"IsEmpty":{"type":"boolean"},"IsNullString":{"type":"boolean"},"IsNegOne":{"type":"boolean"}}},"NullTextList":{"type":"list","member":{"type":"structure","required":["Value","Datatype"],"members":{"Value":{},"Datatype":{"type":"structure","required":["Id","Label"],"members":{"Id":{},"Label":{}}}}}}}},"Merge":{"type":"structure","required":["Name","Inputs","Source","PrimaryKeys"],"members":{"Name":{},"Inputs":{"shape":"S79"},"Source":{},"PrimaryKeys":{"shape":"S6s"}}},"Union":{"type":"structure","required":["Name","Inputs","UnionType"],"members":{"Name":{},"Inputs":{"shape":"S79"},"UnionType":{}}},"PIIDetection":{"type":"structure","required":["Name","Inputs","PiiType","EntityTypesToDetect"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PiiType":{},"EntityTypesToDetect":{"shape":"S5v"},"OutputColumnName":{},"SampleFraction":{"type":"double"},"ThresholdFraction":{"type":"double"},"MaskValue":{}}},"Aggregate":{"type":"structure","required":["Name","Inputs","Groups","Aggs"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Groups":{"shape":"S6s"},"Aggs":{"type":"list","member":{"type":"structure","required":["Column","AggFunc"],"members":{"Column":{"shape":"S5v"},"AggFunc":{}}}}}},"DropDuplicates":{"type":"structure","required":["Name","Inputs"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Columns":{"type":"list","member":{"type":"list","member":{}}}}},"GovernedCatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Table":{},"Database":{},"SchemaChangePolicy":{"shape":"S6t"}}},"GovernedCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"PartitionPredicate":{},"AdditionalOptions":{"shape":"S65"}}},"MicrosoftSQLServerCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"MySQLCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"OracleSQLCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"PostgreSQLCatalogSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{}}},"MicrosoftSQLServerCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Database":{},"Table":{}}},"MySQLCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Database":{},"Table":{}}},"OracleSQLCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Database":{},"Table":{}}},"PostgreSQLCatalogTarget":{"type":"structure","required":["Name","Inputs","Database","Table"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Database":{},"Table":{}}},"DynamicTransform":{"type":"structure","required":["Name","TransformName","Inputs","FunctionName","Path"],"members":{"Name":{},"TransformName":{},"Inputs":{"shape":"S6l"},"Parameters":{"type":"list","member":{"type":"structure","required":["Name","Type"],"members":{"Name":{},"Type":{},"ValidationRule":{},"ValidationMessage":{},"Value":{"shape":"S5v"},"ListType":{},"IsOptional":{"type":"boolean"}}}},"FunctionName":{},"Path":{},"Version":{},"OutputSchemas":{"shape":"S5n"}}},"EvaluateDataQuality":{"type":"structure","required":["Name","Inputs","Ruleset"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Ruleset":{},"Output":{},"PublishingOptions":{"shape":"S98"},"StopJobOnFailureOptions":{"shape":"S99"}}},"S3CatalogHudiSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalHudiOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"CatalogHudiSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalHudiOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"S3HudiSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5v"},"AdditionalHudiOptions":{"shape":"S61"},"AdditionalOptions":{"shape":"S6b"},"OutputSchemas":{"shape":"S5n"}}},"S3HudiCatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database","AdditionalOptions"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Table":{},"Database":{},"AdditionalOptions":{"shape":"S61"},"SchemaChangePolicy":{"shape":"S6t"}}},"S3HudiDirectTarget":{"type":"structure","required":["Name","Inputs","Path","Compression","Format","AdditionalOptions"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"Path":{},"Compression":{},"PartitionKeys":{"shape":"S6s"},"Format":{},"AdditionalOptions":{"shape":"S61"},"SchemaChangePolicy":{"shape":"S6w"}}},"DirectJDBCSource":{"type":"structure","required":["Name","Database","Table","ConnectionName","ConnectionType"],"members":{"Name":{},"Database":{},"Table":{},"ConnectionName":{},"ConnectionType":{},"RedshiftTmpDir":{}}},"S3CatalogDeltaSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalDeltaOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"CatalogDeltaSource":{"type":"structure","required":["Name","Database","Table"],"members":{"Name":{},"Database":{},"Table":{},"AdditionalDeltaOptions":{"shape":"S61"},"OutputSchemas":{"shape":"S5n"}}},"S3DeltaSource":{"type":"structure","required":["Name","Paths"],"members":{"Name":{},"Paths":{"shape":"S5v"},"AdditionalDeltaOptions":{"shape":"S61"},"AdditionalOptions":{"shape":"S6b"},"OutputSchemas":{"shape":"S5n"}}},"S3DeltaCatalogTarget":{"type":"structure","required":["Name","Inputs","Table","Database"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Table":{},"Database":{},"AdditionalOptions":{"shape":"S61"},"SchemaChangePolicy":{"shape":"S6t"}}},"S3DeltaDirectTarget":{"type":"structure","required":["Name","Inputs","Path","Compression","Format"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"PartitionKeys":{"shape":"S6s"},"Path":{},"Compression":{},"Format":{},"AdditionalOptions":{"shape":"S61"},"SchemaChangePolicy":{"shape":"S6w"}}},"AmazonRedshiftSource":{"type":"structure","members":{"Name":{},"Data":{"shape":"S9q"}}},"AmazonRedshiftTarget":{"type":"structure","members":{"Name":{},"Data":{"shape":"S9q"},"Inputs":{"shape":"S6l"}}},"EvaluateDataQualityMultiFrame":{"type":"structure","required":["Name","Inputs","Ruleset"],"members":{"Name":{},"Inputs":{"shape":"S7q"},"AdditionalDataSources":{"type":"map","key":{},"value":{}},"Ruleset":{},"PublishingOptions":{"shape":"S98"},"AdditionalOptions":{"type":"map","key":{},"value":{}},"StopJobOnFailureOptions":{"shape":"S99"}}},"Recipe":{"type":"structure","required":["Name","Inputs","RecipeReference"],"members":{"Name":{},"Inputs":{"shape":"S6l"},"RecipeReference":{"type":"structure","required":["RecipeArn","RecipeVersion"],"members":{"RecipeArn":{},"RecipeVersion":{}}}}},"SnowflakeSource":{"type":"structure","required":["Name","Data"],"members":{"Name":{},"Data":{"shape":"Sa4"},"OutputSchemas":{"shape":"S5n"}}},"SnowflakeTarget":{"type":"structure","required":["Name","Data"],"members":{"Name":{},"Data":{"shape":"Sa4"},"Inputs":{"shape":"S6l"}}},"ConnectorDataSource":{"type":"structure","required":["Name","ConnectionType","Data"],"members":{"Name":{},"ConnectionType":{},"Data":{"shape":"Sa7"},"OutputSchemas":{"shape":"S5n"}}},"ConnectorDataTarget":{"type":"structure","required":["Name","ConnectionType","Data"],"members":{"Name":{},"ConnectionType":{},"Data":{"shape":"Sa7"},"Inputs":{"shape":"S6l"}}}}},"sensitive":true},"S5n":{"type":"list","member":{"type":"structure","members":{"Columns":{"type":"list","member":{"type":"structure","required":["Name"],"members":{"Name":{},"Type":{}}}}}}},"S5v":{"type":"list","member":{}},"S61":{"type":"map","key":{},"value":{}},"S65":{"type":"structure","members":{"BoundedSize":{"type":"long"},"BoundedFiles":{"type":"long"}}},"S6b":{"type":"structure","members":{"BoundedSize":{"type":"long"},"BoundedFiles":{"type":"long"},"EnableSamplePath":{"type":"boolean"},"SamplePath":{}}},"S6l":{"type":"list","member":{}},"S6s":{"type":"list","member":{"shape":"S5v"}},"S6t":{"type":"structure","members":{"EnableUpdateCatalog":{"type":"boolean"},"UpdateBehavior":{}}},"S6w":{"type":"structure","members":{"EnableUpdateCatalog":{"type":"boolean"},"UpdateBehavior":{},"Table":{},"Database":{}}},"S70":{"type":"list","member":{"type":"structure","members":{"ToKey":{},"FromPath":{"shape":"S5v"},"FromType":{},"ToType":{},"Dropped":{"type":"boolean"},"Children":{"shape":"S70"}}}},"S79":{"type":"list","member":{}},"S7q":{"type":"list","member":{}},"S7x":{"type":"structure","members":{"EndpointUrl":{},"StreamName":{},"Classification":{},"Delimiter":{},"StartingPosition":{},"MaxFetchTimeInMs":{"type":"long"},"MaxFetchRecordsPerShard":{"type":"long"},"MaxRecordPerRead":{"type":"long"},"AddIdleTimeBetweenReads":{"type":"boolean"},"IdleTimeBetweenReadsInMs":{"type":"long"},"DescribeShardInterval":{"type":"long"},"NumRetries":{"type":"integer"},"RetryIntervalMs":{"type":"long"},"MaxRetryIntervalMs":{"type":"long"},"AvoidEmptyBatches":{"type":"boolean"},"StreamArn":{},"RoleArn":{},"RoleSessionName":{},"AddRecordTimestamp":{},"EmitConsumerLagMetrics":{},"StartingTimestamp":{"shape":"S7z"}}},"S7z":{"type":"timestamp","timestampFormat":"iso8601"},"S80":{"type":"structure","members":{"PollingTime":{"type":"long"},"RecordPollingLimit":{"type":"long"}}},"S84":{"type":"structure","members":{"BootstrapServers":{},"SecurityProtocol":{},"ConnectionName":{},"TopicName":{},"Assign":{},"SubscribePattern":{},"Classification":{},"Delimiter":{},"StartingOffsets":{},"EndingOffsets":{},"PollTimeoutMs":{"type":"long"},"NumRetries":{"type":"integer"},"RetryIntervalMs":{"type":"long"},"MaxOffsetsPerTrigger":{"type":"long"},"MinPartitions":{"type":"integer"},"IncludeHeaders":{"type":"boolean"},"AddRecordTimestamp":{},"EmitConsumerLagMetrics":{},"StartingTimestamp":{"shape":"S7z"}}},"S98":{"type":"structure","members":{"EvaluationContext":{},"ResultsS3Prefix":{},"CloudWatchMetricsEnabled":{"type":"boolean"},"ResultsPublishingEnabled":{"type":"boolean"}}},"S99":{"type":"structure","members":{"StopJobOnFailureTiming":{}}},"S9q":{"type":"structure","members":{"AccessType":{},"SourceType":{},"Connection":{"shape":"S9r"},"Schema":{"shape":"S9r"},"Table":{"shape":"S9r"},"CatalogDatabase":{"shape":"S9r"},"CatalogTable":{"shape":"S9r"},"CatalogRedshiftSchema":{},"CatalogRedshiftTable":{},"TempDir":{},"IamRole":{"shape":"S9r"},"AdvancedOptions":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}},"SampleQuery":{},"PreAction":{},"PostAction":{},"Action":{},"TablePrefix":{},"Upsert":{"type":"boolean"},"MergeAction":{},"MergeWhenMatched":{},"MergeWhenNotMatched":{},"MergeClause":{},"CrawlerConnection":{},"TableSchema":{"shape":"S9u"},"StagingTable":{},"SelectedColumns":{"shape":"S9u"}}},"S9r":{"type":"structure","members":{"Value":{},"Label":{},"Description":{}}},"S9u":{"type":"list","member":{"shape":"S9r"}},"Sa4":{"type":"structure","members":{"SourceType":{},"Connection":{"shape":"S9r"},"Schema":{},"Table":{},"Database":{},"TempDir":{},"IamRole":{"shape":"S9r"},"AdditionalOptions":{"shape":"S61"},"SampleQuery":{},"PreAction":{},"PostAction":{},"Action":{},"Upsert":{"type":"boolean"},"MergeAction":{},"MergeWhenMatched":{},"MergeWhenNotMatched":{},"MergeClause":{},"StagingTable":{},"SelectedColumns":{"shape":"S9u"},"AutoPushdown":{"type":"boolean"},"TableSchema":{"shape":"S9u"}}},"Sa7":{"type":"map","key":{},"value":{}},"Saa":{"type":"structure","members":{"Provider":{},"Repository":{},"Owner":{},"Branch":{},"Folder":{},"LastCommitId":{},"AuthStrategy":{},"AuthToken":{}}},"Saf":{"type":"list","member":{"shape":"S1c"}},"Sah":{"type":"list","member":{"shape":"Sai"}},"Sai":{"type":"structure","members":{"Values":{"shape":"S6"},"DatabaseName":{},"TableName":{},"CreationTime":{"type":"timestamp"},"LastAccessTime":{"type":"timestamp"},"StorageDescriptor":{"shape":"S9"},"Parameters":{"shape":"Se"},"LastAnalyzedTime":{"type":"timestamp"},"CatalogId":{}}},"Sas":{"type":"structure","members":{"type":{},"configuration":{"shape":"Sat"},"lastRun":{"shape":"Sav"}}},"Sat":{"type":"structure","members":{"roleArn":{},"enabled":{"type":"boolean"}}},"Sav":{"type":"structure","members":{"eventType":{},"startTimestamp":{"type":"timestamp"},"endTimestamp":{"type":"timestamp"},"metrics":{"type":"structure","members":{"NumberOfBytesCompacted":{},"NumberOfFilesCompacted":{},"NumberOfDpus":{},"JobDurationInHour":{}}},"error":{}}},"Sb3":{"type":"list","member":{}},"Sb5":{"type":"list","member":{"shape":"Sb6"}},"Sb6":{"type":"structure","members":{"Name":{},"WorkflowName":{},"Id":{},"Type":{},"State":{},"Description":{},"Schedule":{},"Actions":{"shape":"Sba"},"Predicate":{"shape":"Sbc"},"EventBatchingCondition":{"shape":"Sbj"}}},"Sba":{"type":"list","member":{"type":"structure","members":{"JobName":{},"Arguments":{"shape":"S59"},"Timeout":{"type":"integer"},"SecurityConfiguration":{},"NotificationProperty":{"shape":"S5e"},"CrawlerName":{}}}},"Sbc":{"type":"structure","members":{"Logical":{},"Conditions":{"type":"list","member":{"type":"structure","members":{"LogicalOperator":{},"JobName":{},"State":{},"CrawlerName":{},"CrawlState":{}}}}}},"Sbj":{"type":"structure","required":["BatchSize"],"members":{"BatchSize":{"type":"integer"},"BatchWindow":{"type":"integer"}}},"Sbn":{"type":"list","member":{}},"Sbq":{"type":"structure","members":{"Name":{},"Description":{},"DefaultRunProperties":{"shape":"Sbr"},"CreatedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"LastRun":{"shape":"Sbs"},"Graph":{"shape":"Sbv"},"MaxConcurrentRuns":{"type":"integer"},"BlueprintDetails":{"type":"structure","members":{"BlueprintName":{},"RunId":{}}}}},"Sbr":{"type":"map","key":{},"value":{}},"Sbs":{"type":"structure","members":{"Name":{},"WorkflowRunId":{},"PreviousRunId":{},"WorkflowRunProperties":{"shape":"Sbr"},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"Status":{},"ErrorMessage":{},"Statistics":{"type":"structure","members":{"TotalActions":{"type":"integer"},"TimeoutActions":{"type":"integer"},"FailedActions":{"type":"integer"},"StoppedActions":{"type":"integer"},"SucceededActions":{"type":"integer"},"RunningActions":{"type":"integer"},"ErroredActions":{"type":"integer"},"WaitingActions":{"type":"integer"}}},"Graph":{"shape":"Sbv"},"StartingEventBatchCondition":{"type":"structure","members":{"BatchSize":{"type":"integer"},"BatchWindow":{"type":"integer"}}}}},"Sbv":{"type":"structure","members":{"Nodes":{"type":"list","member":{"type":"structure","members":{"Type":{},"Name":{},"UniqueId":{},"TriggerDetails":{"type":"structure","members":{"Trigger":{"shape":"Sb6"}}},"JobDetails":{"type":"structure","members":{"JobRuns":{"shape":"Sc1"}}},"CrawlerDetails":{"type":"structure","members":{"Crawls":{"type":"list","member":{"type":"structure","members":{"State":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ErrorMessage":{},"LogGroup":{},"LogStream":{}}}}}}}}},"Edges":{"type":"list","member":{"type":"structure","members":{"SourceId":{},"DestinationId":{}}}}}},"Sc1":{"type":"list","member":{"shape":"Sc2"}},"Sc2":{"type":"structure","members":{"Id":{},"Attempt":{"type":"integer"},"PreviousRunId":{},"TriggerName":{},"JobName":{},"JobMode":{},"StartedOn":{"type":"timestamp"},"LastModifiedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"JobRunState":{},"Arguments":{"shape":"S59"},"ErrorMessage":{},"PredecessorRuns":{"type":"list","member":{"type":"structure","members":{"JobName":{},"RunId":{}}}},"AllocatedCapacity":{"deprecated":true,"deprecatedMessage":"This property is deprecated, use MaxCapacity instead.","type":"integer"},"ExecutionTime":{"type":"integer"},"Timeout":{"type":"integer"},"MaxCapacity":{"type":"double"},"WorkerType":{},"NumberOfWorkers":{"type":"integer"},"SecurityConfiguration":{},"LogGroupName":{},"NotificationProperty":{"shape":"S5e"},"GlueVersion":{},"DPUSeconds":{"type":"double"},"ExecutionClass":{},"MaintenanceWindow":{}}},"Sco":{"type":"list","member":{}},"Sd9":{"type":"map","key":{},"value":{}},"Sdq":{"type":"list","member":{}},"Sdr":{"type":"list","member":{}},"Sdv":{"type":"structure","required":["Name","ConnectionType","ConnectionProperties"],"members":{"Name":{},"Description":{},"ConnectionType":{},"MatchCriteria":{"shape":"Sdx"},"ConnectionProperties":{"shape":"Sdy"},"PhysicalConnectionRequirements":{"shape":"Se0"},"AuthenticationConfiguration":{"type":"structure","members":{"AuthenticationType":{},"SecretArn":{},"OAuth2Properties":{"type":"structure","members":{"OAuth2GrantType":{},"OAuth2ClientApplication":{"shape":"Se7"},"TokenUrl":{},"TokenUrlParametersMap":{"shape":"Seb"},"AuthorizationCodeProperties":{"type":"structure","members":{"AuthorizationCode":{},"RedirectUri":{}}}}}}},"ValidateCredentials":{"type":"boolean"}}},"Sdx":{"type":"list","member":{}},"Sdy":{"type":"map","key":{},"value":{}},"Se0":{"type":"structure","members":{"SubnetId":{},"SecurityGroupIdList":{"type":"list","member":{}},"AvailabilityZone":{}}},"Se7":{"type":"structure","members":{"UserManagedClientApplicationClientId":{},"AWSManagedClientApplicationReference":{}}},"Seb":{"type":"map","key":{},"value":{}},"Sep":{"type":"structure","required":["TableName","DatabaseName"],"members":{"TableName":{},"DatabaseName":{},"CatalogId":{}}},"Ses":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"LocationUri":{},"Parameters":{"shape":"Se"},"CreateTableDefaultPermissions":{"shape":"Seu"},"TargetDatabase":{"shape":"Sf0"},"FederatedDatabase":{"shape":"Sf1"}}},"Seu":{"type":"list","member":{"type":"structure","members":{"Principal":{"type":"structure","members":{"DataLakePrincipalIdentifier":{}}},"Permissions":{"shape":"Sey"}}}},"Sey":{"type":"list","member":{}},"Sf0":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"Region":{}}},"Sf1":{"type":"structure","members":{"Identifier":{},"ConnectionName":{}}},"Sf9":{"type":"list","member":{"shape":"S44"}},"Sfa":{"type":"structure","required":["TransformType"],"members":{"TransformType":{},"FindMatchesParameters":{"type":"structure","members":{"PrimaryKeyColumnName":{},"PrecisionRecallTradeoff":{"type":"double"},"AccuracyCostTradeoff":{"type":"double"},"EnforceProvidedLabels":{"type":"boolean"}}}}},"Sfe":{"type":"structure","members":{"MlUserDataEncryption":{"type":"structure","required":["MlUserDataEncryptionMode"],"members":{"MlUserDataEncryptionMode":{},"KmsKeyId":{}}},"TaskRunSecurityConfigurationName":{}}},"Sfl":{"type":"structure","required":["Keys","IndexName"],"members":{"Keys":{"type":"list","member":{}},"IndexName":{}}},"Sfr":{"type":"structure","members":{"RegistryName":{},"RegistryArn":{}}},"Sfy":{"type":"list","member":{"type":"structure","required":["Id","NodeType","Args"],"members":{"Id":{},"NodeType":{},"Args":{"shape":"Sg2"},"LineNumber":{"type":"integer"}}}},"Sg2":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{},"Param":{"type":"boolean"}}}},"Sg6":{"type":"list","member":{"type":"structure","required":["Source","Target"],"members":{"Source":{},"Target":{},"TargetParameter":{}}}},"Sgd":{"type":"structure","members":{"S3Encryption":{"type":"list","member":{"type":"structure","members":{"S3EncryptionMode":{},"KmsKeyArn":{}}}},"CloudWatchEncryption":{"type":"structure","members":{"CloudWatchEncryptionMode":{},"KmsKeyArn":{}}},"JobBookmarksEncryption":{"type":"structure","members":{"JobBookmarksEncryptionMode":{},"KmsKeyArn":{}}}}},"Sgp":{"type":"structure","members":{"Name":{},"PythonVersion":{}}},"Sgq":{"type":"map","key":{},"value":{}},"Sgt":{"type":"structure","members":{"Id":{},"CreatedOn":{"type":"timestamp"},"Status":{},"ErrorMessage":{},"Description":{},"Role":{},"Command":{"shape":"Sgp"},"DefaultArguments":{"shape":"Sgq"},"Connections":{"shape":"S5a"},"Progress":{"type":"double"},"MaxCapacity":{"type":"double"},"SecurityConfiguration":{},"GlueVersion":{},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"CompletedOn":{"type":"timestamp"},"ExecutionTime":{"type":"double"},"DPUSeconds":{"type":"double"},"IdleTimeout":{"type":"integer"}}},"Sgy":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"Owner":{},"LastAccessTime":{"type":"timestamp"},"LastAnalyzedTime":{"type":"timestamp"},"Retention":{"type":"integer"},"StorageDescriptor":{"shape":"S9"},"PartitionKeys":{"shape":"Sa"},"ViewOriginalText":{},"ViewExpandedText":{},"TableType":{},"Parameters":{"shape":"Se"},"TargetTable":{"shape":"Sh2"},"ViewDefinition":{"type":"structure","members":{"IsProtected":{"type":"boolean"},"Definer":{},"Representations":{"type":"list","member":{"type":"structure","members":{"Dialect":{},"DialectVersion":{},"ViewOriginalText":{},"ValidationConnection":{},"ViewExpandedText":{}}}},"SubObjects":{"shape":"Sh8"}}}}},"Sh2":{"type":"structure","members":{"CatalogId":{},"DatabaseName":{},"Name":{},"Region":{}}},"Sh8":{"type":"list","member":{}},"Shj":{"type":"structure","members":{"FunctionName":{},"ClassName":{},"OwnerName":{},"OwnerType":{},"ResourceUris":{"shape":"Shl"}}},"Shl":{"type":"list","member":{"type":"structure","members":{"ResourceType":{},"Uri":{}}}},"Sji":{"type":"structure","members":{"BlueprintName":{},"RunId":{},"WorkflowName":{},"State":{},"StartedOn":{"type":"timestamp"},"CompletedOn":{"type":"timestamp"},"ErrorMessage":{},"RollbackErrorMessage":{},"Parameters":{},"RoleArn":{}}},"Sjv":{"type":"structure","members":{"GrokClassifier":{"type":"structure","required":["Name","Classification","GrokPattern"],"members":{"Name":{},"Classification":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"GrokPattern":{},"CustomPatterns":{}}},"XMLClassifier":{"type":"structure","required":["Name","Classification"],"members":{"Name":{},"Classification":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"RowTag":{}}},"JsonClassifier":{"type":"structure","required":["Name","JsonPath"],"members":{"Name":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"JsonPath":{}}},"CsvClassifier":{"type":"structure","required":["Name"],"members":{"Name":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"Version":{"type":"long"},"Delimiter":{},"QuoteSymbol":{},"ContainsHeader":{},"Header":{"shape":"Sdq"},"DisableValueTrimming":{"type":"boolean"},"AllowSingleColumn":{"type":"boolean"},"CustomDatatypeConfigured":{"type":"boolean"},"CustomDatatypes":{"shape":"Sdr"},"Serde":{}}}}},"Sk5":{"type":"list","member":{}},"Sk7":{"type":"list","member":{"shape":"Sk8"}},"Sk8":{"type":"structure","required":["ColumnName","ColumnType","AnalyzedTime","StatisticsData"],"members":{"ColumnName":{},"ColumnType":{},"AnalyzedTime":{"type":"timestamp"},"StatisticsData":{"type":"structure","required":["Type"],"members":{"Type":{},"BooleanColumnStatisticsData":{"type":"structure","required":["NumberOfTrues","NumberOfFalses","NumberOfNulls"],"members":{"NumberOfTrues":{"type":"long"},"NumberOfFalses":{"type":"long"},"NumberOfNulls":{"type":"long"}}},"DateColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"type":"timestamp"},"MaximumValue":{"type":"timestamp"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"DecimalColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"shape":"Skg"},"MaximumValue":{"shape":"Skg"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"DoubleColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"type":"double"},"MaximumValue":{"type":"double"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"LongColumnStatisticsData":{"type":"structure","required":["NumberOfNulls","NumberOfDistinctValues"],"members":{"MinimumValue":{"type":"long"},"MaximumValue":{"type":"long"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"StringColumnStatisticsData":{"type":"structure","required":["MaximumLength","AverageLength","NumberOfNulls","NumberOfDistinctValues"],"members":{"MaximumLength":{"type":"long"},"AverageLength":{"type":"double"},"NumberOfNulls":{"type":"long"},"NumberOfDistinctValues":{"type":"long"}}},"BinaryColumnStatisticsData":{"type":"structure","required":["MaximumLength","AverageLength","NumberOfNulls"],"members":{"MaximumLength":{"type":"long"},"AverageLength":{"type":"double"},"NumberOfNulls":{"type":"long"}}}}}}},"Skg":{"type":"structure","required":["UnscaledValue","Scale"],"members":{"UnscaledValue":{"type":"blob"},"Scale":{"type":"integer"}}},"Skp":{"type":"list","member":{"type":"structure","members":{"ColumnName":{},"Error":{"shape":"S14"}}}},"Skv":{"type":"structure","members":{"CustomerId":{},"ColumnStatisticsTaskRunId":{},"DatabaseName":{},"TableName":{},"ColumnNameList":{"shape":"Skx"},"CatalogID":{},"Role":{},"SampleSize":{"type":"double"},"SecurityConfiguration":{},"NumberOfWorkers":{"type":"integer"},"WorkerType":{},"Status":{},"CreationTime":{"type":"timestamp"},"LastUpdated":{"type":"timestamp"},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"ErrorMessage":{},"DPUSeconds":{"type":"double"}}},"Skx":{"type":"list","member":{}},"Sl6":{"type":"structure","members":{"Name":{},"Description":{},"ConnectionType":{},"MatchCriteria":{"shape":"Sdx"},"ConnectionProperties":{"shape":"Sdy"},"PhysicalConnectionRequirements":{"shape":"Se0"},"CreationTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"},"LastUpdatedBy":{},"Status":{},"StatusReason":{},"LastConnectionValidationTime":{"type":"timestamp"},"AuthenticationConfiguration":{"type":"structure","members":{"AuthenticationType":{},"SecretArn":{},"OAuth2Properties":{"type":"structure","members":{"OAuth2GrantType":{},"OAuth2ClientApplication":{"shape":"Se7"},"TokenUrl":{},"TokenUrlParametersMap":{"shape":"Seb"}}}}}}},"Slq":{"type":"structure","members":{"EncryptionAtRest":{"type":"structure","required":["CatalogEncryptionMode"],"members":{"CatalogEncryptionMode":{},"SseAwsKmsKeyId":{},"CatalogEncryptionServiceRole":{}}},"ConnectionPasswordEncryption":{"type":"structure","required":["ReturnConnectionPasswordEncrypted"],"members":{"ReturnConnectionPasswordEncrypted":{"type":"boolean"},"AwsKmsKeyId":{}}}}},"Sm3":{"type":"structure","members":{"CloudWatchMetricsEnabled":{"type":"boolean"},"ResultsS3Prefix":{},"CompositeRuleEvaluationMethod":{}}},"Sm5":{"type":"list","member":{}},"Sm7":{"type":"map","key":{},"value":{"shape":"S43"}},"Sma":{"type":"structure","required":["Name"],"members":{"Name":{},"Description":{},"LocationUri":{},"Parameters":{"shape":"Se"},"CreateTime":{"type":"timestamp"},"CreateTableDefaultPermissions":{"shape":"Seu"},"TargetDatabase":{"shape":"Sf0"},"CatalogId":{},"FederatedDatabase":{"shape":"Sf1"}}},"Sms":{"type":"structure","members":{"JobName":{},"Version":{"type":"integer"},"Run":{"type":"integer"},"Attempt":{"type":"integer"},"PreviousRunId":{},"RunId":{},"JobBookmark":{}}},"Sn3":{"type":"structure","members":{"TaskType":{},"ImportLabelsTaskRunProperties":{"type":"structure","members":{"InputS3Path":{},"Replace":{"type":"boolean"}}},"ExportLabelsTaskRunProperties":{"type":"structure","members":{"OutputS3Path":{}}},"LabelingSetGenerationTaskRunProperties":{"type":"structure","members":{"OutputS3Path":{}}},"FindMatchesTaskRunProperties":{"type":"structure","members":{"JobId":{},"JobName":{},"JobRunId":{}}}}},"Snm":{"type":"structure","required":["TransformType"],"members":{"TransformType":{},"FindMatchesMetrics":{"type":"structure","members":{"AreaUnderPRCurve":{"type":"double"},"Precision":{"type":"double"},"Recall":{"type":"double"},"F1":{"type":"double"},"ConfusionMatrix":{"type":"structure","members":{"NumTruePositives":{"type":"long"},"NumFalsePositives":{"type":"long"},"NumTrueNegatives":{"type":"long"},"NumFalseNegatives":{"type":"long"}}},"ColumnImportances":{"type":"list","member":{"type":"structure","members":{"ColumnName":{},"Importance":{"type":"double"}}}}}}}},"Snt":{"type":"list","member":{"type":"structure","members":{"Name":{},"DataType":{}}}},"Snw":{"type":"structure","members":{"Name":{},"TransformType":{},"Status":{},"GlueVersion":{},"CreatedBefore":{"type":"timestamp"},"CreatedAfter":{"type":"timestamp"},"LastModifiedBefore":{"type":"timestamp"},"LastModifiedAfter":{"type":"timestamp"},"Schema":{"shape":"Snt"}}},"Snx":{"type":"structure","required":["Column","SortDirection"],"members":{"Column":{},"SortDirection":{}}},"So3":{"type":"structure","required":["DatabaseName","TableName"],"members":{"DatabaseName":{},"TableName":{}}},"So4":{"type":"list","member":{"shape":"So3"}},"So5":{"type":"structure","members":{"Jdbc":{"shape":"Sg2"},"S3":{"shape":"Sg2"},"DynamoDB":{"shape":"Sg2"}}},"So7":{"type":"list","member":{"type":"structure","members":{"SourceTable":{},"SourcePath":{},"SourceType":{},"TargetTable":{},"TargetPath":{},"TargetType":{}}}},"Soq":{"type":"structure","required":["SegmentNumber","TotalSegments"],"members":{"SegmentNumber":{"type":"integer"},"TotalSegments":{"type":"integer"}}},"Spd":{"type":"structure","members":{"LatestVersion":{"type":"boolean"},"VersionNumber":{"type":"long"}}},"Spm":{"type":"structure","members":{"Name":{},"CreatedTimeStamp":{"type":"timestamp"},"EncryptionConfiguration":{"shape":"Sgd"}}},"Spu":{"type":"structure","members":{"Id":{"type":"integer"},"Code":{},"State":{},"Output":{"type":"structure","members":{"Data":{"type":"structure","members":{"TextPlain":{}}},"ExecutionCount":{"type":"integer"},"Status":{},"ErrorName":{},"ErrorValue":{},"Traceback":{"shape":"S5b"}}},"Progress":{"type":"double"},"StartedOn":{"type":"long"},"CompletedOn":{"type":"long"}}},"Sq1":{"type":"structure","required":["Name"],"members":{"Name":{},"DatabaseName":{},"Description":{},"Owner":{},"CreateTime":{"type":"timestamp"},"UpdateTime":{"type":"timestamp"},"LastAccessTime":{"type":"timestamp"},"LastAnalyzedTime":{"type":"timestamp"},"Retention":{"type":"integer"},"StorageDescriptor":{"shape":"S9"},"PartitionKeys":{"shape":"Sa"},"ViewOriginalText":{},"ViewExpandedText":{},"TableType":{},"Parameters":{"shape":"Se"},"CreatedBy":{},"IsRegisteredWithLakeFormation":{"type":"boolean"},"TargetTable":{"shape":"Sh2"},"CatalogId":{},"VersionId":{},"FederatedTable":{"type":"structure","members":{"Identifier":{},"DatabaseIdentifier":{},"ConnectionName":{}}},"ViewDefinition":{"type":"structure","members":{"IsProtected":{"type":"boolean"},"Definer":{},"SubObjects":{"shape":"Sh8"},"Representations":{"type":"list","member":{"type":"structure","members":{"Dialect":{},"DialectVersion":{},"ViewOriginalText":{},"ViewExpandedText":{},"ValidationConnection":{},"IsStale":{"type":"boolean"}}}}}},"IsMultiDialectView":{"type":"boolean"}}},"Sqa":{"type":"structure","members":{"Table":{"shape":"Sq1"},"VersionId":{}}},"Sqh":{"type":"list","member":{"shape":"Sq1"}},"Sqp":{"type":"structure","members":{"AdditionalAuditContext":{},"RequestedColumns":{"type":"list","member":{}},"AllColumnsRequested":{"type":"boolean"}}},"Sqs":{"type":"list","member":{}},"Squ":{"type":"structure","members":{"QueryId":{},"QueryStartTime":{"type":"timestamp"},"ClusterId":{},"QueryAuthorizationId":{},"AdditionalContext":{"type":"map","key":{},"value":{}}}},"Srb":{"type":"structure","members":{"FunctionName":{},"DatabaseName":{},"ClassName":{},"OwnerName":{},"OwnerType":{},"CreateTime":{"type":"timestamp"},"ResourceUris":{"shape":"Shl"},"CatalogId":{}}},"Su4":{"type":"structure","members":{"MetadataKey":{},"MetadataValue":{}}},"Sup":{"type":"list","member":{}},"Swi":{"type":"list","member":{"shape":"Sk8"}},"Swk":{"type":"list","member":{"type":"structure","members":{"ColumnStatistics":{"shape":"Sk8"},"Error":{"shape":"S14"}}}}}}
|
55537
55546
|
|
55538
55547
|
/***/ }),
|
55539
55548
|
/* 554 */
|
@@ -55684,13 +55693,13 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
55684
55693
|
/* 566 */
|
55685
55694
|
/***/ (function(module, exports) {
|
55686
55695
|
|
55687
|
-
module.exports = {"metadata":{"apiVersion":"2017-08-29","endpointPrefix":"mediaconvert","signingName":"mediaconvert","serviceFullName":"AWS Elemental MediaConvert","serviceId":"MediaConvert","protocol":"rest-json","jsonVersion":"1.1","uid":"mediaconvert-2017-08-29","signatureVersion":"v4","serviceAbbreviation":"MediaConvert"},"operations":{"AssociateCertificate":{"http":{"requestUri":"/2017-08-29/certificates","responseCode":201},"input":{"type":"structure","members":{"Arn":{"locationName":"arn"}},"required":["Arn"]},"output":{"type":"structure","members":{}}},"CancelJob":{"http":{"method":"DELETE","requestUri":"/2017-08-29/jobs/{id}","responseCode":202},"input":{"type":"structure","members":{"Id":{"locationName":"id","location":"uri"}},"required":["Id"]},"output":{"type":"structure","members":{}}},"CreateJob":{"http":{"requestUri":"/2017-08-29/jobs","responseCode":201},"input":{"type":"structure","members":{"AccelerationSettings":{"shape":"S7","locationName":"accelerationSettings"},"BillingTagsSource":{"locationName":"billingTagsSource"},"ClientRequestToken":{"locationName":"clientRequestToken","idempotencyToken":true},"HopDestinations":{"shape":"Sa","locationName":"hopDestinations"},"JobTemplate":{"locationName":"jobTemplate"},"Priority":{"locationName":"priority","type":"integer"},"Queue":{"locationName":"queue"},"Role":{"locationName":"role"},"Settings":{"shape":"Se","locationName":"settings"},"SimulateReservedQueue":{"locationName":"simulateReservedQueue"},"StatusUpdateInterval":{"locationName":"statusUpdateInterval"},"Tags":{"shape":"Slb","locationName":"tags"},"UserMetadata":{"shape":"Slb","locationName":"userMetadata"}},"required":["Role","Settings"]},"output":{"type":"structure","members":{"Job":{"shape":"Sld","locationName":"job"}}}},"CreateJobTemplate":{"http":{"requestUri":"/2017-08-29/jobTemplates","responseCode":201},"input":{"type":"structure","members":{"AccelerationSettings":{"shape":"S7","locationName":"accelerationSettings"},"Category":{"locationName":"category"},"Description":{"locationName":"description"},"HopDestinations":{"shape":"Sa","locationName":"hopDestinations"},"Name":{"locationName":"name"},"Priority":{"locationName":"priority","type":"integer"},"Queue":{"locationName":"queue"},"Settings":{"shape":"Slv","locationName":"settings"},"StatusUpdateInterval":{"locationName":"statusUpdateInterval"},"Tags":{"shape":"Slb","locationName":"tags"}},"required":["Settings","Name"]},"output":{"type":"structure","members":{"JobTemplate":{"shape":"Slz","locationName":"jobTemplate"}}}},"CreatePreset":{"http":{"requestUri":"/2017-08-29/presets","responseCode":201},"input":{"type":"structure","members":{"Category":{"locationName":"category"},"Description":{"locationName":"description"},"Name":{"locationName":"name"},"Settings":{"shape":"Sm2","locationName":"settings"},"Tags":{"shape":"Slb","locationName":"tags"}},"required":["Settings","Name"]},"output":{"type":"structure","members":{"Preset":{"shape":"Sm6","locationName":"preset"}}}},"CreateQueue":{"http":{"requestUri":"/2017-08-29/queues","responseCode":201},"input":{"type":"structure","members":{"Description":{"locationName":"description"},"Name":{"locationName":"name"},"PricingPlan":{"locationName":"pricingPlan"},"ReservationPlanSettings":{"shape":"Sm9","locationName":"reservationPlanSettings"},"Status":{"locationName":"status"},"Tags":{"shape":"Slb","locationName":"tags"}},"required":["Name"]},"output":{"type":"structure","members":{"Queue":{"shape":"Sme","locationName":"queue"}}}},"DeleteJobTemplate":{"http":{"method":"DELETE","requestUri":"/2017-08-29/jobTemplates/{name}","responseCode":202},"input":{"type":"structure","members":{"Name":{"locationName":"name","location":"uri"}},"required":["Name"]},"output":{"type":"structure","members":{}}},"DeletePolicy":{"http":{"method":"DELETE","requestUri":"/2017-08-29/policy","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"DeletePreset":{"http":{"method":"DELETE","requestUri":"/2017-08-29/presets/{name}","responseCode":202},"input":{"type":"structure","members":{"Name":{"locationName":"name","location":"uri"}},"required":["Name"]},"output":{"type":"structure","members":{}}},"DeleteQueue":{"http":{"method":"DELETE","requestUri":"/2017-08-29/queues/{name}","responseCode":202},"input":{"type":"structure","members":{"Name":{"locationName":"name","location":"uri"}},"required":["Name"]},"output":{"type":"structure","members":{}}},"DescribeEndpoints":{"http":{"requestUri":"/2017-08-29/endpoints","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"locationName":"maxResults","type":"integer"},"Mode":{"locationName":"mode","type":"string","deprecated":true,"deprecatedMessage":"DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."},"NextToken":{"locationName":"nextToken"}},"deprecated":true,"deprecatedMessage":"DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."},"output":{"type":"structure","members":{"Endpoints":{"locationName":"endpoints","type":"list","member":{"type":"structure","members":{"Url":{"locationName":"url"}}}},"NextToken":{"locationName":"nextToken"}},"deprecated":true,"deprecatedMessage":"DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."},"deprecated":true,"deprecatedMessage":"DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."},"DisassociateCertificate":{"http":{"method":"DELETE","requestUri":"/2017-08-29/certificates/{arn}","responseCode":202},"input":{"type":"structure","members":{"Arn":{"locationName":"arn","location":"uri"}},"required":["Arn"]},"output":{"type":"structure","members":{}}},"GetJob":{"http":{"method":"GET","requestUri":"/2017-08-29/jobs/{id}","responseCode":200},"input":{"type":"structure","members":{"Id":{"locationName":"id","location":"uri"}},"required":["Id"]},"output":{"type":"structure","members":{"Job":{"shape":"Sld","locationName":"job"}}}},"GetJobTemplate":{"http":{"method":"GET","requestUri":"/2017-08-29/jobTemplates/{name}","responseCode":200},"input":{"type":"structure","members":{"Name":{"locationName":"name","location":"uri"}},"required":["Name"]},"output":{"type":"structure","members":{"JobTemplate":{"shape":"Slz","locationName":"jobTemplate"}}}},"GetPolicy":{"http":{"method":"GET","requestUri":"/2017-08-29/policy","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"Policy":{"shape":"Sn2","locationName":"policy"}}}},"GetPreset":{"http":{"method":"GET","requestUri":"/2017-08-29/presets/{name}","responseCode":200},"input":{"type":"structure","members":{"Name":{"locationName":"name","location":"uri"}},"required":["Name"]},"output":{"type":"structure","members":{"Preset":{"shape":"Sm6","locationName":"preset"}}}},"GetQueue":{"http":{"method":"GET","requestUri":"/2017-08-29/queues/{name}","responseCode":200},"input":{"type":"structure","members":{"Name":{"locationName":"name","location":"uri"}},"required":["Name"]},"output":{"type":"structure","members":{"Queue":{"shape":"Sme","locationName":"queue"}}}},"ListJobTemplates":{"http":{"method":"GET","requestUri":"/2017-08-29/jobTemplates","responseCode":200},"input":{"type":"structure","members":{"Category":{"locationName":"category","location":"querystring"},"ListBy":{"locationName":"listBy","location":"querystring"},"MaxResults":{"locationName":"maxResults","location":"querystring","type":"integer"},"NextToken":{"locationName":"nextToken","location":"querystring"},"Order":{"locationName":"order","location":"querystring"}}},"output":{"type":"structure","members":{"JobTemplates":{"locationName":"jobTemplates","type":"list","member":{"shape":"Slz"}},"NextToken":{"locationName":"nextToken"}}}},"ListJobs":{"http":{"method":"GET","requestUri":"/2017-08-29/jobs","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"locationName":"maxResults","location":"querystring","type":"integer"},"NextToken":{"locationName":"nextToken","location":"querystring"},"Order":{"locationName":"order","location":"querystring"},"Queue":{"locationName":"queue","location":"querystring"},"Status":{"locationName":"status","location":"querystring"}}},"output":{"type":"structure","members":{"Jobs":{"locationName":"jobs","type":"list","member":{"shape":"Sld"}},"NextToken":{"locationName":"nextToken"}}}},"ListPresets":{"http":{"method":"GET","requestUri":"/2017-08-29/presets","responseCode":200},"input":{"type":"structure","members":{"Category":{"locationName":"category","location":"querystring"},"ListBy":{"locationName":"listBy","location":"querystring"},"MaxResults":{"locationName":"maxResults","location":"querystring","type":"integer"},"NextToken":{"locationName":"nextToken","location":"querystring"},"Order":{"locationName":"order","location":"querystring"}}},"output":{"type":"structure","members":{"NextToken":{"locationName":"nextToken"},"Presets":{"locationName":"presets","type":"list","member":{"shape":"Sm6"}}}}},"ListQueues":{"http":{"method":"GET","requestUri":"/2017-08-29/queues","responseCode":200},"input":{"type":"structure","members":{"ListBy":{"locationName":"listBy","location":"querystring"},"MaxResults":{"locationName":"maxResults","location":"querystring","type":"integer"},"NextToken":{"locationName":"nextToken","location":"querystring"},"Order":{"locationName":"order","location":"querystring"}}},"output":{"type":"structure","members":{"NextToken":{"locationName":"nextToken"},"Queues":{"locationName":"queues","type":"list","member":{"shape":"Sme"}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/2017-08-29/tags/{arn}","responseCode":200},"input":{"type":"structure","members":{"Arn":{"locationName":"arn","location":"uri"}},"required":["Arn"]},"output":{"type":"structure","members":{"ResourceTags":{"locationName":"resourceTags","type":"structure","members":{"Arn":{"locationName":"arn"},"Tags":{"shape":"Slb","locationName":"tags"}}}}}},"PutPolicy":{"http":{"method":"PUT","requestUri":"/2017-08-29/policy","responseCode":200},"input":{"type":"structure","members":{"Policy":{"shape":"Sn2","locationName":"policy"}},"required":["Policy"]},"output":{"type":"structure","members":{"Policy":{"shape":"Sn2","locationName":"policy"}}}},"TagResource":{"http":{"requestUri":"/2017-08-29/tags","responseCode":200},"input":{"type":"structure","members":{"Arn":{"locationName":"arn"},"Tags":{"shape":"Slb","locationName":"tags"}},"required":["Arn","Tags"]},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"PUT","requestUri":"/2017-08-29/tags/{arn}","responseCode":200},"input":{"type":"structure","members":{"Arn":{"locationName":"arn","location":"uri"},"TagKeys":{"shape":"Sli","locationName":"tagKeys"}},"required":["Arn"]},"output":{"type":"structure","members":{}}},"UpdateJobTemplate":{"http":{"method":"PUT","requestUri":"/2017-08-29/jobTemplates/{name}","responseCode":200},"input":{"type":"structure","members":{"AccelerationSettings":{"shape":"S7","locationName":"accelerationSettings"},"Category":{"locationName":"category"},"Description":{"locationName":"description"},"HopDestinations":{"shape":"Sa","locationName":"hopDestinations"},"Name":{"locationName":"name","location":"uri"},"Priority":{"locationName":"priority","type":"integer"},"Queue":{"locationName":"queue"},"Settings":{"shape":"Slv","locationName":"settings"},"StatusUpdateInterval":{"locationName":"statusUpdateInterval"}},"required":["Name"]},"output":{"type":"structure","members":{"JobTemplate":{"shape":"Slz","locationName":"jobTemplate"}}}},"UpdatePreset":{"http":{"method":"PUT","requestUri":"/2017-08-29/presets/{name}","responseCode":200},"input":{"type":"structure","members":{"Category":{"locationName":"category"},"Description":{"locationName":"description"},"Name":{"locationName":"name","location":"uri"},"Settings":{"shape":"Sm2","locationName":"settings"}},"required":["Name"]},"output":{"type":"structure","members":{"Preset":{"shape":"Sm6","locationName":"preset"}}}},"UpdateQueue":{"http":{"method":"PUT","requestUri":"/2017-08-29/queues/{name}","responseCode":200},"input":{"type":"structure","members":{"Description":{"locationName":"description"},"Name":{"locationName":"name","location":"uri"},"ReservationPlanSettings":{"shape":"Sm9","locationName":"reservationPlanSettings"},"Status":{"locationName":"status"}},"required":["Name"]},"output":{"type":"structure","members":{"Queue":{"shape":"Sme","locationName":"queue"}}}}},"shapes":{"S7":{"type":"structure","members":{"Mode":{"locationName":"mode"}},"required":["Mode"]},"Sa":{"type":"list","member":{"type":"structure","members":{"Priority":{"locationName":"priority","type":"integer"},"Queue":{"locationName":"queue"},"WaitMinutes":{"locationName":"waitMinutes","type":"integer"}}}},"Se":{"type":"structure","members":{"AdAvailOffset":{"locationName":"adAvailOffset","type":"integer"},"AvailBlanking":{"shape":"Sg","locationName":"availBlanking"},"ColorConversion3DLUTSettings":{"shape":"Si","locationName":"colorConversion3DLUTSettings"},"Esam":{"shape":"Sn","locationName":"esam"},"ExtendedDataServices":{"shape":"St","locationName":"extendedDataServices"},"FollowSource":{"locationName":"followSource","type":"integer"},"Inputs":{"locationName":"inputs","type":"list","member":{"type":"structure","members":{"AdvancedInputFilter":{"locationName":"advancedInputFilter"},"AdvancedInputFilterSettings":{"shape":"S10","locationName":"advancedInputFilterSettings"},"AudioSelectorGroups":{"shape":"S13","locationName":"audioSelectorGroups"},"AudioSelectors":{"shape":"S17","locationName":"audioSelectors"},"CaptionSelectors":{"shape":"S1t","locationName":"captionSelectors"},"Crop":{"shape":"S2i","locationName":"crop"},"DeblockFilter":{"locationName":"deblockFilter"},"DecryptionSettings":{"locationName":"decryptionSettings","type":"structure","members":{"DecryptionMode":{"locationName":"decryptionMode"},"EncryptedDecryptionKey":{"locationName":"encryptedDecryptionKey"},"InitializationVector":{"locationName":"initializationVector"},"KmsKeyRegion":{"locationName":"kmsKeyRegion"}}},"DenoiseFilter":{"locationName":"denoiseFilter"},"DolbyVisionMetadataXml":{"locationName":"dolbyVisionMetadataXml"},"FileInput":{"locationName":"fileInput"},"FilterEnable":{"locationName":"filterEnable"},"FilterStrength":{"locationName":"filterStrength","type":"integer"},"ImageInserter":{"shape":"S2u","locationName":"imageInserter"},"InputClippings":{"shape":"S32","locationName":"inputClippings"},"InputScanType":{"locationName":"inputScanType"},"Position":{"shape":"S2i","locationName":"position"},"ProgramNumber":{"locationName":"programNumber","type":"integer"},"PsiControl":{"locationName":"psiControl"},"SupplementalImps":{"locationName":"supplementalImps","type":"list","member":{}},"TimecodeSource":{"locationName":"timecodeSource"},"TimecodeStart":{"locationName":"timecodeStart"},"VideoGenerator":{"locationName":"videoGenerator","type":"structure","members":{"Duration":{"locationName":"duration","type":"integer"}}},"VideoOverlays":{"shape":"S3d","locationName":"videoOverlays"},"VideoSelector":{"shape":"S3i","locationName":"videoSelector"}}}},"KantarWatermark":{"shape":"S3s","locationName":"kantarWatermark"},"MotionImageInserter":{"shape":"S40","locationName":"motionImageInserter"},"NielsenConfiguration":{"shape":"S48","locationName":"nielsenConfiguration"},"NielsenNonLinearWatermark":{"shape":"S4a","locationName":"nielsenNonLinearWatermark"},"OutputGroups":{"shape":"S4h","locationName":"outputGroups"},"TimecodeConfig":{"shape":"Sl3","locationName":"timecodeConfig"},"TimedMetadataInsertion":{"shape":"Sl6","locationName":"timedMetadataInsertion"}}},"Sg":{"type":"structure","members":{"AvailBlankingImage":{"locationName":"availBlankingImage"}}},"Si":{"type":"list","member":{"type":"structure","members":{"FileInput":{"locationName":"fileInput"},"InputColorSpace":{"locationName":"inputColorSpace"},"InputMasteringLuminance":{"locationName":"inputMasteringLuminance","type":"integer"},"OutputColorSpace":{"locationName":"outputColorSpace"},"OutputMasteringLuminance":{"locationName":"outputMasteringLuminance","type":"integer"}}}},"Sn":{"type":"structure","members":{"ManifestConfirmConditionNotification":{"locationName":"manifestConfirmConditionNotification","type":"structure","members":{"MccXml":{"locationName":"mccXml"}}},"ResponseSignalPreroll":{"locationName":"responseSignalPreroll","type":"integer"},"SignalProcessingNotification":{"locationName":"signalProcessingNotification","type":"structure","members":{"SccXml":{"locationName":"sccXml"}}}}},"St":{"type":"structure","members":{"CopyProtectionAction":{"locationName":"copyProtectionAction"},"VchipAction":{"locationName":"vchipAction"}}},"S10":{"type":"structure","members":{"AddTexture":{"locationName":"addTexture"},"Sharpening":{"locationName":"sharpening"}}},"S13":{"type":"map","key":{},"value":{"type":"structure","members":{"AudioSelectorNames":{"shape":"S15","locationName":"audioSelectorNames"}}}},"S15":{"type":"list","member":{}},"S17":{"type":"map","key":{},"value":{"type":"structure","members":{"AudioDurationCorrection":{"locationName":"audioDurationCorrection"},"CustomLanguageCode":{"locationName":"customLanguageCode"},"DefaultSelection":{"locationName":"defaultSelection"},"ExternalAudioFileInput":{"locationName":"externalAudioFileInput"},"HlsRenditionGroupSettings":{"locationName":"hlsRenditionGroupSettings","type":"structure","members":{"RenditionGroupId":{"locationName":"renditionGroupId"},"RenditionLanguageCode":{"locationName":"renditionLanguageCode"},"RenditionName":{"locationName":"renditionName"}}},"LanguageCode":{"locationName":"languageCode"},"Offset":{"locationName":"offset","type":"integer"},"Pids":{"shape":"S1g","locationName":"pids"},"ProgramSelection":{"locationName":"programSelection","type":"integer"},"RemixSettings":{"shape":"S1j","locationName":"remixSettings"},"SelectorType":{"locationName":"selectorType"},"Tracks":{"shape":"S1g","locationName":"tracks"}}}},"S1g":{"type":"list","member":{"type":"integer"}},"S1j":{"type":"structure","members":{"AudioDescriptionAudioChannel":{"locationName":"audioDescriptionAudioChannel","type":"integer"},"AudioDescriptionDataChannel":{"locationName":"audioDescriptionDataChannel","type":"integer"},"ChannelMapping":{"locationName":"channelMapping","type":"structure","members":{"OutputChannels":{"locationName":"outputChannels","type":"list","member":{"type":"structure","members":{"InputChannels":{"locationName":"inputChannels","type":"list","member":{"type":"integer"}},"InputChannelsFineTune":{"locationName":"inputChannelsFineTune","type":"list","member":{"type":"double"}}}}}}},"ChannelsIn":{"locationName":"channelsIn","type":"integer"},"ChannelsOut":{"locationName":"channelsOut","type":"integer"}}},"S1t":{"type":"map","key":{},"value":{"type":"structure","members":{"CustomLanguageCode":{"locationName":"customLanguageCode"},"LanguageCode":{"locationName":"languageCode"},"SourceSettings":{"locationName":"sourceSettings","type":"structure","members":{"AncillarySourceSettings":{"locationName":"ancillarySourceSettings","type":"structure","members":{"Convert608To708":{"locationName":"convert608To708"},"SourceAncillaryChannelNumber":{"locationName":"sourceAncillaryChannelNumber","type":"integer"},"TerminateCaptions":{"locationName":"terminateCaptions"}}},"DvbSubSourceSettings":{"locationName":"dvbSubSourceSettings","type":"structure","members":{"Pid":{"locationName":"pid","type":"integer"}}},"EmbeddedSourceSettings":{"locationName":"embeddedSourceSettings","type":"structure","members":{"Convert608To708":{"locationName":"convert608To708"},"Source608ChannelNumber":{"locationName":"source608ChannelNumber","type":"integer"},"Source608TrackNumber":{"locationName":"source608TrackNumber","type":"integer"},"TerminateCaptions":{"locationName":"terminateCaptions"}}},"FileSourceSettings":{"locationName":"fileSourceSettings","type":"structure","members":{"Convert608To708":{"locationName":"convert608To708"},"ConvertPaintToPop":{"locationName":"convertPaintToPop"},"Framerate":{"locationName":"framerate","type":"structure","members":{"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"}}},"SourceFile":{"locationName":"sourceFile"},"TimeDelta":{"locationName":"timeDelta","type":"integer"},"TimeDeltaUnits":{"locationName":"timeDeltaUnits"}}},"SourceType":{"locationName":"sourceType"},"TeletextSourceSettings":{"locationName":"teletextSourceSettings","type":"structure","members":{"PageNumber":{"locationName":"pageNumber"}}},"TrackSourceSettings":{"locationName":"trackSourceSettings","type":"structure","members":{"TrackNumber":{"locationName":"trackNumber","type":"integer"}}},"WebvttHlsSourceSettings":{"locationName":"webvttHlsSourceSettings","type":"structure","members":{"RenditionGroupId":{"locationName":"renditionGroupId"},"RenditionLanguageCode":{"locationName":"renditionLanguageCode"},"RenditionName":{"locationName":"renditionName"}}}}}}}},"S2i":{"type":"structure","members":{"Height":{"locationName":"height","type":"integer"},"Width":{"locationName":"width","type":"integer"},"X":{"locationName":"x","type":"integer"},"Y":{"locationName":"y","type":"integer"}}},"S2u":{"type":"structure","members":{"InsertableImages":{"locationName":"insertableImages","type":"list","member":{"type":"structure","members":{"Duration":{"locationName":"duration","type":"integer"},"FadeIn":{"locationName":"fadeIn","type":"integer"},"FadeOut":{"locationName":"fadeOut","type":"integer"},"Height":{"locationName":"height","type":"integer"},"ImageInserterInput":{"locationName":"imageInserterInput"},"ImageX":{"locationName":"imageX","type":"integer"},"ImageY":{"locationName":"imageY","type":"integer"},"Layer":{"locationName":"layer","type":"integer"},"Opacity":{"locationName":"opacity","type":"integer"},"StartTime":{"locationName":"startTime"},"Width":{"locationName":"width","type":"integer"}}}},"SdrReferenceWhiteLevel":{"locationName":"sdrReferenceWhiteLevel","type":"integer"}}},"S32":{"type":"list","member":{"type":"structure","members":{"EndTimecode":{"locationName":"endTimecode"},"StartTimecode":{"locationName":"startTimecode"}}}},"S3d":{"type":"list","member":{"type":"structure","members":{"EndTimecode":{"locationName":"endTimecode"},"Input":{"locationName":"input","type":"structure","members":{"FileInput":{"locationName":"fileInput"},"InputClippings":{"locationName":"inputClippings","type":"list","member":{"type":"structure","members":{"EndTimecode":{"locationName":"endTimecode"},"StartTimecode":{"locationName":"startTimecode"}}}},"TimecodeSource":{"locationName":"timecodeSource"},"TimecodeStart":{"locationName":"timecodeStart"}}},"StartTimecode":{"locationName":"startTimecode"}}}},"S3i":{"type":"structure","members":{"AlphaBehavior":{"locationName":"alphaBehavior"},"ColorSpace":{"locationName":"colorSpace"},"ColorSpaceUsage":{"locationName":"colorSpaceUsage"},"EmbeddedTimecodeOverride":{"locationName":"embeddedTimecodeOverride"},"Hdr10Metadata":{"shape":"S3m","locationName":"hdr10Metadata"},"MaxLuminance":{"locationName":"maxLuminance","type":"integer"},"PadVideo":{"locationName":"padVideo"},"Pid":{"locationName":"pid","type":"integer"},"ProgramNumber":{"locationName":"programNumber","type":"integer"},"Rotate":{"locationName":"rotate"},"SampleRange":{"locationName":"sampleRange"}}},"S3m":{"type":"structure","members":{"BluePrimaryX":{"locationName":"bluePrimaryX","type":"integer"},"BluePrimaryY":{"locationName":"bluePrimaryY","type":"integer"},"GreenPrimaryX":{"locationName":"greenPrimaryX","type":"integer"},"GreenPrimaryY":{"locationName":"greenPrimaryY","type":"integer"},"MaxContentLightLevel":{"locationName":"maxContentLightLevel","type":"integer"},"MaxFrameAverageLightLevel":{"locationName":"maxFrameAverageLightLevel","type":"integer"},"MaxLuminance":{"locationName":"maxLuminance","type":"integer"},"MinLuminance":{"locationName":"minLuminance","type":"integer"},"RedPrimaryX":{"locationName":"redPrimaryX","type":"integer"},"RedPrimaryY":{"locationName":"redPrimaryY","type":"integer"},"WhitePointX":{"locationName":"whitePointX","type":"integer"},"WhitePointY":{"locationName":"whitePointY","type":"integer"}}},"S3s":{"type":"structure","members":{"ChannelName":{"locationName":"channelName"},"ContentReference":{"locationName":"contentReference"},"CredentialsSecretName":{"locationName":"credentialsSecretName"},"FileOffset":{"locationName":"fileOffset","type":"double"},"KantarLicenseId":{"locationName":"kantarLicenseId","type":"integer"},"KantarServerUrl":{"locationName":"kantarServerUrl"},"LogDestination":{"locationName":"logDestination"},"Metadata3":{"locationName":"metadata3"},"Metadata4":{"locationName":"metadata4"},"Metadata5":{"locationName":"metadata5"},"Metadata6":{"locationName":"metadata6"},"Metadata7":{"locationName":"metadata7"},"Metadata8":{"locationName":"metadata8"}}},"S40":{"type":"structure","members":{"Framerate":{"locationName":"framerate","type":"structure","members":{"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"}}},"Input":{"locationName":"input"},"InsertionMode":{"locationName":"insertionMode"},"Offset":{"locationName":"offset","type":"structure","members":{"ImageX":{"locationName":"imageX","type":"integer"},"ImageY":{"locationName":"imageY","type":"integer"}}},"Playback":{"locationName":"playback"},"StartTime":{"locationName":"startTime"}}},"S48":{"type":"structure","members":{"BreakoutCode":{"locationName":"breakoutCode","type":"integer"},"DistributorId":{"locationName":"distributorId"}}},"S4a":{"type":"structure","members":{"ActiveWatermarkProcess":{"locationName":"activeWatermarkProcess"},"AdiFilename":{"locationName":"adiFilename"},"AssetId":{"locationName":"assetId"},"AssetName":{"locationName":"assetName"},"CbetSourceId":{"locationName":"cbetSourceId"},"EpisodeId":{"locationName":"episodeId"},"MetadataDestination":{"locationName":"metadataDestination"},"SourceId":{"locationName":"sourceId","type":"integer"},"SourceWatermarkStatus":{"locationName":"sourceWatermarkStatus"},"TicServerUrl":{"locationName":"ticServerUrl"},"UniqueTicPerAudioTrack":{"locationName":"uniqueTicPerAudioTrack"}}},"S4h":{"type":"list","member":{"type":"structure","members":{"AutomatedEncodingSettings":{"locationName":"automatedEncodingSettings","type":"structure","members":{"AbrSettings":{"locationName":"abrSettings","type":"structure","members":{"MaxAbrBitrate":{"locationName":"maxAbrBitrate","type":"integer"},"MaxRenditions":{"locationName":"maxRenditions","type":"integer"},"MinAbrBitrate":{"locationName":"minAbrBitrate","type":"integer"},"Rules":{"locationName":"rules","type":"list","member":{"type":"structure","members":{"AllowedRenditions":{"locationName":"allowedRenditions","type":"list","member":{"type":"structure","members":{"Height":{"locationName":"height","type":"integer"},"Required":{"locationName":"required"},"Width":{"locationName":"width","type":"integer"}}}},"ForceIncludeRenditions":{"locationName":"forceIncludeRenditions","type":"list","member":{"type":"structure","members":{"Height":{"locationName":"height","type":"integer"},"Width":{"locationName":"width","type":"integer"}}}},"MinBottomRenditionSize":{"locationName":"minBottomRenditionSize","type":"structure","members":{"Height":{"locationName":"height","type":"integer"},"Width":{"locationName":"width","type":"integer"}}},"MinTopRenditionSize":{"locationName":"minTopRenditionSize","type":"structure","members":{"Height":{"locationName":"height","type":"integer"},"Width":{"locationName":"width","type":"integer"}}},"Type":{"locationName":"type"}}}}}}}},"CustomName":{"locationName":"customName"},"Name":{"locationName":"name"},"OutputGroupSettings":{"locationName":"outputGroupSettings","type":"structure","members":{"CmafGroupSettings":{"locationName":"cmafGroupSettings","type":"structure","members":{"AdditionalManifests":{"locationName":"additionalManifests","type":"list","member":{"type":"structure","members":{"ManifestNameModifier":{"locationName":"manifestNameModifier"},"SelectedOutputs":{"shape":"S15","locationName":"selectedOutputs"}}}},"BaseUrl":{"locationName":"baseUrl"},"ClientCache":{"locationName":"clientCache"},"CodecSpecification":{"locationName":"codecSpecification"},"DashManifestStyle":{"locationName":"dashManifestStyle"},"Destination":{"locationName":"destination"},"DestinationSettings":{"shape":"S55","locationName":"destinationSettings"},"Encryption":{"locationName":"encryption","type":"structure","members":{"ConstantInitializationVector":{"locationName":"constantInitializationVector"},"EncryptionMethod":{"locationName":"encryptionMethod"},"InitializationVectorInManifest":{"locationName":"initializationVectorInManifest"},"SpekeKeyProvider":{"locationName":"spekeKeyProvider","type":"structure","members":{"CertificateArn":{"locationName":"certificateArn"},"DashSignaledSystemIds":{"shape":"S5k","locationName":"dashSignaledSystemIds"},"HlsSignaledSystemIds":{"shape":"S5k","locationName":"hlsSignaledSystemIds"},"ResourceId":{"locationName":"resourceId"},"Url":{"locationName":"url"}}},"StaticKeyProvider":{"shape":"S5o","locationName":"staticKeyProvider"},"Type":{"locationName":"type"}}},"FragmentLength":{"locationName":"fragmentLength","type":"integer"},"ImageBasedTrickPlay":{"locationName":"imageBasedTrickPlay"},"ImageBasedTrickPlaySettings":{"locationName":"imageBasedTrickPlaySettings","type":"structure","members":{"IntervalCadence":{"locationName":"intervalCadence"},"ThumbnailHeight":{"locationName":"thumbnailHeight","type":"integer"},"ThumbnailInterval":{"locationName":"thumbnailInterval","type":"double"},"ThumbnailWidth":{"locationName":"thumbnailWidth","type":"integer"},"TileHeight":{"locationName":"tileHeight","type":"integer"},"TileWidth":{"locationName":"tileWidth","type":"integer"}}},"ManifestCompression":{"locationName":"manifestCompression"},"ManifestDurationFormat":{"locationName":"manifestDurationFormat"},"MinBufferTime":{"locationName":"minBufferTime","type":"integer"},"MinFinalSegmentLength":{"locationName":"minFinalSegmentLength","type":"double"},"MpdManifestBandwidthType":{"locationName":"mpdManifestBandwidthType"},"MpdProfile":{"locationName":"mpdProfile"},"PtsOffsetHandlingForBFrames":{"locationName":"ptsOffsetHandlingForBFrames"},"SegmentControl":{"locationName":"segmentControl"},"SegmentLength":{"locationName":"segmentLength","type":"integer"},"SegmentLengthControl":{"locationName":"segmentLengthControl"},"StreamInfResolution":{"locationName":"streamInfResolution"},"TargetDurationCompatibilityMode":{"locationName":"targetDurationCompatibilityMode"},"VideoCompositionOffsets":{"locationName":"videoCompositionOffsets"},"WriteDashManifest":{"locationName":"writeDashManifest"},"WriteHlsManifest":{"locationName":"writeHlsManifest"},"WriteSegmentTimelineInRepresentation":{"locationName":"writeSegmentTimelineInRepresentation"}}},"DashIsoGroupSettings":{"locationName":"dashIsoGroupSettings","type":"structure","members":{"AdditionalManifests":{"locationName":"additionalManifests","type":"list","member":{"type":"structure","members":{"ManifestNameModifier":{"locationName":"manifestNameModifier"},"SelectedOutputs":{"shape":"S15","locationName":"selectedOutputs"}}}},"AudioChannelConfigSchemeIdUri":{"locationName":"audioChannelConfigSchemeIdUri"},"BaseUrl":{"locationName":"baseUrl"},"DashManifestStyle":{"locationName":"dashManifestStyle"},"Destination":{"locationName":"destination"},"DestinationSettings":{"shape":"S55","locationName":"destinationSettings"},"Encryption":{"locationName":"encryption","type":"structure","members":{"PlaybackDeviceCompatibility":{"locationName":"playbackDeviceCompatibility"},"SpekeKeyProvider":{"shape":"S6k","locationName":"spekeKeyProvider"}}},"FragmentLength":{"locationName":"fragmentLength","type":"integer"},"HbbtvCompliance":{"locationName":"hbbtvCompliance"},"ImageBasedTrickPlay":{"locationName":"imageBasedTrickPlay"},"ImageBasedTrickPlaySettings":{"locationName":"imageBasedTrickPlaySettings","type":"structure","members":{"IntervalCadence":{"locationName":"intervalCadence"},"ThumbnailHeight":{"locationName":"thumbnailHeight","type":"integer"},"ThumbnailInterval":{"locationName":"thumbnailInterval","type":"double"},"ThumbnailWidth":{"locationName":"thumbnailWidth","type":"integer"},"TileHeight":{"locationName":"tileHeight","type":"integer"},"TileWidth":{"locationName":"tileWidth","type":"integer"}}},"MinBufferTime":{"locationName":"minBufferTime","type":"integer"},"MinFinalSegmentLength":{"locationName":"minFinalSegmentLength","type":"double"},"MpdManifestBandwidthType":{"locationName":"mpdManifestBandwidthType"},"MpdProfile":{"locationName":"mpdProfile"},"PtsOffsetHandlingForBFrames":{"locationName":"ptsOffsetHandlingForBFrames"},"SegmentControl":{"locationName":"segmentControl"},"SegmentLength":{"locationName":"segmentLength","type":"integer"},"SegmentLengthControl":{"locationName":"segmentLengthControl"},"VideoCompositionOffsets":{"locationName":"videoCompositionOffsets"},"WriteSegmentTimelineInRepresentation":{"locationName":"writeSegmentTimelineInRepresentation"}}},"FileGroupSettings":{"locationName":"fileGroupSettings","type":"structure","members":{"Destination":{"locationName":"destination"},"DestinationSettings":{"shape":"S55","locationName":"destinationSettings"}}},"HlsGroupSettings":{"locationName":"hlsGroupSettings","type":"structure","members":{"AdMarkers":{"locationName":"adMarkers","type":"list","member":{}},"AdditionalManifests":{"locationName":"additionalManifests","type":"list","member":{"type":"structure","members":{"ManifestNameModifier":{"locationName":"manifestNameModifier"},"SelectedOutputs":{"shape":"S15","locationName":"selectedOutputs"}}}},"AudioOnlyHeader":{"locationName":"audioOnlyHeader"},"BaseUrl":{"locationName":"baseUrl"},"CaptionLanguageMappings":{"locationName":"captionLanguageMappings","type":"list","member":{"type":"structure","members":{"CaptionChannel":{"locationName":"captionChannel","type":"integer"},"CustomLanguageCode":{"locationName":"customLanguageCode"},"LanguageCode":{"locationName":"languageCode"},"LanguageDescription":{"locationName":"languageDescription"}}}},"CaptionLanguageSetting":{"locationName":"captionLanguageSetting"},"CaptionSegmentLengthControl":{"locationName":"captionSegmentLengthControl"},"ClientCache":{"locationName":"clientCache"},"CodecSpecification":{"locationName":"codecSpecification"},"Destination":{"locationName":"destination"},"DestinationSettings":{"shape":"S55","locationName":"destinationSettings"},"DirectoryStructure":{"locationName":"directoryStructure"},"Encryption":{"locationName":"encryption","type":"structure","members":{"ConstantInitializationVector":{"locationName":"constantInitializationVector"},"EncryptionMethod":{"locationName":"encryptionMethod"},"InitializationVectorInManifest":{"locationName":"initializationVectorInManifest"},"OfflineEncrypted":{"locationName":"offlineEncrypted"},"SpekeKeyProvider":{"shape":"S6k","locationName":"spekeKeyProvider"},"StaticKeyProvider":{"shape":"S5o","locationName":"staticKeyProvider"},"Type":{"locationName":"type"}}},"ImageBasedTrickPlay":{"locationName":"imageBasedTrickPlay"},"ImageBasedTrickPlaySettings":{"locationName":"imageBasedTrickPlaySettings","type":"structure","members":{"IntervalCadence":{"locationName":"intervalCadence"},"ThumbnailHeight":{"locationName":"thumbnailHeight","type":"integer"},"ThumbnailInterval":{"locationName":"thumbnailInterval","type":"double"},"ThumbnailWidth":{"locationName":"thumbnailWidth","type":"integer"},"TileHeight":{"locationName":"tileHeight","type":"integer"},"TileWidth":{"locationName":"tileWidth","type":"integer"}}},"ManifestCompression":{"locationName":"manifestCompression"},"ManifestDurationFormat":{"locationName":"manifestDurationFormat"},"MinFinalSegmentLength":{"locationName":"minFinalSegmentLength","type":"double"},"MinSegmentLength":{"locationName":"minSegmentLength","type":"integer"},"OutputSelection":{"locationName":"outputSelection"},"ProgramDateTime":{"locationName":"programDateTime"},"ProgramDateTimePeriod":{"locationName":"programDateTimePeriod","type":"integer"},"ProgressiveWriteHlsManifest":{"locationName":"progressiveWriteHlsManifest"},"SegmentControl":{"locationName":"segmentControl"},"SegmentLength":{"locationName":"segmentLength","type":"integer"},"SegmentLengthControl":{"locationName":"segmentLengthControl"},"SegmentsPerSubdirectory":{"locationName":"segmentsPerSubdirectory","type":"integer"},"StreamInfResolution":{"locationName":"streamInfResolution"},"TargetDurationCompatibilityMode":{"locationName":"targetDurationCompatibilityMode"},"TimedMetadataId3Frame":{"locationName":"timedMetadataId3Frame"},"TimedMetadataId3Period":{"locationName":"timedMetadataId3Period","type":"integer"},"TimestampDeltaMilliseconds":{"locationName":"timestampDeltaMilliseconds","type":"integer"}}},"MsSmoothGroupSettings":{"locationName":"msSmoothGroupSettings","type":"structure","members":{"AdditionalManifests":{"locationName":"additionalManifests","type":"list","member":{"type":"structure","members":{"ManifestNameModifier":{"locationName":"manifestNameModifier"},"SelectedOutputs":{"shape":"S15","locationName":"selectedOutputs"}}}},"AudioDeduplication":{"locationName":"audioDeduplication"},"Destination":{"locationName":"destination"},"DestinationSettings":{"shape":"S55","locationName":"destinationSettings"},"Encryption":{"locationName":"encryption","type":"structure","members":{"SpekeKeyProvider":{"shape":"S6k","locationName":"spekeKeyProvider"}}},"FragmentLength":{"locationName":"fragmentLength","type":"integer"},"FragmentLengthControl":{"locationName":"fragmentLengthControl"},"ManifestEncoding":{"locationName":"manifestEncoding"}}},"Type":{"locationName":"type"}}},"Outputs":{"locationName":"outputs","type":"list","member":{"type":"structure","members":{"AudioDescriptions":{"shape":"S86","locationName":"audioDescriptions"},"CaptionDescriptions":{"locationName":"captionDescriptions","type":"list","member":{"type":"structure","members":{"CaptionSelectorName":{"locationName":"captionSelectorName"},"CustomLanguageCode":{"locationName":"customLanguageCode"},"DestinationSettings":{"shape":"Sau","locationName":"destinationSettings"},"LanguageCode":{"locationName":"languageCode"},"LanguageDescription":{"locationName":"languageDescription"}}}},"ContainerSettings":{"shape":"Sc5","locationName":"containerSettings"},"Extension":{"locationName":"extension"},"NameModifier":{"locationName":"nameModifier"},"OutputSettings":{"locationName":"outputSettings","type":"structure","members":{"HlsSettings":{"locationName":"hlsSettings","type":"structure","members":{"AudioGroupId":{"locationName":"audioGroupId"},"AudioOnlyContainer":{"locationName":"audioOnlyContainer"},"AudioRenditionSets":{"locationName":"audioRenditionSets"},"AudioTrackType":{"locationName":"audioTrackType"},"DescriptiveVideoServiceFlag":{"locationName":"descriptiveVideoServiceFlag"},"IFrameOnlyManifest":{"locationName":"iFrameOnlyManifest"},"SegmentModifier":{"locationName":"segmentModifier"}}}}},"Preset":{"locationName":"preset"},"VideoDescription":{"shape":"Sel","locationName":"videoDescription"}}}}}}},"S55":{"type":"structure","members":{"S3Settings":{"locationName":"s3Settings","type":"structure","members":{"AccessControl":{"locationName":"accessControl","type":"structure","members":{"CannedAcl":{"locationName":"cannedAcl"}}},"Encryption":{"locationName":"encryption","type":"structure","members":{"EncryptionType":{"locationName":"encryptionType"},"KmsEncryptionContext":{"locationName":"kmsEncryptionContext"},"KmsKeyArn":{"locationName":"kmsKeyArn"}}},"StorageClass":{"locationName":"storageClass"}}}}},"S5k":{"type":"list","member":{}},"S5o":{"type":"structure","members":{"KeyFormat":{"locationName":"keyFormat"},"KeyFormatVersions":{"locationName":"keyFormatVersions"},"StaticKeyValue":{"locationName":"staticKeyValue"},"Url":{"locationName":"url"}}},"S6k":{"type":"structure","members":{"CertificateArn":{"locationName":"certificateArn"},"ResourceId":{"locationName":"resourceId"},"SystemIds":{"locationName":"systemIds","type":"list","member":{}},"Url":{"locationName":"url"}}},"S86":{"type":"list","member":{"type":"structure","members":{"AudioChannelTaggingSettings":{"locationName":"audioChannelTaggingSettings","type":"structure","members":{"ChannelTag":{"locationName":"channelTag"},"ChannelTags":{"locationName":"channelTags","type":"list","member":{}}}},"AudioNormalizationSettings":{"locationName":"audioNormalizationSettings","type":"structure","members":{"Algorithm":{"locationName":"algorithm"},"AlgorithmControl":{"locationName":"algorithmControl"},"CorrectionGateLevel":{"locationName":"correctionGateLevel","type":"integer"},"LoudnessLogging":{"locationName":"loudnessLogging"},"PeakCalculation":{"locationName":"peakCalculation"},"TargetLkfs":{"locationName":"targetLkfs","type":"double"},"TruePeakLimiterThreshold":{"locationName":"truePeakLimiterThreshold","type":"double"}}},"AudioSourceName":{"locationName":"audioSourceName"},"AudioType":{"locationName":"audioType","type":"integer"},"AudioTypeControl":{"locationName":"audioTypeControl"},"CodecSettings":{"locationName":"codecSettings","type":"structure","members":{"AacSettings":{"locationName":"aacSettings","type":"structure","members":{"AudioDescriptionBroadcasterMix":{"locationName":"audioDescriptionBroadcasterMix"},"Bitrate":{"locationName":"bitrate","type":"integer"},"CodecProfile":{"locationName":"codecProfile"},"CodingMode":{"locationName":"codingMode"},"RateControlMode":{"locationName":"rateControlMode"},"RawFormat":{"locationName":"rawFormat"},"SampleRate":{"locationName":"sampleRate","type":"integer"},"Specification":{"locationName":"specification"},"VbrQuality":{"locationName":"vbrQuality"}}},"Ac3Settings":{"locationName":"ac3Settings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"BitstreamMode":{"locationName":"bitstreamMode"},"CodingMode":{"locationName":"codingMode"},"Dialnorm":{"locationName":"dialnorm","type":"integer"},"DynamicRangeCompressionLine":{"locationName":"dynamicRangeCompressionLine"},"DynamicRangeCompressionProfile":{"locationName":"dynamicRangeCompressionProfile"},"DynamicRangeCompressionRf":{"locationName":"dynamicRangeCompressionRf"},"LfeFilter":{"locationName":"lfeFilter"},"MetadataControl":{"locationName":"metadataControl"},"SampleRate":{"locationName":"sampleRate","type":"integer"}}},"AiffSettings":{"locationName":"aiffSettings","type":"structure","members":{"BitDepth":{"locationName":"bitDepth","type":"integer"},"Channels":{"locationName":"channels","type":"integer"},"SampleRate":{"locationName":"sampleRate","type":"integer"}}},"Codec":{"locationName":"codec"},"Eac3AtmosSettings":{"locationName":"eac3AtmosSettings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"BitstreamMode":{"locationName":"bitstreamMode"},"CodingMode":{"locationName":"codingMode"},"DialogueIntelligence":{"locationName":"dialogueIntelligence"},"DownmixControl":{"locationName":"downmixControl"},"DynamicRangeCompressionLine":{"locationName":"dynamicRangeCompressionLine"},"DynamicRangeCompressionRf":{"locationName":"dynamicRangeCompressionRf"},"DynamicRangeControl":{"locationName":"dynamicRangeControl"},"LoRoCenterMixLevel":{"locationName":"loRoCenterMixLevel","type":"double"},"LoRoSurroundMixLevel":{"locationName":"loRoSurroundMixLevel","type":"double"},"LtRtCenterMixLevel":{"locationName":"ltRtCenterMixLevel","type":"double"},"LtRtSurroundMixLevel":{"locationName":"ltRtSurroundMixLevel","type":"double"},"MeteringMode":{"locationName":"meteringMode"},"SampleRate":{"locationName":"sampleRate","type":"integer"},"SpeechThreshold":{"locationName":"speechThreshold","type":"integer"},"StereoDownmix":{"locationName":"stereoDownmix"},"SurroundExMode":{"locationName":"surroundExMode"}}},"Eac3Settings":{"locationName":"eac3Settings","type":"structure","members":{"AttenuationControl":{"locationName":"attenuationControl"},"Bitrate":{"locationName":"bitrate","type":"integer"},"BitstreamMode":{"locationName":"bitstreamMode"},"CodingMode":{"locationName":"codingMode"},"DcFilter":{"locationName":"dcFilter"},"Dialnorm":{"locationName":"dialnorm","type":"integer"},"DynamicRangeCompressionLine":{"locationName":"dynamicRangeCompressionLine"},"DynamicRangeCompressionRf":{"locationName":"dynamicRangeCompressionRf"},"LfeControl":{"locationName":"lfeControl"},"LfeFilter":{"locationName":"lfeFilter"},"LoRoCenterMixLevel":{"locationName":"loRoCenterMixLevel","type":"double"},"LoRoSurroundMixLevel":{"locationName":"loRoSurroundMixLevel","type":"double"},"LtRtCenterMixLevel":{"locationName":"ltRtCenterMixLevel","type":"double"},"LtRtSurroundMixLevel":{"locationName":"ltRtSurroundMixLevel","type":"double"},"MetadataControl":{"locationName":"metadataControl"},"PassthroughControl":{"locationName":"passthroughControl"},"PhaseControl":{"locationName":"phaseControl"},"SampleRate":{"locationName":"sampleRate","type":"integer"},"StereoDownmix":{"locationName":"stereoDownmix"},"SurroundExMode":{"locationName":"surroundExMode"},"SurroundMode":{"locationName":"surroundMode"}}},"FlacSettings":{"locationName":"flacSettings","type":"structure","members":{"BitDepth":{"locationName":"bitDepth","type":"integer"},"Channels":{"locationName":"channels","type":"integer"},"SampleRate":{"locationName":"sampleRate","type":"integer"}}},"Mp2Settings":{"locationName":"mp2Settings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"Channels":{"locationName":"channels","type":"integer"},"SampleRate":{"locationName":"sampleRate","type":"integer"}}},"Mp3Settings":{"locationName":"mp3Settings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"Channels":{"locationName":"channels","type":"integer"},"RateControlMode":{"locationName":"rateControlMode"},"SampleRate":{"locationName":"sampleRate","type":"integer"},"VbrQuality":{"locationName":"vbrQuality","type":"integer"}}},"OpusSettings":{"locationName":"opusSettings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"Channels":{"locationName":"channels","type":"integer"},"SampleRate":{"locationName":"sampleRate","type":"integer"}}},"VorbisSettings":{"locationName":"vorbisSettings","type":"structure","members":{"Channels":{"locationName":"channels","type":"integer"},"SampleRate":{"locationName":"sampleRate","type":"integer"},"VbrQuality":{"locationName":"vbrQuality","type":"integer"}}},"WavSettings":{"locationName":"wavSettings","type":"structure","members":{"BitDepth":{"locationName":"bitDepth","type":"integer"},"Channels":{"locationName":"channels","type":"integer"},"Format":{"locationName":"format"},"SampleRate":{"locationName":"sampleRate","type":"integer"}}}}},"CustomLanguageCode":{"locationName":"customLanguageCode"},"LanguageCode":{"locationName":"languageCode"},"LanguageCodeControl":{"locationName":"languageCodeControl"},"RemixSettings":{"shape":"S1j","locationName":"remixSettings"},"StreamName":{"locationName":"streamName"}}}},"Sau":{"type":"structure","members":{"BurninDestinationSettings":{"locationName":"burninDestinationSettings","type":"structure","members":{"Alignment":{"locationName":"alignment"},"ApplyFontColor":{"locationName":"applyFontColor"},"BackgroundColor":{"locationName":"backgroundColor"},"BackgroundOpacity":{"locationName":"backgroundOpacity","type":"integer"},"FallbackFont":{"locationName":"fallbackFont"},"FontColor":{"locationName":"fontColor"},"FontFileBold":{"locationName":"fontFileBold"},"FontFileBoldItalic":{"locationName":"fontFileBoldItalic"},"FontFileItalic":{"locationName":"fontFileItalic"},"FontFileRegular":{"locationName":"fontFileRegular"},"FontOpacity":{"locationName":"fontOpacity","type":"integer"},"FontResolution":{"locationName":"fontResolution","type":"integer"},"FontScript":{"locationName":"fontScript"},"FontSize":{"locationName":"fontSize","type":"integer"},"HexFontColor":{"locationName":"hexFontColor"},"OutlineColor":{"locationName":"outlineColor"},"OutlineSize":{"locationName":"outlineSize","type":"integer"},"ShadowColor":{"locationName":"shadowColor"},"ShadowOpacity":{"locationName":"shadowOpacity","type":"integer"},"ShadowXOffset":{"locationName":"shadowXOffset","type":"integer"},"ShadowYOffset":{"locationName":"shadowYOffset","type":"integer"},"StylePassthrough":{"locationName":"stylePassthrough"},"TeletextSpacing":{"locationName":"teletextSpacing"},"XPosition":{"locationName":"xPosition","type":"integer"},"YPosition":{"locationName":"yPosition","type":"integer"}}},"DestinationType":{"locationName":"destinationType"},"DvbSubDestinationSettings":{"locationName":"dvbSubDestinationSettings","type":"structure","members":{"Alignment":{"locationName":"alignment"},"ApplyFontColor":{"locationName":"applyFontColor"},"BackgroundColor":{"locationName":"backgroundColor"},"BackgroundOpacity":{"locationName":"backgroundOpacity","type":"integer"},"DdsHandling":{"locationName":"ddsHandling"},"DdsXCoordinate":{"locationName":"ddsXCoordinate","type":"integer"},"DdsYCoordinate":{"locationName":"ddsYCoordinate","type":"integer"},"FallbackFont":{"locationName":"fallbackFont"},"FontColor":{"locationName":"fontColor"},"FontFileBold":{"locationName":"fontFileBold"},"FontFileBoldItalic":{"locationName":"fontFileBoldItalic"},"FontFileItalic":{"locationName":"fontFileItalic"},"FontFileRegular":{"locationName":"fontFileRegular"},"FontOpacity":{"locationName":"fontOpacity","type":"integer"},"FontResolution":{"locationName":"fontResolution","type":"integer"},"FontScript":{"locationName":"fontScript"},"FontSize":{"locationName":"fontSize","type":"integer"},"Height":{"locationName":"height","type":"integer"},"HexFontColor":{"locationName":"hexFontColor"},"OutlineColor":{"locationName":"outlineColor"},"OutlineSize":{"locationName":"outlineSize","type":"integer"},"ShadowColor":{"locationName":"shadowColor"},"ShadowOpacity":{"locationName":"shadowOpacity","type":"integer"},"ShadowXOffset":{"locationName":"shadowXOffset","type":"integer"},"ShadowYOffset":{"locationName":"shadowYOffset","type":"integer"},"StylePassthrough":{"locationName":"stylePassthrough"},"SubtitlingType":{"locationName":"subtitlingType"},"TeletextSpacing":{"locationName":"teletextSpacing"},"Width":{"locationName":"width","type":"integer"},"XPosition":{"locationName":"xPosition","type":"integer"},"YPosition":{"locationName":"yPosition","type":"integer"}}},"EmbeddedDestinationSettings":{"locationName":"embeddedDestinationSettings","type":"structure","members":{"Destination608ChannelNumber":{"locationName":"destination608ChannelNumber","type":"integer"},"Destination708ServiceNumber":{"locationName":"destination708ServiceNumber","type":"integer"}}},"ImscDestinationSettings":{"locationName":"imscDestinationSettings","type":"structure","members":{"Accessibility":{"locationName":"accessibility"},"StylePassthrough":{"locationName":"stylePassthrough"}}},"SccDestinationSettings":{"locationName":"sccDestinationSettings","type":"structure","members":{"Framerate":{"locationName":"framerate"}}},"SrtDestinationSettings":{"locationName":"srtDestinationSettings","type":"structure","members":{"StylePassthrough":{"locationName":"stylePassthrough"}}},"TeletextDestinationSettings":{"locationName":"teletextDestinationSettings","type":"structure","members":{"PageNumber":{"locationName":"pageNumber"},"PageTypes":{"locationName":"pageTypes","type":"list","member":{}}}},"TtmlDestinationSettings":{"locationName":"ttmlDestinationSettings","type":"structure","members":{"StylePassthrough":{"locationName":"stylePassthrough"}}},"WebvttDestinationSettings":{"locationName":"webvttDestinationSettings","type":"structure","members":{"Accessibility":{"locationName":"accessibility"},"StylePassthrough":{"locationName":"stylePassthrough"}}}}},"Sc5":{"type":"structure","members":{"CmfcSettings":{"locationName":"cmfcSettings","type":"structure","members":{"AudioDuration":{"locationName":"audioDuration"},"AudioGroupId":{"locationName":"audioGroupId"},"AudioRenditionSets":{"locationName":"audioRenditionSets"},"AudioTrackType":{"locationName":"audioTrackType"},"DescriptiveVideoServiceFlag":{"locationName":"descriptiveVideoServiceFlag"},"IFrameOnlyManifest":{"locationName":"iFrameOnlyManifest"},"KlvMetadata":{"locationName":"klvMetadata"},"ManifestMetadataSignaling":{"locationName":"manifestMetadataSignaling"},"Scte35Esam":{"locationName":"scte35Esam"},"Scte35Source":{"locationName":"scte35Source"},"TimedMetadata":{"locationName":"timedMetadata"},"TimedMetadataBoxVersion":{"locationName":"timedMetadataBoxVersion"},"TimedMetadataSchemeIdUri":{"locationName":"timedMetadataSchemeIdUri"},"TimedMetadataValue":{"locationName":"timedMetadataValue"}}},"Container":{"locationName":"container"},"F4vSettings":{"locationName":"f4vSettings","type":"structure","members":{"MoovPlacement":{"locationName":"moovPlacement"}}},"M2tsSettings":{"locationName":"m2tsSettings","type":"structure","members":{"AudioBufferModel":{"locationName":"audioBufferModel"},"AudioDuration":{"locationName":"audioDuration"},"AudioFramesPerPes":{"locationName":"audioFramesPerPes","type":"integer"},"AudioPids":{"shape":"Sco","locationName":"audioPids"},"Bitrate":{"locationName":"bitrate","type":"integer"},"BufferModel":{"locationName":"bufferModel"},"DataPTSControl":{"locationName":"dataPTSControl"},"DvbNitSettings":{"locationName":"dvbNitSettings","type":"structure","members":{"NetworkId":{"locationName":"networkId","type":"integer"},"NetworkName":{"locationName":"networkName"},"NitInterval":{"locationName":"nitInterval","type":"integer"}}},"DvbSdtSettings":{"locationName":"dvbSdtSettings","type":"structure","members":{"OutputSdt":{"locationName":"outputSdt"},"SdtInterval":{"locationName":"sdtInterval","type":"integer"},"ServiceName":{"locationName":"serviceName"},"ServiceProviderName":{"locationName":"serviceProviderName"}}},"DvbSubPids":{"shape":"Sco","locationName":"dvbSubPids"},"DvbTdtSettings":{"locationName":"dvbTdtSettings","type":"structure","members":{"TdtInterval":{"locationName":"tdtInterval","type":"integer"}}},"DvbTeletextPid":{"locationName":"dvbTeletextPid","type":"integer"},"EbpAudioInterval":{"locationName":"ebpAudioInterval"},"EbpPlacement":{"locationName":"ebpPlacement"},"EsRateInPes":{"locationName":"esRateInPes"},"ForceTsVideoEbpOrder":{"locationName":"forceTsVideoEbpOrder"},"FragmentTime":{"locationName":"fragmentTime","type":"double"},"KlvMetadata":{"locationName":"klvMetadata"},"MaxPcrInterval":{"locationName":"maxPcrInterval","type":"integer"},"MinEbpInterval":{"locationName":"minEbpInterval","type":"integer"},"NielsenId3":{"locationName":"nielsenId3"},"NullPacketBitrate":{"locationName":"nullPacketBitrate","type":"double"},"PatInterval":{"locationName":"patInterval","type":"integer"},"PcrControl":{"locationName":"pcrControl"},"PcrPid":{"locationName":"pcrPid","type":"integer"},"PmtInterval":{"locationName":"pmtInterval","type":"integer"},"PmtPid":{"locationName":"pmtPid","type":"integer"},"PreventBufferUnderflow":{"locationName":"preventBufferUnderflow"},"PrivateMetadataPid":{"locationName":"privateMetadataPid","type":"integer"},"ProgramNumber":{"locationName":"programNumber","type":"integer"},"PtsOffset":{"locationName":"ptsOffset","type":"integer"},"PtsOffsetMode":{"locationName":"ptsOffsetMode"},"RateMode":{"locationName":"rateMode"},"Scte35Esam":{"locationName":"scte35Esam","type":"structure","members":{"Scte35EsamPid":{"locationName":"scte35EsamPid","type":"integer"}}},"Scte35Pid":{"locationName":"scte35Pid","type":"integer"},"Scte35Source":{"locationName":"scte35Source"},"SegmentationMarkers":{"locationName":"segmentationMarkers"},"SegmentationStyle":{"locationName":"segmentationStyle"},"SegmentationTime":{"locationName":"segmentationTime","type":"double"},"TimedMetadataPid":{"locationName":"timedMetadataPid","type":"integer"},"TransportStreamId":{"locationName":"transportStreamId","type":"integer"},"VideoPid":{"locationName":"videoPid","type":"integer"}}},"M3u8Settings":{"locationName":"m3u8Settings","type":"structure","members":{"AudioDuration":{"locationName":"audioDuration"},"AudioFramesPerPes":{"locationName":"audioFramesPerPes","type":"integer"},"AudioPids":{"shape":"Sco","locationName":"audioPids"},"DataPTSControl":{"locationName":"dataPTSControl"},"MaxPcrInterval":{"locationName":"maxPcrInterval","type":"integer"},"NielsenId3":{"locationName":"nielsenId3"},"PatInterval":{"locationName":"patInterval","type":"integer"},"PcrControl":{"locationName":"pcrControl"},"PcrPid":{"locationName":"pcrPid","type":"integer"},"PmtInterval":{"locationName":"pmtInterval","type":"integer"},"PmtPid":{"locationName":"pmtPid","type":"integer"},"PrivateMetadataPid":{"locationName":"privateMetadataPid","type":"integer"},"ProgramNumber":{"locationName":"programNumber","type":"integer"},"PtsOffset":{"locationName":"ptsOffset","type":"integer"},"PtsOffsetMode":{"locationName":"ptsOffsetMode"},"Scte35Pid":{"locationName":"scte35Pid","type":"integer"},"Scte35Source":{"locationName":"scte35Source"},"TimedMetadata":{"locationName":"timedMetadata"},"TimedMetadataPid":{"locationName":"timedMetadataPid","type":"integer"},"TransportStreamId":{"locationName":"transportStreamId","type":"integer"},"VideoPid":{"locationName":"videoPid","type":"integer"}}},"MovSettings":{"locationName":"movSettings","type":"structure","members":{"ClapAtom":{"locationName":"clapAtom"},"CslgAtom":{"locationName":"cslgAtom"},"Mpeg2FourCCControl":{"locationName":"mpeg2FourCCControl"},"PaddingControl":{"locationName":"paddingControl"},"Reference":{"locationName":"reference"}}},"Mp4Settings":{"locationName":"mp4Settings","type":"structure","members":{"AudioDuration":{"locationName":"audioDuration"},"CslgAtom":{"locationName":"cslgAtom"},"CttsVersion":{"locationName":"cttsVersion","type":"integer"},"FreeSpaceBox":{"locationName":"freeSpaceBox"},"MoovPlacement":{"locationName":"moovPlacement"},"Mp4MajorBrand":{"locationName":"mp4MajorBrand"}}},"MpdSettings":{"locationName":"mpdSettings","type":"structure","members":{"AccessibilityCaptionHints":{"locationName":"accessibilityCaptionHints"},"AudioDuration":{"locationName":"audioDuration"},"CaptionContainerType":{"locationName":"captionContainerType"},"KlvMetadata":{"locationName":"klvMetadata"},"ManifestMetadataSignaling":{"locationName":"manifestMetadataSignaling"},"Scte35Esam":{"locationName":"scte35Esam"},"Scte35Source":{"locationName":"scte35Source"},"TimedMetadata":{"locationName":"timedMetadata"},"TimedMetadataBoxVersion":{"locationName":"timedMetadataBoxVersion"},"TimedMetadataSchemeIdUri":{"locationName":"timedMetadataSchemeIdUri"},"TimedMetadataValue":{"locationName":"timedMetadataValue"}}},"MxfSettings":{"locationName":"mxfSettings","type":"structure","members":{"AfdSignaling":{"locationName":"afdSignaling"},"Profile":{"locationName":"profile"},"XavcProfileSettings":{"locationName":"xavcProfileSettings","type":"structure","members":{"DurationMode":{"locationName":"durationMode"},"MaxAncDataSize":{"locationName":"maxAncDataSize","type":"integer"}}}}}}},"Sco":{"type":"list","member":{"type":"integer"}},"Sel":{"type":"structure","members":{"AfdSignaling":{"locationName":"afdSignaling"},"AntiAlias":{"locationName":"antiAlias"},"CodecSettings":{"locationName":"codecSettings","type":"structure","members":{"Av1Settings":{"locationName":"av1Settings","type":"structure","members":{"AdaptiveQuantization":{"locationName":"adaptiveQuantization"},"BitDepth":{"locationName":"bitDepth"},"FilmGrainSynthesis":{"locationName":"filmGrainSynthesis"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"GopSize":{"locationName":"gopSize","type":"double"},"MaxBitrate":{"locationName":"maxBitrate","type":"integer"},"NumberBFramesBetweenReferenceFrames":{"locationName":"numberBFramesBetweenReferenceFrames","type":"integer"},"QvbrSettings":{"locationName":"qvbrSettings","type":"structure","members":{"QvbrQualityLevel":{"locationName":"qvbrQualityLevel","type":"integer"},"QvbrQualityLevelFineTune":{"locationName":"qvbrQualityLevelFineTune","type":"double"}}},"RateControlMode":{"locationName":"rateControlMode"},"Slices":{"locationName":"slices","type":"integer"},"SpatialAdaptiveQuantization":{"locationName":"spatialAdaptiveQuantization"}}},"AvcIntraSettings":{"locationName":"avcIntraSettings","type":"structure","members":{"AvcIntraClass":{"locationName":"avcIntraClass"},"AvcIntraUhdSettings":{"locationName":"avcIntraUhdSettings","type":"structure","members":{"QualityTuningLevel":{"locationName":"qualityTuningLevel"}}},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SlowPal":{"locationName":"slowPal"},"Telecine":{"locationName":"telecine"}}},"Codec":{"locationName":"codec"},"FrameCaptureSettings":{"locationName":"frameCaptureSettings","type":"structure","members":{"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"MaxCaptures":{"locationName":"maxCaptures","type":"integer"},"Quality":{"locationName":"quality","type":"integer"}}},"H264Settings":{"locationName":"h264Settings","type":"structure","members":{"AdaptiveQuantization":{"locationName":"adaptiveQuantization"},"BandwidthReductionFilter":{"shape":"Sfk","locationName":"bandwidthReductionFilter"},"Bitrate":{"locationName":"bitrate","type":"integer"},"CodecLevel":{"locationName":"codecLevel"},"CodecProfile":{"locationName":"codecProfile"},"DynamicSubGop":{"locationName":"dynamicSubGop"},"EndOfStreamMarkers":{"locationName":"endOfStreamMarkers"},"EntropyEncoding":{"locationName":"entropyEncoding"},"FieldEncoding":{"locationName":"fieldEncoding"},"FlickerAdaptiveQuantization":{"locationName":"flickerAdaptiveQuantization"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"GopBReference":{"locationName":"gopBReference"},"GopClosedCadence":{"locationName":"gopClosedCadence","type":"integer"},"GopSize":{"locationName":"gopSize","type":"double"},"GopSizeUnits":{"locationName":"gopSizeUnits"},"HrdBufferFinalFillPercentage":{"locationName":"hrdBufferFinalFillPercentage","type":"integer"},"HrdBufferInitialFillPercentage":{"locationName":"hrdBufferInitialFillPercentage","type":"integer"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"MaxBitrate":{"locationName":"maxBitrate","type":"integer"},"MinIInterval":{"locationName":"minIInterval","type":"integer"},"NumberBFramesBetweenReferenceFrames":{"locationName":"numberBFramesBetweenReferenceFrames","type":"integer"},"NumberReferenceFrames":{"locationName":"numberReferenceFrames","type":"integer"},"ParControl":{"locationName":"parControl"},"ParDenominator":{"locationName":"parDenominator","type":"integer"},"ParNumerator":{"locationName":"parNumerator","type":"integer"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"QvbrSettings":{"locationName":"qvbrSettings","type":"structure","members":{"MaxAverageBitrate":{"locationName":"maxAverageBitrate","type":"integer"},"QvbrQualityLevel":{"locationName":"qvbrQualityLevel","type":"integer"},"QvbrQualityLevelFineTune":{"locationName":"qvbrQualityLevelFineTune","type":"double"}}},"RateControlMode":{"locationName":"rateControlMode"},"RepeatPps":{"locationName":"repeatPps"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SceneChangeDetect":{"locationName":"sceneChangeDetect"},"Slices":{"locationName":"slices","type":"integer"},"SlowPal":{"locationName":"slowPal"},"Softness":{"locationName":"softness","type":"integer"},"SpatialAdaptiveQuantization":{"locationName":"spatialAdaptiveQuantization"},"Syntax":{"locationName":"syntax"},"Telecine":{"locationName":"telecine"},"TemporalAdaptiveQuantization":{"locationName":"temporalAdaptiveQuantization"},"UnregisteredSeiTimecode":{"locationName":"unregisteredSeiTimecode"}}},"H265Settings":{"locationName":"h265Settings","type":"structure","members":{"AdaptiveQuantization":{"locationName":"adaptiveQuantization"},"AlternateTransferFunctionSei":{"locationName":"alternateTransferFunctionSei"},"BandwidthReductionFilter":{"shape":"Sfk","locationName":"bandwidthReductionFilter"},"Bitrate":{"locationName":"bitrate","type":"integer"},"CodecLevel":{"locationName":"codecLevel"},"CodecProfile":{"locationName":"codecProfile"},"DynamicSubGop":{"locationName":"dynamicSubGop"},"EndOfStreamMarkers":{"locationName":"endOfStreamMarkers"},"FlickerAdaptiveQuantization":{"locationName":"flickerAdaptiveQuantization"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"GopBReference":{"locationName":"gopBReference"},"GopClosedCadence":{"locationName":"gopClosedCadence","type":"integer"},"GopSize":{"locationName":"gopSize","type":"double"},"GopSizeUnits":{"locationName":"gopSizeUnits"},"HrdBufferFinalFillPercentage":{"locationName":"hrdBufferFinalFillPercentage","type":"integer"},"HrdBufferInitialFillPercentage":{"locationName":"hrdBufferInitialFillPercentage","type":"integer"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"MaxBitrate":{"locationName":"maxBitrate","type":"integer"},"MinIInterval":{"locationName":"minIInterval","type":"integer"},"NumberBFramesBetweenReferenceFrames":{"locationName":"numberBFramesBetweenReferenceFrames","type":"integer"},"NumberReferenceFrames":{"locationName":"numberReferenceFrames","type":"integer"},"ParControl":{"locationName":"parControl"},"ParDenominator":{"locationName":"parDenominator","type":"integer"},"ParNumerator":{"locationName":"parNumerator","type":"integer"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"QvbrSettings":{"locationName":"qvbrSettings","type":"structure","members":{"MaxAverageBitrate":{"locationName":"maxAverageBitrate","type":"integer"},"QvbrQualityLevel":{"locationName":"qvbrQualityLevel","type":"integer"},"QvbrQualityLevelFineTune":{"locationName":"qvbrQualityLevelFineTune","type":"double"}}},"RateControlMode":{"locationName":"rateControlMode"},"SampleAdaptiveOffsetFilterMode":{"locationName":"sampleAdaptiveOffsetFilterMode"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SceneChangeDetect":{"locationName":"sceneChangeDetect"},"Slices":{"locationName":"slices","type":"integer"},"SlowPal":{"locationName":"slowPal"},"SpatialAdaptiveQuantization":{"locationName":"spatialAdaptiveQuantization"},"Telecine":{"locationName":"telecine"},"TemporalAdaptiveQuantization":{"locationName":"temporalAdaptiveQuantization"},"TemporalIds":{"locationName":"temporalIds"},"Tiles":{"locationName":"tiles"},"UnregisteredSeiTimecode":{"locationName":"unregisteredSeiTimecode"},"WriteMp4PackagingType":{"locationName":"writeMp4PackagingType"}}},"Mpeg2Settings":{"locationName":"mpeg2Settings","type":"structure","members":{"AdaptiveQuantization":{"locationName":"adaptiveQuantization"},"Bitrate":{"locationName":"bitrate","type":"integer"},"CodecLevel":{"locationName":"codecLevel"},"CodecProfile":{"locationName":"codecProfile"},"DynamicSubGop":{"locationName":"dynamicSubGop"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"GopClosedCadence":{"locationName":"gopClosedCadence","type":"integer"},"GopSize":{"locationName":"gopSize","type":"double"},"GopSizeUnits":{"locationName":"gopSizeUnits"},"HrdBufferFinalFillPercentage":{"locationName":"hrdBufferFinalFillPercentage","type":"integer"},"HrdBufferInitialFillPercentage":{"locationName":"hrdBufferInitialFillPercentage","type":"integer"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"IntraDcPrecision":{"locationName":"intraDcPrecision"},"MaxBitrate":{"locationName":"maxBitrate","type":"integer"},"MinIInterval":{"locationName":"minIInterval","type":"integer"},"NumberBFramesBetweenReferenceFrames":{"locationName":"numberBFramesBetweenReferenceFrames","type":"integer"},"ParControl":{"locationName":"parControl"},"ParDenominator":{"locationName":"parDenominator","type":"integer"},"ParNumerator":{"locationName":"parNumerator","type":"integer"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"RateControlMode":{"locationName":"rateControlMode"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SceneChangeDetect":{"locationName":"sceneChangeDetect"},"SlowPal":{"locationName":"slowPal"},"Softness":{"locationName":"softness","type":"integer"},"SpatialAdaptiveQuantization":{"locationName":"spatialAdaptiveQuantization"},"Syntax":{"locationName":"syntax"},"Telecine":{"locationName":"telecine"},"TemporalAdaptiveQuantization":{"locationName":"temporalAdaptiveQuantization"}}},"ProresSettings":{"locationName":"proresSettings","type":"structure","members":{"ChromaSampling":{"locationName":"chromaSampling"},"CodecProfile":{"locationName":"codecProfile"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"ParControl":{"locationName":"parControl"},"ParDenominator":{"locationName":"parDenominator","type":"integer"},"ParNumerator":{"locationName":"parNumerator","type":"integer"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SlowPal":{"locationName":"slowPal"},"Telecine":{"locationName":"telecine"}}},"UncompressedSettings":{"locationName":"uncompressedSettings","type":"structure","members":{"Fourcc":{"locationName":"fourcc"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SlowPal":{"locationName":"slowPal"},"Telecine":{"locationName":"telecine"}}},"Vc3Settings":{"locationName":"vc3Settings","type":"structure","members":{"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SlowPal":{"locationName":"slowPal"},"Telecine":{"locationName":"telecine"},"Vc3Class":{"locationName":"vc3Class"}}},"Vp8Settings":{"locationName":"vp8Settings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"GopSize":{"locationName":"gopSize","type":"double"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"MaxBitrate":{"locationName":"maxBitrate","type":"integer"},"ParControl":{"locationName":"parControl"},"ParDenominator":{"locationName":"parDenominator","type":"integer"},"ParNumerator":{"locationName":"parNumerator","type":"integer"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"RateControlMode":{"locationName":"rateControlMode"}}},"Vp9Settings":{"locationName":"vp9Settings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"GopSize":{"locationName":"gopSize","type":"double"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"MaxBitrate":{"locationName":"maxBitrate","type":"integer"},"ParControl":{"locationName":"parControl"},"ParDenominator":{"locationName":"parDenominator","type":"integer"},"ParNumerator":{"locationName":"parNumerator","type":"integer"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"RateControlMode":{"locationName":"rateControlMode"}}},"XavcSettings":{"locationName":"xavcSettings","type":"structure","members":{"AdaptiveQuantization":{"locationName":"adaptiveQuantization"},"EntropyEncoding":{"locationName":"entropyEncoding"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"Profile":{"locationName":"profile"},"SlowPal":{"locationName":"slowPal"},"Softness":{"locationName":"softness","type":"integer"},"SpatialAdaptiveQuantization":{"locationName":"spatialAdaptiveQuantization"},"TemporalAdaptiveQuantization":{"locationName":"temporalAdaptiveQuantization"},"Xavc4kIntraCbgProfileSettings":{"locationName":"xavc4kIntraCbgProfileSettings","type":"structure","members":{"XavcClass":{"locationName":"xavcClass"}}},"Xavc4kIntraVbrProfileSettings":{"locationName":"xavc4kIntraVbrProfileSettings","type":"structure","members":{"XavcClass":{"locationName":"xavcClass"}}},"Xavc4kProfileSettings":{"locationName":"xavc4kProfileSettings","type":"structure","members":{"BitrateClass":{"locationName":"bitrateClass"},"CodecProfile":{"locationName":"codecProfile"},"FlickerAdaptiveQuantization":{"locationName":"flickerAdaptiveQuantization"},"GopBReference":{"locationName":"gopBReference"},"GopClosedCadence":{"locationName":"gopClosedCadence","type":"integer"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"Slices":{"locationName":"slices","type":"integer"}}},"XavcHdIntraCbgProfileSettings":{"locationName":"xavcHdIntraCbgProfileSettings","type":"structure","members":{"XavcClass":{"locationName":"xavcClass"}}},"XavcHdProfileSettings":{"locationName":"xavcHdProfileSettings","type":"structure","members":{"BitrateClass":{"locationName":"bitrateClass"},"FlickerAdaptiveQuantization":{"locationName":"flickerAdaptiveQuantization"},"GopBReference":{"locationName":"gopBReference"},"GopClosedCadence":{"locationName":"gopClosedCadence","type":"integer"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"Slices":{"locationName":"slices","type":"integer"},"Telecine":{"locationName":"telecine"}}}}}}},"ColorMetadata":{"locationName":"colorMetadata"},"Crop":{"shape":"S2i","locationName":"crop"},"DropFrameTimecode":{"locationName":"dropFrameTimecode"},"FixedAfd":{"locationName":"fixedAfd","type":"integer"},"Height":{"locationName":"height","type":"integer"},"Position":{"shape":"S2i","locationName":"position"},"RespondToAfd":{"locationName":"respondToAfd"},"ScalingBehavior":{"locationName":"scalingBehavior"},"Sharpness":{"locationName":"sharpness","type":"integer"},"TimecodeInsertion":{"locationName":"timecodeInsertion"},"VideoPreprocessors":{"locationName":"videoPreprocessors","type":"structure","members":{"ColorCorrector":{"locationName":"colorCorrector","type":"structure","members":{"Brightness":{"locationName":"brightness","type":"integer"},"ClipLimits":{"locationName":"clipLimits","type":"structure","members":{"MaximumRGBTolerance":{"locationName":"maximumRGBTolerance","type":"integer"},"MaximumYUV":{"locationName":"maximumYUV","type":"integer"},"MinimumRGBTolerance":{"locationName":"minimumRGBTolerance","type":"integer"},"MinimumYUV":{"locationName":"minimumYUV","type":"integer"}}},"ColorSpaceConversion":{"locationName":"colorSpaceConversion"},"Contrast":{"locationName":"contrast","type":"integer"},"Hdr10Metadata":{"shape":"S3m","locationName":"hdr10Metadata"},"HdrToSdrToneMapper":{"locationName":"hdrToSdrToneMapper"},"Hue":{"locationName":"hue","type":"integer"},"MaxLuminance":{"locationName":"maxLuminance","type":"integer"},"SampleRangeConversion":{"locationName":"sampleRangeConversion"},"Saturation":{"locationName":"saturation","type":"integer"},"SdrReferenceWhiteLevel":{"locationName":"sdrReferenceWhiteLevel","type":"integer"}}},"Deinterlacer":{"locationName":"deinterlacer","type":"structure","members":{"Algorithm":{"locationName":"algorithm"},"Control":{"locationName":"control"},"Mode":{"locationName":"mode"}}},"DolbyVision":{"locationName":"dolbyVision","type":"structure","members":{"L6Metadata":{"locationName":"l6Metadata","type":"structure","members":{"MaxCll":{"locationName":"maxCll","type":"integer"},"MaxFall":{"locationName":"maxFall","type":"integer"}}},"L6Mode":{"locationName":"l6Mode"},"Mapping":{"locationName":"mapping"},"Profile":{"locationName":"profile"}}},"Hdr10Plus":{"locationName":"hdr10Plus","type":"structure","members":{"MasteringMonitorNits":{"locationName":"masteringMonitorNits","type":"integer"},"TargetMonitorNits":{"locationName":"targetMonitorNits","type":"integer"}}},"ImageInserter":{"shape":"S2u","locationName":"imageInserter"},"NoiseReducer":{"locationName":"noiseReducer","type":"structure","members":{"Filter":{"locationName":"filter"},"FilterSettings":{"locationName":"filterSettings","type":"structure","members":{"Strength":{"locationName":"strength","type":"integer"}}},"SpatialFilterSettings":{"locationName":"spatialFilterSettings","type":"structure","members":{"PostFilterSharpenStrength":{"locationName":"postFilterSharpenStrength","type":"integer"},"Speed":{"locationName":"speed","type":"integer"},"Strength":{"locationName":"strength","type":"integer"}}},"TemporalFilterSettings":{"locationName":"temporalFilterSettings","type":"structure","members":{"AggressiveMode":{"locationName":"aggressiveMode","type":"integer"},"PostTemporalSharpening":{"locationName":"postTemporalSharpening"},"PostTemporalSharpeningStrength":{"locationName":"postTemporalSharpeningStrength"},"Speed":{"locationName":"speed","type":"integer"},"Strength":{"locationName":"strength","type":"integer"}}}}},"PartnerWatermarking":{"locationName":"partnerWatermarking","type":"structure","members":{"NexguardFileMarkerSettings":{"locationName":"nexguardFileMarkerSettings","type":"structure","members":{"License":{"locationName":"license"},"Payload":{"locationName":"payload","type":"integer"},"Preset":{"locationName":"preset"},"Strength":{"locationName":"strength"}}}}},"TimecodeBurnin":{"locationName":"timecodeBurnin","type":"structure","members":{"FontSize":{"locationName":"fontSize","type":"integer"},"Position":{"locationName":"position"},"Prefix":{"locationName":"prefix"}}}}},"Width":{"locationName":"width","type":"integer"}}},"Sfk":{"type":"structure","members":{"Sharpening":{"locationName":"sharpening"},"Strength":{"locationName":"strength"}}},"Sl3":{"type":"structure","members":{"Anchor":{"locationName":"anchor"},"Source":{"locationName":"source"},"Start":{"locationName":"start"},"TimestampOffset":{"locationName":"timestampOffset"}}},"Sl6":{"type":"structure","members":{"Id3Insertions":{"locationName":"id3Insertions","type":"list","member":{"type":"structure","members":{"Id3":{"locationName":"id3"},"Timecode":{"locationName":"timecode"}}}}}},"Slb":{"type":"map","key":{},"value":{}},"Sld":{"type":"structure","members":{"AccelerationSettings":{"shape":"S7","locationName":"accelerationSettings"},"AccelerationStatus":{"locationName":"accelerationStatus"},"Arn":{"locationName":"arn"},"BillingTagsSource":{"locationName":"billingTagsSource"},"ClientRequestToken":{"locationName":"clientRequestToken"},"CreatedAt":{"shape":"Slf","locationName":"createdAt"},"CurrentPhase":{"locationName":"currentPhase"},"ErrorCode":{"locationName":"errorCode","type":"integer"},"ErrorMessage":{"locationName":"errorMessage"},"HopDestinations":{"shape":"Sa","locationName":"hopDestinations"},"Id":{"locationName":"id"},"JobPercentComplete":{"locationName":"jobPercentComplete","type":"integer"},"JobTemplate":{"locationName":"jobTemplate"},"Messages":{"locationName":"messages","type":"structure","members":{"Info":{"shape":"Sli","locationName":"info"},"Warning":{"shape":"Sli","locationName":"warning"}}},"OutputGroupDetails":{"locationName":"outputGroupDetails","type":"list","member":{"type":"structure","members":{"OutputDetails":{"locationName":"outputDetails","type":"list","member":{"type":"structure","members":{"DurationInMs":{"locationName":"durationInMs","type":"integer"},"VideoDetails":{"locationName":"videoDetails","type":"structure","members":{"HeightInPx":{"locationName":"heightInPx","type":"integer"},"WidthInPx":{"locationName":"widthInPx","type":"integer"}}}}}}}}},"Priority":{"locationName":"priority","type":"integer"},"Queue":{"locationName":"queue"},"QueueTransitions":{"locationName":"queueTransitions","type":"list","member":{"type":"structure","members":{"DestinationQueue":{"locationName":"destinationQueue"},"SourceQueue":{"locationName":"sourceQueue"},"Timestamp":{"shape":"Slf","locationName":"timestamp"}}}},"RetryCount":{"locationName":"retryCount","type":"integer"},"Role":{"locationName":"role"},"Settings":{"shape":"Se","locationName":"settings"},"SimulateReservedQueue":{"locationName":"simulateReservedQueue"},"Status":{"locationName":"status"},"StatusUpdateInterval":{"locationName":"statusUpdateInterval"},"Timing":{"locationName":"timing","type":"structure","members":{"FinishTime":{"shape":"Slf","locationName":"finishTime"},"StartTime":{"shape":"Slf","locationName":"startTime"},"SubmitTime":{"shape":"Slf","locationName":"submitTime"}}},"UserMetadata":{"shape":"Slb","locationName":"userMetadata"},"Warnings":{"locationName":"warnings","type":"list","member":{"type":"structure","members":{"Code":{"locationName":"code","type":"integer"},"Count":{"locationName":"count","type":"integer"}},"required":["Count","Code"]}}},"required":["Settings","Role"]},"Slf":{"type":"timestamp","timestampFormat":"unixTimestamp"},"Sli":{"type":"list","member":{}},"Slv":{"type":"structure","members":{"AdAvailOffset":{"locationName":"adAvailOffset","type":"integer"},"AvailBlanking":{"shape":"Sg","locationName":"availBlanking"},"ColorConversion3DLUTSettings":{"shape":"Si","locationName":"colorConversion3DLUTSettings"},"Esam":{"shape":"Sn","locationName":"esam"},"ExtendedDataServices":{"shape":"St","locationName":"extendedDataServices"},"FollowSource":{"locationName":"followSource","type":"integer"},"Inputs":{"locationName":"inputs","type":"list","member":{"type":"structure","members":{"AdvancedInputFilter":{"locationName":"advancedInputFilter"},"AdvancedInputFilterSettings":{"shape":"S10","locationName":"advancedInputFilterSettings"},"AudioSelectorGroups":{"shape":"S13","locationName":"audioSelectorGroups"},"AudioSelectors":{"shape":"S17","locationName":"audioSelectors"},"CaptionSelectors":{"shape":"S1t","locationName":"captionSelectors"},"Crop":{"shape":"S2i","locationName":"crop"},"DeblockFilter":{"locationName":"deblockFilter"},"DenoiseFilter":{"locationName":"denoiseFilter"},"DolbyVisionMetadataXml":{"locationName":"dolbyVisionMetadataXml"},"FilterEnable":{"locationName":"filterEnable"},"FilterStrength":{"locationName":"filterStrength","type":"integer"},"ImageInserter":{"shape":"S2u","locationName":"imageInserter"},"InputClippings":{"shape":"S32","locationName":"inputClippings"},"InputScanType":{"locationName":"inputScanType"},"Position":{"shape":"S2i","locationName":"position"},"ProgramNumber":{"locationName":"programNumber","type":"integer"},"PsiControl":{"locationName":"psiControl"},"TimecodeSource":{"locationName":"timecodeSource"},"TimecodeStart":{"locationName":"timecodeStart"},"VideoOverlays":{"shape":"S3d","locationName":"videoOverlays"},"VideoSelector":{"shape":"S3i","locationName":"videoSelector"}}}},"KantarWatermark":{"shape":"S3s","locationName":"kantarWatermark"},"MotionImageInserter":{"shape":"S40","locationName":"motionImageInserter"},"NielsenConfiguration":{"shape":"S48","locationName":"nielsenConfiguration"},"NielsenNonLinearWatermark":{"shape":"S4a","locationName":"nielsenNonLinearWatermark"},"OutputGroups":{"shape":"S4h","locationName":"outputGroups"},"TimecodeConfig":{"shape":"Sl3","locationName":"timecodeConfig"},"TimedMetadataInsertion":{"shape":"Sl6","locationName":"timedMetadataInsertion"}}},"Slz":{"type":"structure","members":{"AccelerationSettings":{"shape":"S7","locationName":"accelerationSettings"},"Arn":{"locationName":"arn"},"Category":{"locationName":"category"},"CreatedAt":{"shape":"Slf","locationName":"createdAt"},"Description":{"locationName":"description"},"HopDestinations":{"shape":"Sa","locationName":"hopDestinations"},"LastUpdated":{"shape":"Slf","locationName":"lastUpdated"},"Name":{"locationName":"name"},"Priority":{"locationName":"priority","type":"integer"},"Queue":{"locationName":"queue"},"Settings":{"shape":"Slv","locationName":"settings"},"StatusUpdateInterval":{"locationName":"statusUpdateInterval"},"Type":{"locationName":"type"}},"required":["Settings","Name"]},"Sm2":{"type":"structure","members":{"AudioDescriptions":{"shape":"S86","locationName":"audioDescriptions"},"CaptionDescriptions":{"locationName":"captionDescriptions","type":"list","member":{"type":"structure","members":{"CustomLanguageCode":{"locationName":"customLanguageCode"},"DestinationSettings":{"shape":"Sau","locationName":"destinationSettings"},"LanguageCode":{"locationName":"languageCode"},"LanguageDescription":{"locationName":"languageDescription"}}}},"ContainerSettings":{"shape":"Sc5","locationName":"containerSettings"},"VideoDescription":{"shape":"Sel","locationName":"videoDescription"}}},"Sm6":{"type":"structure","members":{"Arn":{"locationName":"arn"},"Category":{"locationName":"category"},"CreatedAt":{"shape":"Slf","locationName":"createdAt"},"Description":{"locationName":"description"},"LastUpdated":{"shape":"Slf","locationName":"lastUpdated"},"Name":{"locationName":"name"},"Settings":{"shape":"Sm2","locationName":"settings"},"Type":{"locationName":"type"}},"required":["Settings","Name"]},"Sm9":{"type":"structure","members":{"Commitment":{"locationName":"commitment"},"RenewalType":{"locationName":"renewalType"},"ReservedSlots":{"locationName":"reservedSlots","type":"integer"}},"required":["Commitment","ReservedSlots","RenewalType"]},"Sme":{"type":"structure","members":{"Arn":{"locationName":"arn"},"CreatedAt":{"shape":"Slf","locationName":"createdAt"},"Description":{"locationName":"description"},"LastUpdated":{"shape":"Slf","locationName":"lastUpdated"},"Name":{"locationName":"name"},"PricingPlan":{"locationName":"pricingPlan"},"ProgressingJobsCount":{"locationName":"progressingJobsCount","type":"integer"},"ReservationPlan":{"locationName":"reservationPlan","type":"structure","members":{"Commitment":{"locationName":"commitment"},"ExpiresAt":{"shape":"Slf","locationName":"expiresAt"},"PurchasedAt":{"shape":"Slf","locationName":"purchasedAt"},"RenewalType":{"locationName":"renewalType"},"ReservedSlots":{"locationName":"reservedSlots","type":"integer"},"Status":{"locationName":"status"}}},"Status":{"locationName":"status"},"SubmittedJobsCount":{"locationName":"submittedJobsCount","type":"integer"},"Type":{"locationName":"type"}},"required":["Name"]},"Sn2":{"type":"structure","members":{"HttpInputs":{"locationName":"httpInputs"},"HttpsInputs":{"locationName":"httpsInputs"},"S3Inputs":{"locationName":"s3Inputs"}}}}}
|
55696
|
+
module.exports = {"metadata":{"apiVersion":"2017-08-29","endpointPrefix":"mediaconvert","signingName":"mediaconvert","serviceFullName":"AWS Elemental MediaConvert","serviceId":"MediaConvert","protocol":"rest-json","jsonVersion":"1.1","uid":"mediaconvert-2017-08-29","signatureVersion":"v4","serviceAbbreviation":"MediaConvert"},"operations":{"AssociateCertificate":{"http":{"requestUri":"/2017-08-29/certificates","responseCode":201},"input":{"type":"structure","members":{"Arn":{"locationName":"arn"}},"required":["Arn"]},"output":{"type":"structure","members":{}}},"CancelJob":{"http":{"method":"DELETE","requestUri":"/2017-08-29/jobs/{id}","responseCode":202},"input":{"type":"structure","members":{"Id":{"locationName":"id","location":"uri"}},"required":["Id"]},"output":{"type":"structure","members":{}}},"CreateJob":{"http":{"requestUri":"/2017-08-29/jobs","responseCode":201},"input":{"type":"structure","members":{"AccelerationSettings":{"shape":"S7","locationName":"accelerationSettings"},"BillingTagsSource":{"locationName":"billingTagsSource"},"ClientRequestToken":{"locationName":"clientRequestToken","idempotencyToken":true},"HopDestinations":{"shape":"Sa","locationName":"hopDestinations"},"JobTemplate":{"locationName":"jobTemplate"},"Priority":{"locationName":"priority","type":"integer"},"Queue":{"locationName":"queue"},"Role":{"locationName":"role"},"Settings":{"shape":"Se","locationName":"settings"},"SimulateReservedQueue":{"locationName":"simulateReservedQueue"},"StatusUpdateInterval":{"locationName":"statusUpdateInterval"},"Tags":{"shape":"Slb","locationName":"tags"},"UserMetadata":{"shape":"Slb","locationName":"userMetadata"}},"required":["Role","Settings"]},"output":{"type":"structure","members":{"Job":{"shape":"Sld","locationName":"job"}}}},"CreateJobTemplate":{"http":{"requestUri":"/2017-08-29/jobTemplates","responseCode":201},"input":{"type":"structure","members":{"AccelerationSettings":{"shape":"S7","locationName":"accelerationSettings"},"Category":{"locationName":"category"},"Description":{"locationName":"description"},"HopDestinations":{"shape":"Sa","locationName":"hopDestinations"},"Name":{"locationName":"name"},"Priority":{"locationName":"priority","type":"integer"},"Queue":{"locationName":"queue"},"Settings":{"shape":"Slv","locationName":"settings"},"StatusUpdateInterval":{"locationName":"statusUpdateInterval"},"Tags":{"shape":"Slb","locationName":"tags"}},"required":["Settings","Name"]},"output":{"type":"structure","members":{"JobTemplate":{"shape":"Slz","locationName":"jobTemplate"}}}},"CreatePreset":{"http":{"requestUri":"/2017-08-29/presets","responseCode":201},"input":{"type":"structure","members":{"Category":{"locationName":"category"},"Description":{"locationName":"description"},"Name":{"locationName":"name"},"Settings":{"shape":"Sm2","locationName":"settings"},"Tags":{"shape":"Slb","locationName":"tags"}},"required":["Settings","Name"]},"output":{"type":"structure","members":{"Preset":{"shape":"Sm6","locationName":"preset"}}}},"CreateQueue":{"http":{"requestUri":"/2017-08-29/queues","responseCode":201},"input":{"type":"structure","members":{"Description":{"locationName":"description"},"Name":{"locationName":"name"},"PricingPlan":{"locationName":"pricingPlan"},"ReservationPlanSettings":{"shape":"Sm9","locationName":"reservationPlanSettings"},"Status":{"locationName":"status"},"Tags":{"shape":"Slb","locationName":"tags"}},"required":["Name"]},"output":{"type":"structure","members":{"Queue":{"shape":"Sme","locationName":"queue"}}}},"DeleteJobTemplate":{"http":{"method":"DELETE","requestUri":"/2017-08-29/jobTemplates/{name}","responseCode":202},"input":{"type":"structure","members":{"Name":{"locationName":"name","location":"uri"}},"required":["Name"]},"output":{"type":"structure","members":{}}},"DeletePolicy":{"http":{"method":"DELETE","requestUri":"/2017-08-29/policy","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"DeletePreset":{"http":{"method":"DELETE","requestUri":"/2017-08-29/presets/{name}","responseCode":202},"input":{"type":"structure","members":{"Name":{"locationName":"name","location":"uri"}},"required":["Name"]},"output":{"type":"structure","members":{}}},"DeleteQueue":{"http":{"method":"DELETE","requestUri":"/2017-08-29/queues/{name}","responseCode":202},"input":{"type":"structure","members":{"Name":{"locationName":"name","location":"uri"}},"required":["Name"]},"output":{"type":"structure","members":{}}},"DescribeEndpoints":{"http":{"requestUri":"/2017-08-29/endpoints","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"locationName":"maxResults","type":"integer"},"Mode":{"locationName":"mode","type":"string","deprecated":true,"deprecatedMessage":"DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."},"NextToken":{"locationName":"nextToken"}},"deprecated":true,"deprecatedMessage":"DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."},"output":{"type":"structure","members":{"Endpoints":{"locationName":"endpoints","type":"list","member":{"type":"structure","members":{"Url":{"locationName":"url"}}}},"NextToken":{"locationName":"nextToken"}},"deprecated":true,"deprecatedMessage":"DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."},"deprecated":true,"deprecatedMessage":"DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."},"DisassociateCertificate":{"http":{"method":"DELETE","requestUri":"/2017-08-29/certificates/{arn}","responseCode":202},"input":{"type":"structure","members":{"Arn":{"locationName":"arn","location":"uri"}},"required":["Arn"]},"output":{"type":"structure","members":{}}},"GetJob":{"http":{"method":"GET","requestUri":"/2017-08-29/jobs/{id}","responseCode":200},"input":{"type":"structure","members":{"Id":{"locationName":"id","location":"uri"}},"required":["Id"]},"output":{"type":"structure","members":{"Job":{"shape":"Sld","locationName":"job"}}}},"GetJobTemplate":{"http":{"method":"GET","requestUri":"/2017-08-29/jobTemplates/{name}","responseCode":200},"input":{"type":"structure","members":{"Name":{"locationName":"name","location":"uri"}},"required":["Name"]},"output":{"type":"structure","members":{"JobTemplate":{"shape":"Slz","locationName":"jobTemplate"}}}},"GetPolicy":{"http":{"method":"GET","requestUri":"/2017-08-29/policy","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"Policy":{"shape":"Sn2","locationName":"policy"}}}},"GetPreset":{"http":{"method":"GET","requestUri":"/2017-08-29/presets/{name}","responseCode":200},"input":{"type":"structure","members":{"Name":{"locationName":"name","location":"uri"}},"required":["Name"]},"output":{"type":"structure","members":{"Preset":{"shape":"Sm6","locationName":"preset"}}}},"GetQueue":{"http":{"method":"GET","requestUri":"/2017-08-29/queues/{name}","responseCode":200},"input":{"type":"structure","members":{"Name":{"locationName":"name","location":"uri"}},"required":["Name"]},"output":{"type":"structure","members":{"Queue":{"shape":"Sme","locationName":"queue"}}}},"ListJobTemplates":{"http":{"method":"GET","requestUri":"/2017-08-29/jobTemplates","responseCode":200},"input":{"type":"structure","members":{"Category":{"locationName":"category","location":"querystring"},"ListBy":{"locationName":"listBy","location":"querystring"},"MaxResults":{"locationName":"maxResults","location":"querystring","type":"integer"},"NextToken":{"locationName":"nextToken","location":"querystring"},"Order":{"locationName":"order","location":"querystring"}}},"output":{"type":"structure","members":{"JobTemplates":{"locationName":"jobTemplates","type":"list","member":{"shape":"Slz"}},"NextToken":{"locationName":"nextToken"}}}},"ListJobs":{"http":{"method":"GET","requestUri":"/2017-08-29/jobs","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"locationName":"maxResults","location":"querystring","type":"integer"},"NextToken":{"locationName":"nextToken","location":"querystring"},"Order":{"locationName":"order","location":"querystring"},"Queue":{"locationName":"queue","location":"querystring"},"Status":{"locationName":"status","location":"querystring"}}},"output":{"type":"structure","members":{"Jobs":{"shape":"Sng","locationName":"jobs"},"NextToken":{"locationName":"nextToken"}}}},"ListPresets":{"http":{"method":"GET","requestUri":"/2017-08-29/presets","responseCode":200},"input":{"type":"structure","members":{"Category":{"locationName":"category","location":"querystring"},"ListBy":{"locationName":"listBy","location":"querystring"},"MaxResults":{"locationName":"maxResults","location":"querystring","type":"integer"},"NextToken":{"locationName":"nextToken","location":"querystring"},"Order":{"locationName":"order","location":"querystring"}}},"output":{"type":"structure","members":{"NextToken":{"locationName":"nextToken"},"Presets":{"locationName":"presets","type":"list","member":{"shape":"Sm6"}}}}},"ListQueues":{"http":{"method":"GET","requestUri":"/2017-08-29/queues","responseCode":200},"input":{"type":"structure","members":{"ListBy":{"locationName":"listBy","location":"querystring"},"MaxResults":{"locationName":"maxResults","location":"querystring","type":"integer"},"NextToken":{"locationName":"nextToken","location":"querystring"},"Order":{"locationName":"order","location":"querystring"}}},"output":{"type":"structure","members":{"NextToken":{"locationName":"nextToken"},"Queues":{"locationName":"queues","type":"list","member":{"shape":"Sme"}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/2017-08-29/tags/{arn}","responseCode":200},"input":{"type":"structure","members":{"Arn":{"locationName":"arn","location":"uri"}},"required":["Arn"]},"output":{"type":"structure","members":{"ResourceTags":{"locationName":"resourceTags","type":"structure","members":{"Arn":{"locationName":"arn"},"Tags":{"shape":"Slb","locationName":"tags"}}}}}},"PutPolicy":{"http":{"method":"PUT","requestUri":"/2017-08-29/policy","responseCode":200},"input":{"type":"structure","members":{"Policy":{"shape":"Sn2","locationName":"policy"}},"required":["Policy"]},"output":{"type":"structure","members":{"Policy":{"shape":"Sn2","locationName":"policy"}}}},"SearchJobs":{"http":{"method":"GET","requestUri":"/2017-08-29/search","responseCode":200},"input":{"type":"structure","members":{"InputFile":{"locationName":"inputFile","location":"querystring"},"MaxResults":{"locationName":"maxResults","location":"querystring","type":"integer"},"NextToken":{"locationName":"nextToken","location":"querystring"},"Order":{"locationName":"order","location":"querystring"},"Queue":{"locationName":"queue","location":"querystring"},"Status":{"locationName":"status","location":"querystring"}}},"output":{"type":"structure","members":{"Jobs":{"shape":"Sng","locationName":"jobs"},"NextToken":{"locationName":"nextToken"}}}},"TagResource":{"http":{"requestUri":"/2017-08-29/tags","responseCode":200},"input":{"type":"structure","members":{"Arn":{"locationName":"arn"},"Tags":{"shape":"Slb","locationName":"tags"}},"required":["Arn","Tags"]},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"PUT","requestUri":"/2017-08-29/tags/{arn}","responseCode":200},"input":{"type":"structure","members":{"Arn":{"locationName":"arn","location":"uri"},"TagKeys":{"shape":"Sli","locationName":"tagKeys"}},"required":["Arn"]},"output":{"type":"structure","members":{}}},"UpdateJobTemplate":{"http":{"method":"PUT","requestUri":"/2017-08-29/jobTemplates/{name}","responseCode":200},"input":{"type":"structure","members":{"AccelerationSettings":{"shape":"S7","locationName":"accelerationSettings"},"Category":{"locationName":"category"},"Description":{"locationName":"description"},"HopDestinations":{"shape":"Sa","locationName":"hopDestinations"},"Name":{"locationName":"name","location":"uri"},"Priority":{"locationName":"priority","type":"integer"},"Queue":{"locationName":"queue"},"Settings":{"shape":"Slv","locationName":"settings"},"StatusUpdateInterval":{"locationName":"statusUpdateInterval"}},"required":["Name"]},"output":{"type":"structure","members":{"JobTemplate":{"shape":"Slz","locationName":"jobTemplate"}}}},"UpdatePreset":{"http":{"method":"PUT","requestUri":"/2017-08-29/presets/{name}","responseCode":200},"input":{"type":"structure","members":{"Category":{"locationName":"category"},"Description":{"locationName":"description"},"Name":{"locationName":"name","location":"uri"},"Settings":{"shape":"Sm2","locationName":"settings"}},"required":["Name"]},"output":{"type":"structure","members":{"Preset":{"shape":"Sm6","locationName":"preset"}}}},"UpdateQueue":{"http":{"method":"PUT","requestUri":"/2017-08-29/queues/{name}","responseCode":200},"input":{"type":"structure","members":{"Description":{"locationName":"description"},"Name":{"locationName":"name","location":"uri"},"ReservationPlanSettings":{"shape":"Sm9","locationName":"reservationPlanSettings"},"Status":{"locationName":"status"}},"required":["Name"]},"output":{"type":"structure","members":{"Queue":{"shape":"Sme","locationName":"queue"}}}}},"shapes":{"S7":{"type":"structure","members":{"Mode":{"locationName":"mode"}},"required":["Mode"]},"Sa":{"type":"list","member":{"type":"structure","members":{"Priority":{"locationName":"priority","type":"integer"},"Queue":{"locationName":"queue"},"WaitMinutes":{"locationName":"waitMinutes","type":"integer"}}}},"Se":{"type":"structure","members":{"AdAvailOffset":{"locationName":"adAvailOffset","type":"integer"},"AvailBlanking":{"shape":"Sg","locationName":"availBlanking"},"ColorConversion3DLUTSettings":{"shape":"Si","locationName":"colorConversion3DLUTSettings"},"Esam":{"shape":"Sn","locationName":"esam"},"ExtendedDataServices":{"shape":"St","locationName":"extendedDataServices"},"FollowSource":{"locationName":"followSource","type":"integer"},"Inputs":{"locationName":"inputs","type":"list","member":{"type":"structure","members":{"AdvancedInputFilter":{"locationName":"advancedInputFilter"},"AdvancedInputFilterSettings":{"shape":"S10","locationName":"advancedInputFilterSettings"},"AudioSelectorGroups":{"shape":"S13","locationName":"audioSelectorGroups"},"AudioSelectors":{"shape":"S17","locationName":"audioSelectors"},"CaptionSelectors":{"shape":"S1t","locationName":"captionSelectors"},"Crop":{"shape":"S2i","locationName":"crop"},"DeblockFilter":{"locationName":"deblockFilter"},"DecryptionSettings":{"locationName":"decryptionSettings","type":"structure","members":{"DecryptionMode":{"locationName":"decryptionMode"},"EncryptedDecryptionKey":{"locationName":"encryptedDecryptionKey"},"InitializationVector":{"locationName":"initializationVector"},"KmsKeyRegion":{"locationName":"kmsKeyRegion"}}},"DenoiseFilter":{"locationName":"denoiseFilter"},"DolbyVisionMetadataXml":{"locationName":"dolbyVisionMetadataXml"},"FileInput":{"locationName":"fileInput"},"FilterEnable":{"locationName":"filterEnable"},"FilterStrength":{"locationName":"filterStrength","type":"integer"},"ImageInserter":{"shape":"S2u","locationName":"imageInserter"},"InputClippings":{"shape":"S32","locationName":"inputClippings"},"InputScanType":{"locationName":"inputScanType"},"Position":{"shape":"S2i","locationName":"position"},"ProgramNumber":{"locationName":"programNumber","type":"integer"},"PsiControl":{"locationName":"psiControl"},"SupplementalImps":{"locationName":"supplementalImps","type":"list","member":{}},"TimecodeSource":{"locationName":"timecodeSource"},"TimecodeStart":{"locationName":"timecodeStart"},"VideoGenerator":{"locationName":"videoGenerator","type":"structure","members":{"Duration":{"locationName":"duration","type":"integer"}}},"VideoOverlays":{"shape":"S3d","locationName":"videoOverlays"},"VideoSelector":{"shape":"S3i","locationName":"videoSelector"}}}},"KantarWatermark":{"shape":"S3s","locationName":"kantarWatermark"},"MotionImageInserter":{"shape":"S40","locationName":"motionImageInserter"},"NielsenConfiguration":{"shape":"S48","locationName":"nielsenConfiguration"},"NielsenNonLinearWatermark":{"shape":"S4a","locationName":"nielsenNonLinearWatermark"},"OutputGroups":{"shape":"S4h","locationName":"outputGroups"},"TimecodeConfig":{"shape":"Sl3","locationName":"timecodeConfig"},"TimedMetadataInsertion":{"shape":"Sl6","locationName":"timedMetadataInsertion"}}},"Sg":{"type":"structure","members":{"AvailBlankingImage":{"locationName":"availBlankingImage"}}},"Si":{"type":"list","member":{"type":"structure","members":{"FileInput":{"locationName":"fileInput"},"InputColorSpace":{"locationName":"inputColorSpace"},"InputMasteringLuminance":{"locationName":"inputMasteringLuminance","type":"integer"},"OutputColorSpace":{"locationName":"outputColorSpace"},"OutputMasteringLuminance":{"locationName":"outputMasteringLuminance","type":"integer"}}}},"Sn":{"type":"structure","members":{"ManifestConfirmConditionNotification":{"locationName":"manifestConfirmConditionNotification","type":"structure","members":{"MccXml":{"locationName":"mccXml"}}},"ResponseSignalPreroll":{"locationName":"responseSignalPreroll","type":"integer"},"SignalProcessingNotification":{"locationName":"signalProcessingNotification","type":"structure","members":{"SccXml":{"locationName":"sccXml"}}}}},"St":{"type":"structure","members":{"CopyProtectionAction":{"locationName":"copyProtectionAction"},"VchipAction":{"locationName":"vchipAction"}}},"S10":{"type":"structure","members":{"AddTexture":{"locationName":"addTexture"},"Sharpening":{"locationName":"sharpening"}}},"S13":{"type":"map","key":{},"value":{"type":"structure","members":{"AudioSelectorNames":{"shape":"S15","locationName":"audioSelectorNames"}}}},"S15":{"type":"list","member":{}},"S17":{"type":"map","key":{},"value":{"type":"structure","members":{"AudioDurationCorrection":{"locationName":"audioDurationCorrection"},"CustomLanguageCode":{"locationName":"customLanguageCode"},"DefaultSelection":{"locationName":"defaultSelection"},"ExternalAudioFileInput":{"locationName":"externalAudioFileInput"},"HlsRenditionGroupSettings":{"locationName":"hlsRenditionGroupSettings","type":"structure","members":{"RenditionGroupId":{"locationName":"renditionGroupId"},"RenditionLanguageCode":{"locationName":"renditionLanguageCode"},"RenditionName":{"locationName":"renditionName"}}},"LanguageCode":{"locationName":"languageCode"},"Offset":{"locationName":"offset","type":"integer"},"Pids":{"shape":"S1g","locationName":"pids"},"ProgramSelection":{"locationName":"programSelection","type":"integer"},"RemixSettings":{"shape":"S1j","locationName":"remixSettings"},"SelectorType":{"locationName":"selectorType"},"Tracks":{"shape":"S1g","locationName":"tracks"}}}},"S1g":{"type":"list","member":{"type":"integer"}},"S1j":{"type":"structure","members":{"AudioDescriptionAudioChannel":{"locationName":"audioDescriptionAudioChannel","type":"integer"},"AudioDescriptionDataChannel":{"locationName":"audioDescriptionDataChannel","type":"integer"},"ChannelMapping":{"locationName":"channelMapping","type":"structure","members":{"OutputChannels":{"locationName":"outputChannels","type":"list","member":{"type":"structure","members":{"InputChannels":{"locationName":"inputChannels","type":"list","member":{"type":"integer"}},"InputChannelsFineTune":{"locationName":"inputChannelsFineTune","type":"list","member":{"type":"double"}}}}}}},"ChannelsIn":{"locationName":"channelsIn","type":"integer"},"ChannelsOut":{"locationName":"channelsOut","type":"integer"}}},"S1t":{"type":"map","key":{},"value":{"type":"structure","members":{"CustomLanguageCode":{"locationName":"customLanguageCode"},"LanguageCode":{"locationName":"languageCode"},"SourceSettings":{"locationName":"sourceSettings","type":"structure","members":{"AncillarySourceSettings":{"locationName":"ancillarySourceSettings","type":"structure","members":{"Convert608To708":{"locationName":"convert608To708"},"SourceAncillaryChannelNumber":{"locationName":"sourceAncillaryChannelNumber","type":"integer"},"TerminateCaptions":{"locationName":"terminateCaptions"}}},"DvbSubSourceSettings":{"locationName":"dvbSubSourceSettings","type":"structure","members":{"Pid":{"locationName":"pid","type":"integer"}}},"EmbeddedSourceSettings":{"locationName":"embeddedSourceSettings","type":"structure","members":{"Convert608To708":{"locationName":"convert608To708"},"Source608ChannelNumber":{"locationName":"source608ChannelNumber","type":"integer"},"Source608TrackNumber":{"locationName":"source608TrackNumber","type":"integer"},"TerminateCaptions":{"locationName":"terminateCaptions"}}},"FileSourceSettings":{"locationName":"fileSourceSettings","type":"structure","members":{"Convert608To708":{"locationName":"convert608To708"},"ConvertPaintToPop":{"locationName":"convertPaintToPop"},"Framerate":{"locationName":"framerate","type":"structure","members":{"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"}}},"SourceFile":{"locationName":"sourceFile"},"TimeDelta":{"locationName":"timeDelta","type":"integer"},"TimeDeltaUnits":{"locationName":"timeDeltaUnits"}}},"SourceType":{"locationName":"sourceType"},"TeletextSourceSettings":{"locationName":"teletextSourceSettings","type":"structure","members":{"PageNumber":{"locationName":"pageNumber"}}},"TrackSourceSettings":{"locationName":"trackSourceSettings","type":"structure","members":{"TrackNumber":{"locationName":"trackNumber","type":"integer"}}},"WebvttHlsSourceSettings":{"locationName":"webvttHlsSourceSettings","type":"structure","members":{"RenditionGroupId":{"locationName":"renditionGroupId"},"RenditionLanguageCode":{"locationName":"renditionLanguageCode"},"RenditionName":{"locationName":"renditionName"}}}}}}}},"S2i":{"type":"structure","members":{"Height":{"locationName":"height","type":"integer"},"Width":{"locationName":"width","type":"integer"},"X":{"locationName":"x","type":"integer"},"Y":{"locationName":"y","type":"integer"}}},"S2u":{"type":"structure","members":{"InsertableImages":{"locationName":"insertableImages","type":"list","member":{"type":"structure","members":{"Duration":{"locationName":"duration","type":"integer"},"FadeIn":{"locationName":"fadeIn","type":"integer"},"FadeOut":{"locationName":"fadeOut","type":"integer"},"Height":{"locationName":"height","type":"integer"},"ImageInserterInput":{"locationName":"imageInserterInput"},"ImageX":{"locationName":"imageX","type":"integer"},"ImageY":{"locationName":"imageY","type":"integer"},"Layer":{"locationName":"layer","type":"integer"},"Opacity":{"locationName":"opacity","type":"integer"},"StartTime":{"locationName":"startTime"},"Width":{"locationName":"width","type":"integer"}}}},"SdrReferenceWhiteLevel":{"locationName":"sdrReferenceWhiteLevel","type":"integer"}}},"S32":{"type":"list","member":{"type":"structure","members":{"EndTimecode":{"locationName":"endTimecode"},"StartTimecode":{"locationName":"startTimecode"}}}},"S3d":{"type":"list","member":{"type":"structure","members":{"EndTimecode":{"locationName":"endTimecode"},"Input":{"locationName":"input","type":"structure","members":{"FileInput":{"locationName":"fileInput"},"InputClippings":{"locationName":"inputClippings","type":"list","member":{"type":"structure","members":{"EndTimecode":{"locationName":"endTimecode"},"StartTimecode":{"locationName":"startTimecode"}}}},"TimecodeSource":{"locationName":"timecodeSource"},"TimecodeStart":{"locationName":"timecodeStart"}}},"StartTimecode":{"locationName":"startTimecode"}}}},"S3i":{"type":"structure","members":{"AlphaBehavior":{"locationName":"alphaBehavior"},"ColorSpace":{"locationName":"colorSpace"},"ColorSpaceUsage":{"locationName":"colorSpaceUsage"},"EmbeddedTimecodeOverride":{"locationName":"embeddedTimecodeOverride"},"Hdr10Metadata":{"shape":"S3m","locationName":"hdr10Metadata"},"MaxLuminance":{"locationName":"maxLuminance","type":"integer"},"PadVideo":{"locationName":"padVideo"},"Pid":{"locationName":"pid","type":"integer"},"ProgramNumber":{"locationName":"programNumber","type":"integer"},"Rotate":{"locationName":"rotate"},"SampleRange":{"locationName":"sampleRange"}}},"S3m":{"type":"structure","members":{"BluePrimaryX":{"locationName":"bluePrimaryX","type":"integer"},"BluePrimaryY":{"locationName":"bluePrimaryY","type":"integer"},"GreenPrimaryX":{"locationName":"greenPrimaryX","type":"integer"},"GreenPrimaryY":{"locationName":"greenPrimaryY","type":"integer"},"MaxContentLightLevel":{"locationName":"maxContentLightLevel","type":"integer"},"MaxFrameAverageLightLevel":{"locationName":"maxFrameAverageLightLevel","type":"integer"},"MaxLuminance":{"locationName":"maxLuminance","type":"integer"},"MinLuminance":{"locationName":"minLuminance","type":"integer"},"RedPrimaryX":{"locationName":"redPrimaryX","type":"integer"},"RedPrimaryY":{"locationName":"redPrimaryY","type":"integer"},"WhitePointX":{"locationName":"whitePointX","type":"integer"},"WhitePointY":{"locationName":"whitePointY","type":"integer"}}},"S3s":{"type":"structure","members":{"ChannelName":{"locationName":"channelName"},"ContentReference":{"locationName":"contentReference"},"CredentialsSecretName":{"locationName":"credentialsSecretName"},"FileOffset":{"locationName":"fileOffset","type":"double"},"KantarLicenseId":{"locationName":"kantarLicenseId","type":"integer"},"KantarServerUrl":{"locationName":"kantarServerUrl"},"LogDestination":{"locationName":"logDestination"},"Metadata3":{"locationName":"metadata3"},"Metadata4":{"locationName":"metadata4"},"Metadata5":{"locationName":"metadata5"},"Metadata6":{"locationName":"metadata6"},"Metadata7":{"locationName":"metadata7"},"Metadata8":{"locationName":"metadata8"}}},"S40":{"type":"structure","members":{"Framerate":{"locationName":"framerate","type":"structure","members":{"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"}}},"Input":{"locationName":"input"},"InsertionMode":{"locationName":"insertionMode"},"Offset":{"locationName":"offset","type":"structure","members":{"ImageX":{"locationName":"imageX","type":"integer"},"ImageY":{"locationName":"imageY","type":"integer"}}},"Playback":{"locationName":"playback"},"StartTime":{"locationName":"startTime"}}},"S48":{"type":"structure","members":{"BreakoutCode":{"locationName":"breakoutCode","type":"integer"},"DistributorId":{"locationName":"distributorId"}}},"S4a":{"type":"structure","members":{"ActiveWatermarkProcess":{"locationName":"activeWatermarkProcess"},"AdiFilename":{"locationName":"adiFilename"},"AssetId":{"locationName":"assetId"},"AssetName":{"locationName":"assetName"},"CbetSourceId":{"locationName":"cbetSourceId"},"EpisodeId":{"locationName":"episodeId"},"MetadataDestination":{"locationName":"metadataDestination"},"SourceId":{"locationName":"sourceId","type":"integer"},"SourceWatermarkStatus":{"locationName":"sourceWatermarkStatus"},"TicServerUrl":{"locationName":"ticServerUrl"},"UniqueTicPerAudioTrack":{"locationName":"uniqueTicPerAudioTrack"}}},"S4h":{"type":"list","member":{"type":"structure","members":{"AutomatedEncodingSettings":{"locationName":"automatedEncodingSettings","type":"structure","members":{"AbrSettings":{"locationName":"abrSettings","type":"structure","members":{"MaxAbrBitrate":{"locationName":"maxAbrBitrate","type":"integer"},"MaxRenditions":{"locationName":"maxRenditions","type":"integer"},"MinAbrBitrate":{"locationName":"minAbrBitrate","type":"integer"},"Rules":{"locationName":"rules","type":"list","member":{"type":"structure","members":{"AllowedRenditions":{"locationName":"allowedRenditions","type":"list","member":{"type":"structure","members":{"Height":{"locationName":"height","type":"integer"},"Required":{"locationName":"required"},"Width":{"locationName":"width","type":"integer"}}}},"ForceIncludeRenditions":{"locationName":"forceIncludeRenditions","type":"list","member":{"type":"structure","members":{"Height":{"locationName":"height","type":"integer"},"Width":{"locationName":"width","type":"integer"}}}},"MinBottomRenditionSize":{"locationName":"minBottomRenditionSize","type":"structure","members":{"Height":{"locationName":"height","type":"integer"},"Width":{"locationName":"width","type":"integer"}}},"MinTopRenditionSize":{"locationName":"minTopRenditionSize","type":"structure","members":{"Height":{"locationName":"height","type":"integer"},"Width":{"locationName":"width","type":"integer"}}},"Type":{"locationName":"type"}}}}}}}},"CustomName":{"locationName":"customName"},"Name":{"locationName":"name"},"OutputGroupSettings":{"locationName":"outputGroupSettings","type":"structure","members":{"CmafGroupSettings":{"locationName":"cmafGroupSettings","type":"structure","members":{"AdditionalManifests":{"locationName":"additionalManifests","type":"list","member":{"type":"structure","members":{"ManifestNameModifier":{"locationName":"manifestNameModifier"},"SelectedOutputs":{"shape":"S15","locationName":"selectedOutputs"}}}},"BaseUrl":{"locationName":"baseUrl"},"ClientCache":{"locationName":"clientCache"},"CodecSpecification":{"locationName":"codecSpecification"},"DashManifestStyle":{"locationName":"dashManifestStyle"},"Destination":{"locationName":"destination"},"DestinationSettings":{"shape":"S55","locationName":"destinationSettings"},"Encryption":{"locationName":"encryption","type":"structure","members":{"ConstantInitializationVector":{"locationName":"constantInitializationVector"},"EncryptionMethod":{"locationName":"encryptionMethod"},"InitializationVectorInManifest":{"locationName":"initializationVectorInManifest"},"SpekeKeyProvider":{"locationName":"spekeKeyProvider","type":"structure","members":{"CertificateArn":{"locationName":"certificateArn"},"DashSignaledSystemIds":{"shape":"S5k","locationName":"dashSignaledSystemIds"},"HlsSignaledSystemIds":{"shape":"S5k","locationName":"hlsSignaledSystemIds"},"ResourceId":{"locationName":"resourceId"},"Url":{"locationName":"url"}}},"StaticKeyProvider":{"shape":"S5o","locationName":"staticKeyProvider"},"Type":{"locationName":"type"}}},"FragmentLength":{"locationName":"fragmentLength","type":"integer"},"ImageBasedTrickPlay":{"locationName":"imageBasedTrickPlay"},"ImageBasedTrickPlaySettings":{"locationName":"imageBasedTrickPlaySettings","type":"structure","members":{"IntervalCadence":{"locationName":"intervalCadence"},"ThumbnailHeight":{"locationName":"thumbnailHeight","type":"integer"},"ThumbnailInterval":{"locationName":"thumbnailInterval","type":"double"},"ThumbnailWidth":{"locationName":"thumbnailWidth","type":"integer"},"TileHeight":{"locationName":"tileHeight","type":"integer"},"TileWidth":{"locationName":"tileWidth","type":"integer"}}},"ManifestCompression":{"locationName":"manifestCompression"},"ManifestDurationFormat":{"locationName":"manifestDurationFormat"},"MinBufferTime":{"locationName":"minBufferTime","type":"integer"},"MinFinalSegmentLength":{"locationName":"minFinalSegmentLength","type":"double"},"MpdManifestBandwidthType":{"locationName":"mpdManifestBandwidthType"},"MpdProfile":{"locationName":"mpdProfile"},"PtsOffsetHandlingForBFrames":{"locationName":"ptsOffsetHandlingForBFrames"},"SegmentControl":{"locationName":"segmentControl"},"SegmentLength":{"locationName":"segmentLength","type":"integer"},"SegmentLengthControl":{"locationName":"segmentLengthControl"},"StreamInfResolution":{"locationName":"streamInfResolution"},"TargetDurationCompatibilityMode":{"locationName":"targetDurationCompatibilityMode"},"VideoCompositionOffsets":{"locationName":"videoCompositionOffsets"},"WriteDashManifest":{"locationName":"writeDashManifest"},"WriteHlsManifest":{"locationName":"writeHlsManifest"},"WriteSegmentTimelineInRepresentation":{"locationName":"writeSegmentTimelineInRepresentation"}}},"DashIsoGroupSettings":{"locationName":"dashIsoGroupSettings","type":"structure","members":{"AdditionalManifests":{"locationName":"additionalManifests","type":"list","member":{"type":"structure","members":{"ManifestNameModifier":{"locationName":"manifestNameModifier"},"SelectedOutputs":{"shape":"S15","locationName":"selectedOutputs"}}}},"AudioChannelConfigSchemeIdUri":{"locationName":"audioChannelConfigSchemeIdUri"},"BaseUrl":{"locationName":"baseUrl"},"DashManifestStyle":{"locationName":"dashManifestStyle"},"Destination":{"locationName":"destination"},"DestinationSettings":{"shape":"S55","locationName":"destinationSettings"},"Encryption":{"locationName":"encryption","type":"structure","members":{"PlaybackDeviceCompatibility":{"locationName":"playbackDeviceCompatibility"},"SpekeKeyProvider":{"shape":"S6k","locationName":"spekeKeyProvider"}}},"FragmentLength":{"locationName":"fragmentLength","type":"integer"},"HbbtvCompliance":{"locationName":"hbbtvCompliance"},"ImageBasedTrickPlay":{"locationName":"imageBasedTrickPlay"},"ImageBasedTrickPlaySettings":{"locationName":"imageBasedTrickPlaySettings","type":"structure","members":{"IntervalCadence":{"locationName":"intervalCadence"},"ThumbnailHeight":{"locationName":"thumbnailHeight","type":"integer"},"ThumbnailInterval":{"locationName":"thumbnailInterval","type":"double"},"ThumbnailWidth":{"locationName":"thumbnailWidth","type":"integer"},"TileHeight":{"locationName":"tileHeight","type":"integer"},"TileWidth":{"locationName":"tileWidth","type":"integer"}}},"MinBufferTime":{"locationName":"minBufferTime","type":"integer"},"MinFinalSegmentLength":{"locationName":"minFinalSegmentLength","type":"double"},"MpdManifestBandwidthType":{"locationName":"mpdManifestBandwidthType"},"MpdProfile":{"locationName":"mpdProfile"},"PtsOffsetHandlingForBFrames":{"locationName":"ptsOffsetHandlingForBFrames"},"SegmentControl":{"locationName":"segmentControl"},"SegmentLength":{"locationName":"segmentLength","type":"integer"},"SegmentLengthControl":{"locationName":"segmentLengthControl"},"VideoCompositionOffsets":{"locationName":"videoCompositionOffsets"},"WriteSegmentTimelineInRepresentation":{"locationName":"writeSegmentTimelineInRepresentation"}}},"FileGroupSettings":{"locationName":"fileGroupSettings","type":"structure","members":{"Destination":{"locationName":"destination"},"DestinationSettings":{"shape":"S55","locationName":"destinationSettings"}}},"HlsGroupSettings":{"locationName":"hlsGroupSettings","type":"structure","members":{"AdMarkers":{"locationName":"adMarkers","type":"list","member":{}},"AdditionalManifests":{"locationName":"additionalManifests","type":"list","member":{"type":"structure","members":{"ManifestNameModifier":{"locationName":"manifestNameModifier"},"SelectedOutputs":{"shape":"S15","locationName":"selectedOutputs"}}}},"AudioOnlyHeader":{"locationName":"audioOnlyHeader"},"BaseUrl":{"locationName":"baseUrl"},"CaptionLanguageMappings":{"locationName":"captionLanguageMappings","type":"list","member":{"type":"structure","members":{"CaptionChannel":{"locationName":"captionChannel","type":"integer"},"CustomLanguageCode":{"locationName":"customLanguageCode"},"LanguageCode":{"locationName":"languageCode"},"LanguageDescription":{"locationName":"languageDescription"}}}},"CaptionLanguageSetting":{"locationName":"captionLanguageSetting"},"CaptionSegmentLengthControl":{"locationName":"captionSegmentLengthControl"},"ClientCache":{"locationName":"clientCache"},"CodecSpecification":{"locationName":"codecSpecification"},"Destination":{"locationName":"destination"},"DestinationSettings":{"shape":"S55","locationName":"destinationSettings"},"DirectoryStructure":{"locationName":"directoryStructure"},"Encryption":{"locationName":"encryption","type":"structure","members":{"ConstantInitializationVector":{"locationName":"constantInitializationVector"},"EncryptionMethod":{"locationName":"encryptionMethod"},"InitializationVectorInManifest":{"locationName":"initializationVectorInManifest"},"OfflineEncrypted":{"locationName":"offlineEncrypted"},"SpekeKeyProvider":{"shape":"S6k","locationName":"spekeKeyProvider"},"StaticKeyProvider":{"shape":"S5o","locationName":"staticKeyProvider"},"Type":{"locationName":"type"}}},"ImageBasedTrickPlay":{"locationName":"imageBasedTrickPlay"},"ImageBasedTrickPlaySettings":{"locationName":"imageBasedTrickPlaySettings","type":"structure","members":{"IntervalCadence":{"locationName":"intervalCadence"},"ThumbnailHeight":{"locationName":"thumbnailHeight","type":"integer"},"ThumbnailInterval":{"locationName":"thumbnailInterval","type":"double"},"ThumbnailWidth":{"locationName":"thumbnailWidth","type":"integer"},"TileHeight":{"locationName":"tileHeight","type":"integer"},"TileWidth":{"locationName":"tileWidth","type":"integer"}}},"ManifestCompression":{"locationName":"manifestCompression"},"ManifestDurationFormat":{"locationName":"manifestDurationFormat"},"MinFinalSegmentLength":{"locationName":"minFinalSegmentLength","type":"double"},"MinSegmentLength":{"locationName":"minSegmentLength","type":"integer"},"OutputSelection":{"locationName":"outputSelection"},"ProgramDateTime":{"locationName":"programDateTime"},"ProgramDateTimePeriod":{"locationName":"programDateTimePeriod","type":"integer"},"ProgressiveWriteHlsManifest":{"locationName":"progressiveWriteHlsManifest"},"SegmentControl":{"locationName":"segmentControl"},"SegmentLength":{"locationName":"segmentLength","type":"integer"},"SegmentLengthControl":{"locationName":"segmentLengthControl"},"SegmentsPerSubdirectory":{"locationName":"segmentsPerSubdirectory","type":"integer"},"StreamInfResolution":{"locationName":"streamInfResolution"},"TargetDurationCompatibilityMode":{"locationName":"targetDurationCompatibilityMode"},"TimedMetadataId3Frame":{"locationName":"timedMetadataId3Frame"},"TimedMetadataId3Period":{"locationName":"timedMetadataId3Period","type":"integer"},"TimestampDeltaMilliseconds":{"locationName":"timestampDeltaMilliseconds","type":"integer"}}},"MsSmoothGroupSettings":{"locationName":"msSmoothGroupSettings","type":"structure","members":{"AdditionalManifests":{"locationName":"additionalManifests","type":"list","member":{"type":"structure","members":{"ManifestNameModifier":{"locationName":"manifestNameModifier"},"SelectedOutputs":{"shape":"S15","locationName":"selectedOutputs"}}}},"AudioDeduplication":{"locationName":"audioDeduplication"},"Destination":{"locationName":"destination"},"DestinationSettings":{"shape":"S55","locationName":"destinationSettings"},"Encryption":{"locationName":"encryption","type":"structure","members":{"SpekeKeyProvider":{"shape":"S6k","locationName":"spekeKeyProvider"}}},"FragmentLength":{"locationName":"fragmentLength","type":"integer"},"FragmentLengthControl":{"locationName":"fragmentLengthControl"},"ManifestEncoding":{"locationName":"manifestEncoding"}}},"Type":{"locationName":"type"}}},"Outputs":{"locationName":"outputs","type":"list","member":{"type":"structure","members":{"AudioDescriptions":{"shape":"S86","locationName":"audioDescriptions"},"CaptionDescriptions":{"locationName":"captionDescriptions","type":"list","member":{"type":"structure","members":{"CaptionSelectorName":{"locationName":"captionSelectorName"},"CustomLanguageCode":{"locationName":"customLanguageCode"},"DestinationSettings":{"shape":"Sau","locationName":"destinationSettings"},"LanguageCode":{"locationName":"languageCode"},"LanguageDescription":{"locationName":"languageDescription"}}}},"ContainerSettings":{"shape":"Sc5","locationName":"containerSettings"},"Extension":{"locationName":"extension"},"NameModifier":{"locationName":"nameModifier"},"OutputSettings":{"locationName":"outputSettings","type":"structure","members":{"HlsSettings":{"locationName":"hlsSettings","type":"structure","members":{"AudioGroupId":{"locationName":"audioGroupId"},"AudioOnlyContainer":{"locationName":"audioOnlyContainer"},"AudioRenditionSets":{"locationName":"audioRenditionSets"},"AudioTrackType":{"locationName":"audioTrackType"},"DescriptiveVideoServiceFlag":{"locationName":"descriptiveVideoServiceFlag"},"IFrameOnlyManifest":{"locationName":"iFrameOnlyManifest"},"SegmentModifier":{"locationName":"segmentModifier"}}}}},"Preset":{"locationName":"preset"},"VideoDescription":{"shape":"Sel","locationName":"videoDescription"}}}}}}},"S55":{"type":"structure","members":{"S3Settings":{"locationName":"s3Settings","type":"structure","members":{"AccessControl":{"locationName":"accessControl","type":"structure","members":{"CannedAcl":{"locationName":"cannedAcl"}}},"Encryption":{"locationName":"encryption","type":"structure","members":{"EncryptionType":{"locationName":"encryptionType"},"KmsEncryptionContext":{"locationName":"kmsEncryptionContext"},"KmsKeyArn":{"locationName":"kmsKeyArn"}}},"StorageClass":{"locationName":"storageClass"}}}}},"S5k":{"type":"list","member":{}},"S5o":{"type":"structure","members":{"KeyFormat":{"locationName":"keyFormat"},"KeyFormatVersions":{"locationName":"keyFormatVersions"},"StaticKeyValue":{"locationName":"staticKeyValue"},"Url":{"locationName":"url"}}},"S6k":{"type":"structure","members":{"CertificateArn":{"locationName":"certificateArn"},"ResourceId":{"locationName":"resourceId"},"SystemIds":{"locationName":"systemIds","type":"list","member":{}},"Url":{"locationName":"url"}}},"S86":{"type":"list","member":{"type":"structure","members":{"AudioChannelTaggingSettings":{"locationName":"audioChannelTaggingSettings","type":"structure","members":{"ChannelTag":{"locationName":"channelTag"},"ChannelTags":{"locationName":"channelTags","type":"list","member":{}}}},"AudioNormalizationSettings":{"locationName":"audioNormalizationSettings","type":"structure","members":{"Algorithm":{"locationName":"algorithm"},"AlgorithmControl":{"locationName":"algorithmControl"},"CorrectionGateLevel":{"locationName":"correctionGateLevel","type":"integer"},"LoudnessLogging":{"locationName":"loudnessLogging"},"PeakCalculation":{"locationName":"peakCalculation"},"TargetLkfs":{"locationName":"targetLkfs","type":"double"},"TruePeakLimiterThreshold":{"locationName":"truePeakLimiterThreshold","type":"double"}}},"AudioSourceName":{"locationName":"audioSourceName"},"AudioType":{"locationName":"audioType","type":"integer"},"AudioTypeControl":{"locationName":"audioTypeControl"},"CodecSettings":{"locationName":"codecSettings","type":"structure","members":{"AacSettings":{"locationName":"aacSettings","type":"structure","members":{"AudioDescriptionBroadcasterMix":{"locationName":"audioDescriptionBroadcasterMix"},"Bitrate":{"locationName":"bitrate","type":"integer"},"CodecProfile":{"locationName":"codecProfile"},"CodingMode":{"locationName":"codingMode"},"RateControlMode":{"locationName":"rateControlMode"},"RawFormat":{"locationName":"rawFormat"},"SampleRate":{"locationName":"sampleRate","type":"integer"},"Specification":{"locationName":"specification"},"VbrQuality":{"locationName":"vbrQuality"}}},"Ac3Settings":{"locationName":"ac3Settings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"BitstreamMode":{"locationName":"bitstreamMode"},"CodingMode":{"locationName":"codingMode"},"Dialnorm":{"locationName":"dialnorm","type":"integer"},"DynamicRangeCompressionLine":{"locationName":"dynamicRangeCompressionLine"},"DynamicRangeCompressionProfile":{"locationName":"dynamicRangeCompressionProfile"},"DynamicRangeCompressionRf":{"locationName":"dynamicRangeCompressionRf"},"LfeFilter":{"locationName":"lfeFilter"},"MetadataControl":{"locationName":"metadataControl"},"SampleRate":{"locationName":"sampleRate","type":"integer"}}},"AiffSettings":{"locationName":"aiffSettings","type":"structure","members":{"BitDepth":{"locationName":"bitDepth","type":"integer"},"Channels":{"locationName":"channels","type":"integer"},"SampleRate":{"locationName":"sampleRate","type":"integer"}}},"Codec":{"locationName":"codec"},"Eac3AtmosSettings":{"locationName":"eac3AtmosSettings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"BitstreamMode":{"locationName":"bitstreamMode"},"CodingMode":{"locationName":"codingMode"},"DialogueIntelligence":{"locationName":"dialogueIntelligence"},"DownmixControl":{"locationName":"downmixControl"},"DynamicRangeCompressionLine":{"locationName":"dynamicRangeCompressionLine"},"DynamicRangeCompressionRf":{"locationName":"dynamicRangeCompressionRf"},"DynamicRangeControl":{"locationName":"dynamicRangeControl"},"LoRoCenterMixLevel":{"locationName":"loRoCenterMixLevel","type":"double"},"LoRoSurroundMixLevel":{"locationName":"loRoSurroundMixLevel","type":"double"},"LtRtCenterMixLevel":{"locationName":"ltRtCenterMixLevel","type":"double"},"LtRtSurroundMixLevel":{"locationName":"ltRtSurroundMixLevel","type":"double"},"MeteringMode":{"locationName":"meteringMode"},"SampleRate":{"locationName":"sampleRate","type":"integer"},"SpeechThreshold":{"locationName":"speechThreshold","type":"integer"},"StereoDownmix":{"locationName":"stereoDownmix"},"SurroundExMode":{"locationName":"surroundExMode"}}},"Eac3Settings":{"locationName":"eac3Settings","type":"structure","members":{"AttenuationControl":{"locationName":"attenuationControl"},"Bitrate":{"locationName":"bitrate","type":"integer"},"BitstreamMode":{"locationName":"bitstreamMode"},"CodingMode":{"locationName":"codingMode"},"DcFilter":{"locationName":"dcFilter"},"Dialnorm":{"locationName":"dialnorm","type":"integer"},"DynamicRangeCompressionLine":{"locationName":"dynamicRangeCompressionLine"},"DynamicRangeCompressionRf":{"locationName":"dynamicRangeCompressionRf"},"LfeControl":{"locationName":"lfeControl"},"LfeFilter":{"locationName":"lfeFilter"},"LoRoCenterMixLevel":{"locationName":"loRoCenterMixLevel","type":"double"},"LoRoSurroundMixLevel":{"locationName":"loRoSurroundMixLevel","type":"double"},"LtRtCenterMixLevel":{"locationName":"ltRtCenterMixLevel","type":"double"},"LtRtSurroundMixLevel":{"locationName":"ltRtSurroundMixLevel","type":"double"},"MetadataControl":{"locationName":"metadataControl"},"PassthroughControl":{"locationName":"passthroughControl"},"PhaseControl":{"locationName":"phaseControl"},"SampleRate":{"locationName":"sampleRate","type":"integer"},"StereoDownmix":{"locationName":"stereoDownmix"},"SurroundExMode":{"locationName":"surroundExMode"},"SurroundMode":{"locationName":"surroundMode"}}},"FlacSettings":{"locationName":"flacSettings","type":"structure","members":{"BitDepth":{"locationName":"bitDepth","type":"integer"},"Channels":{"locationName":"channels","type":"integer"},"SampleRate":{"locationName":"sampleRate","type":"integer"}}},"Mp2Settings":{"locationName":"mp2Settings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"Channels":{"locationName":"channels","type":"integer"},"SampleRate":{"locationName":"sampleRate","type":"integer"}}},"Mp3Settings":{"locationName":"mp3Settings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"Channels":{"locationName":"channels","type":"integer"},"RateControlMode":{"locationName":"rateControlMode"},"SampleRate":{"locationName":"sampleRate","type":"integer"},"VbrQuality":{"locationName":"vbrQuality","type":"integer"}}},"OpusSettings":{"locationName":"opusSettings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"Channels":{"locationName":"channels","type":"integer"},"SampleRate":{"locationName":"sampleRate","type":"integer"}}},"VorbisSettings":{"locationName":"vorbisSettings","type":"structure","members":{"Channels":{"locationName":"channels","type":"integer"},"SampleRate":{"locationName":"sampleRate","type":"integer"},"VbrQuality":{"locationName":"vbrQuality","type":"integer"}}},"WavSettings":{"locationName":"wavSettings","type":"structure","members":{"BitDepth":{"locationName":"bitDepth","type":"integer"},"Channels":{"locationName":"channels","type":"integer"},"Format":{"locationName":"format"},"SampleRate":{"locationName":"sampleRate","type":"integer"}}}}},"CustomLanguageCode":{"locationName":"customLanguageCode"},"LanguageCode":{"locationName":"languageCode"},"LanguageCodeControl":{"locationName":"languageCodeControl"},"RemixSettings":{"shape":"S1j","locationName":"remixSettings"},"StreamName":{"locationName":"streamName"}}}},"Sau":{"type":"structure","members":{"BurninDestinationSettings":{"locationName":"burninDestinationSettings","type":"structure","members":{"Alignment":{"locationName":"alignment"},"ApplyFontColor":{"locationName":"applyFontColor"},"BackgroundColor":{"locationName":"backgroundColor"},"BackgroundOpacity":{"locationName":"backgroundOpacity","type":"integer"},"FallbackFont":{"locationName":"fallbackFont"},"FontColor":{"locationName":"fontColor"},"FontFileBold":{"locationName":"fontFileBold"},"FontFileBoldItalic":{"locationName":"fontFileBoldItalic"},"FontFileItalic":{"locationName":"fontFileItalic"},"FontFileRegular":{"locationName":"fontFileRegular"},"FontOpacity":{"locationName":"fontOpacity","type":"integer"},"FontResolution":{"locationName":"fontResolution","type":"integer"},"FontScript":{"locationName":"fontScript"},"FontSize":{"locationName":"fontSize","type":"integer"},"HexFontColor":{"locationName":"hexFontColor"},"OutlineColor":{"locationName":"outlineColor"},"OutlineSize":{"locationName":"outlineSize","type":"integer"},"ShadowColor":{"locationName":"shadowColor"},"ShadowOpacity":{"locationName":"shadowOpacity","type":"integer"},"ShadowXOffset":{"locationName":"shadowXOffset","type":"integer"},"ShadowYOffset":{"locationName":"shadowYOffset","type":"integer"},"StylePassthrough":{"locationName":"stylePassthrough"},"TeletextSpacing":{"locationName":"teletextSpacing"},"XPosition":{"locationName":"xPosition","type":"integer"},"YPosition":{"locationName":"yPosition","type":"integer"}}},"DestinationType":{"locationName":"destinationType"},"DvbSubDestinationSettings":{"locationName":"dvbSubDestinationSettings","type":"structure","members":{"Alignment":{"locationName":"alignment"},"ApplyFontColor":{"locationName":"applyFontColor"},"BackgroundColor":{"locationName":"backgroundColor"},"BackgroundOpacity":{"locationName":"backgroundOpacity","type":"integer"},"DdsHandling":{"locationName":"ddsHandling"},"DdsXCoordinate":{"locationName":"ddsXCoordinate","type":"integer"},"DdsYCoordinate":{"locationName":"ddsYCoordinate","type":"integer"},"FallbackFont":{"locationName":"fallbackFont"},"FontColor":{"locationName":"fontColor"},"FontFileBold":{"locationName":"fontFileBold"},"FontFileBoldItalic":{"locationName":"fontFileBoldItalic"},"FontFileItalic":{"locationName":"fontFileItalic"},"FontFileRegular":{"locationName":"fontFileRegular"},"FontOpacity":{"locationName":"fontOpacity","type":"integer"},"FontResolution":{"locationName":"fontResolution","type":"integer"},"FontScript":{"locationName":"fontScript"},"FontSize":{"locationName":"fontSize","type":"integer"},"Height":{"locationName":"height","type":"integer"},"HexFontColor":{"locationName":"hexFontColor"},"OutlineColor":{"locationName":"outlineColor"},"OutlineSize":{"locationName":"outlineSize","type":"integer"},"ShadowColor":{"locationName":"shadowColor"},"ShadowOpacity":{"locationName":"shadowOpacity","type":"integer"},"ShadowXOffset":{"locationName":"shadowXOffset","type":"integer"},"ShadowYOffset":{"locationName":"shadowYOffset","type":"integer"},"StylePassthrough":{"locationName":"stylePassthrough"},"SubtitlingType":{"locationName":"subtitlingType"},"TeletextSpacing":{"locationName":"teletextSpacing"},"Width":{"locationName":"width","type":"integer"},"XPosition":{"locationName":"xPosition","type":"integer"},"YPosition":{"locationName":"yPosition","type":"integer"}}},"EmbeddedDestinationSettings":{"locationName":"embeddedDestinationSettings","type":"structure","members":{"Destination608ChannelNumber":{"locationName":"destination608ChannelNumber","type":"integer"},"Destination708ServiceNumber":{"locationName":"destination708ServiceNumber","type":"integer"}}},"ImscDestinationSettings":{"locationName":"imscDestinationSettings","type":"structure","members":{"Accessibility":{"locationName":"accessibility"},"StylePassthrough":{"locationName":"stylePassthrough"}}},"SccDestinationSettings":{"locationName":"sccDestinationSettings","type":"structure","members":{"Framerate":{"locationName":"framerate"}}},"SrtDestinationSettings":{"locationName":"srtDestinationSettings","type":"structure","members":{"StylePassthrough":{"locationName":"stylePassthrough"}}},"TeletextDestinationSettings":{"locationName":"teletextDestinationSettings","type":"structure","members":{"PageNumber":{"locationName":"pageNumber"},"PageTypes":{"locationName":"pageTypes","type":"list","member":{}}}},"TtmlDestinationSettings":{"locationName":"ttmlDestinationSettings","type":"structure","members":{"StylePassthrough":{"locationName":"stylePassthrough"}}},"WebvttDestinationSettings":{"locationName":"webvttDestinationSettings","type":"structure","members":{"Accessibility":{"locationName":"accessibility"},"StylePassthrough":{"locationName":"stylePassthrough"}}}}},"Sc5":{"type":"structure","members":{"CmfcSettings":{"locationName":"cmfcSettings","type":"structure","members":{"AudioDuration":{"locationName":"audioDuration"},"AudioGroupId":{"locationName":"audioGroupId"},"AudioRenditionSets":{"locationName":"audioRenditionSets"},"AudioTrackType":{"locationName":"audioTrackType"},"DescriptiveVideoServiceFlag":{"locationName":"descriptiveVideoServiceFlag"},"IFrameOnlyManifest":{"locationName":"iFrameOnlyManifest"},"KlvMetadata":{"locationName":"klvMetadata"},"ManifestMetadataSignaling":{"locationName":"manifestMetadataSignaling"},"Scte35Esam":{"locationName":"scte35Esam"},"Scte35Source":{"locationName":"scte35Source"},"TimedMetadata":{"locationName":"timedMetadata"},"TimedMetadataBoxVersion":{"locationName":"timedMetadataBoxVersion"},"TimedMetadataSchemeIdUri":{"locationName":"timedMetadataSchemeIdUri"},"TimedMetadataValue":{"locationName":"timedMetadataValue"}}},"Container":{"locationName":"container"},"F4vSettings":{"locationName":"f4vSettings","type":"structure","members":{"MoovPlacement":{"locationName":"moovPlacement"}}},"M2tsSettings":{"locationName":"m2tsSettings","type":"structure","members":{"AudioBufferModel":{"locationName":"audioBufferModel"},"AudioDuration":{"locationName":"audioDuration"},"AudioFramesPerPes":{"locationName":"audioFramesPerPes","type":"integer"},"AudioPids":{"shape":"Sco","locationName":"audioPids"},"Bitrate":{"locationName":"bitrate","type":"integer"},"BufferModel":{"locationName":"bufferModel"},"DataPTSControl":{"locationName":"dataPTSControl"},"DvbNitSettings":{"locationName":"dvbNitSettings","type":"structure","members":{"NetworkId":{"locationName":"networkId","type":"integer"},"NetworkName":{"locationName":"networkName"},"NitInterval":{"locationName":"nitInterval","type":"integer"}}},"DvbSdtSettings":{"locationName":"dvbSdtSettings","type":"structure","members":{"OutputSdt":{"locationName":"outputSdt"},"SdtInterval":{"locationName":"sdtInterval","type":"integer"},"ServiceName":{"locationName":"serviceName"},"ServiceProviderName":{"locationName":"serviceProviderName"}}},"DvbSubPids":{"shape":"Sco","locationName":"dvbSubPids"},"DvbTdtSettings":{"locationName":"dvbTdtSettings","type":"structure","members":{"TdtInterval":{"locationName":"tdtInterval","type":"integer"}}},"DvbTeletextPid":{"locationName":"dvbTeletextPid","type":"integer"},"EbpAudioInterval":{"locationName":"ebpAudioInterval"},"EbpPlacement":{"locationName":"ebpPlacement"},"EsRateInPes":{"locationName":"esRateInPes"},"ForceTsVideoEbpOrder":{"locationName":"forceTsVideoEbpOrder"},"FragmentTime":{"locationName":"fragmentTime","type":"double"},"KlvMetadata":{"locationName":"klvMetadata"},"MaxPcrInterval":{"locationName":"maxPcrInterval","type":"integer"},"MinEbpInterval":{"locationName":"minEbpInterval","type":"integer"},"NielsenId3":{"locationName":"nielsenId3"},"NullPacketBitrate":{"locationName":"nullPacketBitrate","type":"double"},"PatInterval":{"locationName":"patInterval","type":"integer"},"PcrControl":{"locationName":"pcrControl"},"PcrPid":{"locationName":"pcrPid","type":"integer"},"PmtInterval":{"locationName":"pmtInterval","type":"integer"},"PmtPid":{"locationName":"pmtPid","type":"integer"},"PreventBufferUnderflow":{"locationName":"preventBufferUnderflow"},"PrivateMetadataPid":{"locationName":"privateMetadataPid","type":"integer"},"ProgramNumber":{"locationName":"programNumber","type":"integer"},"PtsOffset":{"locationName":"ptsOffset","type":"integer"},"PtsOffsetMode":{"locationName":"ptsOffsetMode"},"RateMode":{"locationName":"rateMode"},"Scte35Esam":{"locationName":"scte35Esam","type":"structure","members":{"Scte35EsamPid":{"locationName":"scte35EsamPid","type":"integer"}}},"Scte35Pid":{"locationName":"scte35Pid","type":"integer"},"Scte35Source":{"locationName":"scte35Source"},"SegmentationMarkers":{"locationName":"segmentationMarkers"},"SegmentationStyle":{"locationName":"segmentationStyle"},"SegmentationTime":{"locationName":"segmentationTime","type":"double"},"TimedMetadataPid":{"locationName":"timedMetadataPid","type":"integer"},"TransportStreamId":{"locationName":"transportStreamId","type":"integer"},"VideoPid":{"locationName":"videoPid","type":"integer"}}},"M3u8Settings":{"locationName":"m3u8Settings","type":"structure","members":{"AudioDuration":{"locationName":"audioDuration"},"AudioFramesPerPes":{"locationName":"audioFramesPerPes","type":"integer"},"AudioPids":{"shape":"Sco","locationName":"audioPids"},"DataPTSControl":{"locationName":"dataPTSControl"},"MaxPcrInterval":{"locationName":"maxPcrInterval","type":"integer"},"NielsenId3":{"locationName":"nielsenId3"},"PatInterval":{"locationName":"patInterval","type":"integer"},"PcrControl":{"locationName":"pcrControl"},"PcrPid":{"locationName":"pcrPid","type":"integer"},"PmtInterval":{"locationName":"pmtInterval","type":"integer"},"PmtPid":{"locationName":"pmtPid","type":"integer"},"PrivateMetadataPid":{"locationName":"privateMetadataPid","type":"integer"},"ProgramNumber":{"locationName":"programNumber","type":"integer"},"PtsOffset":{"locationName":"ptsOffset","type":"integer"},"PtsOffsetMode":{"locationName":"ptsOffsetMode"},"Scte35Pid":{"locationName":"scte35Pid","type":"integer"},"Scte35Source":{"locationName":"scte35Source"},"TimedMetadata":{"locationName":"timedMetadata"},"TimedMetadataPid":{"locationName":"timedMetadataPid","type":"integer"},"TransportStreamId":{"locationName":"transportStreamId","type":"integer"},"VideoPid":{"locationName":"videoPid","type":"integer"}}},"MovSettings":{"locationName":"movSettings","type":"structure","members":{"ClapAtom":{"locationName":"clapAtom"},"CslgAtom":{"locationName":"cslgAtom"},"Mpeg2FourCCControl":{"locationName":"mpeg2FourCCControl"},"PaddingControl":{"locationName":"paddingControl"},"Reference":{"locationName":"reference"}}},"Mp4Settings":{"locationName":"mp4Settings","type":"structure","members":{"AudioDuration":{"locationName":"audioDuration"},"CslgAtom":{"locationName":"cslgAtom"},"CttsVersion":{"locationName":"cttsVersion","type":"integer"},"FreeSpaceBox":{"locationName":"freeSpaceBox"},"MoovPlacement":{"locationName":"moovPlacement"},"Mp4MajorBrand":{"locationName":"mp4MajorBrand"}}},"MpdSettings":{"locationName":"mpdSettings","type":"structure","members":{"AccessibilityCaptionHints":{"locationName":"accessibilityCaptionHints"},"AudioDuration":{"locationName":"audioDuration"},"CaptionContainerType":{"locationName":"captionContainerType"},"KlvMetadata":{"locationName":"klvMetadata"},"ManifestMetadataSignaling":{"locationName":"manifestMetadataSignaling"},"Scte35Esam":{"locationName":"scte35Esam"},"Scte35Source":{"locationName":"scte35Source"},"TimedMetadata":{"locationName":"timedMetadata"},"TimedMetadataBoxVersion":{"locationName":"timedMetadataBoxVersion"},"TimedMetadataSchemeIdUri":{"locationName":"timedMetadataSchemeIdUri"},"TimedMetadataValue":{"locationName":"timedMetadataValue"}}},"MxfSettings":{"locationName":"mxfSettings","type":"structure","members":{"AfdSignaling":{"locationName":"afdSignaling"},"Profile":{"locationName":"profile"},"XavcProfileSettings":{"locationName":"xavcProfileSettings","type":"structure","members":{"DurationMode":{"locationName":"durationMode"},"MaxAncDataSize":{"locationName":"maxAncDataSize","type":"integer"}}}}}}},"Sco":{"type":"list","member":{"type":"integer"}},"Sel":{"type":"structure","members":{"AfdSignaling":{"locationName":"afdSignaling"},"AntiAlias":{"locationName":"antiAlias"},"CodecSettings":{"locationName":"codecSettings","type":"structure","members":{"Av1Settings":{"locationName":"av1Settings","type":"structure","members":{"AdaptiveQuantization":{"locationName":"adaptiveQuantization"},"BitDepth":{"locationName":"bitDepth"},"FilmGrainSynthesis":{"locationName":"filmGrainSynthesis"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"GopSize":{"locationName":"gopSize","type":"double"},"MaxBitrate":{"locationName":"maxBitrate","type":"integer"},"NumberBFramesBetweenReferenceFrames":{"locationName":"numberBFramesBetweenReferenceFrames","type":"integer"},"QvbrSettings":{"locationName":"qvbrSettings","type":"structure","members":{"QvbrQualityLevel":{"locationName":"qvbrQualityLevel","type":"integer"},"QvbrQualityLevelFineTune":{"locationName":"qvbrQualityLevelFineTune","type":"double"}}},"RateControlMode":{"locationName":"rateControlMode"},"Slices":{"locationName":"slices","type":"integer"},"SpatialAdaptiveQuantization":{"locationName":"spatialAdaptiveQuantization"}}},"AvcIntraSettings":{"locationName":"avcIntraSettings","type":"structure","members":{"AvcIntraClass":{"locationName":"avcIntraClass"},"AvcIntraUhdSettings":{"locationName":"avcIntraUhdSettings","type":"structure","members":{"QualityTuningLevel":{"locationName":"qualityTuningLevel"}}},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SlowPal":{"locationName":"slowPal"},"Telecine":{"locationName":"telecine"}}},"Codec":{"locationName":"codec"},"FrameCaptureSettings":{"locationName":"frameCaptureSettings","type":"structure","members":{"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"MaxCaptures":{"locationName":"maxCaptures","type":"integer"},"Quality":{"locationName":"quality","type":"integer"}}},"H264Settings":{"locationName":"h264Settings","type":"structure","members":{"AdaptiveQuantization":{"locationName":"adaptiveQuantization"},"BandwidthReductionFilter":{"shape":"Sfk","locationName":"bandwidthReductionFilter"},"Bitrate":{"locationName":"bitrate","type":"integer"},"CodecLevel":{"locationName":"codecLevel"},"CodecProfile":{"locationName":"codecProfile"},"DynamicSubGop":{"locationName":"dynamicSubGop"},"EndOfStreamMarkers":{"locationName":"endOfStreamMarkers"},"EntropyEncoding":{"locationName":"entropyEncoding"},"FieldEncoding":{"locationName":"fieldEncoding"},"FlickerAdaptiveQuantization":{"locationName":"flickerAdaptiveQuantization"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"GopBReference":{"locationName":"gopBReference"},"GopClosedCadence":{"locationName":"gopClosedCadence","type":"integer"},"GopSize":{"locationName":"gopSize","type":"double"},"GopSizeUnits":{"locationName":"gopSizeUnits"},"HrdBufferFinalFillPercentage":{"locationName":"hrdBufferFinalFillPercentage","type":"integer"},"HrdBufferInitialFillPercentage":{"locationName":"hrdBufferInitialFillPercentage","type":"integer"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"MaxBitrate":{"locationName":"maxBitrate","type":"integer"},"MinIInterval":{"locationName":"minIInterval","type":"integer"},"NumberBFramesBetweenReferenceFrames":{"locationName":"numberBFramesBetweenReferenceFrames","type":"integer"},"NumberReferenceFrames":{"locationName":"numberReferenceFrames","type":"integer"},"ParControl":{"locationName":"parControl"},"ParDenominator":{"locationName":"parDenominator","type":"integer"},"ParNumerator":{"locationName":"parNumerator","type":"integer"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"QvbrSettings":{"locationName":"qvbrSettings","type":"structure","members":{"MaxAverageBitrate":{"locationName":"maxAverageBitrate","type":"integer"},"QvbrQualityLevel":{"locationName":"qvbrQualityLevel","type":"integer"},"QvbrQualityLevelFineTune":{"locationName":"qvbrQualityLevelFineTune","type":"double"}}},"RateControlMode":{"locationName":"rateControlMode"},"RepeatPps":{"locationName":"repeatPps"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SceneChangeDetect":{"locationName":"sceneChangeDetect"},"Slices":{"locationName":"slices","type":"integer"},"SlowPal":{"locationName":"slowPal"},"Softness":{"locationName":"softness","type":"integer"},"SpatialAdaptiveQuantization":{"locationName":"spatialAdaptiveQuantization"},"Syntax":{"locationName":"syntax"},"Telecine":{"locationName":"telecine"},"TemporalAdaptiveQuantization":{"locationName":"temporalAdaptiveQuantization"},"UnregisteredSeiTimecode":{"locationName":"unregisteredSeiTimecode"}}},"H265Settings":{"locationName":"h265Settings","type":"structure","members":{"AdaptiveQuantization":{"locationName":"adaptiveQuantization"},"AlternateTransferFunctionSei":{"locationName":"alternateTransferFunctionSei"},"BandwidthReductionFilter":{"shape":"Sfk","locationName":"bandwidthReductionFilter"},"Bitrate":{"locationName":"bitrate","type":"integer"},"CodecLevel":{"locationName":"codecLevel"},"CodecProfile":{"locationName":"codecProfile"},"DynamicSubGop":{"locationName":"dynamicSubGop"},"EndOfStreamMarkers":{"locationName":"endOfStreamMarkers"},"FlickerAdaptiveQuantization":{"locationName":"flickerAdaptiveQuantization"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"GopBReference":{"locationName":"gopBReference"},"GopClosedCadence":{"locationName":"gopClosedCadence","type":"integer"},"GopSize":{"locationName":"gopSize","type":"double"},"GopSizeUnits":{"locationName":"gopSizeUnits"},"HrdBufferFinalFillPercentage":{"locationName":"hrdBufferFinalFillPercentage","type":"integer"},"HrdBufferInitialFillPercentage":{"locationName":"hrdBufferInitialFillPercentage","type":"integer"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"MaxBitrate":{"locationName":"maxBitrate","type":"integer"},"MinIInterval":{"locationName":"minIInterval","type":"integer"},"NumberBFramesBetweenReferenceFrames":{"locationName":"numberBFramesBetweenReferenceFrames","type":"integer"},"NumberReferenceFrames":{"locationName":"numberReferenceFrames","type":"integer"},"ParControl":{"locationName":"parControl"},"ParDenominator":{"locationName":"parDenominator","type":"integer"},"ParNumerator":{"locationName":"parNumerator","type":"integer"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"QvbrSettings":{"locationName":"qvbrSettings","type":"structure","members":{"MaxAverageBitrate":{"locationName":"maxAverageBitrate","type":"integer"},"QvbrQualityLevel":{"locationName":"qvbrQualityLevel","type":"integer"},"QvbrQualityLevelFineTune":{"locationName":"qvbrQualityLevelFineTune","type":"double"}}},"RateControlMode":{"locationName":"rateControlMode"},"SampleAdaptiveOffsetFilterMode":{"locationName":"sampleAdaptiveOffsetFilterMode"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SceneChangeDetect":{"locationName":"sceneChangeDetect"},"Slices":{"locationName":"slices","type":"integer"},"SlowPal":{"locationName":"slowPal"},"SpatialAdaptiveQuantization":{"locationName":"spatialAdaptiveQuantization"},"Telecine":{"locationName":"telecine"},"TemporalAdaptiveQuantization":{"locationName":"temporalAdaptiveQuantization"},"TemporalIds":{"locationName":"temporalIds"},"Tiles":{"locationName":"tiles"},"UnregisteredSeiTimecode":{"locationName":"unregisteredSeiTimecode"},"WriteMp4PackagingType":{"locationName":"writeMp4PackagingType"}}},"Mpeg2Settings":{"locationName":"mpeg2Settings","type":"structure","members":{"AdaptiveQuantization":{"locationName":"adaptiveQuantization"},"Bitrate":{"locationName":"bitrate","type":"integer"},"CodecLevel":{"locationName":"codecLevel"},"CodecProfile":{"locationName":"codecProfile"},"DynamicSubGop":{"locationName":"dynamicSubGop"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"GopClosedCadence":{"locationName":"gopClosedCadence","type":"integer"},"GopSize":{"locationName":"gopSize","type":"double"},"GopSizeUnits":{"locationName":"gopSizeUnits"},"HrdBufferFinalFillPercentage":{"locationName":"hrdBufferFinalFillPercentage","type":"integer"},"HrdBufferInitialFillPercentage":{"locationName":"hrdBufferInitialFillPercentage","type":"integer"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"IntraDcPrecision":{"locationName":"intraDcPrecision"},"MaxBitrate":{"locationName":"maxBitrate","type":"integer"},"MinIInterval":{"locationName":"minIInterval","type":"integer"},"NumberBFramesBetweenReferenceFrames":{"locationName":"numberBFramesBetweenReferenceFrames","type":"integer"},"ParControl":{"locationName":"parControl"},"ParDenominator":{"locationName":"parDenominator","type":"integer"},"ParNumerator":{"locationName":"parNumerator","type":"integer"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"RateControlMode":{"locationName":"rateControlMode"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SceneChangeDetect":{"locationName":"sceneChangeDetect"},"SlowPal":{"locationName":"slowPal"},"Softness":{"locationName":"softness","type":"integer"},"SpatialAdaptiveQuantization":{"locationName":"spatialAdaptiveQuantization"},"Syntax":{"locationName":"syntax"},"Telecine":{"locationName":"telecine"},"TemporalAdaptiveQuantization":{"locationName":"temporalAdaptiveQuantization"}}},"ProresSettings":{"locationName":"proresSettings","type":"structure","members":{"ChromaSampling":{"locationName":"chromaSampling"},"CodecProfile":{"locationName":"codecProfile"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"ParControl":{"locationName":"parControl"},"ParDenominator":{"locationName":"parDenominator","type":"integer"},"ParNumerator":{"locationName":"parNumerator","type":"integer"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SlowPal":{"locationName":"slowPal"},"Telecine":{"locationName":"telecine"}}},"UncompressedSettings":{"locationName":"uncompressedSettings","type":"structure","members":{"Fourcc":{"locationName":"fourcc"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SlowPal":{"locationName":"slowPal"},"Telecine":{"locationName":"telecine"}}},"Vc3Settings":{"locationName":"vc3Settings","type":"structure","members":{"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"ScanTypeConversionMode":{"locationName":"scanTypeConversionMode"},"SlowPal":{"locationName":"slowPal"},"Telecine":{"locationName":"telecine"},"Vc3Class":{"locationName":"vc3Class"}}},"Vp8Settings":{"locationName":"vp8Settings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"GopSize":{"locationName":"gopSize","type":"double"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"MaxBitrate":{"locationName":"maxBitrate","type":"integer"},"ParControl":{"locationName":"parControl"},"ParDenominator":{"locationName":"parDenominator","type":"integer"},"ParNumerator":{"locationName":"parNumerator","type":"integer"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"RateControlMode":{"locationName":"rateControlMode"}}},"Vp9Settings":{"locationName":"vp9Settings","type":"structure","members":{"Bitrate":{"locationName":"bitrate","type":"integer"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"GopSize":{"locationName":"gopSize","type":"double"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"MaxBitrate":{"locationName":"maxBitrate","type":"integer"},"ParControl":{"locationName":"parControl"},"ParDenominator":{"locationName":"parDenominator","type":"integer"},"ParNumerator":{"locationName":"parNumerator","type":"integer"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"RateControlMode":{"locationName":"rateControlMode"}}},"XavcSettings":{"locationName":"xavcSettings","type":"structure","members":{"AdaptiveQuantization":{"locationName":"adaptiveQuantization"},"EntropyEncoding":{"locationName":"entropyEncoding"},"FramerateControl":{"locationName":"framerateControl"},"FramerateConversionAlgorithm":{"locationName":"framerateConversionAlgorithm"},"FramerateDenominator":{"locationName":"framerateDenominator","type":"integer"},"FramerateNumerator":{"locationName":"framerateNumerator","type":"integer"},"Profile":{"locationName":"profile"},"SlowPal":{"locationName":"slowPal"},"Softness":{"locationName":"softness","type":"integer"},"SpatialAdaptiveQuantization":{"locationName":"spatialAdaptiveQuantization"},"TemporalAdaptiveQuantization":{"locationName":"temporalAdaptiveQuantization"},"Xavc4kIntraCbgProfileSettings":{"locationName":"xavc4kIntraCbgProfileSettings","type":"structure","members":{"XavcClass":{"locationName":"xavcClass"}}},"Xavc4kIntraVbrProfileSettings":{"locationName":"xavc4kIntraVbrProfileSettings","type":"structure","members":{"XavcClass":{"locationName":"xavcClass"}}},"Xavc4kProfileSettings":{"locationName":"xavc4kProfileSettings","type":"structure","members":{"BitrateClass":{"locationName":"bitrateClass"},"CodecProfile":{"locationName":"codecProfile"},"FlickerAdaptiveQuantization":{"locationName":"flickerAdaptiveQuantization"},"GopBReference":{"locationName":"gopBReference"},"GopClosedCadence":{"locationName":"gopClosedCadence","type":"integer"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"Slices":{"locationName":"slices","type":"integer"}}},"XavcHdIntraCbgProfileSettings":{"locationName":"xavcHdIntraCbgProfileSettings","type":"structure","members":{"XavcClass":{"locationName":"xavcClass"}}},"XavcHdProfileSettings":{"locationName":"xavcHdProfileSettings","type":"structure","members":{"BitrateClass":{"locationName":"bitrateClass"},"FlickerAdaptiveQuantization":{"locationName":"flickerAdaptiveQuantization"},"GopBReference":{"locationName":"gopBReference"},"GopClosedCadence":{"locationName":"gopClosedCadence","type":"integer"},"HrdBufferSize":{"locationName":"hrdBufferSize","type":"integer"},"InterlaceMode":{"locationName":"interlaceMode"},"QualityTuningLevel":{"locationName":"qualityTuningLevel"},"Slices":{"locationName":"slices","type":"integer"},"Telecine":{"locationName":"telecine"}}}}}}},"ColorMetadata":{"locationName":"colorMetadata"},"Crop":{"shape":"S2i","locationName":"crop"},"DropFrameTimecode":{"locationName":"dropFrameTimecode"},"FixedAfd":{"locationName":"fixedAfd","type":"integer"},"Height":{"locationName":"height","type":"integer"},"Position":{"shape":"S2i","locationName":"position"},"RespondToAfd":{"locationName":"respondToAfd"},"ScalingBehavior":{"locationName":"scalingBehavior"},"Sharpness":{"locationName":"sharpness","type":"integer"},"TimecodeInsertion":{"locationName":"timecodeInsertion"},"VideoPreprocessors":{"locationName":"videoPreprocessors","type":"structure","members":{"ColorCorrector":{"locationName":"colorCorrector","type":"structure","members":{"Brightness":{"locationName":"brightness","type":"integer"},"ClipLimits":{"locationName":"clipLimits","type":"structure","members":{"MaximumRGBTolerance":{"locationName":"maximumRGBTolerance","type":"integer"},"MaximumYUV":{"locationName":"maximumYUV","type":"integer"},"MinimumRGBTolerance":{"locationName":"minimumRGBTolerance","type":"integer"},"MinimumYUV":{"locationName":"minimumYUV","type":"integer"}}},"ColorSpaceConversion":{"locationName":"colorSpaceConversion"},"Contrast":{"locationName":"contrast","type":"integer"},"Hdr10Metadata":{"shape":"S3m","locationName":"hdr10Metadata"},"HdrToSdrToneMapper":{"locationName":"hdrToSdrToneMapper"},"Hue":{"locationName":"hue","type":"integer"},"MaxLuminance":{"locationName":"maxLuminance","type":"integer"},"SampleRangeConversion":{"locationName":"sampleRangeConversion"},"Saturation":{"locationName":"saturation","type":"integer"},"SdrReferenceWhiteLevel":{"locationName":"sdrReferenceWhiteLevel","type":"integer"}}},"Deinterlacer":{"locationName":"deinterlacer","type":"structure","members":{"Algorithm":{"locationName":"algorithm"},"Control":{"locationName":"control"},"Mode":{"locationName":"mode"}}},"DolbyVision":{"locationName":"dolbyVision","type":"structure","members":{"L6Metadata":{"locationName":"l6Metadata","type":"structure","members":{"MaxCll":{"locationName":"maxCll","type":"integer"},"MaxFall":{"locationName":"maxFall","type":"integer"}}},"L6Mode":{"locationName":"l6Mode"},"Mapping":{"locationName":"mapping"},"Profile":{"locationName":"profile"}}},"Hdr10Plus":{"locationName":"hdr10Plus","type":"structure","members":{"MasteringMonitorNits":{"locationName":"masteringMonitorNits","type":"integer"},"TargetMonitorNits":{"locationName":"targetMonitorNits","type":"integer"}}},"ImageInserter":{"shape":"S2u","locationName":"imageInserter"},"NoiseReducer":{"locationName":"noiseReducer","type":"structure","members":{"Filter":{"locationName":"filter"},"FilterSettings":{"locationName":"filterSettings","type":"structure","members":{"Strength":{"locationName":"strength","type":"integer"}}},"SpatialFilterSettings":{"locationName":"spatialFilterSettings","type":"structure","members":{"PostFilterSharpenStrength":{"locationName":"postFilterSharpenStrength","type":"integer"},"Speed":{"locationName":"speed","type":"integer"},"Strength":{"locationName":"strength","type":"integer"}}},"TemporalFilterSettings":{"locationName":"temporalFilterSettings","type":"structure","members":{"AggressiveMode":{"locationName":"aggressiveMode","type":"integer"},"PostTemporalSharpening":{"locationName":"postTemporalSharpening"},"PostTemporalSharpeningStrength":{"locationName":"postTemporalSharpeningStrength"},"Speed":{"locationName":"speed","type":"integer"},"Strength":{"locationName":"strength","type":"integer"}}}}},"PartnerWatermarking":{"locationName":"partnerWatermarking","type":"structure","members":{"NexguardFileMarkerSettings":{"locationName":"nexguardFileMarkerSettings","type":"structure","members":{"License":{"locationName":"license"},"Payload":{"locationName":"payload","type":"integer"},"Preset":{"locationName":"preset"},"Strength":{"locationName":"strength"}}}}},"TimecodeBurnin":{"locationName":"timecodeBurnin","type":"structure","members":{"FontSize":{"locationName":"fontSize","type":"integer"},"Position":{"locationName":"position"},"Prefix":{"locationName":"prefix"}}}}},"Width":{"locationName":"width","type":"integer"}}},"Sfk":{"type":"structure","members":{"Sharpening":{"locationName":"sharpening"},"Strength":{"locationName":"strength"}}},"Sl3":{"type":"structure","members":{"Anchor":{"locationName":"anchor"},"Source":{"locationName":"source"},"Start":{"locationName":"start"},"TimestampOffset":{"locationName":"timestampOffset"}}},"Sl6":{"type":"structure","members":{"Id3Insertions":{"locationName":"id3Insertions","type":"list","member":{"type":"structure","members":{"Id3":{"locationName":"id3"},"Timecode":{"locationName":"timecode"}}}}}},"Slb":{"type":"map","key":{},"value":{}},"Sld":{"type":"structure","members":{"AccelerationSettings":{"shape":"S7","locationName":"accelerationSettings"},"AccelerationStatus":{"locationName":"accelerationStatus"},"Arn":{"locationName":"arn"},"BillingTagsSource":{"locationName":"billingTagsSource"},"ClientRequestToken":{"locationName":"clientRequestToken"},"CreatedAt":{"shape":"Slf","locationName":"createdAt"},"CurrentPhase":{"locationName":"currentPhase"},"ErrorCode":{"locationName":"errorCode","type":"integer"},"ErrorMessage":{"locationName":"errorMessage"},"HopDestinations":{"shape":"Sa","locationName":"hopDestinations"},"Id":{"locationName":"id"},"JobPercentComplete":{"locationName":"jobPercentComplete","type":"integer"},"JobTemplate":{"locationName":"jobTemplate"},"Messages":{"locationName":"messages","type":"structure","members":{"Info":{"shape":"Sli","locationName":"info"},"Warning":{"shape":"Sli","locationName":"warning"}}},"OutputGroupDetails":{"locationName":"outputGroupDetails","type":"list","member":{"type":"structure","members":{"OutputDetails":{"locationName":"outputDetails","type":"list","member":{"type":"structure","members":{"DurationInMs":{"locationName":"durationInMs","type":"integer"},"VideoDetails":{"locationName":"videoDetails","type":"structure","members":{"HeightInPx":{"locationName":"heightInPx","type":"integer"},"WidthInPx":{"locationName":"widthInPx","type":"integer"}}}}}}}}},"Priority":{"locationName":"priority","type":"integer"},"Queue":{"locationName":"queue"},"QueueTransitions":{"locationName":"queueTransitions","type":"list","member":{"type":"structure","members":{"DestinationQueue":{"locationName":"destinationQueue"},"SourceQueue":{"locationName":"sourceQueue"},"Timestamp":{"shape":"Slf","locationName":"timestamp"}}}},"RetryCount":{"locationName":"retryCount","type":"integer"},"Role":{"locationName":"role"},"Settings":{"shape":"Se","locationName":"settings"},"SimulateReservedQueue":{"locationName":"simulateReservedQueue"},"Status":{"locationName":"status"},"StatusUpdateInterval":{"locationName":"statusUpdateInterval"},"Timing":{"locationName":"timing","type":"structure","members":{"FinishTime":{"shape":"Slf","locationName":"finishTime"},"StartTime":{"shape":"Slf","locationName":"startTime"},"SubmitTime":{"shape":"Slf","locationName":"submitTime"}}},"UserMetadata":{"shape":"Slb","locationName":"userMetadata"},"Warnings":{"locationName":"warnings","type":"list","member":{"type":"structure","members":{"Code":{"locationName":"code","type":"integer"},"Count":{"locationName":"count","type":"integer"}},"required":["Count","Code"]}}},"required":["Settings","Role"]},"Slf":{"type":"timestamp","timestampFormat":"unixTimestamp"},"Sli":{"type":"list","member":{}},"Slv":{"type":"structure","members":{"AdAvailOffset":{"locationName":"adAvailOffset","type":"integer"},"AvailBlanking":{"shape":"Sg","locationName":"availBlanking"},"ColorConversion3DLUTSettings":{"shape":"Si","locationName":"colorConversion3DLUTSettings"},"Esam":{"shape":"Sn","locationName":"esam"},"ExtendedDataServices":{"shape":"St","locationName":"extendedDataServices"},"FollowSource":{"locationName":"followSource","type":"integer"},"Inputs":{"locationName":"inputs","type":"list","member":{"type":"structure","members":{"AdvancedInputFilter":{"locationName":"advancedInputFilter"},"AdvancedInputFilterSettings":{"shape":"S10","locationName":"advancedInputFilterSettings"},"AudioSelectorGroups":{"shape":"S13","locationName":"audioSelectorGroups"},"AudioSelectors":{"shape":"S17","locationName":"audioSelectors"},"CaptionSelectors":{"shape":"S1t","locationName":"captionSelectors"},"Crop":{"shape":"S2i","locationName":"crop"},"DeblockFilter":{"locationName":"deblockFilter"},"DenoiseFilter":{"locationName":"denoiseFilter"},"DolbyVisionMetadataXml":{"locationName":"dolbyVisionMetadataXml"},"FilterEnable":{"locationName":"filterEnable"},"FilterStrength":{"locationName":"filterStrength","type":"integer"},"ImageInserter":{"shape":"S2u","locationName":"imageInserter"},"InputClippings":{"shape":"S32","locationName":"inputClippings"},"InputScanType":{"locationName":"inputScanType"},"Position":{"shape":"S2i","locationName":"position"},"ProgramNumber":{"locationName":"programNumber","type":"integer"},"PsiControl":{"locationName":"psiControl"},"TimecodeSource":{"locationName":"timecodeSource"},"TimecodeStart":{"locationName":"timecodeStart"},"VideoOverlays":{"shape":"S3d","locationName":"videoOverlays"},"VideoSelector":{"shape":"S3i","locationName":"videoSelector"}}}},"KantarWatermark":{"shape":"S3s","locationName":"kantarWatermark"},"MotionImageInserter":{"shape":"S40","locationName":"motionImageInserter"},"NielsenConfiguration":{"shape":"S48","locationName":"nielsenConfiguration"},"NielsenNonLinearWatermark":{"shape":"S4a","locationName":"nielsenNonLinearWatermark"},"OutputGroups":{"shape":"S4h","locationName":"outputGroups"},"TimecodeConfig":{"shape":"Sl3","locationName":"timecodeConfig"},"TimedMetadataInsertion":{"shape":"Sl6","locationName":"timedMetadataInsertion"}}},"Slz":{"type":"structure","members":{"AccelerationSettings":{"shape":"S7","locationName":"accelerationSettings"},"Arn":{"locationName":"arn"},"Category":{"locationName":"category"},"CreatedAt":{"shape":"Slf","locationName":"createdAt"},"Description":{"locationName":"description"},"HopDestinations":{"shape":"Sa","locationName":"hopDestinations"},"LastUpdated":{"shape":"Slf","locationName":"lastUpdated"},"Name":{"locationName":"name"},"Priority":{"locationName":"priority","type":"integer"},"Queue":{"locationName":"queue"},"Settings":{"shape":"Slv","locationName":"settings"},"StatusUpdateInterval":{"locationName":"statusUpdateInterval"},"Type":{"locationName":"type"}},"required":["Settings","Name"]},"Sm2":{"type":"structure","members":{"AudioDescriptions":{"shape":"S86","locationName":"audioDescriptions"},"CaptionDescriptions":{"locationName":"captionDescriptions","type":"list","member":{"type":"structure","members":{"CustomLanguageCode":{"locationName":"customLanguageCode"},"DestinationSettings":{"shape":"Sau","locationName":"destinationSettings"},"LanguageCode":{"locationName":"languageCode"},"LanguageDescription":{"locationName":"languageDescription"}}}},"ContainerSettings":{"shape":"Sc5","locationName":"containerSettings"},"VideoDescription":{"shape":"Sel","locationName":"videoDescription"}}},"Sm6":{"type":"structure","members":{"Arn":{"locationName":"arn"},"Category":{"locationName":"category"},"CreatedAt":{"shape":"Slf","locationName":"createdAt"},"Description":{"locationName":"description"},"LastUpdated":{"shape":"Slf","locationName":"lastUpdated"},"Name":{"locationName":"name"},"Settings":{"shape":"Sm2","locationName":"settings"},"Type":{"locationName":"type"}},"required":["Settings","Name"]},"Sm9":{"type":"structure","members":{"Commitment":{"locationName":"commitment"},"RenewalType":{"locationName":"renewalType"},"ReservedSlots":{"locationName":"reservedSlots","type":"integer"}},"required":["Commitment","ReservedSlots","RenewalType"]},"Sme":{"type":"structure","members":{"Arn":{"locationName":"arn"},"CreatedAt":{"shape":"Slf","locationName":"createdAt"},"Description":{"locationName":"description"},"LastUpdated":{"shape":"Slf","locationName":"lastUpdated"},"Name":{"locationName":"name"},"PricingPlan":{"locationName":"pricingPlan"},"ProgressingJobsCount":{"locationName":"progressingJobsCount","type":"integer"},"ReservationPlan":{"locationName":"reservationPlan","type":"structure","members":{"Commitment":{"locationName":"commitment"},"ExpiresAt":{"shape":"Slf","locationName":"expiresAt"},"PurchasedAt":{"shape":"Slf","locationName":"purchasedAt"},"RenewalType":{"locationName":"renewalType"},"ReservedSlots":{"locationName":"reservedSlots","type":"integer"},"Status":{"locationName":"status"}}},"Status":{"locationName":"status"},"SubmittedJobsCount":{"locationName":"submittedJobsCount","type":"integer"},"Type":{"locationName":"type"}},"required":["Name"]},"Sn2":{"type":"structure","members":{"HttpInputs":{"locationName":"httpInputs"},"HttpsInputs":{"locationName":"httpsInputs"},"S3Inputs":{"locationName":"s3Inputs"}}},"Sng":{"type":"list","member":{"shape":"Sld"}}}}
|
55688
55697
|
|
55689
55698
|
/***/ }),
|
55690
55699
|
/* 567 */
|
55691
55700
|
/***/ (function(module, exports) {
|
55692
55701
|
|
55693
|
-
module.exports = {"pagination":{"DescribeEndpoints":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Endpoints"},"ListJobs":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Jobs"},"ListPresets":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Presets"},"ListJobTemplates":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"JobTemplates"},"ListQueues":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Queues"}}}
|
55702
|
+
module.exports = {"pagination":{"DescribeEndpoints":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Endpoints"},"ListJobs":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Jobs"},"SearchJobs":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Jobs"},"ListPresets":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Presets"},"ListJobTemplates":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"JobTemplates"},"ListQueues":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Queues"}}}
|
55694
55703
|
|
55695
55704
|
/***/ }),
|
55696
55705
|
/* 568 */
|
@@ -59902,13 +59911,13 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
59902
59911
|
/* 917 */
|
59903
59912
|
/***/ (function(module, exports) {
|
59904
59913
|
|
59905
|
-
module.exports = {"metadata":{"apiVersion":"2020-01-01","endpointPrefix":"macie2","signingName":"macie2","serviceFullName":"Amazon Macie 2","serviceId":"Macie2","protocol":"rest-json","jsonVersion":"1.1","uid":"macie2-2020-01-01","signatureVersion":"v4"},"operations":{"AcceptInvitation":{"http":{"requestUri":"/invitations/accept","responseCode":200},"input":{"type":"structure","members":{"administratorAccountId":{"locationName":"administratorAccountId"},"invitationId":{"locationName":"invitationId"},"masterAccount":{"locationName":"masterAccount"}},"required":["invitationId"]},"output":{"type":"structure","members":{}}},"BatchGetCustomDataIdentifiers":{"http":{"requestUri":"/custom-data-identifiers/get","responseCode":200},"input":{"type":"structure","members":{"ids":{"shape":"S5","locationName":"ids"}}},"output":{"type":"structure","members":{"customDataIdentifiers":{"locationName":"customDataIdentifiers","type":"list","member":{"type":"structure","members":{"arn":{"locationName":"arn"},"createdAt":{"shape":"S9","locationName":"createdAt"},"deleted":{"locationName":"deleted","type":"boolean"},"description":{"locationName":"description"},"id":{"locationName":"id"},"name":{"locationName":"name"}}}},"notFoundIdentifierIds":{"shape":"S5","locationName":"notFoundIdentifierIds"}}}},"CreateAllowList":{"http":{"requestUri":"/allow-lists","responseCode":200},"input":{"type":"structure","members":{"clientToken":{"locationName":"clientToken","idempotencyToken":true},"criteria":{"shape":"Sc","locationName":"criteria"},"description":{"locationName":"description"},"name":{"locationName":"name"},"tags":{"shape":"Si","locationName":"tags"}},"required":["criteria","clientToken","name"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"},"id":{"locationName":"id"}}}},"CreateClassificationJob":{"http":{"requestUri":"/jobs","responseCode":200},"input":{"type":"structure","members":{"allowListIds":{"shape":"S5","locationName":"allowListIds"},"clientToken":{"locationName":"clientToken","idempotencyToken":true},"customDataIdentifierIds":{"shape":"S5","locationName":"customDataIdentifierIds"},"description":{"locationName":"description"},"initialRun":{"locationName":"initialRun","type":"boolean"},"jobType":{"locationName":"jobType"},"managedDataIdentifierIds":{"shape":"S5","locationName":"managedDataIdentifierIds"},"managedDataIdentifierSelector":{"locationName":"managedDataIdentifierSelector"},"name":{"locationName":"name"},"s3JobDefinition":{"shape":"Sp","locationName":"s3JobDefinition"},"samplingPercentage":{"locationName":"samplingPercentage","type":"integer"},"scheduleFrequency":{"shape":"S1d","locationName":"scheduleFrequency"},"tags":{"shape":"Si","locationName":"tags"}},"required":["s3JobDefinition","jobType","clientToken","name"]},"output":{"type":"structure","members":{"jobArn":{"locationName":"jobArn"},"jobId":{"locationName":"jobId"}}}},"CreateCustomDataIdentifier":{"http":{"requestUri":"/custom-data-identifiers","responseCode":200},"input":{"type":"structure","members":{"clientToken":{"locationName":"clientToken","idempotencyToken":true},"description":{"locationName":"description"},"ignoreWords":{"shape":"S5","locationName":"ignoreWords"},"keywords":{"shape":"S5","locationName":"keywords"},"maximumMatchDistance":{"locationName":"maximumMatchDistance","type":"integer"},"name":{"locationName":"name"},"regex":{"locationName":"regex"},"severityLevels":{"shape":"S1k","locationName":"severityLevels"},"tags":{"shape":"Si","locationName":"tags"}},"required":["regex","name"]},"output":{"type":"structure","members":{"customDataIdentifierId":{"locationName":"customDataIdentifierId"}}}},"CreateFindingsFilter":{"http":{"requestUri":"/findingsfilters","responseCode":200},"input":{"type":"structure","members":{"action":{"locationName":"action"},"clientToken":{"locationName":"clientToken","idempotencyToken":true},"description":{"locationName":"description"},"findingCriteria":{"shape":"S1r","locationName":"findingCriteria"},"name":{"locationName":"name"},"position":{"locationName":"position","type":"integer"},"tags":{"shape":"Si","locationName":"tags"}},"required":["action","findingCriteria","name"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"},"id":{"locationName":"id"}}}},"CreateInvitations":{"http":{"requestUri":"/invitations","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5","locationName":"accountIds"},"disableEmailNotification":{"locationName":"disableEmailNotification","type":"boolean"},"message":{"locationName":"message"}},"required":["accountIds"]},"output":{"type":"structure","members":{"unprocessedAccounts":{"shape":"S1x","locationName":"unprocessedAccounts"}}}},"CreateMember":{"http":{"requestUri":"/members","responseCode":200},"input":{"type":"structure","members":{"account":{"locationName":"account","type":"structure","members":{"accountId":{"locationName":"accountId"},"email":{"locationName":"email"}},"required":["email","accountId"]},"tags":{"shape":"Si","locationName":"tags"}},"required":["account"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"}}}},"CreateSampleFindings":{"http":{"requestUri":"/findings/sample","responseCode":200},"input":{"type":"structure","members":{"findingTypes":{"locationName":"findingTypes","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"DeclineInvitations":{"http":{"requestUri":"/invitations/decline","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5","locationName":"accountIds"}},"required":["accountIds"]},"output":{"type":"structure","members":{"unprocessedAccounts":{"shape":"S1x","locationName":"unprocessedAccounts"}}}},"DeleteAllowList":{"http":{"method":"DELETE","requestUri":"/allow-lists/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"},"ignoreJobChecks":{"location":"querystring","locationName":"ignoreJobChecks"}},"required":["id"]},"output":{"type":"structure","members":{}}},"DeleteCustomDataIdentifier":{"http":{"method":"DELETE","requestUri":"/custom-data-identifiers/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{}}},"DeleteFindingsFilter":{"http":{"method":"DELETE","requestUri":"/findingsfilters/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{}}},"DeleteInvitations":{"http":{"requestUri":"/invitations/delete","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5","locationName":"accountIds"}},"required":["accountIds"]},"output":{"type":"structure","members":{"unprocessedAccounts":{"shape":"S1x","locationName":"unprocessedAccounts"}}}},"DeleteMember":{"http":{"method":"DELETE","requestUri":"/members/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{}}},"DescribeBuckets":{"http":{"requestUri":"/datasources/s3","responseCode":200},"input":{"type":"structure","members":{"criteria":{"locationName":"criteria","type":"map","key":{},"value":{"type":"structure","members":{"eq":{"shape":"S5","locationName":"eq"},"gt":{"locationName":"gt","type":"long"},"gte":{"locationName":"gte","type":"long"},"lt":{"locationName":"lt","type":"long"},"lte":{"locationName":"lte","type":"long"},"neq":{"shape":"S5","locationName":"neq"},"prefix":{"locationName":"prefix"}}}},"maxResults":{"locationName":"maxResults","type":"integer"},"nextToken":{"locationName":"nextToken"},"sortCriteria":{"locationName":"sortCriteria","type":"structure","members":{"attributeName":{"locationName":"attributeName"},"orderBy":{"locationName":"orderBy"}}}}},"output":{"type":"structure","members":{"buckets":{"locationName":"buckets","type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"allowsUnencryptedObjectUploads":{"locationName":"allowsUnencryptedObjectUploads"},"bucketArn":{"locationName":"bucketArn"},"bucketCreatedAt":{"shape":"S9","locationName":"bucketCreatedAt"},"bucketName":{"locationName":"bucketName"},"classifiableObjectCount":{"locationName":"classifiableObjectCount","type":"long"},"classifiableSizeInBytes":{"locationName":"classifiableSizeInBytes","type":"long"},"errorCode":{"locationName":"errorCode"},"errorMessage":{"locationName":"errorMessage"},"jobDetails":{"shape":"S2t","locationName":"jobDetails"},"lastAutomatedDiscoveryTime":{"shape":"S9","locationName":"lastAutomatedDiscoveryTime"},"lastUpdated":{"shape":"S9","locationName":"lastUpdated"},"objectCount":{"locationName":"objectCount","type":"long"},"objectCountByEncryptionType":{"shape":"S2w","locationName":"objectCountByEncryptionType"},"publicAccess":{"shape":"S2x","locationName":"publicAccess"},"region":{"locationName":"region"},"replicationDetails":{"locationName":"replicationDetails","type":"structure","members":{"replicated":{"locationName":"replicated","type":"boolean"},"replicatedExternally":{"locationName":"replicatedExternally","type":"boolean"},"replicationAccounts":{"shape":"S5","locationName":"replicationAccounts"}}},"sensitivityScore":{"locationName":"sensitivityScore","type":"integer"},"serverSideEncryption":{"locationName":"serverSideEncryption","type":"structure","members":{"kmsMasterKeyId":{"locationName":"kmsMasterKeyId"},"type":{"locationName":"type"}}},"sharedAccess":{"locationName":"sharedAccess"},"sizeInBytes":{"locationName":"sizeInBytes","type":"long"},"sizeInBytesCompressed":{"locationName":"sizeInBytesCompressed","type":"long"},"tags":{"locationName":"tags","type":"list","member":{"shape":"S3a"}},"unclassifiableObjectCount":{"shape":"S3b","locationName":"unclassifiableObjectCount"},"unclassifiableObjectSizeInBytes":{"shape":"S3b","locationName":"unclassifiableObjectSizeInBytes"},"versioning":{"locationName":"versioning","type":"boolean"}}}},"nextToken":{"locationName":"nextToken"}}}},"DescribeClassificationJob":{"http":{"method":"GET","requestUri":"/jobs/{jobId}","responseCode":200},"input":{"type":"structure","members":{"jobId":{"location":"uri","locationName":"jobId"}},"required":["jobId"]},"output":{"type":"structure","members":{"allowListIds":{"shape":"S5","locationName":"allowListIds"},"clientToken":{"locationName":"clientToken","idempotencyToken":true},"createdAt":{"shape":"S9","locationName":"createdAt"},"customDataIdentifierIds":{"shape":"S5","locationName":"customDataIdentifierIds"},"description":{"locationName":"description"},"initialRun":{"locationName":"initialRun","type":"boolean"},"jobArn":{"locationName":"jobArn"},"jobId":{"locationName":"jobId"},"jobStatus":{"locationName":"jobStatus"},"jobType":{"locationName":"jobType"},"lastRunErrorStatus":{"shape":"S3f","locationName":"lastRunErrorStatus"},"lastRunTime":{"shape":"S9","locationName":"lastRunTime"},"managedDataIdentifierIds":{"shape":"S5","locationName":"managedDataIdentifierIds"},"managedDataIdentifierSelector":{"locationName":"managedDataIdentifierSelector"},"name":{"locationName":"name"},"s3JobDefinition":{"shape":"Sp","locationName":"s3JobDefinition"},"samplingPercentage":{"locationName":"samplingPercentage","type":"integer"},"scheduleFrequency":{"shape":"S1d","locationName":"scheduleFrequency"},"statistics":{"locationName":"statistics","type":"structure","members":{"approximateNumberOfObjectsToProcess":{"locationName":"approximateNumberOfObjectsToProcess","type":"double"},"numberOfRuns":{"locationName":"numberOfRuns","type":"double"}}},"tags":{"shape":"Si","locationName":"tags"},"userPausedDetails":{"shape":"S3j","locationName":"userPausedDetails"}}}},"DescribeOrganizationConfiguration":{"http":{"method":"GET","requestUri":"/admin/configuration","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"autoEnable":{"locationName":"autoEnable","type":"boolean"},"maxAccountLimitReached":{"locationName":"maxAccountLimitReached","type":"boolean"}}}},"DisableMacie":{"http":{"method":"DELETE","requestUri":"/macie","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"DisableOrganizationAdminAccount":{"http":{"method":"DELETE","requestUri":"/admin","responseCode":200},"input":{"type":"structure","members":{"adminAccountId":{"location":"querystring","locationName":"adminAccountId"}},"required":["adminAccountId"]},"output":{"type":"structure","members":{}}},"DisassociateFromAdministratorAccount":{"http":{"requestUri":"/administrator/disassociate","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"DisassociateFromMasterAccount":{"http":{"requestUri":"/master/disassociate","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"DisassociateMember":{"http":{"requestUri":"/members/disassociate/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{}}},"EnableMacie":{"http":{"requestUri":"/macie","responseCode":200},"input":{"type":"structure","members":{"clientToken":{"locationName":"clientToken","idempotencyToken":true},"findingPublishingFrequency":{"locationName":"findingPublishingFrequency"},"status":{"locationName":"status"}}},"output":{"type":"structure","members":{}}},"EnableOrganizationAdminAccount":{"http":{"requestUri":"/admin","responseCode":200},"input":{"type":"structure","members":{"adminAccountId":{"locationName":"adminAccountId"},"clientToken":{"locationName":"clientToken","idempotencyToken":true}},"required":["adminAccountId"]},"output":{"type":"structure","members":{}}},"GetAdministratorAccount":{"http":{"method":"GET","requestUri":"/administrator","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"administrator":{"shape":"S44","locationName":"administrator"}}}},"GetAllowList":{"http":{"method":"GET","requestUri":"/allow-lists/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"},"createdAt":{"shape":"S9","locationName":"createdAt"},"criteria":{"shape":"Sc","locationName":"criteria"},"description":{"locationName":"description"},"id":{"locationName":"id"},"name":{"locationName":"name"},"status":{"locationName":"status","type":"structure","members":{"code":{"locationName":"code"},"description":{"locationName":"description"}},"required":["code"]},"tags":{"shape":"Si","locationName":"tags"},"updatedAt":{"shape":"S9","locationName":"updatedAt"}}}},"GetAutomatedDiscoveryConfiguration":{"http":{"method":"GET","requestUri":"/automated-discovery/configuration","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"classificationScopeId":{"locationName":"classificationScopeId"},"disabledAt":{"shape":"S4d","locationName":"disabledAt"},"firstEnabledAt":{"shape":"S4d","locationName":"firstEnabledAt"},"lastUpdatedAt":{"shape":"S4d","locationName":"lastUpdatedAt"},"sensitivityInspectionTemplateId":{"locationName":"sensitivityInspectionTemplateId"},"status":{"locationName":"status"}}}},"GetBucketStatistics":{"http":{"requestUri":"/datasources/s3/statistics","responseCode":200},"input":{"type":"structure","members":{"accountId":{"locationName":"accountId"}}},"output":{"type":"structure","members":{"bucketCount":{"locationName":"bucketCount","type":"long"},"bucketCountByEffectivePermission":{"locationName":"bucketCountByEffectivePermission","type":"structure","members":{"publiclyAccessible":{"locationName":"publiclyAccessible","type":"long"},"publiclyReadable":{"locationName":"publiclyReadable","type":"long"},"publiclyWritable":{"locationName":"publiclyWritable","type":"long"},"unknown":{"locationName":"unknown","type":"long"}}},"bucketCountByEncryptionType":{"locationName":"bucketCountByEncryptionType","type":"structure","members":{"kmsManaged":{"locationName":"kmsManaged","type":"long"},"s3Managed":{"locationName":"s3Managed","type":"long"},"unencrypted":{"locationName":"unencrypted","type":"long"},"unknown":{"locationName":"unknown","type":"long"}}},"bucketCountByObjectEncryptionRequirement":{"locationName":"bucketCountByObjectEncryptionRequirement","type":"structure","members":{"allowsUnencryptedObjectUploads":{"locationName":"allowsUnencryptedObjectUploads","type":"long"},"deniesUnencryptedObjectUploads":{"locationName":"deniesUnencryptedObjectUploads","type":"long"},"unknown":{"locationName":"unknown","type":"long"}}},"bucketCountBySharedAccessType":{"locationName":"bucketCountBySharedAccessType","type":"structure","members":{"external":{"locationName":"external","type":"long"},"internal":{"locationName":"internal","type":"long"},"notShared":{"locationName":"notShared","type":"long"},"unknown":{"locationName":"unknown","type":"long"}}},"bucketStatisticsBySensitivity":{"locationName":"bucketStatisticsBySensitivity","type":"structure","members":{"classificationError":{"shape":"S4n","locationName":"classificationError"},"notClassified":{"shape":"S4n","locationName":"notClassified"},"notSensitive":{"shape":"S4n","locationName":"notSensitive"},"sensitive":{"shape":"S4n","locationName":"sensitive"}}},"classifiableObjectCount":{"locationName":"classifiableObjectCount","type":"long"},"classifiableSizeInBytes":{"locationName":"classifiableSizeInBytes","type":"long"},"lastUpdated":{"shape":"S9","locationName":"lastUpdated"},"objectCount":{"locationName":"objectCount","type":"long"},"sizeInBytes":{"locationName":"sizeInBytes","type":"long"},"sizeInBytesCompressed":{"locationName":"sizeInBytesCompressed","type":"long"},"unclassifiableObjectCount":{"shape":"S3b","locationName":"unclassifiableObjectCount"},"unclassifiableObjectSizeInBytes":{"shape":"S3b","locationName":"unclassifiableObjectSizeInBytes"}}}},"GetClassificationExportConfiguration":{"http":{"method":"GET","requestUri":"/classification-export-configuration","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"configuration":{"shape":"S4q","locationName":"configuration"}}}},"GetClassificationScope":{"http":{"method":"GET","requestUri":"/classification-scopes/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{"id":{"locationName":"id"},"name":{"locationName":"name"},"s3":{"locationName":"s3","type":"structure","members":{"excludes":{"locationName":"excludes","type":"structure","members":{"bucketNames":{"shape":"S4x","locationName":"bucketNames"}},"required":["bucketNames"]}},"required":["excludes"]}}}},"GetCustomDataIdentifier":{"http":{"method":"GET","requestUri":"/custom-data-identifiers/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"},"createdAt":{"shape":"S9","locationName":"createdAt"},"deleted":{"locationName":"deleted","type":"boolean"},"description":{"locationName":"description"},"id":{"locationName":"id"},"ignoreWords":{"shape":"S5","locationName":"ignoreWords"},"keywords":{"shape":"S5","locationName":"keywords"},"maximumMatchDistance":{"locationName":"maximumMatchDistance","type":"integer"},"name":{"locationName":"name"},"regex":{"locationName":"regex"},"severityLevels":{"shape":"S1k","locationName":"severityLevels"},"tags":{"shape":"Si","locationName":"tags"}}}},"GetFindingStatistics":{"http":{"requestUri":"/findings/statistics","responseCode":200},"input":{"type":"structure","members":{"findingCriteria":{"shape":"S1r","locationName":"findingCriteria"},"groupBy":{"locationName":"groupBy"},"size":{"locationName":"size","type":"integer"},"sortCriteria":{"locationName":"sortCriteria","type":"structure","members":{"attributeName":{"locationName":"attributeName"},"orderBy":{"locationName":"orderBy"}}}},"required":["groupBy"]},"output":{"type":"structure","members":{"countsByGroup":{"locationName":"countsByGroup","type":"list","member":{"type":"structure","members":{"count":{"locationName":"count","type":"long"},"groupKey":{"locationName":"groupKey"}}}}}}},"GetFindings":{"http":{"requestUri":"/findings/describe","responseCode":200},"input":{"type":"structure","members":{"findingIds":{"shape":"S5","locationName":"findingIds"},"sortCriteria":{"shape":"S59","locationName":"sortCriteria"}},"required":["findingIds"]},"output":{"type":"structure","members":{"findings":{"locationName":"findings","type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"archived":{"locationName":"archived","type":"boolean"},"category":{"locationName":"category"},"classificationDetails":{"locationName":"classificationDetails","type":"structure","members":{"detailedResultsLocation":{"locationName":"detailedResultsLocation"},"jobArn":{"locationName":"jobArn"},"jobId":{"locationName":"jobId"},"originType":{"locationName":"originType"},"result":{"locationName":"result","type":"structure","members":{"additionalOccurrences":{"locationName":"additionalOccurrences","type":"boolean"},"customDataIdentifiers":{"locationName":"customDataIdentifiers","type":"structure","members":{"detections":{"locationName":"detections","type":"list","member":{"type":"structure","members":{"arn":{"locationName":"arn"},"count":{"locationName":"count","type":"long"},"name":{"locationName":"name"},"occurrences":{"shape":"S5k","locationName":"occurrences"}}}},"totalCount":{"locationName":"totalCount","type":"long"}}},"mimeType":{"locationName":"mimeType"},"sensitiveData":{"locationName":"sensitiveData","type":"list","member":{"type":"structure","members":{"category":{"locationName":"category"},"detections":{"locationName":"detections","type":"list","member":{"type":"structure","members":{"count":{"locationName":"count","type":"long"},"occurrences":{"shape":"S5k","locationName":"occurrences"},"type":{"locationName":"type"}}}},"totalCount":{"locationName":"totalCount","type":"long"}}}},"sizeClassified":{"locationName":"sizeClassified","type":"long"},"status":{"locationName":"status","type":"structure","members":{"code":{"locationName":"code"},"reason":{"locationName":"reason"}}}}}}},"count":{"locationName":"count","type":"long"},"createdAt":{"shape":"S9","locationName":"createdAt"},"description":{"locationName":"description"},"id":{"locationName":"id"},"partition":{"locationName":"partition"},"policyDetails":{"locationName":"policyDetails","type":"structure","members":{"action":{"locationName":"action","type":"structure","members":{"actionType":{"locationName":"actionType"},"apiCallDetails":{"locationName":"apiCallDetails","type":"structure","members":{"api":{"locationName":"api"},"apiServiceName":{"locationName":"apiServiceName"},"firstSeen":{"shape":"S9","locationName":"firstSeen"},"lastSeen":{"shape":"S9","locationName":"lastSeen"}}}}},"actor":{"locationName":"actor","type":"structure","members":{"domainDetails":{"locationName":"domainDetails","type":"structure","members":{"domainName":{"locationName":"domainName"}}},"ipAddressDetails":{"locationName":"ipAddressDetails","type":"structure","members":{"ipAddressV4":{"locationName":"ipAddressV4"},"ipCity":{"locationName":"ipCity","type":"structure","members":{"name":{"locationName":"name"}}},"ipCountry":{"locationName":"ipCountry","type":"structure","members":{"code":{"locationName":"code"},"name":{"locationName":"name"}}},"ipGeoLocation":{"locationName":"ipGeoLocation","type":"structure","members":{"lat":{"locationName":"lat","type":"double"},"lon":{"locationName":"lon","type":"double"}}},"ipOwner":{"locationName":"ipOwner","type":"structure","members":{"asn":{"locationName":"asn"},"asnOrg":{"locationName":"asnOrg"},"isp":{"locationName":"isp"},"org":{"locationName":"org"}}}}},"userIdentity":{"locationName":"userIdentity","type":"structure","members":{"assumedRole":{"locationName":"assumedRole","type":"structure","members":{"accessKeyId":{"locationName":"accessKeyId"},"accountId":{"locationName":"accountId"},"arn":{"locationName":"arn"},"principalId":{"locationName":"principalId"},"sessionContext":{"shape":"S6c","locationName":"sessionContext"}}},"awsAccount":{"locationName":"awsAccount","type":"structure","members":{"accountId":{"locationName":"accountId"},"principalId":{"locationName":"principalId"}}},"awsService":{"locationName":"awsService","type":"structure","members":{"invokedBy":{"locationName":"invokedBy"}}},"federatedUser":{"locationName":"federatedUser","type":"structure","members":{"accessKeyId":{"locationName":"accessKeyId"},"accountId":{"locationName":"accountId"},"arn":{"locationName":"arn"},"principalId":{"locationName":"principalId"},"sessionContext":{"shape":"S6c","locationName":"sessionContext"}}},"iamUser":{"locationName":"iamUser","type":"structure","members":{"accountId":{"locationName":"accountId"},"arn":{"locationName":"arn"},"principalId":{"locationName":"principalId"},"userName":{"locationName":"userName"}}},"root":{"locationName":"root","type":"structure","members":{"accountId":{"locationName":"accountId"},"arn":{"locationName":"arn"},"principalId":{"locationName":"principalId"}}},"type":{"locationName":"type"}}}}}}},"region":{"locationName":"region"},"resourcesAffected":{"locationName":"resourcesAffected","type":"structure","members":{"s3Bucket":{"locationName":"s3Bucket","type":"structure","members":{"allowsUnencryptedObjectUploads":{"locationName":"allowsUnencryptedObjectUploads"},"arn":{"locationName":"arn"},"createdAt":{"shape":"S9","locationName":"createdAt"},"defaultServerSideEncryption":{"shape":"S6n","locationName":"defaultServerSideEncryption"},"name":{"locationName":"name"},"owner":{"locationName":"owner","type":"structure","members":{"displayName":{"locationName":"displayName"},"id":{"locationName":"id"}}},"publicAccess":{"shape":"S2x","locationName":"publicAccess"},"tags":{"shape":"S6q","locationName":"tags"}}},"s3Object":{"locationName":"s3Object","type":"structure","members":{"bucketArn":{"locationName":"bucketArn"},"eTag":{"locationName":"eTag"},"extension":{"locationName":"extension"},"key":{"locationName":"key"},"lastModified":{"shape":"S9","locationName":"lastModified"},"path":{"locationName":"path"},"publicAccess":{"locationName":"publicAccess","type":"boolean"},"serverSideEncryption":{"shape":"S6n","locationName":"serverSideEncryption"},"size":{"locationName":"size","type":"long"},"storageClass":{"locationName":"storageClass"},"tags":{"shape":"S6q","locationName":"tags"},"versionId":{"locationName":"versionId"}}}}},"sample":{"locationName":"sample","type":"boolean"},"schemaVersion":{"locationName":"schemaVersion"},"severity":{"locationName":"severity","type":"structure","members":{"description":{"locationName":"description"},"score":{"locationName":"score","type":"long"}}},"title":{"locationName":"title"},"type":{"locationName":"type"},"updatedAt":{"shape":"S9","locationName":"updatedAt"}}}}}}},"GetFindingsFilter":{"http":{"method":"GET","requestUri":"/findingsfilters/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{"action":{"locationName":"action"},"arn":{"locationName":"arn"},"description":{"locationName":"description"},"findingCriteria":{"shape":"S1r","locationName":"findingCriteria"},"id":{"locationName":"id"},"name":{"locationName":"name"},"position":{"locationName":"position","type":"integer"},"tags":{"shape":"Si","locationName":"tags"}}}},"GetFindingsPublicationConfiguration":{"http":{"method":"GET","requestUri":"/findings-publication-configuration","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"securityHubConfiguration":{"shape":"S6z","locationName":"securityHubConfiguration"}}}},"GetInvitationsCount":{"http":{"method":"GET","requestUri":"/invitations/count","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"invitationsCount":{"locationName":"invitationsCount","type":"long"}}}},"GetMacieSession":{"http":{"method":"GET","requestUri":"/macie","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"createdAt":{"shape":"S9","locationName":"createdAt"},"findingPublishingFrequency":{"locationName":"findingPublishingFrequency"},"serviceRole":{"locationName":"serviceRole"},"status":{"locationName":"status"},"updatedAt":{"shape":"S9","locationName":"updatedAt"}}}},"GetMasterAccount":{"http":{"method":"GET","requestUri":"/master","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"master":{"shape":"S44","locationName":"master"}}}},"GetMember":{"http":{"method":"GET","requestUri":"/members/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"administratorAccountId":{"locationName":"administratorAccountId"},"arn":{"locationName":"arn"},"email":{"locationName":"email"},"invitedAt":{"shape":"S9","locationName":"invitedAt"},"masterAccountId":{"locationName":"masterAccountId"},"relationshipStatus":{"locationName":"relationshipStatus"},"tags":{"shape":"Si","locationName":"tags"},"updatedAt":{"shape":"S9","locationName":"updatedAt"}}}},"GetResourceProfile":{"http":{"method":"GET","requestUri":"/resource-profiles","responseCode":200},"input":{"type":"structure","members":{"resourceArn":{"location":"querystring","locationName":"resourceArn"}},"required":["resourceArn"]},"output":{"type":"structure","members":{"profileUpdatedAt":{"shape":"S9","locationName":"profileUpdatedAt"},"sensitivityScore":{"locationName":"sensitivityScore","type":"integer"},"sensitivityScoreOverridden":{"locationName":"sensitivityScoreOverridden","type":"boolean"},"statistics":{"locationName":"statistics","type":"structure","members":{"totalBytesClassified":{"locationName":"totalBytesClassified","type":"long"},"totalDetections":{"locationName":"totalDetections","type":"long"},"totalDetectionsSuppressed":{"locationName":"totalDetectionsSuppressed","type":"long"},"totalItemsClassified":{"locationName":"totalItemsClassified","type":"long"},"totalItemsSensitive":{"locationName":"totalItemsSensitive","type":"long"},"totalItemsSkipped":{"locationName":"totalItemsSkipped","type":"long"},"totalItemsSkippedInvalidEncryption":{"locationName":"totalItemsSkippedInvalidEncryption","type":"long"},"totalItemsSkippedInvalidKms":{"locationName":"totalItemsSkippedInvalidKms","type":"long"},"totalItemsSkippedPermissionDenied":{"locationName":"totalItemsSkippedPermissionDenied","type":"long"}}}}}},"GetRevealConfiguration":{"http":{"method":"GET","requestUri":"/reveal-configuration","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"configuration":{"shape":"S7d","locationName":"configuration"},"retrievalConfiguration":{"shape":"S7g","locationName":"retrievalConfiguration"}}}},"GetSensitiveDataOccurrences":{"http":{"method":"GET","requestUri":"/findings/{findingId}/reveal","responseCode":200},"input":{"type":"structure","members":{"findingId":{"location":"uri","locationName":"findingId"}},"required":["findingId"]},"output":{"type":"structure","members":{"error":{"locationName":"error"},"sensitiveDataOccurrences":{"locationName":"sensitiveDataOccurrences","type":"map","key":{},"value":{"type":"list","member":{"type":"structure","members":{"value":{"locationName":"value"}},"required":["value"]}}},"status":{"locationName":"status"}}}},"GetSensitiveDataOccurrencesAvailability":{"http":{"method":"GET","requestUri":"/findings/{findingId}/reveal/availability","responseCode":200},"input":{"type":"structure","members":{"findingId":{"location":"uri","locationName":"findingId"}},"required":["findingId"]},"output":{"type":"structure","members":{"code":{"locationName":"code"},"reasons":{"locationName":"reasons","type":"list","member":{}}}}},"GetSensitivityInspectionTemplate":{"http":{"method":"GET","requestUri":"/templates/sensitivity-inspections/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{"description":{"locationName":"description"},"excludes":{"shape":"S7x","locationName":"excludes"},"includes":{"shape":"S7y","locationName":"includes"},"name":{"locationName":"name"},"sensitivityInspectionTemplateId":{"locationName":"sensitivityInspectionTemplateId"}}}},"GetUsageStatistics":{"http":{"requestUri":"/usage/statistics","responseCode":200},"input":{"type":"structure","members":{"filterBy":{"locationName":"filterBy","type":"list","member":{"type":"structure","members":{"comparator":{"locationName":"comparator"},"key":{"locationName":"key"},"values":{"shape":"S5","locationName":"values"}}}},"maxResults":{"locationName":"maxResults","type":"integer"},"nextToken":{"locationName":"nextToken"},"sortBy":{"locationName":"sortBy","type":"structure","members":{"key":{"locationName":"key"},"orderBy":{"locationName":"orderBy"}}},"timeRange":{"locationName":"timeRange"}}},"output":{"type":"structure","members":{"nextToken":{"locationName":"nextToken"},"records":{"locationName":"records","type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"automatedDiscoveryFreeTrialStartDate":{"shape":"S9","locationName":"automatedDiscoveryFreeTrialStartDate"},"freeTrialStartDate":{"shape":"S9","locationName":"freeTrialStartDate"},"usage":{"locationName":"usage","type":"list","member":{"type":"structure","members":{"currency":{"locationName":"currency"},"estimatedCost":{"locationName":"estimatedCost"},"serviceLimit":{"locationName":"serviceLimit","type":"structure","members":{"isServiceLimited":{"locationName":"isServiceLimited","type":"boolean"},"unit":{"locationName":"unit"},"value":{"locationName":"value","type":"long"}}},"type":{"locationName":"type"}}}}}}},"timeRange":{"locationName":"timeRange"}}}},"GetUsageTotals":{"http":{"method":"GET","requestUri":"/usage","responseCode":200},"input":{"type":"structure","members":{"timeRange":{"location":"querystring","locationName":"timeRange"}}},"output":{"type":"structure","members":{"timeRange":{"locationName":"timeRange"},"usageTotals":{"locationName":"usageTotals","type":"list","member":{"type":"structure","members":{"currency":{"locationName":"currency"},"estimatedCost":{"locationName":"estimatedCost"},"type":{"locationName":"type"}}}}}}},"ListAllowLists":{"http":{"method":"GET","requestUri":"/allow-lists","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"allowLists":{"locationName":"allowLists","type":"list","member":{"type":"structure","members":{"arn":{"locationName":"arn"},"createdAt":{"shape":"S9","locationName":"createdAt"},"description":{"locationName":"description"},"id":{"locationName":"id"},"name":{"locationName":"name"},"updatedAt":{"shape":"S9","locationName":"updatedAt"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListClassificationJobs":{"http":{"requestUri":"/jobs/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"locationName":"filterCriteria","type":"structure","members":{"excludes":{"shape":"S8r","locationName":"excludes"},"includes":{"shape":"S8r","locationName":"includes"}}},"maxResults":{"locationName":"maxResults","type":"integer"},"nextToken":{"locationName":"nextToken"},"sortCriteria":{"locationName":"sortCriteria","type":"structure","members":{"attributeName":{"locationName":"attributeName"},"orderBy":{"locationName":"orderBy"}}}}},"output":{"type":"structure","members":{"items":{"locationName":"items","type":"list","member":{"type":"structure","members":{"bucketCriteria":{"shape":"Sq","locationName":"bucketCriteria"},"bucketDefinitions":{"shape":"S10","locationName":"bucketDefinitions"},"createdAt":{"shape":"S9","locationName":"createdAt"},"jobId":{"locationName":"jobId"},"jobStatus":{"locationName":"jobStatus"},"jobType":{"locationName":"jobType"},"lastRunErrorStatus":{"shape":"S3f","locationName":"lastRunErrorStatus"},"name":{"locationName":"name"},"userPausedDetails":{"shape":"S3j","locationName":"userPausedDetails"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListClassificationScopes":{"http":{"method":"GET","requestUri":"/classification-scopes","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"classificationScopes":{"locationName":"classificationScopes","type":"list","member":{"type":"structure","members":{"id":{"locationName":"id"},"name":{"locationName":"name"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListCustomDataIdentifiers":{"http":{"requestUri":"/custom-data-identifiers/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"locationName":"maxResults","type":"integer"},"nextToken":{"locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"locationName":"items","type":"list","member":{"type":"structure","members":{"arn":{"locationName":"arn"},"createdAt":{"shape":"S9","locationName":"createdAt"},"description":{"locationName":"description"},"id":{"locationName":"id"},"name":{"locationName":"name"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListFindings":{"http":{"requestUri":"/findings","responseCode":200},"input":{"type":"structure","members":{"findingCriteria":{"shape":"S1r","locationName":"findingCriteria"},"maxResults":{"locationName":"maxResults","type":"integer"},"nextToken":{"locationName":"nextToken"},"sortCriteria":{"shape":"S59","locationName":"sortCriteria"}}},"output":{"type":"structure","members":{"findingIds":{"shape":"S5","locationName":"findingIds"},"nextToken":{"locationName":"nextToken"}}}},"ListFindingsFilters":{"http":{"method":"GET","requestUri":"/findingsfilters","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"findingsFilterListItems":{"locationName":"findingsFilterListItems","type":"list","member":{"type":"structure","members":{"action":{"locationName":"action"},"arn":{"locationName":"arn"},"id":{"locationName":"id"},"name":{"locationName":"name"},"tags":{"shape":"Si","locationName":"tags"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListInvitations":{"http":{"method":"GET","requestUri":"/invitations","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"invitations":{"locationName":"invitations","type":"list","member":{"shape":"S44"}},"nextToken":{"locationName":"nextToken"}}}},"ListManagedDataIdentifiers":{"http":{"requestUri":"/managed-data-identifiers/list","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"locationName":"items","type":"list","member":{"type":"structure","members":{"category":{"locationName":"category"},"id":{"locationName":"id"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListMembers":{"http":{"method":"GET","requestUri":"/members","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"onlyAssociated":{"location":"querystring","locationName":"onlyAssociated"}}},"output":{"type":"structure","members":{"members":{"locationName":"members","type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"administratorAccountId":{"locationName":"administratorAccountId"},"arn":{"locationName":"arn"},"email":{"locationName":"email"},"invitedAt":{"shape":"S9","locationName":"invitedAt"},"masterAccountId":{"locationName":"masterAccountId"},"relationshipStatus":{"locationName":"relationshipStatus"},"tags":{"shape":"Si","locationName":"tags"},"updatedAt":{"shape":"S9","locationName":"updatedAt"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListOrganizationAdminAccounts":{"http":{"method":"GET","requestUri":"/admin","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"adminAccounts":{"locationName":"adminAccounts","type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"status":{"locationName":"status"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListResourceProfileArtifacts":{"http":{"method":"GET","requestUri":"/resource-profiles/artifacts","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"resourceArn":{"location":"querystring","locationName":"resourceArn"}},"required":["resourceArn"]},"output":{"type":"structure","members":{"artifacts":{"locationName":"artifacts","type":"list","member":{"type":"structure","members":{"arn":{"locationName":"arn"},"classificationResultStatus":{"locationName":"classificationResultStatus"},"sensitive":{"locationName":"sensitive","type":"boolean"}},"required":["classificationResultStatus","arn"]}},"nextToken":{"locationName":"nextToken"}}}},"ListResourceProfileDetections":{"http":{"method":"GET","requestUri":"/resource-profiles/detections","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"resourceArn":{"location":"querystring","locationName":"resourceArn"}},"required":["resourceArn"]},"output":{"type":"structure","members":{"detections":{"locationName":"detections","type":"list","member":{"type":"structure","members":{"arn":{"locationName":"arn"},"count":{"locationName":"count","type":"long"},"id":{"locationName":"id"},"name":{"locationName":"name"},"suppressed":{"locationName":"suppressed","type":"boolean"},"type":{"locationName":"type"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListSensitivityInspectionTemplates":{"http":{"method":"GET","requestUri":"/templates/sensitivity-inspections","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{"locationName":"nextToken"},"sensitivityInspectionTemplates":{"locationName":"sensitivityInspectionTemplates","type":"list","member":{"type":"structure","members":{"id":{"locationName":"id"},"name":{"locationName":"name"}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}},"required":["resourceArn"]},"output":{"type":"structure","members":{"tags":{"shape":"Si","locationName":"tags"}}}},"PutClassificationExportConfiguration":{"http":{"method":"PUT","requestUri":"/classification-export-configuration","responseCode":200},"input":{"type":"structure","members":{"configuration":{"shape":"S4q","locationName":"configuration"}},"required":["configuration"]},"output":{"type":"structure","members":{"configuration":{"shape":"S4q","locationName":"configuration"}}}},"PutFindingsPublicationConfiguration":{"http":{"method":"PUT","requestUri":"/findings-publication-configuration","responseCode":200},"input":{"type":"structure","members":{"clientToken":{"locationName":"clientToken","idempotencyToken":true},"securityHubConfiguration":{"shape":"S6z","locationName":"securityHubConfiguration"}}},"output":{"type":"structure","members":{}}},"SearchResources":{"http":{"requestUri":"/datasources/search-resources","responseCode":200},"input":{"type":"structure","members":{"bucketCriteria":{"locationName":"bucketCriteria","type":"structure","members":{"excludes":{"shape":"Saf","locationName":"excludes"},"includes":{"shape":"Saf","locationName":"includes"}}},"maxResults":{"locationName":"maxResults","type":"integer"},"nextToken":{"locationName":"nextToken"},"sortCriteria":{"locationName":"sortCriteria","type":"structure","members":{"attributeName":{"locationName":"attributeName"},"orderBy":{"locationName":"orderBy"}}}}},"output":{"type":"structure","members":{"matchingResources":{"locationName":"matchingResources","type":"list","member":{"type":"structure","members":{"matchingBucket":{"locationName":"matchingBucket","type":"structure","members":{"accountId":{"locationName":"accountId"},"bucketName":{"locationName":"bucketName"},"classifiableObjectCount":{"locationName":"classifiableObjectCount","type":"long"},"classifiableSizeInBytes":{"locationName":"classifiableSizeInBytes","type":"long"},"errorCode":{"locationName":"errorCode"},"errorMessage":{"locationName":"errorMessage"},"jobDetails":{"shape":"S2t","locationName":"jobDetails"},"lastAutomatedDiscoveryTime":{"shape":"S9","locationName":"lastAutomatedDiscoveryTime"},"objectCount":{"locationName":"objectCount","type":"long"},"objectCountByEncryptionType":{"shape":"S2w","locationName":"objectCountByEncryptionType"},"sensitivityScore":{"locationName":"sensitivityScore","type":"integer"},"sizeInBytes":{"locationName":"sizeInBytes","type":"long"},"sizeInBytesCompressed":{"locationName":"sizeInBytesCompressed","type":"long"},"unclassifiableObjectCount":{"shape":"S3b","locationName":"unclassifiableObjectCount"},"unclassifiableObjectSizeInBytes":{"shape":"S3b","locationName":"unclassifiableObjectSizeInBytes"}}}}}},"nextToken":{"locationName":"nextToken"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Si","locationName":"tags"}},"required":["resourceArn","tags"]},"output":{"type":"structure","members":{}}},"TestCustomDataIdentifier":{"http":{"requestUri":"/custom-data-identifiers/test","responseCode":200},"input":{"type":"structure","members":{"ignoreWords":{"shape":"S5","locationName":"ignoreWords"},"keywords":{"shape":"S5","locationName":"keywords"},"maximumMatchDistance":{"locationName":"maximumMatchDistance","type":"integer"},"regex":{"locationName":"regex"},"sampleText":{"locationName":"sampleText"}},"required":["regex","sampleText"]},"output":{"type":"structure","members":{"matchCount":{"locationName":"matchCount","type":"integer"}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"shape":"S5","location":"querystring","locationName":"tagKeys"}},"required":["tagKeys","resourceArn"]},"output":{"type":"structure","members":{}}},"UpdateAllowList":{"http":{"method":"PUT","requestUri":"/allow-lists/{id}","responseCode":200},"input":{"type":"structure","members":{"criteria":{"shape":"Sc","locationName":"criteria"},"description":{"locationName":"description"},"id":{"location":"uri","locationName":"id"},"name":{"locationName":"name"}},"required":["id","criteria","name"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"},"id":{"locationName":"id"}}}},"UpdateAutomatedDiscoveryConfiguration":{"http":{"method":"PUT","requestUri":"/automated-discovery/configuration","responseCode":200},"input":{"type":"structure","members":{"status":{"locationName":"status"}},"required":["status"]},"output":{"type":"structure","members":{}}},"UpdateClassificationJob":{"http":{"method":"PATCH","requestUri":"/jobs/{jobId}","responseCode":200},"input":{"type":"structure","members":{"jobId":{"location":"uri","locationName":"jobId"},"jobStatus":{"locationName":"jobStatus"}},"required":["jobId","jobStatus"]},"output":{"type":"structure","members":{}}},"UpdateClassificationScope":{"http":{"method":"PATCH","requestUri":"/classification-scopes/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"},"s3":{"locationName":"s3","type":"structure","members":{"excludes":{"locationName":"excludes","type":"structure","members":{"bucketNames":{"shape":"S4x","locationName":"bucketNames"},"operation":{"locationName":"operation"}},"required":["bucketNames","operation"]}},"required":["excludes"]}},"required":["id"]},"output":{"type":"structure","members":{}}},"UpdateFindingsFilter":{"http":{"method":"PATCH","requestUri":"/findingsfilters/{id}","responseCode":200},"input":{"type":"structure","members":{"action":{"locationName":"action"},"clientToken":{"locationName":"clientToken","idempotencyToken":true},"description":{"locationName":"description"},"findingCriteria":{"shape":"S1r","locationName":"findingCriteria"},"id":{"location":"uri","locationName":"id"},"name":{"locationName":"name"},"position":{"locationName":"position","type":"integer"}},"required":["id"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"},"id":{"locationName":"id"}}}},"UpdateMacieSession":{"http":{"method":"PATCH","requestUri":"/macie","responseCode":200},"input":{"type":"structure","members":{"findingPublishingFrequency":{"locationName":"findingPublishingFrequency"},"status":{"locationName":"status"}}},"output":{"type":"structure","members":{}}},"UpdateMemberSession":{"http":{"method":"PATCH","requestUri":"/macie/members/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"},"status":{"locationName":"status"}},"required":["id","status"]},"output":{"type":"structure","members":{}}},"UpdateOrganizationConfiguration":{"http":{"method":"PATCH","requestUri":"/admin/configuration","responseCode":200},"input":{"type":"structure","members":{"autoEnable":{"locationName":"autoEnable","type":"boolean"}},"required":["autoEnable"]},"output":{"type":"structure","members":{}}},"UpdateResourceProfile":{"http":{"method":"PATCH","requestUri":"/resource-profiles","responseCode":200},"input":{"type":"structure","members":{"resourceArn":{"location":"querystring","locationName":"resourceArn"},"sensitivityScoreOverride":{"locationName":"sensitivityScoreOverride","type":"integer"}},"required":["resourceArn"]},"output":{"type":"structure","members":{}}},"UpdateResourceProfileDetections":{"http":{"method":"PATCH","requestUri":"/resource-profiles/detections","responseCode":200},"input":{"type":"structure","members":{"resourceArn":{"location":"querystring","locationName":"resourceArn"},"suppressDataIdentifiers":{"locationName":"suppressDataIdentifiers","type":"list","member":{"type":"structure","members":{"id":{"locationName":"id"},"type":{"locationName":"type"}}}}},"required":["resourceArn"]},"output":{"type":"structure","members":{}}},"UpdateRevealConfiguration":{"http":{"method":"PUT","requestUri":"/reveal-configuration","responseCode":200},"input":{"type":"structure","members":{"configuration":{"shape":"S7d","locationName":"configuration"},"retrievalConfiguration":{"locationName":"retrievalConfiguration","type":"structure","members":{"retrievalMode":{"locationName":"retrievalMode"},"roleName":{"locationName":"roleName"}},"required":["retrievalMode"]}},"required":["configuration"]},"output":{"type":"structure","members":{"configuration":{"shape":"S7d","locationName":"configuration"},"retrievalConfiguration":{"shape":"S7g","locationName":"retrievalConfiguration"}}}},"UpdateSensitivityInspectionTemplate":{"http":{"method":"PUT","requestUri":"/templates/sensitivity-inspections/{id}","responseCode":200},"input":{"type":"structure","members":{"description":{"locationName":"description"},"excludes":{"shape":"S7x","locationName":"excludes"},"id":{"location":"uri","locationName":"id"},"includes":{"shape":"S7y","locationName":"includes"}},"required":["id"]},"output":{"type":"structure","members":{}}}},"shapes":{"S5":{"type":"list","member":{}},"S9":{"type":"timestamp","timestampFormat":"iso8601"},"Sc":{"type":"structure","members":{"regex":{"locationName":"regex"},"s3WordsList":{"locationName":"s3WordsList","type":"structure","members":{"bucketName":{"locationName":"bucketName"},"objectKey":{"locationName":"objectKey"}},"required":["bucketName","objectKey"]}}},"Si":{"type":"map","key":{},"value":{}},"Sp":{"type":"structure","members":{"bucketCriteria":{"shape":"Sq","locationName":"bucketCriteria"},"bucketDefinitions":{"shape":"S10","locationName":"bucketDefinitions"},"scoping":{"locationName":"scoping","type":"structure","members":{"excludes":{"shape":"S13","locationName":"excludes"},"includes":{"shape":"S13","locationName":"includes"}}}}},"Sq":{"type":"structure","members":{"excludes":{"shape":"Sr","locationName":"excludes"},"includes":{"shape":"Sr","locationName":"includes"}}},"Sr":{"type":"structure","members":{"and":{"locationName":"and","type":"list","member":{"type":"structure","members":{"simpleCriterion":{"locationName":"simpleCriterion","type":"structure","members":{"comparator":{"locationName":"comparator"},"key":{"locationName":"key"},"values":{"shape":"S5","locationName":"values"}}},"tagCriterion":{"locationName":"tagCriterion","type":"structure","members":{"comparator":{"locationName":"comparator"},"tagValues":{"locationName":"tagValues","type":"list","member":{"type":"structure","members":{"key":{"locationName":"key"},"value":{"locationName":"value"}}}}}}}}}}},"S10":{"type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"buckets":{"shape":"S5","locationName":"buckets"}},"required":["accountId","buckets"]}},"S13":{"type":"structure","members":{"and":{"locationName":"and","type":"list","member":{"type":"structure","members":{"simpleScopeTerm":{"locationName":"simpleScopeTerm","type":"structure","members":{"comparator":{"locationName":"comparator"},"key":{"locationName":"key"},"values":{"shape":"S5","locationName":"values"}}},"tagScopeTerm":{"locationName":"tagScopeTerm","type":"structure","members":{"comparator":{"locationName":"comparator"},"key":{"locationName":"key"},"tagValues":{"locationName":"tagValues","type":"list","member":{"type":"structure","members":{"key":{"locationName":"key"},"value":{"locationName":"value"}}}},"target":{"locationName":"target"}}}}}}}},"S1d":{"type":"structure","members":{"dailySchedule":{"locationName":"dailySchedule","type":"structure","members":{}},"monthlySchedule":{"locationName":"monthlySchedule","type":"structure","members":{"dayOfMonth":{"locationName":"dayOfMonth","type":"integer"}}},"weeklySchedule":{"locationName":"weeklySchedule","type":"structure","members":{"dayOfWeek":{"locationName":"dayOfWeek"}}}}},"S1k":{"type":"list","member":{"type":"structure","members":{"occurrencesThreshold":{"locationName":"occurrencesThreshold","type":"long"},"severity":{"locationName":"severity"}},"required":["occurrencesThreshold","severity"]}},"S1r":{"type":"structure","members":{"criterion":{"locationName":"criterion","type":"map","key":{},"value":{"type":"structure","members":{"eq":{"shape":"S5","locationName":"eq"},"eqExactMatch":{"shape":"S5","locationName":"eqExactMatch"},"gt":{"locationName":"gt","type":"long"},"gte":{"locationName":"gte","type":"long"},"lt":{"locationName":"lt","type":"long"},"lte":{"locationName":"lte","type":"long"},"neq":{"shape":"S5","locationName":"neq"}}}}}},"S1x":{"type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"errorCode":{"locationName":"errorCode"},"errorMessage":{"locationName":"errorMessage"}}}},"S2t":{"type":"structure","members":{"isDefinedInJob":{"locationName":"isDefinedInJob"},"isMonitoredByJob":{"locationName":"isMonitoredByJob"},"lastJobId":{"locationName":"lastJobId"},"lastJobRunTime":{"shape":"S9","locationName":"lastJobRunTime"}}},"S2w":{"type":"structure","members":{"customerManaged":{"locationName":"customerManaged","type":"long"},"kmsManaged":{"locationName":"kmsManaged","type":"long"},"s3Managed":{"locationName":"s3Managed","type":"long"},"unencrypted":{"locationName":"unencrypted","type":"long"},"unknown":{"locationName":"unknown","type":"long"}}},"S2x":{"type":"structure","members":{"effectivePermission":{"locationName":"effectivePermission"},"permissionConfiguration":{"locationName":"permissionConfiguration","type":"structure","members":{"accountLevelPermissions":{"locationName":"accountLevelPermissions","type":"structure","members":{"blockPublicAccess":{"shape":"S31","locationName":"blockPublicAccess"}}},"bucketLevelPermissions":{"locationName":"bucketLevelPermissions","type":"structure","members":{"accessControlList":{"locationName":"accessControlList","type":"structure","members":{"allowsPublicReadAccess":{"locationName":"allowsPublicReadAccess","type":"boolean"},"allowsPublicWriteAccess":{"locationName":"allowsPublicWriteAccess","type":"boolean"}}},"blockPublicAccess":{"shape":"S31","locationName":"blockPublicAccess"},"bucketPolicy":{"locationName":"bucketPolicy","type":"structure","members":{"allowsPublicReadAccess":{"locationName":"allowsPublicReadAccess","type":"boolean"},"allowsPublicWriteAccess":{"locationName":"allowsPublicWriteAccess","type":"boolean"}}}}}}}}},"S31":{"type":"structure","members":{"blockPublicAcls":{"locationName":"blockPublicAcls","type":"boolean"},"blockPublicPolicy":{"locationName":"blockPublicPolicy","type":"boolean"},"ignorePublicAcls":{"locationName":"ignorePublicAcls","type":"boolean"},"restrictPublicBuckets":{"locationName":"restrictPublicBuckets","type":"boolean"}}},"S3a":{"type":"structure","members":{"key":{"locationName":"key"},"value":{"locationName":"value"}}},"S3b":{"type":"structure","members":{"fileType":{"locationName":"fileType","type":"long"},"storageClass":{"locationName":"storageClass","type":"long"},"total":{"locationName":"total","type":"long"}}},"S3f":{"type":"structure","members":{"code":{"locationName":"code"}}},"S3j":{"type":"structure","members":{"jobExpiresAt":{"shape":"S9","locationName":"jobExpiresAt"},"jobImminentExpirationHealthEventArn":{"locationName":"jobImminentExpirationHealthEventArn"},"jobPausedAt":{"shape":"S9","locationName":"jobPausedAt"}}},"S44":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"invitationId":{"locationName":"invitationId"},"invitedAt":{"shape":"S9","locationName":"invitedAt"},"relationshipStatus":{"locationName":"relationshipStatus"}}},"S4d":{"type":"timestamp","timestampFormat":"iso8601"},"S4n":{"type":"structure","members":{"classifiableSizeInBytes":{"locationName":"classifiableSizeInBytes","type":"long"},"publiclyAccessibleCount":{"locationName":"publiclyAccessibleCount","type":"long"},"totalCount":{"locationName":"totalCount","type":"long"},"totalSizeInBytes":{"locationName":"totalSizeInBytes","type":"long"}}},"S4q":{"type":"structure","members":{"s3Destination":{"locationName":"s3Destination","type":"structure","members":{"bucketName":{"locationName":"bucketName"},"keyPrefix":{"locationName":"keyPrefix"},"kmsKeyArn":{"locationName":"kmsKeyArn"}},"required":["bucketName","kmsKeyArn"]}}},"S4x":{"type":"list","member":{}},"S59":{"type":"structure","members":{"attributeName":{"locationName":"attributeName"},"orderBy":{"locationName":"orderBy"}}},"S5k":{"type":"structure","members":{"cells":{"locationName":"cells","type":"list","member":{"type":"structure","members":{"cellReference":{"locationName":"cellReference"},"column":{"locationName":"column","type":"long"},"columnName":{"locationName":"columnName"},"row":{"locationName":"row","type":"long"}}}},"lineRanges":{"shape":"S5n","locationName":"lineRanges"},"offsetRanges":{"shape":"S5n","locationName":"offsetRanges"},"pages":{"locationName":"pages","type":"list","member":{"type":"structure","members":{"lineRange":{"shape":"S5o","locationName":"lineRange"},"offsetRange":{"shape":"S5o","locationName":"offsetRange"},"pageNumber":{"locationName":"pageNumber","type":"long"}}}},"records":{"locationName":"records","type":"list","member":{"type":"structure","members":{"jsonPath":{"locationName":"jsonPath"},"recordIndex":{"locationName":"recordIndex","type":"long"}}}}}},"S5n":{"type":"list","member":{"shape":"S5o"}},"S5o":{"type":"structure","members":{"end":{"locationName":"end","type":"long"},"start":{"locationName":"start","type":"long"},"startColumn":{"locationName":"startColumn","type":"long"}}},"S6c":{"type":"structure","members":{"attributes":{"locationName":"attributes","type":"structure","members":{"creationDate":{"shape":"S9","locationName":"creationDate"},"mfaAuthenticated":{"locationName":"mfaAuthenticated","type":"boolean"}}},"sessionIssuer":{"locationName":"sessionIssuer","type":"structure","members":{"accountId":{"locationName":"accountId"},"arn":{"locationName":"arn"},"principalId":{"locationName":"principalId"},"type":{"locationName":"type"},"userName":{"locationName":"userName"}}}}},"S6n":{"type":"structure","members":{"encryptionType":{"locationName":"encryptionType"},"kmsMasterKeyId":{"locationName":"kmsMasterKeyId"}}},"S6q":{"type":"list","member":{"shape":"S3a"}},"S6z":{"type":"structure","members":{"publishClassificationFindings":{"locationName":"publishClassificationFindings","type":"boolean"},"publishPolicyFindings":{"locationName":"publishPolicyFindings","type":"boolean"}},"required":["publishPolicyFindings","publishClassificationFindings"]},"S7d":{"type":"structure","members":{"kmsKeyId":{"locationName":"kmsKeyId"},"status":{"locationName":"status"}},"required":["status"]},"S7g":{"type":"structure","members":{"externalId":{"locationName":"externalId"},"retrievalMode":{"locationName":"retrievalMode"},"roleName":{"locationName":"roleName"}},"required":["retrievalMode"]},"S7x":{"type":"structure","members":{"managedDataIdentifierIds":{"shape":"S5","locationName":"managedDataIdentifierIds"}}},"S7y":{"type":"structure","members":{"allowListIds":{"shape":"S5","locationName":"allowListIds"},"customDataIdentifierIds":{"shape":"S5","locationName":"customDataIdentifierIds"},"managedDataIdentifierIds":{"shape":"S5","locationName":"managedDataIdentifierIds"}}},"S8r":{"type":"list","member":{"type":"structure","members":{"comparator":{"locationName":"comparator"},"key":{"locationName":"key"},"values":{"shape":"S5","locationName":"values"}}}},"Saf":{"type":"structure","members":{"and":{"locationName":"and","type":"list","member":{"type":"structure","members":{"simpleCriterion":{"locationName":"simpleCriterion","type":"structure","members":{"comparator":{"locationName":"comparator"},"key":{"locationName":"key"},"values":{"shape":"S5","locationName":"values"}}},"tagCriterion":{"locationName":"tagCriterion","type":"structure","members":{"comparator":{"locationName":"comparator"},"tagValues":{"locationName":"tagValues","type":"list","member":{"type":"structure","members":{"key":{"locationName":"key"},"value":{"locationName":"value"}}}}}}}}}}}}}
|
59914
|
+
module.exports = {"metadata":{"apiVersion":"2020-01-01","endpointPrefix":"macie2","signingName":"macie2","serviceFullName":"Amazon Macie 2","serviceId":"Macie2","protocol":"rest-json","jsonVersion":"1.1","uid":"macie2-2020-01-01","signatureVersion":"v4","auth":["aws.auth#sigv4"]},"operations":{"AcceptInvitation":{"http":{"requestUri":"/invitations/accept","responseCode":200},"input":{"type":"structure","members":{"administratorAccountId":{"locationName":"administratorAccountId"},"invitationId":{"locationName":"invitationId"},"masterAccount":{"locationName":"masterAccount"}},"required":["invitationId"]},"output":{"type":"structure","members":{}}},"BatchGetCustomDataIdentifiers":{"http":{"requestUri":"/custom-data-identifiers/get","responseCode":200},"input":{"type":"structure","members":{"ids":{"shape":"S5","locationName":"ids"}}},"output":{"type":"structure","members":{"customDataIdentifiers":{"locationName":"customDataIdentifiers","type":"list","member":{"type":"structure","members":{"arn":{"locationName":"arn"},"createdAt":{"shape":"S9","locationName":"createdAt"},"deleted":{"locationName":"deleted","type":"boolean"},"description":{"locationName":"description"},"id":{"locationName":"id"},"name":{"locationName":"name"}}}},"notFoundIdentifierIds":{"shape":"S5","locationName":"notFoundIdentifierIds"}}}},"BatchUpdateAutomatedDiscoveryAccounts":{"http":{"method":"PATCH","requestUri":"/automated-discovery/accounts","responseCode":200},"input":{"type":"structure","members":{"accounts":{"locationName":"accounts","type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"status":{"locationName":"status"}}}}}},"output":{"type":"structure","members":{"errors":{"locationName":"errors","type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"errorCode":{"locationName":"errorCode"}}}}}}},"CreateAllowList":{"http":{"requestUri":"/allow-lists","responseCode":200},"input":{"type":"structure","members":{"clientToken":{"locationName":"clientToken","idempotencyToken":true},"criteria":{"shape":"Sk","locationName":"criteria"},"description":{"locationName":"description"},"name":{"locationName":"name"},"tags":{"shape":"Sq","locationName":"tags"}},"required":["criteria","clientToken","name"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"},"id":{"locationName":"id"}}}},"CreateClassificationJob":{"http":{"requestUri":"/jobs","responseCode":200},"input":{"type":"structure","members":{"allowListIds":{"shape":"S5","locationName":"allowListIds"},"clientToken":{"locationName":"clientToken","idempotencyToken":true},"customDataIdentifierIds":{"shape":"S5","locationName":"customDataIdentifierIds"},"description":{"locationName":"description"},"initialRun":{"locationName":"initialRun","type":"boolean"},"jobType":{"locationName":"jobType"},"managedDataIdentifierIds":{"shape":"S5","locationName":"managedDataIdentifierIds"},"managedDataIdentifierSelector":{"locationName":"managedDataIdentifierSelector"},"name":{"locationName":"name"},"s3JobDefinition":{"shape":"Sx","locationName":"s3JobDefinition"},"samplingPercentage":{"locationName":"samplingPercentage","type":"integer"},"scheduleFrequency":{"shape":"S1l","locationName":"scheduleFrequency"},"tags":{"shape":"Sq","locationName":"tags"}},"required":["s3JobDefinition","jobType","clientToken","name"]},"output":{"type":"structure","members":{"jobArn":{"locationName":"jobArn"},"jobId":{"locationName":"jobId"}}}},"CreateCustomDataIdentifier":{"http":{"requestUri":"/custom-data-identifiers","responseCode":200},"input":{"type":"structure","members":{"clientToken":{"locationName":"clientToken","idempotencyToken":true},"description":{"locationName":"description"},"ignoreWords":{"shape":"S5","locationName":"ignoreWords"},"keywords":{"shape":"S5","locationName":"keywords"},"maximumMatchDistance":{"locationName":"maximumMatchDistance","type":"integer"},"name":{"locationName":"name"},"regex":{"locationName":"regex"},"severityLevels":{"shape":"S1s","locationName":"severityLevels"},"tags":{"shape":"Sq","locationName":"tags"}},"required":["regex","name"]},"output":{"type":"structure","members":{"customDataIdentifierId":{"locationName":"customDataIdentifierId"}}}},"CreateFindingsFilter":{"http":{"requestUri":"/findingsfilters","responseCode":200},"input":{"type":"structure","members":{"action":{"locationName":"action"},"clientToken":{"locationName":"clientToken","idempotencyToken":true},"description":{"locationName":"description"},"findingCriteria":{"shape":"S1z","locationName":"findingCriteria"},"name":{"locationName":"name"},"position":{"locationName":"position","type":"integer"},"tags":{"shape":"Sq","locationName":"tags"}},"required":["action","findingCriteria","name"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"},"id":{"locationName":"id"}}}},"CreateInvitations":{"http":{"requestUri":"/invitations","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5","locationName":"accountIds"},"disableEmailNotification":{"locationName":"disableEmailNotification","type":"boolean"},"message":{"locationName":"message"}},"required":["accountIds"]},"output":{"type":"structure","members":{"unprocessedAccounts":{"shape":"S25","locationName":"unprocessedAccounts"}}}},"CreateMember":{"http":{"requestUri":"/members","responseCode":200},"input":{"type":"structure","members":{"account":{"locationName":"account","type":"structure","members":{"accountId":{"locationName":"accountId"},"email":{"locationName":"email"}},"required":["email","accountId"]},"tags":{"shape":"Sq","locationName":"tags"}},"required":["account"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"}}}},"CreateSampleFindings":{"http":{"requestUri":"/findings/sample","responseCode":200},"input":{"type":"structure","members":{"findingTypes":{"locationName":"findingTypes","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"DeclineInvitations":{"http":{"requestUri":"/invitations/decline","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5","locationName":"accountIds"}},"required":["accountIds"]},"output":{"type":"structure","members":{"unprocessedAccounts":{"shape":"S25","locationName":"unprocessedAccounts"}}}},"DeleteAllowList":{"http":{"method":"DELETE","requestUri":"/allow-lists/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"},"ignoreJobChecks":{"location":"querystring","locationName":"ignoreJobChecks"}},"required":["id"]},"output":{"type":"structure","members":{}}},"DeleteCustomDataIdentifier":{"http":{"method":"DELETE","requestUri":"/custom-data-identifiers/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{}}},"DeleteFindingsFilter":{"http":{"method":"DELETE","requestUri":"/findingsfilters/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{}}},"DeleteInvitations":{"http":{"requestUri":"/invitations/delete","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5","locationName":"accountIds"}},"required":["accountIds"]},"output":{"type":"structure","members":{"unprocessedAccounts":{"shape":"S25","locationName":"unprocessedAccounts"}}}},"DeleteMember":{"http":{"method":"DELETE","requestUri":"/members/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{}}},"DescribeBuckets":{"http":{"requestUri":"/datasources/s3","responseCode":200},"input":{"type":"structure","members":{"criteria":{"locationName":"criteria","type":"map","key":{},"value":{"type":"structure","members":{"eq":{"shape":"S5","locationName":"eq"},"gt":{"locationName":"gt","type":"long"},"gte":{"locationName":"gte","type":"long"},"lt":{"locationName":"lt","type":"long"},"lte":{"locationName":"lte","type":"long"},"neq":{"shape":"S5","locationName":"neq"},"prefix":{"locationName":"prefix"}}}},"maxResults":{"locationName":"maxResults","type":"integer"},"nextToken":{"locationName":"nextToken"},"sortCriteria":{"locationName":"sortCriteria","type":"structure","members":{"attributeName":{"locationName":"attributeName"},"orderBy":{"locationName":"orderBy"}}}}},"output":{"type":"structure","members":{"buckets":{"locationName":"buckets","type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"allowsUnencryptedObjectUploads":{"locationName":"allowsUnencryptedObjectUploads"},"automatedDiscoveryMonitoringStatus":{"locationName":"automatedDiscoveryMonitoringStatus"},"bucketArn":{"locationName":"bucketArn"},"bucketCreatedAt":{"shape":"S9","locationName":"bucketCreatedAt"},"bucketName":{"locationName":"bucketName"},"classifiableObjectCount":{"locationName":"classifiableObjectCount","type":"long"},"classifiableSizeInBytes":{"locationName":"classifiableSizeInBytes","type":"long"},"errorCode":{"locationName":"errorCode"},"errorMessage":{"locationName":"errorMessage"},"jobDetails":{"shape":"S32","locationName":"jobDetails"},"lastAutomatedDiscoveryTime":{"shape":"S9","locationName":"lastAutomatedDiscoveryTime"},"lastUpdated":{"shape":"S9","locationName":"lastUpdated"},"objectCount":{"locationName":"objectCount","type":"long"},"objectCountByEncryptionType":{"shape":"S35","locationName":"objectCountByEncryptionType"},"publicAccess":{"shape":"S36","locationName":"publicAccess"},"region":{"locationName":"region"},"replicationDetails":{"locationName":"replicationDetails","type":"structure","members":{"replicated":{"locationName":"replicated","type":"boolean"},"replicatedExternally":{"locationName":"replicatedExternally","type":"boolean"},"replicationAccounts":{"shape":"S5","locationName":"replicationAccounts"}}},"sensitivityScore":{"locationName":"sensitivityScore","type":"integer"},"serverSideEncryption":{"locationName":"serverSideEncryption","type":"structure","members":{"kmsMasterKeyId":{"locationName":"kmsMasterKeyId"},"type":{"locationName":"type"}}},"sharedAccess":{"locationName":"sharedAccess"},"sizeInBytes":{"locationName":"sizeInBytes","type":"long"},"sizeInBytesCompressed":{"locationName":"sizeInBytesCompressed","type":"long"},"tags":{"locationName":"tags","type":"list","member":{"shape":"S3j"}},"unclassifiableObjectCount":{"shape":"S3k","locationName":"unclassifiableObjectCount"},"unclassifiableObjectSizeInBytes":{"shape":"S3k","locationName":"unclassifiableObjectSizeInBytes"},"versioning":{"locationName":"versioning","type":"boolean"}}}},"nextToken":{"locationName":"nextToken"}}}},"DescribeClassificationJob":{"http":{"method":"GET","requestUri":"/jobs/{jobId}","responseCode":200},"input":{"type":"structure","members":{"jobId":{"location":"uri","locationName":"jobId"}},"required":["jobId"]},"output":{"type":"structure","members":{"allowListIds":{"shape":"S5","locationName":"allowListIds"},"clientToken":{"locationName":"clientToken","idempotencyToken":true},"createdAt":{"shape":"S9","locationName":"createdAt"},"customDataIdentifierIds":{"shape":"S5","locationName":"customDataIdentifierIds"},"description":{"locationName":"description"},"initialRun":{"locationName":"initialRun","type":"boolean"},"jobArn":{"locationName":"jobArn"},"jobId":{"locationName":"jobId"},"jobStatus":{"locationName":"jobStatus"},"jobType":{"locationName":"jobType"},"lastRunErrorStatus":{"shape":"S3o","locationName":"lastRunErrorStatus"},"lastRunTime":{"shape":"S9","locationName":"lastRunTime"},"managedDataIdentifierIds":{"shape":"S5","locationName":"managedDataIdentifierIds"},"managedDataIdentifierSelector":{"locationName":"managedDataIdentifierSelector"},"name":{"locationName":"name"},"s3JobDefinition":{"shape":"Sx","locationName":"s3JobDefinition"},"samplingPercentage":{"locationName":"samplingPercentage","type":"integer"},"scheduleFrequency":{"shape":"S1l","locationName":"scheduleFrequency"},"statistics":{"locationName":"statistics","type":"structure","members":{"approximateNumberOfObjectsToProcess":{"locationName":"approximateNumberOfObjectsToProcess","type":"double"},"numberOfRuns":{"locationName":"numberOfRuns","type":"double"}}},"tags":{"shape":"Sq","locationName":"tags"},"userPausedDetails":{"shape":"S3s","locationName":"userPausedDetails"}}}},"DescribeOrganizationConfiguration":{"http":{"method":"GET","requestUri":"/admin/configuration","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"autoEnable":{"locationName":"autoEnable","type":"boolean"},"maxAccountLimitReached":{"locationName":"maxAccountLimitReached","type":"boolean"}}}},"DisableMacie":{"http":{"method":"DELETE","requestUri":"/macie","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"DisableOrganizationAdminAccount":{"http":{"method":"DELETE","requestUri":"/admin","responseCode":200},"input":{"type":"structure","members":{"adminAccountId":{"location":"querystring","locationName":"adminAccountId"}},"required":["adminAccountId"]},"output":{"type":"structure","members":{}}},"DisassociateFromAdministratorAccount":{"http":{"requestUri":"/administrator/disassociate","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"DisassociateFromMasterAccount":{"http":{"requestUri":"/master/disassociate","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"DisassociateMember":{"http":{"requestUri":"/members/disassociate/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{}}},"EnableMacie":{"http":{"requestUri":"/macie","responseCode":200},"input":{"type":"structure","members":{"clientToken":{"locationName":"clientToken","idempotencyToken":true},"findingPublishingFrequency":{"locationName":"findingPublishingFrequency"},"status":{"locationName":"status"}}},"output":{"type":"structure","members":{}}},"EnableOrganizationAdminAccount":{"http":{"requestUri":"/admin","responseCode":200},"input":{"type":"structure","members":{"adminAccountId":{"locationName":"adminAccountId"},"clientToken":{"locationName":"clientToken","idempotencyToken":true}},"required":["adminAccountId"]},"output":{"type":"structure","members":{}}},"GetAdministratorAccount":{"http":{"method":"GET","requestUri":"/administrator","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"administrator":{"shape":"S4d","locationName":"administrator"}}}},"GetAllowList":{"http":{"method":"GET","requestUri":"/allow-lists/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"},"createdAt":{"shape":"S9","locationName":"createdAt"},"criteria":{"shape":"Sk","locationName":"criteria"},"description":{"locationName":"description"},"id":{"locationName":"id"},"name":{"locationName":"name"},"status":{"locationName":"status","type":"structure","members":{"code":{"locationName":"code"},"description":{"locationName":"description"}},"required":["code"]},"tags":{"shape":"Sq","locationName":"tags"},"updatedAt":{"shape":"S9","locationName":"updatedAt"}}}},"GetAutomatedDiscoveryConfiguration":{"http":{"method":"GET","requestUri":"/automated-discovery/configuration","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"autoEnableOrganizationMembers":{"locationName":"autoEnableOrganizationMembers"},"classificationScopeId":{"locationName":"classificationScopeId"},"disabledAt":{"shape":"S4n","locationName":"disabledAt"},"firstEnabledAt":{"shape":"S4n","locationName":"firstEnabledAt"},"lastUpdatedAt":{"shape":"S4n","locationName":"lastUpdatedAt"},"sensitivityInspectionTemplateId":{"locationName":"sensitivityInspectionTemplateId"},"status":{"locationName":"status"}}}},"GetBucketStatistics":{"http":{"requestUri":"/datasources/s3/statistics","responseCode":200},"input":{"type":"structure","members":{"accountId":{"locationName":"accountId"}}},"output":{"type":"structure","members":{"bucketCount":{"locationName":"bucketCount","type":"long"},"bucketCountByEffectivePermission":{"locationName":"bucketCountByEffectivePermission","type":"structure","members":{"publiclyAccessible":{"locationName":"publiclyAccessible","type":"long"},"publiclyReadable":{"locationName":"publiclyReadable","type":"long"},"publiclyWritable":{"locationName":"publiclyWritable","type":"long"},"unknown":{"locationName":"unknown","type":"long"}}},"bucketCountByEncryptionType":{"locationName":"bucketCountByEncryptionType","type":"structure","members":{"kmsManaged":{"locationName":"kmsManaged","type":"long"},"s3Managed":{"locationName":"s3Managed","type":"long"},"unencrypted":{"locationName":"unencrypted","type":"long"},"unknown":{"locationName":"unknown","type":"long"}}},"bucketCountByObjectEncryptionRequirement":{"locationName":"bucketCountByObjectEncryptionRequirement","type":"structure","members":{"allowsUnencryptedObjectUploads":{"locationName":"allowsUnencryptedObjectUploads","type":"long"},"deniesUnencryptedObjectUploads":{"locationName":"deniesUnencryptedObjectUploads","type":"long"},"unknown":{"locationName":"unknown","type":"long"}}},"bucketCountBySharedAccessType":{"locationName":"bucketCountBySharedAccessType","type":"structure","members":{"external":{"locationName":"external","type":"long"},"internal":{"locationName":"internal","type":"long"},"notShared":{"locationName":"notShared","type":"long"},"unknown":{"locationName":"unknown","type":"long"}}},"bucketStatisticsBySensitivity":{"locationName":"bucketStatisticsBySensitivity","type":"structure","members":{"classificationError":{"shape":"S4x","locationName":"classificationError"},"notClassified":{"shape":"S4x","locationName":"notClassified"},"notSensitive":{"shape":"S4x","locationName":"notSensitive"},"sensitive":{"shape":"S4x","locationName":"sensitive"}}},"classifiableObjectCount":{"locationName":"classifiableObjectCount","type":"long"},"classifiableSizeInBytes":{"locationName":"classifiableSizeInBytes","type":"long"},"lastUpdated":{"shape":"S9","locationName":"lastUpdated"},"objectCount":{"locationName":"objectCount","type":"long"},"sizeInBytes":{"locationName":"sizeInBytes","type":"long"},"sizeInBytesCompressed":{"locationName":"sizeInBytesCompressed","type":"long"},"unclassifiableObjectCount":{"shape":"S3k","locationName":"unclassifiableObjectCount"},"unclassifiableObjectSizeInBytes":{"shape":"S3k","locationName":"unclassifiableObjectSizeInBytes"}}}},"GetClassificationExportConfiguration":{"http":{"method":"GET","requestUri":"/classification-export-configuration","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"configuration":{"shape":"S50","locationName":"configuration"}}}},"GetClassificationScope":{"http":{"method":"GET","requestUri":"/classification-scopes/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{"id":{"locationName":"id"},"name":{"locationName":"name"},"s3":{"locationName":"s3","type":"structure","members":{"excludes":{"locationName":"excludes","type":"structure","members":{"bucketNames":{"shape":"S57","locationName":"bucketNames"}},"required":["bucketNames"]}},"required":["excludes"]}}}},"GetCustomDataIdentifier":{"http":{"method":"GET","requestUri":"/custom-data-identifiers/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"},"createdAt":{"shape":"S9","locationName":"createdAt"},"deleted":{"locationName":"deleted","type":"boolean"},"description":{"locationName":"description"},"id":{"locationName":"id"},"ignoreWords":{"shape":"S5","locationName":"ignoreWords"},"keywords":{"shape":"S5","locationName":"keywords"},"maximumMatchDistance":{"locationName":"maximumMatchDistance","type":"integer"},"name":{"locationName":"name"},"regex":{"locationName":"regex"},"severityLevels":{"shape":"S1s","locationName":"severityLevels"},"tags":{"shape":"Sq","locationName":"tags"}}}},"GetFindingStatistics":{"http":{"requestUri":"/findings/statistics","responseCode":200},"input":{"type":"structure","members":{"findingCriteria":{"shape":"S1z","locationName":"findingCriteria"},"groupBy":{"locationName":"groupBy"},"size":{"locationName":"size","type":"integer"},"sortCriteria":{"locationName":"sortCriteria","type":"structure","members":{"attributeName":{"locationName":"attributeName"},"orderBy":{"locationName":"orderBy"}}}},"required":["groupBy"]},"output":{"type":"structure","members":{"countsByGroup":{"locationName":"countsByGroup","type":"list","member":{"type":"structure","members":{"count":{"locationName":"count","type":"long"},"groupKey":{"locationName":"groupKey"}}}}}}},"GetFindings":{"http":{"requestUri":"/findings/describe","responseCode":200},"input":{"type":"structure","members":{"findingIds":{"shape":"S5","locationName":"findingIds"},"sortCriteria":{"shape":"S5j","locationName":"sortCriteria"}},"required":["findingIds"]},"output":{"type":"structure","members":{"findings":{"locationName":"findings","type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"archived":{"locationName":"archived","type":"boolean"},"category":{"locationName":"category"},"classificationDetails":{"locationName":"classificationDetails","type":"structure","members":{"detailedResultsLocation":{"locationName":"detailedResultsLocation"},"jobArn":{"locationName":"jobArn"},"jobId":{"locationName":"jobId"},"originType":{"locationName":"originType"},"result":{"locationName":"result","type":"structure","members":{"additionalOccurrences":{"locationName":"additionalOccurrences","type":"boolean"},"customDataIdentifiers":{"locationName":"customDataIdentifiers","type":"structure","members":{"detections":{"locationName":"detections","type":"list","member":{"type":"structure","members":{"arn":{"locationName":"arn"},"count":{"locationName":"count","type":"long"},"name":{"locationName":"name"},"occurrences":{"shape":"S5u","locationName":"occurrences"}}}},"totalCount":{"locationName":"totalCount","type":"long"}}},"mimeType":{"locationName":"mimeType"},"sensitiveData":{"locationName":"sensitiveData","type":"list","member":{"type":"structure","members":{"category":{"locationName":"category"},"detections":{"locationName":"detections","type":"list","member":{"type":"structure","members":{"count":{"locationName":"count","type":"long"},"occurrences":{"shape":"S5u","locationName":"occurrences"},"type":{"locationName":"type"}}}},"totalCount":{"locationName":"totalCount","type":"long"}}}},"sizeClassified":{"locationName":"sizeClassified","type":"long"},"status":{"locationName":"status","type":"structure","members":{"code":{"locationName":"code"},"reason":{"locationName":"reason"}}}}}}},"count":{"locationName":"count","type":"long"},"createdAt":{"shape":"S9","locationName":"createdAt"},"description":{"locationName":"description"},"id":{"locationName":"id"},"partition":{"locationName":"partition"},"policyDetails":{"locationName":"policyDetails","type":"structure","members":{"action":{"locationName":"action","type":"structure","members":{"actionType":{"locationName":"actionType"},"apiCallDetails":{"locationName":"apiCallDetails","type":"structure","members":{"api":{"locationName":"api"},"apiServiceName":{"locationName":"apiServiceName"},"firstSeen":{"shape":"S9","locationName":"firstSeen"},"lastSeen":{"shape":"S9","locationName":"lastSeen"}}}}},"actor":{"locationName":"actor","type":"structure","members":{"domainDetails":{"locationName":"domainDetails","type":"structure","members":{"domainName":{"locationName":"domainName"}}},"ipAddressDetails":{"locationName":"ipAddressDetails","type":"structure","members":{"ipAddressV4":{"locationName":"ipAddressV4"},"ipCity":{"locationName":"ipCity","type":"structure","members":{"name":{"locationName":"name"}}},"ipCountry":{"locationName":"ipCountry","type":"structure","members":{"code":{"locationName":"code"},"name":{"locationName":"name"}}},"ipGeoLocation":{"locationName":"ipGeoLocation","type":"structure","members":{"lat":{"locationName":"lat","type":"double"},"lon":{"locationName":"lon","type":"double"}}},"ipOwner":{"locationName":"ipOwner","type":"structure","members":{"asn":{"locationName":"asn"},"asnOrg":{"locationName":"asnOrg"},"isp":{"locationName":"isp"},"org":{"locationName":"org"}}}}},"userIdentity":{"locationName":"userIdentity","type":"structure","members":{"assumedRole":{"locationName":"assumedRole","type":"structure","members":{"accessKeyId":{"locationName":"accessKeyId"},"accountId":{"locationName":"accountId"},"arn":{"locationName":"arn"},"principalId":{"locationName":"principalId"},"sessionContext":{"shape":"S6m","locationName":"sessionContext"}}},"awsAccount":{"locationName":"awsAccount","type":"structure","members":{"accountId":{"locationName":"accountId"},"principalId":{"locationName":"principalId"}}},"awsService":{"locationName":"awsService","type":"structure","members":{"invokedBy":{"locationName":"invokedBy"}}},"federatedUser":{"locationName":"federatedUser","type":"structure","members":{"accessKeyId":{"locationName":"accessKeyId"},"accountId":{"locationName":"accountId"},"arn":{"locationName":"arn"},"principalId":{"locationName":"principalId"},"sessionContext":{"shape":"S6m","locationName":"sessionContext"}}},"iamUser":{"locationName":"iamUser","type":"structure","members":{"accountId":{"locationName":"accountId"},"arn":{"locationName":"arn"},"principalId":{"locationName":"principalId"},"userName":{"locationName":"userName"}}},"root":{"locationName":"root","type":"structure","members":{"accountId":{"locationName":"accountId"},"arn":{"locationName":"arn"},"principalId":{"locationName":"principalId"}}},"type":{"locationName":"type"}}}}}}},"region":{"locationName":"region"},"resourcesAffected":{"locationName":"resourcesAffected","type":"structure","members":{"s3Bucket":{"locationName":"s3Bucket","type":"structure","members":{"allowsUnencryptedObjectUploads":{"locationName":"allowsUnencryptedObjectUploads"},"arn":{"locationName":"arn"},"createdAt":{"shape":"S9","locationName":"createdAt"},"defaultServerSideEncryption":{"shape":"S6x","locationName":"defaultServerSideEncryption"},"name":{"locationName":"name"},"owner":{"locationName":"owner","type":"structure","members":{"displayName":{"locationName":"displayName"},"id":{"locationName":"id"}}},"publicAccess":{"shape":"S36","locationName":"publicAccess"},"tags":{"shape":"S70","locationName":"tags"}}},"s3Object":{"locationName":"s3Object","type":"structure","members":{"bucketArn":{"locationName":"bucketArn"},"eTag":{"locationName":"eTag"},"extension":{"locationName":"extension"},"key":{"locationName":"key"},"lastModified":{"shape":"S9","locationName":"lastModified"},"path":{"locationName":"path"},"publicAccess":{"locationName":"publicAccess","type":"boolean"},"serverSideEncryption":{"shape":"S6x","locationName":"serverSideEncryption"},"size":{"locationName":"size","type":"long"},"storageClass":{"locationName":"storageClass"},"tags":{"shape":"S70","locationName":"tags"},"versionId":{"locationName":"versionId"}}}}},"sample":{"locationName":"sample","type":"boolean"},"schemaVersion":{"locationName":"schemaVersion"},"severity":{"locationName":"severity","type":"structure","members":{"description":{"locationName":"description"},"score":{"locationName":"score","type":"long"}}},"title":{"locationName":"title"},"type":{"locationName":"type"},"updatedAt":{"shape":"S9","locationName":"updatedAt"}}}}}}},"GetFindingsFilter":{"http":{"method":"GET","requestUri":"/findingsfilters/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{"action":{"locationName":"action"},"arn":{"locationName":"arn"},"description":{"locationName":"description"},"findingCriteria":{"shape":"S1z","locationName":"findingCriteria"},"id":{"locationName":"id"},"name":{"locationName":"name"},"position":{"locationName":"position","type":"integer"},"tags":{"shape":"Sq","locationName":"tags"}}}},"GetFindingsPublicationConfiguration":{"http":{"method":"GET","requestUri":"/findings-publication-configuration","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"securityHubConfiguration":{"shape":"S79","locationName":"securityHubConfiguration"}}}},"GetInvitationsCount":{"http":{"method":"GET","requestUri":"/invitations/count","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"invitationsCount":{"locationName":"invitationsCount","type":"long"}}}},"GetMacieSession":{"http":{"method":"GET","requestUri":"/macie","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"createdAt":{"shape":"S9","locationName":"createdAt"},"findingPublishingFrequency":{"locationName":"findingPublishingFrequency"},"serviceRole":{"locationName":"serviceRole"},"status":{"locationName":"status"},"updatedAt":{"shape":"S9","locationName":"updatedAt"}}}},"GetMasterAccount":{"http":{"method":"GET","requestUri":"/master","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"master":{"shape":"S4d","locationName":"master"}}}},"GetMember":{"http":{"method":"GET","requestUri":"/members/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"administratorAccountId":{"locationName":"administratorAccountId"},"arn":{"locationName":"arn"},"email":{"locationName":"email"},"invitedAt":{"shape":"S9","locationName":"invitedAt"},"masterAccountId":{"locationName":"masterAccountId"},"relationshipStatus":{"locationName":"relationshipStatus"},"tags":{"shape":"Sq","locationName":"tags"},"updatedAt":{"shape":"S9","locationName":"updatedAt"}}}},"GetResourceProfile":{"http":{"method":"GET","requestUri":"/resource-profiles","responseCode":200},"input":{"type":"structure","members":{"resourceArn":{"location":"querystring","locationName":"resourceArn"}},"required":["resourceArn"]},"output":{"type":"structure","members":{"profileUpdatedAt":{"shape":"S9","locationName":"profileUpdatedAt"},"sensitivityScore":{"locationName":"sensitivityScore","type":"integer"},"sensitivityScoreOverridden":{"locationName":"sensitivityScoreOverridden","type":"boolean"},"statistics":{"locationName":"statistics","type":"structure","members":{"totalBytesClassified":{"locationName":"totalBytesClassified","type":"long"},"totalDetections":{"locationName":"totalDetections","type":"long"},"totalDetectionsSuppressed":{"locationName":"totalDetectionsSuppressed","type":"long"},"totalItemsClassified":{"locationName":"totalItemsClassified","type":"long"},"totalItemsSensitive":{"locationName":"totalItemsSensitive","type":"long"},"totalItemsSkipped":{"locationName":"totalItemsSkipped","type":"long"},"totalItemsSkippedInvalidEncryption":{"locationName":"totalItemsSkippedInvalidEncryption","type":"long"},"totalItemsSkippedInvalidKms":{"locationName":"totalItemsSkippedInvalidKms","type":"long"},"totalItemsSkippedPermissionDenied":{"locationName":"totalItemsSkippedPermissionDenied","type":"long"}}}}}},"GetRevealConfiguration":{"http":{"method":"GET","requestUri":"/reveal-configuration","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"configuration":{"shape":"S7n","locationName":"configuration"},"retrievalConfiguration":{"shape":"S7q","locationName":"retrievalConfiguration"}}}},"GetSensitiveDataOccurrences":{"http":{"method":"GET","requestUri":"/findings/{findingId}/reveal","responseCode":200},"input":{"type":"structure","members":{"findingId":{"location":"uri","locationName":"findingId"}},"required":["findingId"]},"output":{"type":"structure","members":{"error":{"locationName":"error"},"sensitiveDataOccurrences":{"locationName":"sensitiveDataOccurrences","type":"map","key":{},"value":{"type":"list","member":{"type":"structure","members":{"value":{"locationName":"value"}},"required":["value"]}}},"status":{"locationName":"status"}}}},"GetSensitiveDataOccurrencesAvailability":{"http":{"method":"GET","requestUri":"/findings/{findingId}/reveal/availability","responseCode":200},"input":{"type":"structure","members":{"findingId":{"location":"uri","locationName":"findingId"}},"required":["findingId"]},"output":{"type":"structure","members":{"code":{"locationName":"code"},"reasons":{"locationName":"reasons","type":"list","member":{}}}}},"GetSensitivityInspectionTemplate":{"http":{"method":"GET","requestUri":"/templates/sensitivity-inspections/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"}},"required":["id"]},"output":{"type":"structure","members":{"description":{"locationName":"description"},"excludes":{"shape":"S87","locationName":"excludes"},"includes":{"shape":"S88","locationName":"includes"},"name":{"locationName":"name"},"sensitivityInspectionTemplateId":{"locationName":"sensitivityInspectionTemplateId"}}}},"GetUsageStatistics":{"http":{"requestUri":"/usage/statistics","responseCode":200},"input":{"type":"structure","members":{"filterBy":{"locationName":"filterBy","type":"list","member":{"type":"structure","members":{"comparator":{"locationName":"comparator"},"key":{"locationName":"key"},"values":{"shape":"S5","locationName":"values"}}}},"maxResults":{"locationName":"maxResults","type":"integer"},"nextToken":{"locationName":"nextToken"},"sortBy":{"locationName":"sortBy","type":"structure","members":{"key":{"locationName":"key"},"orderBy":{"locationName":"orderBy"}}},"timeRange":{"locationName":"timeRange"}}},"output":{"type":"structure","members":{"nextToken":{"locationName":"nextToken"},"records":{"locationName":"records","type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"automatedDiscoveryFreeTrialStartDate":{"shape":"S9","locationName":"automatedDiscoveryFreeTrialStartDate"},"freeTrialStartDate":{"shape":"S9","locationName":"freeTrialStartDate"},"usage":{"locationName":"usage","type":"list","member":{"type":"structure","members":{"currency":{"locationName":"currency"},"estimatedCost":{"locationName":"estimatedCost"},"serviceLimit":{"locationName":"serviceLimit","type":"structure","members":{"isServiceLimited":{"locationName":"isServiceLimited","type":"boolean"},"unit":{"locationName":"unit"},"value":{"locationName":"value","type":"long"}}},"type":{"locationName":"type"}}}}}}},"timeRange":{"locationName":"timeRange"}}}},"GetUsageTotals":{"http":{"method":"GET","requestUri":"/usage","responseCode":200},"input":{"type":"structure","members":{"timeRange":{"location":"querystring","locationName":"timeRange"}}},"output":{"type":"structure","members":{"timeRange":{"locationName":"timeRange"},"usageTotals":{"locationName":"usageTotals","type":"list","member":{"type":"structure","members":{"currency":{"locationName":"currency"},"estimatedCost":{"locationName":"estimatedCost"},"type":{"locationName":"type"}}}}}}},"ListAllowLists":{"http":{"method":"GET","requestUri":"/allow-lists","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"allowLists":{"locationName":"allowLists","type":"list","member":{"type":"structure","members":{"arn":{"locationName":"arn"},"createdAt":{"shape":"S9","locationName":"createdAt"},"description":{"locationName":"description"},"id":{"locationName":"id"},"name":{"locationName":"name"},"updatedAt":{"shape":"S9","locationName":"updatedAt"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListAutomatedDiscoveryAccounts":{"http":{"method":"GET","requestUri":"/automated-discovery/accounts","responseCode":200},"input":{"type":"structure","members":{"accountIds":{"shape":"S5","location":"querystring","locationName":"accountIds"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"locationName":"items","type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"status":{"locationName":"status"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListClassificationJobs":{"http":{"requestUri":"/jobs/list","responseCode":200},"input":{"type":"structure","members":{"filterCriteria":{"locationName":"filterCriteria","type":"structure","members":{"excludes":{"shape":"S95","locationName":"excludes"},"includes":{"shape":"S95","locationName":"includes"}}},"maxResults":{"locationName":"maxResults","type":"integer"},"nextToken":{"locationName":"nextToken"},"sortCriteria":{"locationName":"sortCriteria","type":"structure","members":{"attributeName":{"locationName":"attributeName"},"orderBy":{"locationName":"orderBy"}}}}},"output":{"type":"structure","members":{"items":{"locationName":"items","type":"list","member":{"type":"structure","members":{"bucketCriteria":{"shape":"Sy","locationName":"bucketCriteria"},"bucketDefinitions":{"shape":"S18","locationName":"bucketDefinitions"},"createdAt":{"shape":"S9","locationName":"createdAt"},"jobId":{"locationName":"jobId"},"jobStatus":{"locationName":"jobStatus"},"jobType":{"locationName":"jobType"},"lastRunErrorStatus":{"shape":"S3o","locationName":"lastRunErrorStatus"},"name":{"locationName":"name"},"userPausedDetails":{"shape":"S3s","locationName":"userPausedDetails"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListClassificationScopes":{"http":{"method":"GET","requestUri":"/classification-scopes","responseCode":200},"input":{"type":"structure","members":{"name":{"location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"classificationScopes":{"locationName":"classificationScopes","type":"list","member":{"type":"structure","members":{"id":{"locationName":"id"},"name":{"locationName":"name"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListCustomDataIdentifiers":{"http":{"requestUri":"/custom-data-identifiers/list","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"locationName":"maxResults","type":"integer"},"nextToken":{"locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"locationName":"items","type":"list","member":{"type":"structure","members":{"arn":{"locationName":"arn"},"createdAt":{"shape":"S9","locationName":"createdAt"},"description":{"locationName":"description"},"id":{"locationName":"id"},"name":{"locationName":"name"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListFindings":{"http":{"requestUri":"/findings","responseCode":200},"input":{"type":"structure","members":{"findingCriteria":{"shape":"S1z","locationName":"findingCriteria"},"maxResults":{"locationName":"maxResults","type":"integer"},"nextToken":{"locationName":"nextToken"},"sortCriteria":{"shape":"S5j","locationName":"sortCriteria"}}},"output":{"type":"structure","members":{"findingIds":{"shape":"S5","locationName":"findingIds"},"nextToken":{"locationName":"nextToken"}}}},"ListFindingsFilters":{"http":{"method":"GET","requestUri":"/findingsfilters","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"findingsFilterListItems":{"locationName":"findingsFilterListItems","type":"list","member":{"type":"structure","members":{"action":{"locationName":"action"},"arn":{"locationName":"arn"},"id":{"locationName":"id"},"name":{"locationName":"name"},"tags":{"shape":"Sq","locationName":"tags"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListInvitations":{"http":{"method":"GET","requestUri":"/invitations","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"invitations":{"locationName":"invitations","type":"list","member":{"shape":"S4d"}},"nextToken":{"locationName":"nextToken"}}}},"ListManagedDataIdentifiers":{"http":{"requestUri":"/managed-data-identifiers/list","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"locationName":"items","type":"list","member":{"type":"structure","members":{"category":{"locationName":"category"},"id":{"locationName":"id"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListMembers":{"http":{"method":"GET","requestUri":"/members","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"onlyAssociated":{"location":"querystring","locationName":"onlyAssociated"}}},"output":{"type":"structure","members":{"members":{"locationName":"members","type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"administratorAccountId":{"locationName":"administratorAccountId"},"arn":{"locationName":"arn"},"email":{"locationName":"email"},"invitedAt":{"shape":"S9","locationName":"invitedAt"},"masterAccountId":{"locationName":"masterAccountId"},"relationshipStatus":{"locationName":"relationshipStatus"},"tags":{"shape":"Sq","locationName":"tags"},"updatedAt":{"shape":"S9","locationName":"updatedAt"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListOrganizationAdminAccounts":{"http":{"method":"GET","requestUri":"/admin","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"adminAccounts":{"locationName":"adminAccounts","type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"status":{"locationName":"status"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListResourceProfileArtifacts":{"http":{"method":"GET","requestUri":"/resource-profiles/artifacts","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"resourceArn":{"location":"querystring","locationName":"resourceArn"}},"required":["resourceArn"]},"output":{"type":"structure","members":{"artifacts":{"locationName":"artifacts","type":"list","member":{"type":"structure","members":{"arn":{"locationName":"arn"},"classificationResultStatus":{"locationName":"classificationResultStatus"},"sensitive":{"locationName":"sensitive","type":"boolean"}},"required":["classificationResultStatus","arn"]}},"nextToken":{"locationName":"nextToken"}}}},"ListResourceProfileDetections":{"http":{"method":"GET","requestUri":"/resource-profiles/detections","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"resourceArn":{"location":"querystring","locationName":"resourceArn"}},"required":["resourceArn"]},"output":{"type":"structure","members":{"detections":{"locationName":"detections","type":"list","member":{"type":"structure","members":{"arn":{"locationName":"arn"},"count":{"locationName":"count","type":"long"},"id":{"locationName":"id"},"name":{"locationName":"name"},"suppressed":{"locationName":"suppressed","type":"boolean"},"type":{"locationName":"type"}}}},"nextToken":{"locationName":"nextToken"}}}},"ListSensitivityInspectionTemplates":{"http":{"method":"GET","requestUri":"/templates/sensitivity-inspections","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{"locationName":"nextToken"},"sensitivityInspectionTemplates":{"locationName":"sensitivityInspectionTemplates","type":"list","member":{"type":"structure","members":{"id":{"locationName":"id"},"name":{"locationName":"name"}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}},"required":["resourceArn"]},"output":{"type":"structure","members":{"tags":{"shape":"Sq","locationName":"tags"}}}},"PutClassificationExportConfiguration":{"http":{"method":"PUT","requestUri":"/classification-export-configuration","responseCode":200},"input":{"type":"structure","members":{"configuration":{"shape":"S50","locationName":"configuration"}},"required":["configuration"]},"output":{"type":"structure","members":{"configuration":{"shape":"S50","locationName":"configuration"}}}},"PutFindingsPublicationConfiguration":{"http":{"method":"PUT","requestUri":"/findings-publication-configuration","responseCode":200},"input":{"type":"structure","members":{"clientToken":{"locationName":"clientToken","idempotencyToken":true},"securityHubConfiguration":{"shape":"S79","locationName":"securityHubConfiguration"}}},"output":{"type":"structure","members":{}}},"SearchResources":{"http":{"requestUri":"/datasources/search-resources","responseCode":200},"input":{"type":"structure","members":{"bucketCriteria":{"locationName":"bucketCriteria","type":"structure","members":{"excludes":{"shape":"Sat","locationName":"excludes"},"includes":{"shape":"Sat","locationName":"includes"}}},"maxResults":{"locationName":"maxResults","type":"integer"},"nextToken":{"locationName":"nextToken"},"sortCriteria":{"locationName":"sortCriteria","type":"structure","members":{"attributeName":{"locationName":"attributeName"},"orderBy":{"locationName":"orderBy"}}}}},"output":{"type":"structure","members":{"matchingResources":{"locationName":"matchingResources","type":"list","member":{"type":"structure","members":{"matchingBucket":{"locationName":"matchingBucket","type":"structure","members":{"accountId":{"locationName":"accountId"},"automatedDiscoveryMonitoringStatus":{"locationName":"automatedDiscoveryMonitoringStatus"},"bucketName":{"locationName":"bucketName"},"classifiableObjectCount":{"locationName":"classifiableObjectCount","type":"long"},"classifiableSizeInBytes":{"locationName":"classifiableSizeInBytes","type":"long"},"errorCode":{"locationName":"errorCode"},"errorMessage":{"locationName":"errorMessage"},"jobDetails":{"shape":"S32","locationName":"jobDetails"},"lastAutomatedDiscoveryTime":{"shape":"S9","locationName":"lastAutomatedDiscoveryTime"},"objectCount":{"locationName":"objectCount","type":"long"},"objectCountByEncryptionType":{"shape":"S35","locationName":"objectCountByEncryptionType"},"sensitivityScore":{"locationName":"sensitivityScore","type":"integer"},"sizeInBytes":{"locationName":"sizeInBytes","type":"long"},"sizeInBytesCompressed":{"locationName":"sizeInBytesCompressed","type":"long"},"unclassifiableObjectCount":{"shape":"S3k","locationName":"unclassifiableObjectCount"},"unclassifiableObjectSizeInBytes":{"shape":"S3k","locationName":"unclassifiableObjectSizeInBytes"}}}}}},"nextToken":{"locationName":"nextToken"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sq","locationName":"tags"}},"required":["resourceArn","tags"]},"output":{"type":"structure","members":{}}},"TestCustomDataIdentifier":{"http":{"requestUri":"/custom-data-identifiers/test","responseCode":200},"input":{"type":"structure","members":{"ignoreWords":{"shape":"S5","locationName":"ignoreWords"},"keywords":{"shape":"S5","locationName":"keywords"},"maximumMatchDistance":{"locationName":"maximumMatchDistance","type":"integer"},"regex":{"locationName":"regex"},"sampleText":{"locationName":"sampleText"}},"required":["regex","sampleText"]},"output":{"type":"structure","members":{"matchCount":{"locationName":"matchCount","type":"integer"}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"shape":"S5","location":"querystring","locationName":"tagKeys"}},"required":["tagKeys","resourceArn"]},"output":{"type":"structure","members":{}}},"UpdateAllowList":{"http":{"method":"PUT","requestUri":"/allow-lists/{id}","responseCode":200},"input":{"type":"structure","members":{"criteria":{"shape":"Sk","locationName":"criteria"},"description":{"locationName":"description"},"id":{"location":"uri","locationName":"id"},"name":{"locationName":"name"}},"required":["id","criteria","name"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"},"id":{"locationName":"id"}}}},"UpdateAutomatedDiscoveryConfiguration":{"http":{"method":"PUT","requestUri":"/automated-discovery/configuration","responseCode":200},"input":{"type":"structure","members":{"autoEnableOrganizationMembers":{"locationName":"autoEnableOrganizationMembers"},"status":{"locationName":"status"}},"required":["status"]},"output":{"type":"structure","members":{}}},"UpdateClassificationJob":{"http":{"method":"PATCH","requestUri":"/jobs/{jobId}","responseCode":200},"input":{"type":"structure","members":{"jobId":{"location":"uri","locationName":"jobId"},"jobStatus":{"locationName":"jobStatus"}},"required":["jobId","jobStatus"]},"output":{"type":"structure","members":{}}},"UpdateClassificationScope":{"http":{"method":"PATCH","requestUri":"/classification-scopes/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"},"s3":{"locationName":"s3","type":"structure","members":{"excludes":{"locationName":"excludes","type":"structure","members":{"bucketNames":{"shape":"S57","locationName":"bucketNames"},"operation":{"locationName":"operation"}},"required":["bucketNames","operation"]}},"required":["excludes"]}},"required":["id"]},"output":{"type":"structure","members":{}}},"UpdateFindingsFilter":{"http":{"method":"PATCH","requestUri":"/findingsfilters/{id}","responseCode":200},"input":{"type":"structure","members":{"action":{"locationName":"action"},"clientToken":{"locationName":"clientToken","idempotencyToken":true},"description":{"locationName":"description"},"findingCriteria":{"shape":"S1z","locationName":"findingCriteria"},"id":{"location":"uri","locationName":"id"},"name":{"locationName":"name"},"position":{"locationName":"position","type":"integer"}},"required":["id"]},"output":{"type":"structure","members":{"arn":{"locationName":"arn"},"id":{"locationName":"id"}}}},"UpdateMacieSession":{"http":{"method":"PATCH","requestUri":"/macie","responseCode":200},"input":{"type":"structure","members":{"findingPublishingFrequency":{"locationName":"findingPublishingFrequency"},"status":{"locationName":"status"}}},"output":{"type":"structure","members":{}}},"UpdateMemberSession":{"http":{"method":"PATCH","requestUri":"/macie/members/{id}","responseCode":200},"input":{"type":"structure","members":{"id":{"location":"uri","locationName":"id"},"status":{"locationName":"status"}},"required":["id","status"]},"output":{"type":"structure","members":{}}},"UpdateOrganizationConfiguration":{"http":{"method":"PATCH","requestUri":"/admin/configuration","responseCode":200},"input":{"type":"structure","members":{"autoEnable":{"locationName":"autoEnable","type":"boolean"}},"required":["autoEnable"]},"output":{"type":"structure","members":{}}},"UpdateResourceProfile":{"http":{"method":"PATCH","requestUri":"/resource-profiles","responseCode":200},"input":{"type":"structure","members":{"resourceArn":{"location":"querystring","locationName":"resourceArn"},"sensitivityScoreOverride":{"locationName":"sensitivityScoreOverride","type":"integer"}},"required":["resourceArn"]},"output":{"type":"structure","members":{}}},"UpdateResourceProfileDetections":{"http":{"method":"PATCH","requestUri":"/resource-profiles/detections","responseCode":200},"input":{"type":"structure","members":{"resourceArn":{"location":"querystring","locationName":"resourceArn"},"suppressDataIdentifiers":{"locationName":"suppressDataIdentifiers","type":"list","member":{"type":"structure","members":{"id":{"locationName":"id"},"type":{"locationName":"type"}}}}},"required":["resourceArn"]},"output":{"type":"structure","members":{}}},"UpdateRevealConfiguration":{"http":{"method":"PUT","requestUri":"/reveal-configuration","responseCode":200},"input":{"type":"structure","members":{"configuration":{"shape":"S7n","locationName":"configuration"},"retrievalConfiguration":{"locationName":"retrievalConfiguration","type":"structure","members":{"retrievalMode":{"locationName":"retrievalMode"},"roleName":{"locationName":"roleName"}},"required":["retrievalMode"]}},"required":["configuration"]},"output":{"type":"structure","members":{"configuration":{"shape":"S7n","locationName":"configuration"},"retrievalConfiguration":{"shape":"S7q","locationName":"retrievalConfiguration"}}}},"UpdateSensitivityInspectionTemplate":{"http":{"method":"PUT","requestUri":"/templates/sensitivity-inspections/{id}","responseCode":200},"input":{"type":"structure","members":{"description":{"locationName":"description"},"excludes":{"shape":"S87","locationName":"excludes"},"id":{"location":"uri","locationName":"id"},"includes":{"shape":"S88","locationName":"includes"}},"required":["id"]},"output":{"type":"structure","members":{}}}},"shapes":{"S5":{"type":"list","member":{}},"S9":{"type":"timestamp","timestampFormat":"iso8601"},"Sk":{"type":"structure","members":{"regex":{"locationName":"regex"},"s3WordsList":{"locationName":"s3WordsList","type":"structure","members":{"bucketName":{"locationName":"bucketName"},"objectKey":{"locationName":"objectKey"}},"required":["bucketName","objectKey"]}}},"Sq":{"type":"map","key":{},"value":{}},"Sx":{"type":"structure","members":{"bucketCriteria":{"shape":"Sy","locationName":"bucketCriteria"},"bucketDefinitions":{"shape":"S18","locationName":"bucketDefinitions"},"scoping":{"locationName":"scoping","type":"structure","members":{"excludes":{"shape":"S1b","locationName":"excludes"},"includes":{"shape":"S1b","locationName":"includes"}}}}},"Sy":{"type":"structure","members":{"excludes":{"shape":"Sz","locationName":"excludes"},"includes":{"shape":"Sz","locationName":"includes"}}},"Sz":{"type":"structure","members":{"and":{"locationName":"and","type":"list","member":{"type":"structure","members":{"simpleCriterion":{"locationName":"simpleCriterion","type":"structure","members":{"comparator":{"locationName":"comparator"},"key":{"locationName":"key"},"values":{"shape":"S5","locationName":"values"}}},"tagCriterion":{"locationName":"tagCriterion","type":"structure","members":{"comparator":{"locationName":"comparator"},"tagValues":{"locationName":"tagValues","type":"list","member":{"type":"structure","members":{"key":{"locationName":"key"},"value":{"locationName":"value"}}}}}}}}}}},"S18":{"type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"buckets":{"shape":"S5","locationName":"buckets"}},"required":["accountId","buckets"]}},"S1b":{"type":"structure","members":{"and":{"locationName":"and","type":"list","member":{"type":"structure","members":{"simpleScopeTerm":{"locationName":"simpleScopeTerm","type":"structure","members":{"comparator":{"locationName":"comparator"},"key":{"locationName":"key"},"values":{"shape":"S5","locationName":"values"}}},"tagScopeTerm":{"locationName":"tagScopeTerm","type":"structure","members":{"comparator":{"locationName":"comparator"},"key":{"locationName":"key"},"tagValues":{"locationName":"tagValues","type":"list","member":{"type":"structure","members":{"key":{"locationName":"key"},"value":{"locationName":"value"}}}},"target":{"locationName":"target"}}}}}}}},"S1l":{"type":"structure","members":{"dailySchedule":{"locationName":"dailySchedule","type":"structure","members":{}},"monthlySchedule":{"locationName":"monthlySchedule","type":"structure","members":{"dayOfMonth":{"locationName":"dayOfMonth","type":"integer"}}},"weeklySchedule":{"locationName":"weeklySchedule","type":"structure","members":{"dayOfWeek":{"locationName":"dayOfWeek"}}}}},"S1s":{"type":"list","member":{"type":"structure","members":{"occurrencesThreshold":{"locationName":"occurrencesThreshold","type":"long"},"severity":{"locationName":"severity"}},"required":["occurrencesThreshold","severity"]}},"S1z":{"type":"structure","members":{"criterion":{"locationName":"criterion","type":"map","key":{},"value":{"type":"structure","members":{"eq":{"shape":"S5","locationName":"eq"},"eqExactMatch":{"shape":"S5","locationName":"eqExactMatch"},"gt":{"locationName":"gt","type":"long"},"gte":{"locationName":"gte","type":"long"},"lt":{"locationName":"lt","type":"long"},"lte":{"locationName":"lte","type":"long"},"neq":{"shape":"S5","locationName":"neq"}}}}}},"S25":{"type":"list","member":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"errorCode":{"locationName":"errorCode"},"errorMessage":{"locationName":"errorMessage"}}}},"S32":{"type":"structure","members":{"isDefinedInJob":{"locationName":"isDefinedInJob"},"isMonitoredByJob":{"locationName":"isMonitoredByJob"},"lastJobId":{"locationName":"lastJobId"},"lastJobRunTime":{"shape":"S9","locationName":"lastJobRunTime"}}},"S35":{"type":"structure","members":{"customerManaged":{"locationName":"customerManaged","type":"long"},"kmsManaged":{"locationName":"kmsManaged","type":"long"},"s3Managed":{"locationName":"s3Managed","type":"long"},"unencrypted":{"locationName":"unencrypted","type":"long"},"unknown":{"locationName":"unknown","type":"long"}}},"S36":{"type":"structure","members":{"effectivePermission":{"locationName":"effectivePermission"},"permissionConfiguration":{"locationName":"permissionConfiguration","type":"structure","members":{"accountLevelPermissions":{"locationName":"accountLevelPermissions","type":"structure","members":{"blockPublicAccess":{"shape":"S3a","locationName":"blockPublicAccess"}}},"bucketLevelPermissions":{"locationName":"bucketLevelPermissions","type":"structure","members":{"accessControlList":{"locationName":"accessControlList","type":"structure","members":{"allowsPublicReadAccess":{"locationName":"allowsPublicReadAccess","type":"boolean"},"allowsPublicWriteAccess":{"locationName":"allowsPublicWriteAccess","type":"boolean"}}},"blockPublicAccess":{"shape":"S3a","locationName":"blockPublicAccess"},"bucketPolicy":{"locationName":"bucketPolicy","type":"structure","members":{"allowsPublicReadAccess":{"locationName":"allowsPublicReadAccess","type":"boolean"},"allowsPublicWriteAccess":{"locationName":"allowsPublicWriteAccess","type":"boolean"}}}}}}}}},"S3a":{"type":"structure","members":{"blockPublicAcls":{"locationName":"blockPublicAcls","type":"boolean"},"blockPublicPolicy":{"locationName":"blockPublicPolicy","type":"boolean"},"ignorePublicAcls":{"locationName":"ignorePublicAcls","type":"boolean"},"restrictPublicBuckets":{"locationName":"restrictPublicBuckets","type":"boolean"}}},"S3j":{"type":"structure","members":{"key":{"locationName":"key"},"value":{"locationName":"value"}}},"S3k":{"type":"structure","members":{"fileType":{"locationName":"fileType","type":"long"},"storageClass":{"locationName":"storageClass","type":"long"},"total":{"locationName":"total","type":"long"}}},"S3o":{"type":"structure","members":{"code":{"locationName":"code"}}},"S3s":{"type":"structure","members":{"jobExpiresAt":{"shape":"S9","locationName":"jobExpiresAt"},"jobImminentExpirationHealthEventArn":{"locationName":"jobImminentExpirationHealthEventArn"},"jobPausedAt":{"shape":"S9","locationName":"jobPausedAt"}}},"S4d":{"type":"structure","members":{"accountId":{"locationName":"accountId"},"invitationId":{"locationName":"invitationId"},"invitedAt":{"shape":"S9","locationName":"invitedAt"},"relationshipStatus":{"locationName":"relationshipStatus"}}},"S4n":{"type":"timestamp","timestampFormat":"iso8601"},"S4x":{"type":"structure","members":{"classifiableSizeInBytes":{"locationName":"classifiableSizeInBytes","type":"long"},"publiclyAccessibleCount":{"locationName":"publiclyAccessibleCount","type":"long"},"totalCount":{"locationName":"totalCount","type":"long"},"totalSizeInBytes":{"locationName":"totalSizeInBytes","type":"long"}}},"S50":{"type":"structure","members":{"s3Destination":{"locationName":"s3Destination","type":"structure","members":{"bucketName":{"locationName":"bucketName"},"keyPrefix":{"locationName":"keyPrefix"},"kmsKeyArn":{"locationName":"kmsKeyArn"}},"required":["bucketName","kmsKeyArn"]}}},"S57":{"type":"list","member":{}},"S5j":{"type":"structure","members":{"attributeName":{"locationName":"attributeName"},"orderBy":{"locationName":"orderBy"}}},"S5u":{"type":"structure","members":{"cells":{"locationName":"cells","type":"list","member":{"type":"structure","members":{"cellReference":{"locationName":"cellReference"},"column":{"locationName":"column","type":"long"},"columnName":{"locationName":"columnName"},"row":{"locationName":"row","type":"long"}}}},"lineRanges":{"shape":"S5x","locationName":"lineRanges"},"offsetRanges":{"shape":"S5x","locationName":"offsetRanges"},"pages":{"locationName":"pages","type":"list","member":{"type":"structure","members":{"lineRange":{"shape":"S5y","locationName":"lineRange"},"offsetRange":{"shape":"S5y","locationName":"offsetRange"},"pageNumber":{"locationName":"pageNumber","type":"long"}}}},"records":{"locationName":"records","type":"list","member":{"type":"structure","members":{"jsonPath":{"locationName":"jsonPath"},"recordIndex":{"locationName":"recordIndex","type":"long"}}}}}},"S5x":{"type":"list","member":{"shape":"S5y"}},"S5y":{"type":"structure","members":{"end":{"locationName":"end","type":"long"},"start":{"locationName":"start","type":"long"},"startColumn":{"locationName":"startColumn","type":"long"}}},"S6m":{"type":"structure","members":{"attributes":{"locationName":"attributes","type":"structure","members":{"creationDate":{"shape":"S9","locationName":"creationDate"},"mfaAuthenticated":{"locationName":"mfaAuthenticated","type":"boolean"}}},"sessionIssuer":{"locationName":"sessionIssuer","type":"structure","members":{"accountId":{"locationName":"accountId"},"arn":{"locationName":"arn"},"principalId":{"locationName":"principalId"},"type":{"locationName":"type"},"userName":{"locationName":"userName"}}}}},"S6x":{"type":"structure","members":{"encryptionType":{"locationName":"encryptionType"},"kmsMasterKeyId":{"locationName":"kmsMasterKeyId"}}},"S70":{"type":"list","member":{"shape":"S3j"}},"S79":{"type":"structure","members":{"publishClassificationFindings":{"locationName":"publishClassificationFindings","type":"boolean"},"publishPolicyFindings":{"locationName":"publishPolicyFindings","type":"boolean"}},"required":["publishPolicyFindings","publishClassificationFindings"]},"S7n":{"type":"structure","members":{"kmsKeyId":{"locationName":"kmsKeyId"},"status":{"locationName":"status"}},"required":["status"]},"S7q":{"type":"structure","members":{"externalId":{"locationName":"externalId"},"retrievalMode":{"locationName":"retrievalMode"},"roleName":{"locationName":"roleName"}},"required":["retrievalMode"]},"S87":{"type":"structure","members":{"managedDataIdentifierIds":{"shape":"S5","locationName":"managedDataIdentifierIds"}}},"S88":{"type":"structure","members":{"allowListIds":{"shape":"S5","locationName":"allowListIds"},"customDataIdentifierIds":{"shape":"S5","locationName":"customDataIdentifierIds"},"managedDataIdentifierIds":{"shape":"S5","locationName":"managedDataIdentifierIds"}}},"S95":{"type":"list","member":{"type":"structure","members":{"comparator":{"locationName":"comparator"},"key":{"locationName":"key"},"values":{"shape":"S5","locationName":"values"}}}},"Sat":{"type":"structure","members":{"and":{"locationName":"and","type":"list","member":{"type":"structure","members":{"simpleCriterion":{"locationName":"simpleCriterion","type":"structure","members":{"comparator":{"locationName":"comparator"},"key":{"locationName":"key"},"values":{"shape":"S5","locationName":"values"}}},"tagCriterion":{"locationName":"tagCriterion","type":"structure","members":{"comparator":{"locationName":"comparator"},"tagValues":{"locationName":"tagValues","type":"list","member":{"type":"structure","members":{"key":{"locationName":"key"},"value":{"locationName":"value"}}}}}}}}}}}}}
|
59906
59915
|
|
59907
59916
|
/***/ }),
|
59908
59917
|
/* 918 */
|
59909
59918
|
/***/ (function(module, exports) {
|
59910
59919
|
|
59911
|
-
module.exports = {"pagination":{"DescribeBuckets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"buckets"},"GetUsageStatistics":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"records"},"ListClassificationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListClassificationScopes":{"input_token":"nextToken","output_token":"nextToken","result_key":"classificationScopes"},"ListCustomDataIdentifiers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListFindings":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"findingIds"},"ListFindingsFilters":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"findingsFilterListItems"},"ListInvitations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"invitations"},"ListMembers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"members"},"ListOrganizationAdminAccounts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"adminAccounts"},"SearchResources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"matchingResources"},"ListAllowLists":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"allowLists"},"ListManagedDataIdentifiers":{"input_token":"nextToken","output_token":"nextToken","result_key":"items"},"ListResourceProfileDetections":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"detections"},"ListSensitivityInspectionTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"sensitivityInspectionTemplates"},"ListResourceProfileArtifacts":{"input_token":"nextToken","output_token":"nextToken","result_key":"artifacts"}}}
|
59920
|
+
module.exports = {"pagination":{"DescribeBuckets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"buckets"},"GetUsageStatistics":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"records"},"ListAutomatedDiscoveryAccounts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListClassificationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListClassificationScopes":{"input_token":"nextToken","output_token":"nextToken","result_key":"classificationScopes"},"ListCustomDataIdentifiers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListFindings":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"findingIds"},"ListFindingsFilters":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"findingsFilterListItems"},"ListInvitations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"invitations"},"ListMembers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"members"},"ListOrganizationAdminAccounts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"adminAccounts"},"SearchResources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"matchingResources"},"ListAllowLists":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"allowLists"},"ListManagedDataIdentifiers":{"input_token":"nextToken","output_token":"nextToken","result_key":"items"},"ListResourceProfileDetections":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"detections"},"ListSensitivityInspectionTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"sensitivityInspectionTemplates"},"ListResourceProfileArtifacts":{"input_token":"nextToken","output_token":"nextToken","result_key":"artifacts"}}}
|
59912
59921
|
|
59913
59922
|
/***/ }),
|
59914
59923
|
/* 919 */
|
@@ -61031,7 +61040,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
61031
61040
|
/* 1012 */
|
61032
61041
|
/***/ (function(module, exports) {
|
61033
61042
|
|
61034
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-11-22","endpointPrefix":"api.iotwireless","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"AWS IoT Wireless","serviceId":"IoT Wireless","signatureVersion":"v4","signingName":"iotwireless","uid":"iotwireless-2020-11-22"},"operations":{"AssociateAwsAccountWithPartnerAccount":{"http":{"requestUri":"/partner-accounts"},"input":{"type":"structure","required":["Sidewalk"],"members":{"Sidewalk":{"shape":"S2"},"ClientRequestToken":{"idempotencyToken":true},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{"Sidewalk":{"shape":"S2"},"Arn":{}}}},"AssociateMulticastGroupWithFuotaTask":{"http":{"method":"PUT","requestUri":"/fuota-tasks/{Id}/multicast-group","responseCode":204},"input":{"type":"structure","required":["Id","MulticastGroupId"],"members":{"Id":{"location":"uri","locationName":"Id"},"MulticastGroupId":{}}},"output":{"type":"structure","members":{}}},"AssociateWirelessDeviceWithFuotaTask":{"http":{"method":"PUT","requestUri":"/fuota-tasks/{Id}/wireless-device","responseCode":204},"input":{"type":"structure","required":["Id","WirelessDeviceId"],"members":{"Id":{"location":"uri","locationName":"Id"},"WirelessDeviceId":{}}},"output":{"type":"structure","members":{}}},"AssociateWirelessDeviceWithMulticastGroup":{"http":{"method":"PUT","requestUri":"/multicast-groups/{Id}/wireless-device","responseCode":204},"input":{"type":"structure","required":["Id","WirelessDeviceId"],"members":{"Id":{"location":"uri","locationName":"Id"},"WirelessDeviceId":{}}},"output":{"type":"structure","members":{}}},"AssociateWirelessDeviceWithThing":{"http":{"method":"PUT","requestUri":"/wireless-devices/{Id}/thing","responseCode":204},"input":{"type":"structure","required":["Id","ThingArn"],"members":{"Id":{"location":"uri","locationName":"Id"},"ThingArn":{}}},"output":{"type":"structure","members":{}}},"AssociateWirelessGatewayWithCertificate":{"http":{"method":"PUT","requestUri":"/wireless-gateways/{Id}/certificate"},"input":{"type":"structure","required":["Id","IotCertificateId"],"members":{"Id":{"location":"uri","locationName":"Id"},"IotCertificateId":{}}},"output":{"type":"structure","members":{"IotCertificateId":{}}}},"AssociateWirelessGatewayWithThing":{"http":{"method":"PUT","requestUri":"/wireless-gateways/{Id}/thing","responseCode":204},"input":{"type":"structure","required":["Id","ThingArn"],"members":{"Id":{"location":"uri","locationName":"Id"},"ThingArn":{}}},"output":{"type":"structure","members":{}}},"CancelMulticastGroupSession":{"http":{"method":"DELETE","requestUri":"/multicast-groups/{Id}/session","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"CreateDestination":{"http":{"requestUri":"/destinations","responseCode":201},"input":{"type":"structure","required":["Name","ExpressionType","Expression","RoleArn"],"members":{"Name":{},"ExpressionType":{},"Expression":{},"Description":{},"RoleArn":{},"Tags":{"shape":"S6"},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"Arn":{},"Name":{}}}},"CreateDeviceProfile":{"http":{"requestUri":"/device-profiles","responseCode":201},"input":{"type":"structure","members":{"Name":{},"LoRaWAN":{"shape":"S16"},"Tags":{"shape":"S6"},"ClientRequestToken":{"idempotencyToken":true},"Sidewalk":{"type":"structure","members":{}}}},"output":{"type":"structure","members":{"Arn":{},"Id":{}}}},"CreateFuotaTask":{"http":{"requestUri":"/fuota-tasks","responseCode":201},"input":{"type":"structure","required":["FirmwareUpdateImage","FirmwareUpdateRole"],"members":{"Name":{},"Description":{},"ClientRequestToken":{"idempotencyToken":true},"LoRaWAN":{"shape":"S1x"},"FirmwareUpdateImage":{},"FirmwareUpdateRole":{},"Tags":{"shape":"S6"},"RedundancyPercent":{"type":"integer"},"FragmentSizeBytes":{"type":"integer"},"FragmentIntervalMS":{"type":"integer"}}},"output":{"type":"structure","members":{"Arn":{},"Id":{}}}},"CreateMulticastGroup":{"http":{"requestUri":"/multicast-groups","responseCode":201},"input":{"type":"structure","required":["LoRaWAN"],"members":{"Name":{},"Description":{},"ClientRequestToken":{"idempotencyToken":true},"LoRaWAN":{"shape":"S28"},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{"Arn":{},"Id":{}}}},"CreateNetworkAnalyzerConfiguration":{"http":{"requestUri":"/network-analyzer-configurations","responseCode":201},"input":{"type":"structure","required":["Name"],"members":{"Name":{},"TraceContent":{"shape":"S2e"},"WirelessDevices":{"shape":"S2i"},"WirelessGateways":{"shape":"S2j"},"Description":{},"Tags":{"shape":"S6"},"ClientRequestToken":{"idempotencyToken":true},"MulticastGroups":{"shape":"S2k"}}},"output":{"type":"structure","members":{"Arn":{},"Name":{}}}},"CreateServiceProfile":{"http":{"requestUri":"/service-profiles","responseCode":201},"input":{"type":"structure","members":{"Name":{},"LoRaWAN":{"type":"structure","members":{"AddGwMetadata":{"type":"boolean"},"DrMin":{"type":"integer"},"DrMax":{"type":"integer"},"PrAllowed":{"type":"boolean"},"RaAllowed":{"type":"boolean"}}},"Tags":{"shape":"S6"},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"Arn":{},"Id":{}}}},"CreateWirelessDevice":{"http":{"requestUri":"/wireless-devices","responseCode":201},"input":{"type":"structure","required":["Type","DestinationName"],"members":{"Type":{},"Name":{},"Description":{},"DestinationName":{},"ClientRequestToken":{"idempotencyToken":true},"LoRaWAN":{"shape":"S31"},"Tags":{"shape":"S6"},"Positioning":{},"Sidewalk":{"type":"structure","members":{"DeviceProfileId":{}}}}},"output":{"type":"structure","members":{"Arn":{},"Id":{}}}},"CreateWirelessGateway":{"http":{"requestUri":"/wireless-gateways","responseCode":201},"input":{"type":"structure","required":["LoRaWAN"],"members":{"Name":{},"Description":{},"LoRaWAN":{"shape":"S3x"},"Tags":{"shape":"S6"},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"Arn":{},"Id":{}}}},"CreateWirelessGatewayTask":{"http":{"requestUri":"/wireless-gateways/{Id}/tasks","responseCode":201},"input":{"type":"structure","required":["Id","WirelessGatewayTaskDefinitionId"],"members":{"Id":{"location":"uri","locationName":"Id"},"WirelessGatewayTaskDefinitionId":{}}},"output":{"type":"structure","members":{"WirelessGatewayTaskDefinitionId":{},"Status":{}}}},"CreateWirelessGatewayTaskDefinition":{"http":{"requestUri":"/wireless-gateway-task-definitions","responseCode":201},"input":{"type":"structure","required":["AutoCreateTasks"],"members":{"AutoCreateTasks":{"type":"boolean"},"Name":{},"Update":{"shape":"S4j"},"ClientRequestToken":{"idempotencyToken":true},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"DeleteDestination":{"http":{"method":"DELETE","requestUri":"/destinations/{Name}","responseCode":204},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{}}},"DeleteDeviceProfile":{"http":{"method":"DELETE","requestUri":"/device-profiles/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteFuotaTask":{"http":{"method":"DELETE","requestUri":"/fuota-tasks/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteMulticastGroup":{"http":{"method":"DELETE","requestUri":"/multicast-groups/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteNetworkAnalyzerConfiguration":{"http":{"method":"DELETE","requestUri":"/network-analyzer-configurations/{ConfigurationName}","responseCode":204},"input":{"type":"structure","required":["ConfigurationName"],"members":{"ConfigurationName":{"location":"uri","locationName":"ConfigurationName"}}},"output":{"type":"structure","members":{}}},"DeleteQueuedMessages":{"http":{"method":"DELETE","requestUri":"/wireless-devices/{Id}/data","responseCode":204},"input":{"type":"structure","required":["Id","MessageId"],"members":{"Id":{"location":"uri","locationName":"Id"},"MessageId":{"location":"querystring","locationName":"messageId"},"WirelessDeviceType":{"location":"querystring","locationName":"WirelessDeviceType"}}},"output":{"type":"structure","members":{}}},"DeleteServiceProfile":{"http":{"method":"DELETE","requestUri":"/service-profiles/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteWirelessDevice":{"http":{"method":"DELETE","requestUri":"/wireless-devices/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteWirelessDeviceImportTask":{"http":{"method":"DELETE","requestUri":"/wireless_device_import_task/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteWirelessGateway":{"http":{"method":"DELETE","requestUri":"/wireless-gateways/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteWirelessGatewayTask":{"http":{"method":"DELETE","requestUri":"/wireless-gateways/{Id}/tasks","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteWirelessGatewayTaskDefinition":{"http":{"method":"DELETE","requestUri":"/wireless-gateway-task-definitions/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeregisterWirelessDevice":{"http":{"method":"PATCH","requestUri":"/wireless-devices/{Identifier}/deregister"},"input":{"type":"structure","required":["Identifier"],"members":{"Identifier":{"location":"uri","locationName":"Identifier"},"WirelessDeviceType":{"location":"querystring","locationName":"WirelessDeviceType"}}},"output":{"type":"structure","members":{}}},"DisassociateAwsAccountFromPartnerAccount":{"http":{"method":"DELETE","requestUri":"/partner-accounts/{PartnerAccountId}","responseCode":204},"input":{"type":"structure","required":["PartnerAccountId","PartnerType"],"members":{"PartnerAccountId":{"location":"uri","locationName":"PartnerAccountId"},"PartnerType":{"location":"querystring","locationName":"partnerType"}}},"output":{"type":"structure","members":{}}},"DisassociateMulticastGroupFromFuotaTask":{"http":{"method":"DELETE","requestUri":"/fuota-tasks/{Id}/multicast-groups/{MulticastGroupId}","responseCode":204},"input":{"type":"structure","required":["Id","MulticastGroupId"],"members":{"Id":{"location":"uri","locationName":"Id"},"MulticastGroupId":{"location":"uri","locationName":"MulticastGroupId"}}},"output":{"type":"structure","members":{}}},"DisassociateWirelessDeviceFromFuotaTask":{"http":{"method":"DELETE","requestUri":"/fuota-tasks/{Id}/wireless-devices/{WirelessDeviceId}","responseCode":204},"input":{"type":"structure","required":["Id","WirelessDeviceId"],"members":{"Id":{"location":"uri","locationName":"Id"},"WirelessDeviceId":{"location":"uri","locationName":"WirelessDeviceId"}}},"output":{"type":"structure","members":{}}},"DisassociateWirelessDeviceFromMulticastGroup":{"http":{"method":"DELETE","requestUri":"/multicast-groups/{Id}/wireless-devices/{WirelessDeviceId}","responseCode":204},"input":{"type":"structure","required":["Id","WirelessDeviceId"],"members":{"Id":{"location":"uri","locationName":"Id"},"WirelessDeviceId":{"location":"uri","locationName":"WirelessDeviceId"}}},"output":{"type":"structure","members":{}}},"DisassociateWirelessDeviceFromThing":{"http":{"method":"DELETE","requestUri":"/wireless-devices/{Id}/thing","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DisassociateWirelessGatewayFromCertificate":{"http":{"method":"DELETE","requestUri":"/wireless-gateways/{Id}/certificate","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DisassociateWirelessGatewayFromThing":{"http":{"method":"DELETE","requestUri":"/wireless-gateways/{Id}/thing","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"GetDestination":{"http":{"method":"GET","requestUri":"/destinations/{Name}"},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"Arn":{},"Name":{},"Expression":{},"ExpressionType":{},"Description":{},"RoleArn":{}}}},"GetDeviceProfile":{"http":{"method":"GET","requestUri":"/device-profiles/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"Arn":{},"Name":{},"Id":{},"LoRaWAN":{"shape":"S16"},"Sidewalk":{"type":"structure","members":{"ApplicationServerPublicKey":{"type":"string","sensitive":true},"QualificationStatus":{"type":"boolean"},"DakCertificateMetadata":{"type":"list","member":{"type":"structure","required":["CertificateId"],"members":{"CertificateId":{},"MaxAllowedSignature":{"type":"integer"},"FactorySupport":{"type":"boolean"},"ApId":{},"DeviceTypeId":{}}}}}}}}},"GetEventConfigurationByResourceTypes":{"http":{"method":"GET","requestUri":"/event-configurations-resource-types"},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"DeviceRegistrationState":{"shape":"S6j"},"Proximity":{"shape":"S6m"},"Join":{"shape":"S6n"},"ConnectionStatus":{"shape":"S6p"},"MessageDeliveryStatus":{"shape":"S6r"}}}},"GetFuotaTask":{"http":{"method":"GET","requestUri":"/fuota-tasks/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"Arn":{},"Id":{},"Status":{},"Name":{},"Description":{},"LoRaWAN":{"type":"structure","members":{"RfRegion":{},"StartTime":{"shape":"S6w"}}},"FirmwareUpdateImage":{},"FirmwareUpdateRole":{},"CreatedAt":{"type":"timestamp"},"RedundancyPercent":{"type":"integer"},"FragmentSizeBytes":{"type":"integer"},"FragmentIntervalMS":{"type":"integer"}}}},"GetLogLevelsByResourceTypes":{"http":{"method":"GET","requestUri":"/log-levels","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"DefaultLogLevel":{},"WirelessGatewayLogOptions":{"shape":"S70"},"WirelessDeviceLogOptions":{"shape":"S76"}}}},"GetMetricConfiguration":{"http":{"method":"GET","requestUri":"/metric-configuration","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"SummaryMetric":{"shape":"S7d"}}}},"GetMetrics":{"http":{"requestUri":"/metrics"},"input":{"type":"structure","members":{"SummaryMetricQueries":{"type":"list","member":{"type":"structure","members":{"QueryId":{},"MetricName":{},"Dimensions":{"shape":"S7k"},"AggregationPeriod":{},"StartTimestamp":{"type":"timestamp"},"EndTimestamp":{"type":"timestamp"}}}}}},"output":{"type":"structure","members":{"SummaryMetricQueryResults":{"type":"list","member":{"type":"structure","members":{"QueryId":{},"QueryStatus":{},"Error":{},"MetricName":{},"Dimensions":{"shape":"S7k"},"AggregationPeriod":{},"StartTimestamp":{"type":"timestamp"},"EndTimestamp":{"type":"timestamp"},"Timestamps":{"type":"list","member":{"type":"timestamp"}},"Values":{"type":"list","member":{"type":"structure","members":{"Min":{"type":"double"},"Max":{"type":"double"},"Sum":{"type":"double"},"Avg":{"type":"double"},"Std":{"type":"double"},"P90":{"type":"double"}}}},"Unit":{}}}}}}},"GetMulticastGroup":{"http":{"method":"GET","requestUri":"/multicast-groups/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"Arn":{},"Id":{},"Name":{},"Description":{},"Status":{},"LoRaWAN":{"type":"structure","members":{"RfRegion":{},"DlClass":{},"NumberOfDevicesRequested":{"type":"integer"},"NumberOfDevicesInGroup":{"type":"integer"}}},"CreatedAt":{"type":"timestamp"}}}},"GetMulticastGroupSession":{"http":{"method":"GET","requestUri":"/multicast-groups/{Id}/session"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"LoRaWAN":{"shape":"S8f"}}}},"GetNetworkAnalyzerConfiguration":{"http":{"method":"GET","requestUri":"/network-analyzer-configurations/{ConfigurationName}","responseCode":200},"input":{"type":"structure","required":["ConfigurationName"],"members":{"ConfigurationName":{"location":"uri","locationName":"ConfigurationName"}}},"output":{"type":"structure","members":{"TraceContent":{"shape":"S2e"},"WirelessDevices":{"shape":"S2i"},"WirelessGateways":{"shape":"S2j"},"Description":{},"Arn":{},"Name":{},"MulticastGroups":{"shape":"S2k"}}}},"GetPartnerAccount":{"http":{"method":"GET","requestUri":"/partner-accounts/{PartnerAccountId}"},"input":{"type":"structure","required":["PartnerAccountId","PartnerType"],"members":{"PartnerAccountId":{"location":"uri","locationName":"PartnerAccountId"},"PartnerType":{"location":"querystring","locationName":"partnerType"}}},"output":{"type":"structure","members":{"Sidewalk":{"shape":"S8o"},"AccountLinked":{"type":"boolean"}}}},"GetPosition":{"http":{"method":"GET","requestUri":"/positions/{ResourceIdentifier}"},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"output":{"type":"structure","members":{"Position":{"shape":"S8v"},"Accuracy":{"type":"structure","members":{"HorizontalAccuracy":{"type":"float"},"VerticalAccuracy":{"type":"float"}}},"SolverType":{},"SolverProvider":{},"SolverVersion":{},"Timestamp":{}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"GetPositionConfiguration":{"http":{"method":"GET","requestUri":"/position-configurations/{ResourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"output":{"type":"structure","members":{"Solvers":{"shape":"S96"},"Destination":{}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"GetPositionEstimate":{"http":{"requestUri":"/position-estimate"},"input":{"type":"structure","members":{"WiFiAccessPoints":{"type":"list","member":{"type":"structure","required":["MacAddress","Rss"],"members":{"MacAddress":{},"Rss":{"type":"integer"}}}},"CellTowers":{"type":"structure","members":{"Gsm":{"type":"list","member":{"type":"structure","required":["Mcc","Mnc","Lac","GeranCid"],"members":{"Mcc":{"type":"integer"},"Mnc":{"type":"integer"},"Lac":{"type":"integer"},"GeranCid":{"type":"integer"},"GsmLocalId":{"type":"structure","required":["Bsic","Bcch"],"members":{"Bsic":{"type":"integer"},"Bcch":{"type":"integer"}}},"GsmTimingAdvance":{"type":"integer"},"RxLevel":{"type":"integer"},"GsmNmr":{"type":"list","member":{"type":"structure","required":["Bsic","Bcch"],"members":{"Bsic":{"type":"integer"},"Bcch":{"type":"integer"},"RxLevel":{"type":"integer"},"GlobalIdentity":{"type":"structure","required":["Lac","GeranCid"],"members":{"Lac":{"type":"integer"},"GeranCid":{"type":"integer"}}}}}}}}},"Wcdma":{"type":"list","member":{"type":"structure","required":["Mcc","Mnc","UtranCid"],"members":{"Mcc":{"type":"integer"},"Mnc":{"type":"integer"},"Lac":{"type":"integer"},"UtranCid":{"type":"integer"},"WcdmaLocalId":{"type":"structure","required":["Uarfcndl","Psc"],"members":{"Uarfcndl":{"type":"integer"},"Psc":{"type":"integer"}}},"Rscp":{"type":"integer"},"PathLoss":{"type":"integer"},"WcdmaNmr":{"type":"list","member":{"type":"structure","required":["Uarfcndl","Psc","UtranCid"],"members":{"Uarfcndl":{"type":"integer"},"Psc":{"type":"integer"},"UtranCid":{"type":"integer"},"Rscp":{"type":"integer"},"PathLoss":{"type":"integer"}}}}}}},"Tdscdma":{"type":"list","member":{"type":"structure","required":["Mcc","Mnc","UtranCid"],"members":{"Mcc":{"type":"integer"},"Mnc":{"type":"integer"},"Lac":{"type":"integer"},"UtranCid":{"type":"integer"},"TdscdmaLocalId":{"type":"structure","required":["Uarfcn","CellParams"],"members":{"Uarfcn":{"type":"integer"},"CellParams":{"type":"integer"}}},"TdscdmaTimingAdvance":{"type":"integer"},"Rscp":{"type":"integer"},"PathLoss":{"type":"integer"},"TdscdmaNmr":{"type":"list","member":{"type":"structure","required":["Uarfcn","CellParams"],"members":{"Uarfcn":{"type":"integer"},"CellParams":{"type":"integer"},"UtranCid":{"type":"integer"},"Rscp":{"type":"integer"},"PathLoss":{"type":"integer"}}}}}}},"Lte":{"type":"list","member":{"type":"structure","required":["Mcc","Mnc","EutranCid"],"members":{"Mcc":{"type":"integer"},"Mnc":{"type":"integer"},"EutranCid":{"type":"integer"},"Tac":{"type":"integer"},"LteLocalId":{"type":"structure","required":["Pci","Earfcn"],"members":{"Pci":{"type":"integer"},"Earfcn":{"type":"integer"}}},"LteTimingAdvance":{"type":"integer"},"Rsrp":{"type":"integer"},"Rsrq":{"type":"float"},"NrCapable":{"type":"boolean"},"LteNmr":{"type":"list","member":{"type":"structure","required":["Pci","Earfcn","EutranCid"],"members":{"Pci":{"type":"integer"},"Earfcn":{"type":"integer"},"EutranCid":{"type":"integer"},"Rsrp":{"type":"integer"},"Rsrq":{"type":"float"}}}}}}},"Cdma":{"type":"list","member":{"type":"structure","required":["SystemId","NetworkId","BaseStationId"],"members":{"SystemId":{"type":"integer"},"NetworkId":{"type":"integer"},"BaseStationId":{"type":"integer"},"RegistrationZone":{"type":"integer"},"CdmaLocalId":{"type":"structure","required":["PnOffset","CdmaChannel"],"members":{"PnOffset":{"type":"integer"},"CdmaChannel":{"type":"integer"}}},"PilotPower":{"type":"integer"},"BaseLat":{"type":"float"},"BaseLng":{"type":"float"},"CdmaNmr":{"type":"list","member":{"type":"structure","required":["PnOffset","CdmaChannel"],"members":{"PnOffset":{"type":"integer"},"CdmaChannel":{"type":"integer"},"PilotPower":{"type":"integer"},"BaseStationId":{"type":"integer"}}}}}}}}},"Ip":{"type":"structure","required":["IpAddress"],"members":{"IpAddress":{}}},"Gnss":{"type":"structure","required":["Payload"],"members":{"Payload":{},"CaptureTime":{"type":"float"},"CaptureTimeAccuracy":{"type":"float"},"AssistPosition":{"type":"list","member":{"type":"float"}},"AssistAltitude":{"type":"float"},"Use2DSolver":{"type":"boolean"}}},"Timestamp":{"type":"timestamp"}}},"output":{"type":"structure","members":{"GeoJsonPayload":{"type":"blob"}},"payload":"GeoJsonPayload"}},"GetResourceEventConfiguration":{"http":{"method":"GET","requestUri":"/event-configurations/{Identifier}"},"input":{"type":"structure","required":["Identifier","IdentifierType"],"members":{"Identifier":{"location":"uri","locationName":"Identifier"},"IdentifierType":{"location":"querystring","locationName":"identifierType"},"PartnerType":{"location":"querystring","locationName":"partnerType"}}},"output":{"type":"structure","members":{"DeviceRegistrationState":{"shape":"Sbj"},"Proximity":{"shape":"Sbl"},"Join":{"shape":"Sbm"},"ConnectionStatus":{"shape":"Sbo"},"MessageDeliveryStatus":{"shape":"Sbq"}}}},"GetResourceLogLevel":{"http":{"method":"GET","requestUri":"/log-levels/{ResourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"}}},"output":{"type":"structure","members":{"LogLevel":{}}}},"GetResourcePosition":{"http":{"method":"GET","requestUri":"/resource-positions/{ResourceIdentifier}"},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"}}},"output":{"type":"structure","members":{"GeoJsonPayload":{"type":"blob"}},"payload":"GeoJsonPayload"}},"GetServiceEndpoint":{"http":{"method":"GET","requestUri":"/service-endpoint"},"input":{"type":"structure","members":{"ServiceType":{"location":"querystring","locationName":"serviceType"}}},"output":{"type":"structure","members":{"ServiceType":{},"ServiceEndpoint":{},"ServerTrust":{}}}},"GetServiceProfile":{"http":{"method":"GET","requestUri":"/service-profiles/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"Arn":{},"Name":{},"Id":{},"LoRaWAN":{"type":"structure","members":{"UlRate":{"type":"integer"},"UlBucketSize":{"type":"integer"},"UlRatePolicy":{},"DlRate":{"type":"integer"},"DlBucketSize":{"type":"integer"},"DlRatePolicy":{},"AddGwMetadata":{"type":"boolean"},"DevStatusReqFreq":{"type":"integer"},"ReportDevStatusBattery":{"type":"boolean"},"ReportDevStatusMargin":{"type":"boolean"},"DrMin":{"type":"integer"},"DrMax":{"type":"integer"},"ChannelMask":{},"PrAllowed":{"type":"boolean"},"HrAllowed":{"type":"boolean"},"RaAllowed":{"type":"boolean"},"NwkGeoLoc":{"type":"boolean"},"TargetPer":{"type":"integer"},"MinGwDiversity":{"type":"integer"}}}}}},"GetWirelessDevice":{"http":{"method":"GET","requestUri":"/wireless-devices/{Identifier}"},"input":{"type":"structure","required":["Identifier","IdentifierType"],"members":{"Identifier":{"location":"uri","locationName":"Identifier"},"IdentifierType":{"location":"querystring","locationName":"identifierType"}}},"output":{"type":"structure","members":{"Type":{},"Name":{},"Description":{},"DestinationName":{},"Id":{},"Arn":{},"ThingName":{},"ThingArn":{},"LoRaWAN":{"shape":"S31"},"Sidewalk":{"type":"structure","members":{"AmazonId":{},"SidewalkId":{},"SidewalkManufacturingSn":{},"DeviceCertificates":{"shape":"Scs"},"PrivateKeys":{"type":"list","member":{"shape":"Sct"}},"DeviceProfileId":{},"CertificateId":{},"Status":{}}},"Positioning":{}}}},"GetWirelessDeviceImportTask":{"http":{"method":"GET","requestUri":"/wireless_device_import_task/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"Id":{},"Arn":{},"DestinationName":{},"Sidewalk":{"shape":"Sd1"},"CreationTime":{"shape":"Sd5"},"Status":{},"StatusReason":{},"InitializedImportedDeviceCount":{"type":"long"},"PendingImportedDeviceCount":{"type":"long"},"OnboardedImportedDeviceCount":{"type":"long"},"FailedImportedDeviceCount":{"type":"long"}}}},"GetWirelessDeviceStatistics":{"http":{"method":"GET","requestUri":"/wireless-devices/{Id}/statistics","responseCode":200},"input":{"type":"structure","required":["WirelessDeviceId"],"members":{"WirelessDeviceId":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"WirelessDeviceId":{},"LastUplinkReceivedAt":{},"LoRaWAN":{"type":"structure","members":{"DevEui":{},"FPort":{"type":"integer"},"DataRate":{"type":"integer"},"Frequency":{"type":"integer"},"Timestamp":{},"Gateways":{"type":"list","member":{"type":"structure","members":{"GatewayEui":{},"Snr":{"type":"double"},"Rssi":{"type":"double"}}}},"PublicGateways":{"type":"list","member":{"type":"structure","members":{"ProviderNetId":{},"Id":{},"Rssi":{"type":"double"},"Snr":{"type":"double"},"RfRegion":{},"DlAllowed":{"type":"boolean"}}}}}},"Sidewalk":{"type":"structure","members":{"Rssi":{"type":"integer"},"BatteryLevel":{},"Event":{},"DeviceState":{}}}}}},"GetWirelessGateway":{"http":{"method":"GET","requestUri":"/wireless-gateways/{Identifier}"},"input":{"type":"structure","required":["Identifier","IdentifierType"],"members":{"Identifier":{"location":"uri","locationName":"Identifier"},"IdentifierType":{"location":"querystring","locationName":"identifierType"}}},"output":{"type":"structure","members":{"Name":{},"Id":{},"Description":{},"LoRaWAN":{"shape":"S3x"},"Arn":{},"ThingName":{},"ThingArn":{}}}},"GetWirelessGatewayCertificate":{"http":{"method":"GET","requestUri":"/wireless-gateways/{Id}/certificate"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"IotCertificateId":{},"LoRaWANNetworkServerCertificateId":{}}}},"GetWirelessGatewayFirmwareInformation":{"http":{"method":"GET","requestUri":"/wireless-gateways/{Id}/firmware-information"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"LoRaWAN":{"type":"structure","members":{"CurrentVersion":{"shape":"S4o"}}}}}},"GetWirelessGatewayStatistics":{"http":{"method":"GET","requestUri":"/wireless-gateways/{Id}/statistics","responseCode":200},"input":{"type":"structure","required":["WirelessGatewayId"],"members":{"WirelessGatewayId":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"WirelessGatewayId":{},"LastUplinkReceivedAt":{},"ConnectionStatus":{}}}},"GetWirelessGatewayTask":{"http":{"method":"GET","requestUri":"/wireless-gateways/{Id}/tasks"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"WirelessGatewayId":{},"WirelessGatewayTaskDefinitionId":{},"LastUplinkReceivedAt":{},"TaskCreatedAt":{},"Status":{}}}},"GetWirelessGatewayTaskDefinition":{"http":{"method":"GET","requestUri":"/wireless-gateway-task-definitions/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"AutoCreateTasks":{"type":"boolean"},"Name":{},"Update":{"shape":"S4j"},"Arn":{}}}},"ListDestinations":{"http":{"method":"GET","requestUri":"/destinations"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"DestinationList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Name":{},"ExpressionType":{},"Expression":{},"Description":{},"RoleArn":{}}}}}}},"ListDeviceProfiles":{"http":{"method":"GET","requestUri":"/device-profiles"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"DeviceProfileType":{"location":"querystring","locationName":"deviceProfileType"}}},"output":{"type":"structure","members":{"NextToken":{},"DeviceProfileList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Name":{},"Id":{}}}}}}},"ListDevicesForWirelessDeviceImportTask":{"http":{"method":"GET","requestUri":"/wireless_device_import_task"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"querystring","locationName":"id"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"Status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","members":{"NextToken":{},"DestinationName":{},"ImportedWirelessDeviceList":{"type":"list","member":{"type":"structure","members":{"Sidewalk":{"type":"structure","members":{"SidewalkManufacturingSn":{},"OnboardingStatus":{},"OnboardingStatusReason":{},"LastUpdateTime":{"type":"timestamp","timestampFormat":"iso8601"}}}}}}}}},"ListEventConfigurations":{"http":{"method":"GET","requestUri":"/event-configurations"},"input":{"type":"structure","required":["ResourceType"],"members":{"ResourceType":{"location":"querystring","locationName":"resourceType"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"EventConfigurationsList":{"type":"list","member":{"type":"structure","members":{"Identifier":{},"IdentifierType":{},"PartnerType":{},"Events":{"type":"structure","members":{"DeviceRegistrationState":{"shape":"Sbj"},"Proximity":{"shape":"Sbl"},"Join":{"shape":"Sbm"},"ConnectionStatus":{"shape":"Sbo"},"MessageDeliveryStatus":{"shape":"Sbq"}}}}}}}}},"ListFuotaTasks":{"http":{"method":"GET","requestUri":"/fuota-tasks"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"FuotaTaskList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{}}}}}}},"ListMulticastGroups":{"http":{"method":"GET","requestUri":"/multicast-groups"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"MulticastGroupList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{}}}}}}},"ListMulticastGroupsByFuotaTask":{"http":{"method":"GET","requestUri":"/fuota-tasks/{Id}/multicast-groups"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"MulticastGroupList":{"type":"list","member":{"type":"structure","members":{"Id":{}}}}}}},"ListNetworkAnalyzerConfigurations":{"http":{"method":"GET","requestUri":"/network-analyzer-configurations"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"NetworkAnalyzerConfigurationList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Name":{}}}}}}},"ListPartnerAccounts":{"http":{"method":"GET","requestUri":"/partner-accounts"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"Sidewalk":{"type":"list","member":{"shape":"S8o"}}}}},"ListPositionConfigurations":{"http":{"method":"GET","requestUri":"/position-configurations","responseCode":200},"input":{"type":"structure","members":{"ResourceType":{"location":"querystring","locationName":"resourceType"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"output":{"type":"structure","members":{"PositionConfigurationList":{"type":"list","member":{"type":"structure","members":{"ResourceIdentifier":{},"ResourceType":{},"Solvers":{"shape":"S96"},"Destination":{}}}},"NextToken":{}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"ListQueuedMessages":{"http":{"method":"GET","requestUri":"/wireless-devices/{Id}/data"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"WirelessDeviceType":{"location":"querystring","locationName":"WirelessDeviceType"}}},"output":{"type":"structure","members":{"NextToken":{},"DownlinkQueueMessagesList":{"type":"list","member":{"type":"structure","members":{"MessageId":{},"TransmitMode":{"type":"integer"},"ReceivedAt":{},"LoRaWAN":{"shape":"Sfl"}}}}}}},"ListServiceProfiles":{"http":{"method":"GET","requestUri":"/service-profiles"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"ServiceProfileList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Name":{},"Id":{}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"querystring","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S6"}}}},"ListWirelessDeviceImportTasks":{"http":{"method":"GET","requestUri":"/wireless_device_import_tasks"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"WirelessDeviceImportTaskList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"DestinationName":{},"Sidewalk":{"shape":"Sd1"},"CreationTime":{"shape":"Sd5"},"Status":{},"StatusReason":{},"InitializedImportedDeviceCount":{"type":"long"},"PendingImportedDeviceCount":{"type":"long"},"OnboardedImportedDeviceCount":{"type":"long"},"FailedImportedDeviceCount":{"type":"long"}}}}}}},"ListWirelessDevices":{"http":{"method":"GET","requestUri":"/wireless-devices"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"DestinationName":{"location":"querystring","locationName":"destinationName"},"DeviceProfileId":{"location":"querystring","locationName":"deviceProfileId"},"ServiceProfileId":{"location":"querystring","locationName":"serviceProfileId"},"WirelessDeviceType":{"location":"querystring","locationName":"wirelessDeviceType"},"FuotaTaskId":{"location":"querystring","locationName":"fuotaTaskId"},"MulticastGroupId":{"location":"querystring","locationName":"multicastGroupId"}}},"output":{"type":"structure","members":{"NextToken":{},"WirelessDeviceList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Id":{},"Type":{},"Name":{},"DestinationName":{},"LastUplinkReceivedAt":{},"LoRaWAN":{"type":"structure","members":{"DevEui":{}}},"Sidewalk":{"type":"structure","members":{"AmazonId":{},"SidewalkId":{},"SidewalkManufacturingSn":{},"DeviceCertificates":{"shape":"Scs"},"DeviceProfileId":{},"Status":{}}},"FuotaDeviceStatus":{},"MulticastDeviceStatus":{},"McGroupId":{"type":"integer"}}}}}}},"ListWirelessGatewayTaskDefinitions":{"http":{"method":"GET","requestUri":"/wireless-gateway-task-definitions"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"TaskDefinitionType":{"location":"querystring","locationName":"taskDefinitionType"}}},"output":{"type":"structure","members":{"NextToken":{},"TaskDefinitions":{"type":"list","member":{"type":"structure","members":{"Id":{},"LoRaWAN":{"type":"structure","members":{"CurrentVersion":{"shape":"S4o"},"UpdateVersion":{"shape":"S4o"}}},"Arn":{}}}}}}},"ListWirelessGateways":{"http":{"method":"GET","requestUri":"/wireless-gateways"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"WirelessGatewayList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Id":{},"Name":{},"Description":{},"LoRaWAN":{"shape":"S3x"},"LastUplinkReceivedAt":{}}}}}}},"PutPositionConfiguration":{"http":{"method":"PUT","requestUri":"/position-configurations/{ResourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"Solvers":{"type":"structure","members":{"SemtechGnss":{"type":"structure","required":["Status","Fec"],"members":{"Status":{},"Fec":{}}}}},"Destination":{}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"output":{"type":"structure","members":{},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"PutResourceLogLevel":{"http":{"method":"PUT","requestUri":"/log-levels/{ResourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType","LogLevel"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"LogLevel":{}}},"output":{"type":"structure","members":{}}},"ResetAllResourceLogLevels":{"http":{"method":"DELETE","requestUri":"/log-levels","responseCode":204},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"ResetResourceLogLevel":{"http":{"method":"DELETE","requestUri":"/log-levels/{ResourceIdentifier}","responseCode":204},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"}}},"output":{"type":"structure","members":{}}},"SendDataToMulticastGroup":{"http":{"requestUri":"/multicast-groups/{Id}/data","responseCode":201},"input":{"type":"structure","required":["Id","PayloadData","WirelessMetadata"],"members":{"Id":{"location":"uri","locationName":"Id"},"PayloadData":{},"WirelessMetadata":{"type":"structure","members":{"LoRaWAN":{"type":"structure","members":{"FPort":{"type":"integer"}}}}}}},"output":{"type":"structure","members":{"MessageId":{}}}},"SendDataToWirelessDevice":{"http":{"requestUri":"/wireless-devices/{Id}/data","responseCode":202},"input":{"type":"structure","required":["Id","TransmitMode","PayloadData"],"members":{"Id":{"location":"uri","locationName":"Id"},"TransmitMode":{"type":"integer"},"PayloadData":{},"WirelessMetadata":{"type":"structure","members":{"LoRaWAN":{"shape":"Sfl"},"Sidewalk":{"type":"structure","members":{"Seq":{"type":"integer"},"MessageType":{},"AckModeRetryDurationSecs":{"type":"integer"}}}}}}},"output":{"type":"structure","members":{"MessageId":{}}}},"StartBulkAssociateWirelessDeviceWithMulticastGroup":{"http":{"method":"PATCH","requestUri":"/multicast-groups/{Id}/bulk","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"QueryString":{},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{}}},"StartBulkDisassociateWirelessDeviceFromMulticastGroup":{"http":{"requestUri":"/multicast-groups/{Id}/bulk","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"QueryString":{},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{}}},"StartFuotaTask":{"http":{"method":"PUT","requestUri":"/fuota-tasks/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"LoRaWAN":{"type":"structure","members":{"StartTime":{"shape":"S6w"}}}}},"output":{"type":"structure","members":{}}},"StartMulticastGroupSession":{"http":{"method":"PUT","requestUri":"/multicast-groups/{Id}/session","responseCode":204},"input":{"type":"structure","required":["Id","LoRaWAN"],"members":{"Id":{"location":"uri","locationName":"Id"},"LoRaWAN":{"shape":"S8f"}}},"output":{"type":"structure","members":{}}},"StartSingleWirelessDeviceImportTask":{"http":{"requestUri":"/wireless_single_device_import_task","responseCode":201},"input":{"type":"structure","required":["DestinationName","Sidewalk"],"members":{"DestinationName":{},"ClientRequestToken":{"idempotencyToken":true},"DeviceName":{},"Tags":{"shape":"S6"},"Sidewalk":{"type":"structure","members":{"SidewalkManufacturingSn":{}}}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"StartWirelessDeviceImportTask":{"http":{"requestUri":"/wireless_device_import_task","responseCode":201},"input":{"type":"structure","required":["DestinationName","Sidewalk"],"members":{"DestinationName":{},"ClientRequestToken":{"idempotencyToken":true},"Tags":{"shape":"S6"},"Sidewalk":{"type":"structure","members":{"DeviceCreationFile":{},"Role":{}}}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"TagResource":{"http":{"requestUri":"/tags","responseCode":204},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"querystring","locationName":"resourceArn"},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{}}},"TestWirelessDevice":{"http":{"requestUri":"/wireless-devices/{Id}/test","responseCode":200},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"Result":{}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags","responseCode":204},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"querystring","locationName":"resourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateDestination":{"http":{"method":"PATCH","requestUri":"/destinations/{Name}","responseCode":204},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"},"ExpressionType":{},"Expression":{},"Description":{},"RoleArn":{}}},"output":{"type":"structure","members":{}}},"UpdateEventConfigurationByResourceTypes":{"http":{"method":"PATCH","requestUri":"/event-configurations-resource-types","responseCode":204},"input":{"type":"structure","members":{"DeviceRegistrationState":{"shape":"S6j"},"Proximity":{"shape":"S6m"},"Join":{"shape":"S6n"},"ConnectionStatus":{"shape":"S6p"},"MessageDeliveryStatus":{"shape":"S6r"}}},"output":{"type":"structure","members":{}}},"UpdateFuotaTask":{"http":{"method":"PATCH","requestUri":"/fuota-tasks/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"Name":{},"Description":{},"LoRaWAN":{"shape":"S1x"},"FirmwareUpdateImage":{},"FirmwareUpdateRole":{},"RedundancyPercent":{"type":"integer"},"FragmentSizeBytes":{"type":"integer"},"FragmentIntervalMS":{"type":"integer"}}},"output":{"type":"structure","members":{}}},"UpdateLogLevelsByResourceTypes":{"http":{"requestUri":"/log-levels","responseCode":200},"input":{"type":"structure","members":{"DefaultLogLevel":{},"WirelessDeviceLogOptions":{"shape":"S76"},"WirelessGatewayLogOptions":{"shape":"S70"}}},"output":{"type":"structure","members":{}}},"UpdateMetricConfiguration":{"http":{"method":"PUT","requestUri":"/metric-configuration","responseCode":204},"input":{"type":"structure","members":{"SummaryMetric":{"shape":"S7d"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateMulticastGroup":{"http":{"method":"PATCH","requestUri":"/multicast-groups/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"Name":{},"Description":{},"LoRaWAN":{"shape":"S28"}}},"output":{"type":"structure","members":{}}},"UpdateNetworkAnalyzerConfiguration":{"http":{"method":"PATCH","requestUri":"/network-analyzer-configurations/{ConfigurationName}","responseCode":204},"input":{"type":"structure","required":["ConfigurationName"],"members":{"ConfigurationName":{"location":"uri","locationName":"ConfigurationName"},"TraceContent":{"shape":"S2e"},"WirelessDevicesToAdd":{"shape":"S2i"},"WirelessDevicesToRemove":{"shape":"S2i"},"WirelessGatewaysToAdd":{"shape":"S2j"},"WirelessGatewaysToRemove":{"shape":"S2j"},"Description":{},"MulticastGroupsToAdd":{"shape":"S2k"},"MulticastGroupsToRemove":{"shape":"S2k"}}},"output":{"type":"structure","members":{}}},"UpdatePartnerAccount":{"http":{"method":"PATCH","requestUri":"/partner-accounts/{PartnerAccountId}","responseCode":204},"input":{"type":"structure","required":["Sidewalk","PartnerAccountId","PartnerType"],"members":{"Sidewalk":{"type":"structure","members":{"AppServerPrivateKey":{"shape":"S4"}}},"PartnerAccountId":{"location":"uri","locationName":"PartnerAccountId"},"PartnerType":{"location":"querystring","locationName":"partnerType"}}},"output":{"type":"structure","members":{}}},"UpdatePosition":{"http":{"method":"PATCH","requestUri":"/positions/{ResourceIdentifier}","responseCode":204},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType","Position"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"Position":{"shape":"S8v"}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"output":{"type":"structure","members":{},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"UpdateResourceEventConfiguration":{"http":{"method":"PATCH","requestUri":"/event-configurations/{Identifier}","responseCode":204},"input":{"type":"structure","required":["Identifier","IdentifierType"],"members":{"Identifier":{"location":"uri","locationName":"Identifier"},"IdentifierType":{"location":"querystring","locationName":"identifierType"},"PartnerType":{"location":"querystring","locationName":"partnerType"},"DeviceRegistrationState":{"shape":"Sbj"},"Proximity":{"shape":"Sbl"},"Join":{"shape":"Sbm"},"ConnectionStatus":{"shape":"Sbo"},"MessageDeliveryStatus":{"shape":"Sbq"}}},"output":{"type":"structure","members":{}}},"UpdateResourcePosition":{"http":{"method":"PATCH","requestUri":"/resource-positions/{ResourceIdentifier}","responseCode":204},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"GeoJsonPayload":{"type":"blob"}},"payload":"GeoJsonPayload"},"output":{"type":"structure","members":{}}},"UpdateWirelessDevice":{"http":{"method":"PATCH","requestUri":"/wireless-devices/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"DestinationName":{},"Name":{},"Description":{},"LoRaWAN":{"type":"structure","members":{"DeviceProfileId":{},"ServiceProfileId":{},"AbpV1_1":{"type":"structure","members":{"FCntStart":{"type":"integer"}}},"AbpV1_0_x":{"type":"structure","members":{"FCntStart":{"type":"integer"}}},"FPorts":{"type":"structure","members":{"Positioning":{"shape":"S3n"},"Applications":{"shape":"S3o"}}}}},"Positioning":{}}},"output":{"type":"structure","members":{}}},"UpdateWirelessDeviceImportTask":{"http":{"method":"PATCH","requestUri":"/wireless_device_import_task/{Id}","responseCode":204},"input":{"type":"structure","required":["Id","Sidewalk"],"members":{"Id":{"location":"uri","locationName":"Id"},"Sidewalk":{"type":"structure","members":{"DeviceCreationFile":{}}}}},"output":{"type":"structure","members":{}}},"UpdateWirelessGateway":{"http":{"method":"PATCH","requestUri":"/wireless-gateways/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"Name":{},"Description":{},"JoinEuiFilters":{"shape":"S3z"},"NetIdFilters":{"shape":"S41"},"MaxEirp":{"type":"float"}}},"output":{"type":"structure","members":{}}}},"shapes":{"S2":{"type":"structure","members":{"AmazonId":{},"AppServerPrivateKey":{"shape":"S4"}}},"S4":{"type":"string","sensitive":true},"S6":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"S16":{"type":"structure","members":{"SupportsClassB":{"type":"boolean"},"ClassBTimeout":{"type":"integer"},"PingSlotPeriod":{"type":"integer"},"PingSlotDr":{"type":"integer"},"PingSlotFreq":{"type":"integer"},"SupportsClassC":{"type":"boolean"},"ClassCTimeout":{"type":"integer"},"MacVersion":{},"RegParamsRevision":{},"RxDelay1":{"type":"integer"},"RxDrOffset1":{"type":"integer"},"RxDataRate2":{"type":"integer"},"RxFreq2":{"type":"integer"},"FactoryPresetFreqsList":{"type":"list","member":{"type":"integer"}},"MaxEirp":{"type":"integer"},"MaxDutyCycle":{"type":"integer"},"RfRegion":{},"SupportsJoin":{"type":"boolean"},"Supports32BitFCnt":{"type":"boolean"}}},"S1x":{"type":"structure","members":{"RfRegion":{}}},"S28":{"type":"structure","members":{"RfRegion":{},"DlClass":{}}},"S2e":{"type":"structure","members":{"WirelessDeviceFrameInfo":{},"LogLevel":{},"MulticastFrameInfo":{}}},"S2i":{"type":"list","member":{}},"S2j":{"type":"list","member":{}},"S2k":{"type":"list","member":{}},"S31":{"type":"structure","members":{"DevEui":{},"DeviceProfileId":{},"ServiceProfileId":{},"OtaaV1_1":{"type":"structure","members":{"AppKey":{},"NwkKey":{},"JoinEui":{}}},"OtaaV1_0_x":{"type":"structure","members":{"AppKey":{},"AppEui":{},"JoinEui":{},"GenAppKey":{}}},"AbpV1_1":{"type":"structure","members":{"DevAddr":{},"SessionKeys":{"type":"structure","members":{"FNwkSIntKey":{},"SNwkSIntKey":{},"NwkSEncKey":{},"AppSKey":{}}},"FCntStart":{"type":"integer"}}},"AbpV1_0_x":{"type":"structure","members":{"DevAddr":{},"SessionKeys":{"type":"structure","members":{"NwkSKey":{},"AppSKey":{}}},"FCntStart":{"type":"integer"}}},"FPorts":{"type":"structure","members":{"Fuota":{"type":"integer"},"Multicast":{"type":"integer"},"ClockSync":{"type":"integer"},"Positioning":{"shape":"S3n"},"Applications":{"shape":"S3o"}}}}},"S3n":{"type":"structure","members":{"ClockSync":{"type":"integer"},"Stream":{"type":"integer"},"Gnss":{"type":"integer"}}},"S3o":{"type":"list","member":{"type":"structure","members":{"FPort":{"type":"integer"},"Type":{},"DestinationName":{}}}},"S3x":{"type":"structure","members":{"GatewayEui":{},"RfRegion":{},"JoinEuiFilters":{"shape":"S3z"},"NetIdFilters":{"shape":"S41"},"SubBands":{"type":"list","member":{"type":"integer"}},"Beaconing":{"type":"structure","members":{"DataRate":{"type":"integer"},"Frequencies":{"type":"list","member":{"type":"integer"}}}},"MaxEirp":{"type":"float"}}},"S3z":{"type":"list","member":{"type":"list","member":{}}},"S41":{"type":"list","member":{}},"S4j":{"type":"structure","members":{"UpdateDataSource":{},"UpdateDataRole":{},"LoRaWAN":{"type":"structure","members":{"UpdateSignature":{},"SigKeyCrc":{"type":"long"},"CurrentVersion":{"shape":"S4o"},"UpdateVersion":{"shape":"S4o"}}}}},"S4o":{"type":"structure","members":{"PackageVersion":{},"Model":{},"Station":{}}},"S6j":{"type":"structure","members":{"Sidewalk":{"shape":"S6k"}}},"S6k":{"type":"structure","members":{"WirelessDeviceEventTopic":{}}},"S6m":{"type":"structure","members":{"Sidewalk":{"shape":"S6k"}}},"S6n":{"type":"structure","members":{"LoRaWAN":{"type":"structure","members":{"WirelessDeviceEventTopic":{}}}}},"S6p":{"type":"structure","members":{"LoRaWAN":{"type":"structure","members":{"WirelessGatewayEventTopic":{}}}}},"S6r":{"type":"structure","members":{"Sidewalk":{"shape":"S6k"}}},"S6w":{"type":"timestamp","timestampFormat":"iso8601"},"S70":{"type":"list","member":{"type":"structure","required":["Type","LogLevel"],"members":{"Type":{},"LogLevel":{},"Events":{"type":"list","member":{"type":"structure","required":["Event","LogLevel"],"members":{"Event":{},"LogLevel":{}}}}}}},"S76":{"type":"list","member":{"type":"structure","required":["Type","LogLevel"],"members":{"Type":{},"LogLevel":{},"Events":{"type":"list","member":{"type":"structure","required":["Event","LogLevel"],"members":{"Event":{},"LogLevel":{}}}}}}},"S7d":{"type":"structure","members":{"Status":{}}},"S7k":{"type":"list","member":{"type":"structure","members":{"name":{},"value":{}}}},"S8f":{"type":"structure","members":{"DlDr":{"type":"integer"},"DlFreq":{"type":"integer"},"SessionStartTime":{"type":"timestamp","timestampFormat":"iso8601"},"SessionTimeout":{"type":"integer"},"PingSlotPeriod":{"type":"integer"}}},"S8o":{"type":"structure","members":{"AmazonId":{},"Fingerprint":{"type":"string","sensitive":true},"Arn":{}}},"S8v":{"type":"list","member":{"type":"float"}},"S96":{"type":"structure","members":{"SemtechGnss":{"type":"structure","members":{"Provider":{},"Type":{},"Status":{},"Fec":{}}}}},"Sbj":{"type":"structure","members":{"Sidewalk":{"shape":"Sbk"},"WirelessDeviceIdEventTopic":{}}},"Sbk":{"type":"structure","members":{"AmazonIdEventTopic":{}}},"Sbl":{"type":"structure","members":{"Sidewalk":{"shape":"Sbk"},"WirelessDeviceIdEventTopic":{}}},"Sbm":{"type":"structure","members":{"LoRaWAN":{"type":"structure","members":{"DevEuiEventTopic":{}}},"WirelessDeviceIdEventTopic":{}}},"Sbo":{"type":"structure","members":{"LoRaWAN":{"type":"structure","members":{"GatewayEuiEventTopic":{}}},"WirelessGatewayIdEventTopic":{}}},"Sbq":{"type":"structure","members":{"Sidewalk":{"shape":"Sbk"},"WirelessDeviceIdEventTopic":{}}},"Scs":{"type":"list","member":{"shape":"Sct"}},"Sct":{"type":"structure","required":["SigningAlg","Value"],"members":{"SigningAlg":{},"Value":{}}},"Sd1":{"type":"structure","members":{"DeviceCreationFileList":{"type":"list","member":{}},"Role":{}}},"Sd5":{"type":"timestamp","timestampFormat":"iso8601"},"Sfl":{"type":"structure","members":{"FPort":{"type":"integer"},"ParticipatingGateways":{"type":"structure","required":["DownlinkMode","GatewayList","TransmissionInterval"],"members":{"DownlinkMode":{},"GatewayList":{"type":"list","member":{"type":"structure","required":["GatewayId","DownlinkFrequency"],"members":{"GatewayId":{},"DownlinkFrequency":{"type":"integer"}}}},"TransmissionInterval":{"type":"integer"}}}}}}}
|
61043
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-11-22","endpointPrefix":"api.iotwireless","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"AWS IoT Wireless","serviceId":"IoT Wireless","signatureVersion":"v4","signingName":"iotwireless","uid":"iotwireless-2020-11-22","auth":["aws.auth#sigv4"]},"operations":{"AssociateAwsAccountWithPartnerAccount":{"http":{"requestUri":"/partner-accounts"},"input":{"type":"structure","required":["Sidewalk"],"members":{"Sidewalk":{"shape":"S2"},"ClientRequestToken":{"idempotencyToken":true},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{"Sidewalk":{"shape":"S2"},"Arn":{}}}},"AssociateMulticastGroupWithFuotaTask":{"http":{"method":"PUT","requestUri":"/fuota-tasks/{Id}/multicast-group","responseCode":204},"input":{"type":"structure","required":["Id","MulticastGroupId"],"members":{"Id":{"location":"uri","locationName":"Id"},"MulticastGroupId":{}}},"output":{"type":"structure","members":{}}},"AssociateWirelessDeviceWithFuotaTask":{"http":{"method":"PUT","requestUri":"/fuota-tasks/{Id}/wireless-device","responseCode":204},"input":{"type":"structure","required":["Id","WirelessDeviceId"],"members":{"Id":{"location":"uri","locationName":"Id"},"WirelessDeviceId":{}}},"output":{"type":"structure","members":{}}},"AssociateWirelessDeviceWithMulticastGroup":{"http":{"method":"PUT","requestUri":"/multicast-groups/{Id}/wireless-device","responseCode":204},"input":{"type":"structure","required":["Id","WirelessDeviceId"],"members":{"Id":{"location":"uri","locationName":"Id"},"WirelessDeviceId":{}}},"output":{"type":"structure","members":{}}},"AssociateWirelessDeviceWithThing":{"http":{"method":"PUT","requestUri":"/wireless-devices/{Id}/thing","responseCode":204},"input":{"type":"structure","required":["Id","ThingArn"],"members":{"Id":{"location":"uri","locationName":"Id"},"ThingArn":{}}},"output":{"type":"structure","members":{}}},"AssociateWirelessGatewayWithCertificate":{"http":{"method":"PUT","requestUri":"/wireless-gateways/{Id}/certificate"},"input":{"type":"structure","required":["Id","IotCertificateId"],"members":{"Id":{"location":"uri","locationName":"Id"},"IotCertificateId":{}}},"output":{"type":"structure","members":{"IotCertificateId":{}}}},"AssociateWirelessGatewayWithThing":{"http":{"method":"PUT","requestUri":"/wireless-gateways/{Id}/thing","responseCode":204},"input":{"type":"structure","required":["Id","ThingArn"],"members":{"Id":{"location":"uri","locationName":"Id"},"ThingArn":{}}},"output":{"type":"structure","members":{}}},"CancelMulticastGroupSession":{"http":{"method":"DELETE","requestUri":"/multicast-groups/{Id}/session","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"CreateDestination":{"http":{"requestUri":"/destinations","responseCode":201},"input":{"type":"structure","required":["Name","ExpressionType","Expression","RoleArn"],"members":{"Name":{},"ExpressionType":{},"Expression":{},"Description":{},"RoleArn":{},"Tags":{"shape":"S6"},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"Arn":{},"Name":{}}}},"CreateDeviceProfile":{"http":{"requestUri":"/device-profiles","responseCode":201},"input":{"type":"structure","members":{"Name":{},"LoRaWAN":{"shape":"S16"},"Tags":{"shape":"S6"},"ClientRequestToken":{"idempotencyToken":true},"Sidewalk":{"type":"structure","members":{}}}},"output":{"type":"structure","members":{"Arn":{},"Id":{}}}},"CreateFuotaTask":{"http":{"requestUri":"/fuota-tasks","responseCode":201},"input":{"type":"structure","required":["FirmwareUpdateImage","FirmwareUpdateRole"],"members":{"Name":{},"Description":{},"ClientRequestToken":{"idempotencyToken":true},"LoRaWAN":{"shape":"S1x"},"FirmwareUpdateImage":{},"FirmwareUpdateRole":{},"Tags":{"shape":"S6"},"RedundancyPercent":{"type":"integer"},"FragmentSizeBytes":{"type":"integer"},"FragmentIntervalMS":{"type":"integer"}}},"output":{"type":"structure","members":{"Arn":{},"Id":{}}}},"CreateMulticastGroup":{"http":{"requestUri":"/multicast-groups","responseCode":201},"input":{"type":"structure","required":["LoRaWAN"],"members":{"Name":{},"Description":{},"ClientRequestToken":{"idempotencyToken":true},"LoRaWAN":{"shape":"S28"},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{"Arn":{},"Id":{}}}},"CreateNetworkAnalyzerConfiguration":{"http":{"requestUri":"/network-analyzer-configurations","responseCode":201},"input":{"type":"structure","required":["Name"],"members":{"Name":{},"TraceContent":{"shape":"S2e"},"WirelessDevices":{"shape":"S2i"},"WirelessGateways":{"shape":"S2j"},"Description":{},"Tags":{"shape":"S6"},"ClientRequestToken":{"idempotencyToken":true},"MulticastGroups":{"shape":"S2k"}}},"output":{"type":"structure","members":{"Arn":{},"Name":{}}}},"CreateServiceProfile":{"http":{"requestUri":"/service-profiles","responseCode":201},"input":{"type":"structure","members":{"Name":{},"LoRaWAN":{"type":"structure","members":{"AddGwMetadata":{"type":"boolean"},"DrMin":{"type":"integer"},"DrMax":{"type":"integer"},"PrAllowed":{"type":"boolean"},"RaAllowed":{"type":"boolean"}}},"Tags":{"shape":"S6"},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"Arn":{},"Id":{}}}},"CreateWirelessDevice":{"http":{"requestUri":"/wireless-devices","responseCode":201},"input":{"type":"structure","required":["Type","DestinationName"],"members":{"Type":{},"Name":{},"Description":{},"DestinationName":{},"ClientRequestToken":{"idempotencyToken":true},"LoRaWAN":{"shape":"S31"},"Tags":{"shape":"S6"},"Positioning":{},"Sidewalk":{"type":"structure","members":{"DeviceProfileId":{}}}}},"output":{"type":"structure","members":{"Arn":{},"Id":{}}}},"CreateWirelessGateway":{"http":{"requestUri":"/wireless-gateways","responseCode":201},"input":{"type":"structure","required":["LoRaWAN"],"members":{"Name":{},"Description":{},"LoRaWAN":{"shape":"S3x"},"Tags":{"shape":"S6"},"ClientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"Arn":{},"Id":{}}}},"CreateWirelessGatewayTask":{"http":{"requestUri":"/wireless-gateways/{Id}/tasks","responseCode":201},"input":{"type":"structure","required":["Id","WirelessGatewayTaskDefinitionId"],"members":{"Id":{"location":"uri","locationName":"Id"},"WirelessGatewayTaskDefinitionId":{}}},"output":{"type":"structure","members":{"WirelessGatewayTaskDefinitionId":{},"Status":{}}}},"CreateWirelessGatewayTaskDefinition":{"http":{"requestUri":"/wireless-gateway-task-definitions","responseCode":201},"input":{"type":"structure","required":["AutoCreateTasks"],"members":{"AutoCreateTasks":{"type":"boolean"},"Name":{},"Update":{"shape":"S4j"},"ClientRequestToken":{"idempotencyToken":true},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"DeleteDestination":{"http":{"method":"DELETE","requestUri":"/destinations/{Name}","responseCode":204},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{}}},"DeleteDeviceProfile":{"http":{"method":"DELETE","requestUri":"/device-profiles/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteFuotaTask":{"http":{"method":"DELETE","requestUri":"/fuota-tasks/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteMulticastGroup":{"http":{"method":"DELETE","requestUri":"/multicast-groups/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteNetworkAnalyzerConfiguration":{"http":{"method":"DELETE","requestUri":"/network-analyzer-configurations/{ConfigurationName}","responseCode":204},"input":{"type":"structure","required":["ConfigurationName"],"members":{"ConfigurationName":{"location":"uri","locationName":"ConfigurationName"}}},"output":{"type":"structure","members":{}}},"DeleteQueuedMessages":{"http":{"method":"DELETE","requestUri":"/wireless-devices/{Id}/data","responseCode":204},"input":{"type":"structure","required":["Id","MessageId"],"members":{"Id":{"location":"uri","locationName":"Id"},"MessageId":{"location":"querystring","locationName":"messageId"},"WirelessDeviceType":{"location":"querystring","locationName":"WirelessDeviceType"}}},"output":{"type":"structure","members":{}}},"DeleteServiceProfile":{"http":{"method":"DELETE","requestUri":"/service-profiles/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteWirelessDevice":{"http":{"method":"DELETE","requestUri":"/wireless-devices/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteWirelessDeviceImportTask":{"http":{"method":"DELETE","requestUri":"/wireless_device_import_task/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteWirelessGateway":{"http":{"method":"DELETE","requestUri":"/wireless-gateways/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteWirelessGatewayTask":{"http":{"method":"DELETE","requestUri":"/wireless-gateways/{Id}/tasks","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeleteWirelessGatewayTaskDefinition":{"http":{"method":"DELETE","requestUri":"/wireless-gateway-task-definitions/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DeregisterWirelessDevice":{"http":{"method":"PATCH","requestUri":"/wireless-devices/{Identifier}/deregister"},"input":{"type":"structure","required":["Identifier"],"members":{"Identifier":{"location":"uri","locationName":"Identifier"},"WirelessDeviceType":{"location":"querystring","locationName":"WirelessDeviceType"}}},"output":{"type":"structure","members":{}}},"DisassociateAwsAccountFromPartnerAccount":{"http":{"method":"DELETE","requestUri":"/partner-accounts/{PartnerAccountId}","responseCode":204},"input":{"type":"structure","required":["PartnerAccountId","PartnerType"],"members":{"PartnerAccountId":{"location":"uri","locationName":"PartnerAccountId"},"PartnerType":{"location":"querystring","locationName":"partnerType"}}},"output":{"type":"structure","members":{}}},"DisassociateMulticastGroupFromFuotaTask":{"http":{"method":"DELETE","requestUri":"/fuota-tasks/{Id}/multicast-groups/{MulticastGroupId}","responseCode":204},"input":{"type":"structure","required":["Id","MulticastGroupId"],"members":{"Id":{"location":"uri","locationName":"Id"},"MulticastGroupId":{"location":"uri","locationName":"MulticastGroupId"}}},"output":{"type":"structure","members":{}}},"DisassociateWirelessDeviceFromFuotaTask":{"http":{"method":"DELETE","requestUri":"/fuota-tasks/{Id}/wireless-devices/{WirelessDeviceId}","responseCode":204},"input":{"type":"structure","required":["Id","WirelessDeviceId"],"members":{"Id":{"location":"uri","locationName":"Id"},"WirelessDeviceId":{"location":"uri","locationName":"WirelessDeviceId"}}},"output":{"type":"structure","members":{}}},"DisassociateWirelessDeviceFromMulticastGroup":{"http":{"method":"DELETE","requestUri":"/multicast-groups/{Id}/wireless-devices/{WirelessDeviceId}","responseCode":204},"input":{"type":"structure","required":["Id","WirelessDeviceId"],"members":{"Id":{"location":"uri","locationName":"Id"},"WirelessDeviceId":{"location":"uri","locationName":"WirelessDeviceId"}}},"output":{"type":"structure","members":{}}},"DisassociateWirelessDeviceFromThing":{"http":{"method":"DELETE","requestUri":"/wireless-devices/{Id}/thing","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DisassociateWirelessGatewayFromCertificate":{"http":{"method":"DELETE","requestUri":"/wireless-gateways/{Id}/certificate","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"DisassociateWirelessGatewayFromThing":{"http":{"method":"DELETE","requestUri":"/wireless-gateways/{Id}/thing","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{}}},"GetDestination":{"http":{"method":"GET","requestUri":"/destinations/{Name}"},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"}}},"output":{"type":"structure","members":{"Arn":{},"Name":{},"Expression":{},"ExpressionType":{},"Description":{},"RoleArn":{}}}},"GetDeviceProfile":{"http":{"method":"GET","requestUri":"/device-profiles/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"Arn":{},"Name":{},"Id":{},"LoRaWAN":{"shape":"S16"},"Sidewalk":{"type":"structure","members":{"ApplicationServerPublicKey":{"type":"string","sensitive":true},"QualificationStatus":{"type":"boolean"},"DakCertificateMetadata":{"type":"list","member":{"type":"structure","required":["CertificateId"],"members":{"CertificateId":{},"MaxAllowedSignature":{"type":"integer"},"FactorySupport":{"type":"boolean"},"ApId":{},"DeviceTypeId":{}}}}}}}}},"GetEventConfigurationByResourceTypes":{"http":{"method":"GET","requestUri":"/event-configurations-resource-types"},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"DeviceRegistrationState":{"shape":"S6j"},"Proximity":{"shape":"S6m"},"Join":{"shape":"S6n"},"ConnectionStatus":{"shape":"S6p"},"MessageDeliveryStatus":{"shape":"S6r"}}}},"GetFuotaTask":{"http":{"method":"GET","requestUri":"/fuota-tasks/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"Arn":{},"Id":{},"Status":{},"Name":{},"Description":{},"LoRaWAN":{"type":"structure","members":{"RfRegion":{},"StartTime":{"shape":"S6w"}}},"FirmwareUpdateImage":{},"FirmwareUpdateRole":{},"CreatedAt":{"type":"timestamp"},"RedundancyPercent":{"type":"integer"},"FragmentSizeBytes":{"type":"integer"},"FragmentIntervalMS":{"type":"integer"}}}},"GetLogLevelsByResourceTypes":{"http":{"method":"GET","requestUri":"/log-levels","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"DefaultLogLevel":{},"WirelessGatewayLogOptions":{"shape":"S70"},"WirelessDeviceLogOptions":{"shape":"S76"}}}},"GetMetricConfiguration":{"http":{"method":"GET","requestUri":"/metric-configuration","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"SummaryMetric":{"shape":"S7d"}}}},"GetMetrics":{"http":{"requestUri":"/metrics"},"input":{"type":"structure","members":{"SummaryMetricQueries":{"type":"list","member":{"type":"structure","members":{"QueryId":{},"MetricName":{},"Dimensions":{"shape":"S7k"},"AggregationPeriod":{},"StartTimestamp":{"type":"timestamp"},"EndTimestamp":{"type":"timestamp"}}}}}},"output":{"type":"structure","members":{"SummaryMetricQueryResults":{"type":"list","member":{"type":"structure","members":{"QueryId":{},"QueryStatus":{},"Error":{},"MetricName":{},"Dimensions":{"shape":"S7k"},"AggregationPeriod":{},"StartTimestamp":{"type":"timestamp"},"EndTimestamp":{"type":"timestamp"},"Timestamps":{"type":"list","member":{"type":"timestamp"}},"Values":{"type":"list","member":{"type":"structure","members":{"Min":{"type":"double"},"Max":{"type":"double"},"Sum":{"type":"double"},"Avg":{"type":"double"},"Std":{"type":"double"},"P90":{"type":"double"}}}},"Unit":{}}}}}}},"GetMulticastGroup":{"http":{"method":"GET","requestUri":"/multicast-groups/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"Arn":{},"Id":{},"Name":{},"Description":{},"Status":{},"LoRaWAN":{"type":"structure","members":{"RfRegion":{},"DlClass":{},"NumberOfDevicesRequested":{"type":"integer"},"NumberOfDevicesInGroup":{"type":"integer"}}},"CreatedAt":{"type":"timestamp"}}}},"GetMulticastGroupSession":{"http":{"method":"GET","requestUri":"/multicast-groups/{Id}/session"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"LoRaWAN":{"shape":"S8f"}}}},"GetNetworkAnalyzerConfiguration":{"http":{"method":"GET","requestUri":"/network-analyzer-configurations/{ConfigurationName}","responseCode":200},"input":{"type":"structure","required":["ConfigurationName"],"members":{"ConfigurationName":{"location":"uri","locationName":"ConfigurationName"}}},"output":{"type":"structure","members":{"TraceContent":{"shape":"S2e"},"WirelessDevices":{"shape":"S2i"},"WirelessGateways":{"shape":"S2j"},"Description":{},"Arn":{},"Name":{},"MulticastGroups":{"shape":"S2k"}}}},"GetPartnerAccount":{"http":{"method":"GET","requestUri":"/partner-accounts/{PartnerAccountId}"},"input":{"type":"structure","required":["PartnerAccountId","PartnerType"],"members":{"PartnerAccountId":{"location":"uri","locationName":"PartnerAccountId"},"PartnerType":{"location":"querystring","locationName":"partnerType"}}},"output":{"type":"structure","members":{"Sidewalk":{"shape":"S8o"},"AccountLinked":{"type":"boolean"}}}},"GetPosition":{"http":{"method":"GET","requestUri":"/positions/{ResourceIdentifier}"},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"output":{"type":"structure","members":{"Position":{"shape":"S8v"},"Accuracy":{"type":"structure","members":{"HorizontalAccuracy":{"type":"float"},"VerticalAccuracy":{"type":"float"}}},"SolverType":{},"SolverProvider":{},"SolverVersion":{},"Timestamp":{}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"GetPositionConfiguration":{"http":{"method":"GET","requestUri":"/position-configurations/{ResourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"output":{"type":"structure","members":{"Solvers":{"shape":"S96"},"Destination":{}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"GetPositionEstimate":{"http":{"requestUri":"/position-estimate"},"input":{"type":"structure","members":{"WiFiAccessPoints":{"type":"list","member":{"type":"structure","required":["MacAddress","Rss"],"members":{"MacAddress":{},"Rss":{"type":"integer"}}}},"CellTowers":{"type":"structure","members":{"Gsm":{"type":"list","member":{"type":"structure","required":["Mcc","Mnc","Lac","GeranCid"],"members":{"Mcc":{"type":"integer"},"Mnc":{"type":"integer"},"Lac":{"type":"integer"},"GeranCid":{"type":"integer"},"GsmLocalId":{"type":"structure","required":["Bsic","Bcch"],"members":{"Bsic":{"type":"integer"},"Bcch":{"type":"integer"}}},"GsmTimingAdvance":{"type":"integer"},"RxLevel":{"type":"integer"},"GsmNmr":{"type":"list","member":{"type":"structure","required":["Bsic","Bcch"],"members":{"Bsic":{"type":"integer"},"Bcch":{"type":"integer"},"RxLevel":{"type":"integer"},"GlobalIdentity":{"type":"structure","required":["Lac","GeranCid"],"members":{"Lac":{"type":"integer"},"GeranCid":{"type":"integer"}}}}}}}}},"Wcdma":{"type":"list","member":{"type":"structure","required":["Mcc","Mnc","UtranCid"],"members":{"Mcc":{"type":"integer"},"Mnc":{"type":"integer"},"Lac":{"type":"integer"},"UtranCid":{"type":"integer"},"WcdmaLocalId":{"type":"structure","required":["Uarfcndl","Psc"],"members":{"Uarfcndl":{"type":"integer"},"Psc":{"type":"integer"}}},"Rscp":{"type":"integer"},"PathLoss":{"type":"integer"},"WcdmaNmr":{"type":"list","member":{"type":"structure","required":["Uarfcndl","Psc","UtranCid"],"members":{"Uarfcndl":{"type":"integer"},"Psc":{"type":"integer"},"UtranCid":{"type":"integer"},"Rscp":{"type":"integer"},"PathLoss":{"type":"integer"}}}}}}},"Tdscdma":{"type":"list","member":{"type":"structure","required":["Mcc","Mnc","UtranCid"],"members":{"Mcc":{"type":"integer"},"Mnc":{"type":"integer"},"Lac":{"type":"integer"},"UtranCid":{"type":"integer"},"TdscdmaLocalId":{"type":"structure","required":["Uarfcn","CellParams"],"members":{"Uarfcn":{"type":"integer"},"CellParams":{"type":"integer"}}},"TdscdmaTimingAdvance":{"type":"integer"},"Rscp":{"type":"integer"},"PathLoss":{"type":"integer"},"TdscdmaNmr":{"type":"list","member":{"type":"structure","required":["Uarfcn","CellParams"],"members":{"Uarfcn":{"type":"integer"},"CellParams":{"type":"integer"},"UtranCid":{"type":"integer"},"Rscp":{"type":"integer"},"PathLoss":{"type":"integer"}}}}}}},"Lte":{"type":"list","member":{"type":"structure","required":["Mcc","Mnc","EutranCid"],"members":{"Mcc":{"type":"integer"},"Mnc":{"type":"integer"},"EutranCid":{"type":"integer"},"Tac":{"type":"integer"},"LteLocalId":{"type":"structure","required":["Pci","Earfcn"],"members":{"Pci":{"type":"integer"},"Earfcn":{"type":"integer"}}},"LteTimingAdvance":{"type":"integer"},"Rsrp":{"type":"integer"},"Rsrq":{"type":"float"},"NrCapable":{"type":"boolean"},"LteNmr":{"type":"list","member":{"type":"structure","required":["Pci","Earfcn","EutranCid"],"members":{"Pci":{"type":"integer"},"Earfcn":{"type":"integer"},"EutranCid":{"type":"integer"},"Rsrp":{"type":"integer"},"Rsrq":{"type":"float"}}}}}}},"Cdma":{"type":"list","member":{"type":"structure","required":["SystemId","NetworkId","BaseStationId"],"members":{"SystemId":{"type":"integer"},"NetworkId":{"type":"integer"},"BaseStationId":{"type":"integer"},"RegistrationZone":{"type":"integer"},"CdmaLocalId":{"type":"structure","required":["PnOffset","CdmaChannel"],"members":{"PnOffset":{"type":"integer"},"CdmaChannel":{"type":"integer"}}},"PilotPower":{"type":"integer"},"BaseLat":{"type":"float"},"BaseLng":{"type":"float"},"CdmaNmr":{"type":"list","member":{"type":"structure","required":["PnOffset","CdmaChannel"],"members":{"PnOffset":{"type":"integer"},"CdmaChannel":{"type":"integer"},"PilotPower":{"type":"integer"},"BaseStationId":{"type":"integer"}}}}}}}}},"Ip":{"type":"structure","required":["IpAddress"],"members":{"IpAddress":{}}},"Gnss":{"type":"structure","required":["Payload"],"members":{"Payload":{},"CaptureTime":{"type":"float"},"CaptureTimeAccuracy":{"type":"float"},"AssistPosition":{"type":"list","member":{"type":"float"}},"AssistAltitude":{"type":"float"},"Use2DSolver":{"type":"boolean"}}},"Timestamp":{"type":"timestamp"}}},"output":{"type":"structure","members":{"GeoJsonPayload":{"type":"blob"}},"payload":"GeoJsonPayload"}},"GetResourceEventConfiguration":{"http":{"method":"GET","requestUri":"/event-configurations/{Identifier}"},"input":{"type":"structure","required":["Identifier","IdentifierType"],"members":{"Identifier":{"location":"uri","locationName":"Identifier"},"IdentifierType":{"location":"querystring","locationName":"identifierType"},"PartnerType":{"location":"querystring","locationName":"partnerType"}}},"output":{"type":"structure","members":{"DeviceRegistrationState":{"shape":"Sbj"},"Proximity":{"shape":"Sbl"},"Join":{"shape":"Sbm"},"ConnectionStatus":{"shape":"Sbo"},"MessageDeliveryStatus":{"shape":"Sbq"}}}},"GetResourceLogLevel":{"http":{"method":"GET","requestUri":"/log-levels/{ResourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"}}},"output":{"type":"structure","members":{"LogLevel":{}}}},"GetResourcePosition":{"http":{"method":"GET","requestUri":"/resource-positions/{ResourceIdentifier}"},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"}}},"output":{"type":"structure","members":{"GeoJsonPayload":{"type":"blob"}},"payload":"GeoJsonPayload"}},"GetServiceEndpoint":{"http":{"method":"GET","requestUri":"/service-endpoint"},"input":{"type":"structure","members":{"ServiceType":{"location":"querystring","locationName":"serviceType"}}},"output":{"type":"structure","members":{"ServiceType":{},"ServiceEndpoint":{},"ServerTrust":{}}}},"GetServiceProfile":{"http":{"method":"GET","requestUri":"/service-profiles/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"Arn":{},"Name":{},"Id":{},"LoRaWAN":{"type":"structure","members":{"UlRate":{"type":"integer"},"UlBucketSize":{"type":"integer"},"UlRatePolicy":{},"DlRate":{"type":"integer"},"DlBucketSize":{"type":"integer"},"DlRatePolicy":{},"AddGwMetadata":{"type":"boolean"},"DevStatusReqFreq":{"type":"integer"},"ReportDevStatusBattery":{"type":"boolean"},"ReportDevStatusMargin":{"type":"boolean"},"DrMin":{"type":"integer"},"DrMax":{"type":"integer"},"ChannelMask":{},"PrAllowed":{"type":"boolean"},"HrAllowed":{"type":"boolean"},"RaAllowed":{"type":"boolean"},"NwkGeoLoc":{"type":"boolean"},"TargetPer":{"type":"integer"},"MinGwDiversity":{"type":"integer"}}}}}},"GetWirelessDevice":{"http":{"method":"GET","requestUri":"/wireless-devices/{Identifier}"},"input":{"type":"structure","required":["Identifier","IdentifierType"],"members":{"Identifier":{"location":"uri","locationName":"Identifier"},"IdentifierType":{"location":"querystring","locationName":"identifierType"}}},"output":{"type":"structure","members":{"Type":{},"Name":{},"Description":{},"DestinationName":{},"Id":{},"Arn":{},"ThingName":{},"ThingArn":{},"LoRaWAN":{"shape":"S31"},"Sidewalk":{"type":"structure","members":{"AmazonId":{},"SidewalkId":{},"SidewalkManufacturingSn":{},"DeviceCertificates":{"shape":"Scs"},"PrivateKeys":{"type":"list","member":{"shape":"Sct"}},"DeviceProfileId":{},"CertificateId":{},"Status":{}}},"Positioning":{}}}},"GetWirelessDeviceImportTask":{"http":{"method":"GET","requestUri":"/wireless_device_import_task/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"Id":{},"Arn":{},"DestinationName":{},"Sidewalk":{"shape":"Sd1"},"CreationTime":{"shape":"Sd5"},"Status":{},"StatusReason":{},"InitializedImportedDeviceCount":{"type":"long"},"PendingImportedDeviceCount":{"type":"long"},"OnboardedImportedDeviceCount":{"type":"long"},"FailedImportedDeviceCount":{"type":"long"}}}},"GetWirelessDeviceStatistics":{"http":{"method":"GET","requestUri":"/wireless-devices/{Id}/statistics","responseCode":200},"input":{"type":"structure","required":["WirelessDeviceId"],"members":{"WirelessDeviceId":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"WirelessDeviceId":{},"LastUplinkReceivedAt":{},"LoRaWAN":{"type":"structure","members":{"DevEui":{},"FPort":{"type":"integer"},"DataRate":{"type":"integer"},"Frequency":{"type":"integer"},"Timestamp":{},"Gateways":{"type":"list","member":{"type":"structure","members":{"GatewayEui":{},"Snr":{"type":"double"},"Rssi":{"type":"double"}}}},"PublicGateways":{"type":"list","member":{"type":"structure","members":{"ProviderNetId":{},"Id":{},"Rssi":{"type":"double"},"Snr":{"type":"double"},"RfRegion":{},"DlAllowed":{"type":"boolean"}}}}}},"Sidewalk":{"type":"structure","members":{"Rssi":{"type":"integer"},"BatteryLevel":{},"Event":{},"DeviceState":{}}}}}},"GetWirelessGateway":{"http":{"method":"GET","requestUri":"/wireless-gateways/{Identifier}"},"input":{"type":"structure","required":["Identifier","IdentifierType"],"members":{"Identifier":{"location":"uri","locationName":"Identifier"},"IdentifierType":{"location":"querystring","locationName":"identifierType"}}},"output":{"type":"structure","members":{"Name":{},"Id":{},"Description":{},"LoRaWAN":{"shape":"S3x"},"Arn":{},"ThingName":{},"ThingArn":{}}}},"GetWirelessGatewayCertificate":{"http":{"method":"GET","requestUri":"/wireless-gateways/{Id}/certificate"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"IotCertificateId":{},"LoRaWANNetworkServerCertificateId":{}}}},"GetWirelessGatewayFirmwareInformation":{"http":{"method":"GET","requestUri":"/wireless-gateways/{Id}/firmware-information"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"LoRaWAN":{"type":"structure","members":{"CurrentVersion":{"shape":"S4o"}}}}}},"GetWirelessGatewayStatistics":{"http":{"method":"GET","requestUri":"/wireless-gateways/{Id}/statistics","responseCode":200},"input":{"type":"structure","required":["WirelessGatewayId"],"members":{"WirelessGatewayId":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"WirelessGatewayId":{},"LastUplinkReceivedAt":{},"ConnectionStatus":{}}}},"GetWirelessGatewayTask":{"http":{"method":"GET","requestUri":"/wireless-gateways/{Id}/tasks"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"WirelessGatewayId":{},"WirelessGatewayTaskDefinitionId":{},"LastUplinkReceivedAt":{},"TaskCreatedAt":{},"Status":{}}}},"GetWirelessGatewayTaskDefinition":{"http":{"method":"GET","requestUri":"/wireless-gateway-task-definitions/{Id}"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"AutoCreateTasks":{"type":"boolean"},"Name":{},"Update":{"shape":"S4j"},"Arn":{}}}},"ListDestinations":{"http":{"method":"GET","requestUri":"/destinations"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"DestinationList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Name":{},"ExpressionType":{},"Expression":{},"Description":{},"RoleArn":{}}}}}}},"ListDeviceProfiles":{"http":{"method":"GET","requestUri":"/device-profiles"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"DeviceProfileType":{"location":"querystring","locationName":"deviceProfileType"}}},"output":{"type":"structure","members":{"NextToken":{},"DeviceProfileList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Name":{},"Id":{}}}}}}},"ListDevicesForWirelessDeviceImportTask":{"http":{"method":"GET","requestUri":"/wireless_device_import_task"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"querystring","locationName":"id"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"Status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","members":{"NextToken":{},"DestinationName":{},"ImportedWirelessDeviceList":{"type":"list","member":{"type":"structure","members":{"Sidewalk":{"type":"structure","members":{"SidewalkManufacturingSn":{},"OnboardingStatus":{},"OnboardingStatusReason":{},"LastUpdateTime":{"type":"timestamp","timestampFormat":"iso8601"}}}}}}}}},"ListEventConfigurations":{"http":{"method":"GET","requestUri":"/event-configurations"},"input":{"type":"structure","required":["ResourceType"],"members":{"ResourceType":{"location":"querystring","locationName":"resourceType"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"EventConfigurationsList":{"type":"list","member":{"type":"structure","members":{"Identifier":{},"IdentifierType":{},"PartnerType":{},"Events":{"type":"structure","members":{"DeviceRegistrationState":{"shape":"Sbj"},"Proximity":{"shape":"Sbl"},"Join":{"shape":"Sbm"},"ConnectionStatus":{"shape":"Sbo"},"MessageDeliveryStatus":{"shape":"Sbq"}}}}}}}}},"ListFuotaTasks":{"http":{"method":"GET","requestUri":"/fuota-tasks"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"FuotaTaskList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{}}}}}}},"ListMulticastGroups":{"http":{"method":"GET","requestUri":"/multicast-groups"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"MulticastGroupList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"Name":{}}}}}}},"ListMulticastGroupsByFuotaTask":{"http":{"method":"GET","requestUri":"/fuota-tasks/{Id}/multicast-groups"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"MulticastGroupList":{"type":"list","member":{"type":"structure","members":{"Id":{}}}}}}},"ListNetworkAnalyzerConfigurations":{"http":{"method":"GET","requestUri":"/network-analyzer-configurations"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"NetworkAnalyzerConfigurationList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Name":{}}}}}}},"ListPartnerAccounts":{"http":{"method":"GET","requestUri":"/partner-accounts"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"Sidewalk":{"type":"list","member":{"shape":"S8o"}}}}},"ListPositionConfigurations":{"http":{"method":"GET","requestUri":"/position-configurations","responseCode":200},"input":{"type":"structure","members":{"ResourceType":{"location":"querystring","locationName":"resourceType"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"output":{"type":"structure","members":{"PositionConfigurationList":{"type":"list","member":{"type":"structure","members":{"ResourceIdentifier":{},"ResourceType":{},"Solvers":{"shape":"S96"},"Destination":{}}}},"NextToken":{}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"ListQueuedMessages":{"http":{"method":"GET","requestUri":"/wireless-devices/{Id}/data"},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"WirelessDeviceType":{"location":"querystring","locationName":"WirelessDeviceType"}}},"output":{"type":"structure","members":{"NextToken":{},"DownlinkQueueMessagesList":{"type":"list","member":{"type":"structure","members":{"MessageId":{},"TransmitMode":{"type":"integer"},"ReceivedAt":{},"LoRaWAN":{"shape":"Sfl"}}}}}}},"ListServiceProfiles":{"http":{"method":"GET","requestUri":"/service-profiles"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"ServiceProfileList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Name":{},"Id":{}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"querystring","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S6"}}}},"ListWirelessDeviceImportTasks":{"http":{"method":"GET","requestUri":"/wireless_device_import_tasks"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NextToken":{},"WirelessDeviceImportTaskList":{"type":"list","member":{"type":"structure","members":{"Id":{},"Arn":{},"DestinationName":{},"Sidewalk":{"shape":"Sd1"},"CreationTime":{"shape":"Sd5"},"Status":{},"StatusReason":{},"InitializedImportedDeviceCount":{"type":"long"},"PendingImportedDeviceCount":{"type":"long"},"OnboardedImportedDeviceCount":{"type":"long"},"FailedImportedDeviceCount":{"type":"long"}}}}}}},"ListWirelessDevices":{"http":{"method":"GET","requestUri":"/wireless-devices"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"DestinationName":{"location":"querystring","locationName":"destinationName"},"DeviceProfileId":{"location":"querystring","locationName":"deviceProfileId"},"ServiceProfileId":{"location":"querystring","locationName":"serviceProfileId"},"WirelessDeviceType":{"location":"querystring","locationName":"wirelessDeviceType"},"FuotaTaskId":{"location":"querystring","locationName":"fuotaTaskId"},"MulticastGroupId":{"location":"querystring","locationName":"multicastGroupId"}}},"output":{"type":"structure","members":{"NextToken":{},"WirelessDeviceList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Id":{},"Type":{},"Name":{},"DestinationName":{},"LastUplinkReceivedAt":{},"LoRaWAN":{"type":"structure","members":{"DevEui":{}}},"Sidewalk":{"type":"structure","members":{"AmazonId":{},"SidewalkId":{},"SidewalkManufacturingSn":{},"DeviceCertificates":{"shape":"Scs"},"DeviceProfileId":{},"Status":{}}},"FuotaDeviceStatus":{},"MulticastDeviceStatus":{},"McGroupId":{"type":"integer"}}}}}}},"ListWirelessGatewayTaskDefinitions":{"http":{"method":"GET","requestUri":"/wireless-gateway-task-definitions"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"},"TaskDefinitionType":{"location":"querystring","locationName":"taskDefinitionType"}}},"output":{"type":"structure","members":{"NextToken":{},"TaskDefinitions":{"type":"list","member":{"type":"structure","members":{"Id":{},"LoRaWAN":{"type":"structure","members":{"CurrentVersion":{"shape":"S4o"},"UpdateVersion":{"shape":"S4o"}}},"Arn":{}}}}}}},"ListWirelessGateways":{"http":{"method":"GET","requestUri":"/wireless-gateways"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"nextToken"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","members":{"NextToken":{},"WirelessGatewayList":{"type":"list","member":{"type":"structure","members":{"Arn":{},"Id":{},"Name":{},"Description":{},"LoRaWAN":{"shape":"S3x"},"LastUplinkReceivedAt":{}}}}}}},"PutPositionConfiguration":{"http":{"method":"PUT","requestUri":"/position-configurations/{ResourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"Solvers":{"type":"structure","members":{"SemtechGnss":{"type":"structure","required":["Status","Fec"],"members":{"Status":{},"Fec":{}}}}},"Destination":{}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"output":{"type":"structure","members":{},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"PutResourceLogLevel":{"http":{"method":"PUT","requestUri":"/log-levels/{ResourceIdentifier}","responseCode":200},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType","LogLevel"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"LogLevel":{}}},"output":{"type":"structure","members":{}}},"ResetAllResourceLogLevels":{"http":{"method":"DELETE","requestUri":"/log-levels","responseCode":204},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"ResetResourceLogLevel":{"http":{"method":"DELETE","requestUri":"/log-levels/{ResourceIdentifier}","responseCode":204},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"}}},"output":{"type":"structure","members":{}}},"SendDataToMulticastGroup":{"http":{"requestUri":"/multicast-groups/{Id}/data","responseCode":201},"input":{"type":"structure","required":["Id","PayloadData","WirelessMetadata"],"members":{"Id":{"location":"uri","locationName":"Id"},"PayloadData":{},"WirelessMetadata":{"type":"structure","members":{"LoRaWAN":{"type":"structure","members":{"FPort":{"type":"integer"}}}}}}},"output":{"type":"structure","members":{"MessageId":{}}}},"SendDataToWirelessDevice":{"http":{"requestUri":"/wireless-devices/{Id}/data","responseCode":202},"input":{"type":"structure","required":["Id","TransmitMode","PayloadData"],"members":{"Id":{"location":"uri","locationName":"Id"},"TransmitMode":{"type":"integer"},"PayloadData":{},"WirelessMetadata":{"type":"structure","members":{"LoRaWAN":{"shape":"Sfl"},"Sidewalk":{"type":"structure","members":{"Seq":{"type":"integer"},"MessageType":{},"AckModeRetryDurationSecs":{"type":"integer"}}}}}}},"output":{"type":"structure","members":{"MessageId":{}}}},"StartBulkAssociateWirelessDeviceWithMulticastGroup":{"http":{"method":"PATCH","requestUri":"/multicast-groups/{Id}/bulk","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"QueryString":{},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{}}},"StartBulkDisassociateWirelessDeviceFromMulticastGroup":{"http":{"requestUri":"/multicast-groups/{Id}/bulk","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"QueryString":{},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{}}},"StartFuotaTask":{"http":{"method":"PUT","requestUri":"/fuota-tasks/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"LoRaWAN":{"type":"structure","members":{"StartTime":{"shape":"S6w"}}}}},"output":{"type":"structure","members":{}}},"StartMulticastGroupSession":{"http":{"method":"PUT","requestUri":"/multicast-groups/{Id}/session","responseCode":204},"input":{"type":"structure","required":["Id","LoRaWAN"],"members":{"Id":{"location":"uri","locationName":"Id"},"LoRaWAN":{"shape":"S8f"}}},"output":{"type":"structure","members":{}}},"StartSingleWirelessDeviceImportTask":{"http":{"requestUri":"/wireless_single_device_import_task","responseCode":201},"input":{"type":"structure","required":["DestinationName","Sidewalk"],"members":{"DestinationName":{},"ClientRequestToken":{"idempotencyToken":true},"DeviceName":{},"Tags":{"shape":"S6"},"Sidewalk":{"type":"structure","members":{"SidewalkManufacturingSn":{}}}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"StartWirelessDeviceImportTask":{"http":{"requestUri":"/wireless_device_import_task","responseCode":201},"input":{"type":"structure","required":["DestinationName","Sidewalk"],"members":{"DestinationName":{},"ClientRequestToken":{"idempotencyToken":true},"Tags":{"shape":"S6"},"Sidewalk":{"type":"structure","members":{"DeviceCreationFile":{},"Role":{}}}}},"output":{"type":"structure","members":{"Id":{},"Arn":{}}}},"TagResource":{"http":{"requestUri":"/tags","responseCode":204},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"querystring","locationName":"resourceArn"},"Tags":{"shape":"S6"}}},"output":{"type":"structure","members":{}}},"TestWirelessDevice":{"http":{"requestUri":"/wireless-devices/{Id}/test","responseCode":200},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"}}},"output":{"type":"structure","members":{"Result":{}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags","responseCode":204},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"querystring","locationName":"resourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateDestination":{"http":{"method":"PATCH","requestUri":"/destinations/{Name}","responseCode":204},"input":{"type":"structure","required":["Name"],"members":{"Name":{"location":"uri","locationName":"Name"},"ExpressionType":{},"Expression":{},"Description":{},"RoleArn":{}}},"output":{"type":"structure","members":{}}},"UpdateEventConfigurationByResourceTypes":{"http":{"method":"PATCH","requestUri":"/event-configurations-resource-types","responseCode":204},"input":{"type":"structure","members":{"DeviceRegistrationState":{"shape":"S6j"},"Proximity":{"shape":"S6m"},"Join":{"shape":"S6n"},"ConnectionStatus":{"shape":"S6p"},"MessageDeliveryStatus":{"shape":"S6r"}}},"output":{"type":"structure","members":{}}},"UpdateFuotaTask":{"http":{"method":"PATCH","requestUri":"/fuota-tasks/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"Name":{},"Description":{},"LoRaWAN":{"shape":"S1x"},"FirmwareUpdateImage":{},"FirmwareUpdateRole":{},"RedundancyPercent":{"type":"integer"},"FragmentSizeBytes":{"type":"integer"},"FragmentIntervalMS":{"type":"integer"}}},"output":{"type":"structure","members":{}}},"UpdateLogLevelsByResourceTypes":{"http":{"requestUri":"/log-levels","responseCode":200},"input":{"type":"structure","members":{"DefaultLogLevel":{},"WirelessDeviceLogOptions":{"shape":"S76"},"WirelessGatewayLogOptions":{"shape":"S70"}}},"output":{"type":"structure","members":{}}},"UpdateMetricConfiguration":{"http":{"method":"PUT","requestUri":"/metric-configuration","responseCode":204},"input":{"type":"structure","members":{"SummaryMetric":{"shape":"S7d"}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateMulticastGroup":{"http":{"method":"PATCH","requestUri":"/multicast-groups/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"Name":{},"Description":{},"LoRaWAN":{"shape":"S28"}}},"output":{"type":"structure","members":{}}},"UpdateNetworkAnalyzerConfiguration":{"http":{"method":"PATCH","requestUri":"/network-analyzer-configurations/{ConfigurationName}","responseCode":204},"input":{"type":"structure","required":["ConfigurationName"],"members":{"ConfigurationName":{"location":"uri","locationName":"ConfigurationName"},"TraceContent":{"shape":"S2e"},"WirelessDevicesToAdd":{"shape":"S2i"},"WirelessDevicesToRemove":{"shape":"S2i"},"WirelessGatewaysToAdd":{"shape":"S2j"},"WirelessGatewaysToRemove":{"shape":"S2j"},"Description":{},"MulticastGroupsToAdd":{"shape":"S2k"},"MulticastGroupsToRemove":{"shape":"S2k"}}},"output":{"type":"structure","members":{}}},"UpdatePartnerAccount":{"http":{"method":"PATCH","requestUri":"/partner-accounts/{PartnerAccountId}","responseCode":204},"input":{"type":"structure","required":["Sidewalk","PartnerAccountId","PartnerType"],"members":{"Sidewalk":{"type":"structure","members":{"AppServerPrivateKey":{"shape":"S4"}}},"PartnerAccountId":{"location":"uri","locationName":"PartnerAccountId"},"PartnerType":{"location":"querystring","locationName":"partnerType"}}},"output":{"type":"structure","members":{}}},"UpdatePosition":{"http":{"method":"PATCH","requestUri":"/positions/{ResourceIdentifier}","responseCode":204},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType","Position"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"Position":{"shape":"S8v"}},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"output":{"type":"structure","members":{},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"deprecated":true,"deprecatedMessage":"This operation is no longer supported."},"UpdateResourceEventConfiguration":{"http":{"method":"PATCH","requestUri":"/event-configurations/{Identifier}","responseCode":204},"input":{"type":"structure","required":["Identifier","IdentifierType"],"members":{"Identifier":{"location":"uri","locationName":"Identifier"},"IdentifierType":{"location":"querystring","locationName":"identifierType"},"PartnerType":{"location":"querystring","locationName":"partnerType"},"DeviceRegistrationState":{"shape":"Sbj"},"Proximity":{"shape":"Sbl"},"Join":{"shape":"Sbm"},"ConnectionStatus":{"shape":"Sbo"},"MessageDeliveryStatus":{"shape":"Sbq"}}},"output":{"type":"structure","members":{}}},"UpdateResourcePosition":{"http":{"method":"PATCH","requestUri":"/resource-positions/{ResourceIdentifier}","responseCode":204},"input":{"type":"structure","required":["ResourceIdentifier","ResourceType"],"members":{"ResourceIdentifier":{"location":"uri","locationName":"ResourceIdentifier"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"GeoJsonPayload":{"type":"blob"}},"payload":"GeoJsonPayload"},"output":{"type":"structure","members":{}}},"UpdateWirelessDevice":{"http":{"method":"PATCH","requestUri":"/wireless-devices/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"DestinationName":{},"Name":{},"Description":{},"LoRaWAN":{"type":"structure","members":{"DeviceProfileId":{},"ServiceProfileId":{},"AbpV1_1":{"type":"structure","members":{"FCntStart":{"type":"integer"}}},"AbpV1_0_x":{"type":"structure","members":{"FCntStart":{"type":"integer"}}},"FPorts":{"type":"structure","members":{"Positioning":{"shape":"S3n"},"Applications":{"shape":"S3o"}}}}},"Positioning":{}}},"output":{"type":"structure","members":{}}},"UpdateWirelessDeviceImportTask":{"http":{"method":"PATCH","requestUri":"/wireless_device_import_task/{Id}","responseCode":204},"input":{"type":"structure","required":["Id","Sidewalk"],"members":{"Id":{"location":"uri","locationName":"Id"},"Sidewalk":{"type":"structure","members":{"DeviceCreationFile":{}}}}},"output":{"type":"structure","members":{}}},"UpdateWirelessGateway":{"http":{"method":"PATCH","requestUri":"/wireless-gateways/{Id}","responseCode":204},"input":{"type":"structure","required":["Id"],"members":{"Id":{"location":"uri","locationName":"Id"},"Name":{},"Description":{},"JoinEuiFilters":{"shape":"S3z"},"NetIdFilters":{"shape":"S41"},"MaxEirp":{"type":"float"}}},"output":{"type":"structure","members":{}}}},"shapes":{"S2":{"type":"structure","members":{"AmazonId":{},"AppServerPrivateKey":{"shape":"S4"}}},"S4":{"type":"string","sensitive":true},"S6":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"S16":{"type":"structure","members":{"SupportsClassB":{"type":"boolean"},"ClassBTimeout":{"type":"integer"},"PingSlotPeriod":{"type":"integer"},"PingSlotDr":{"type":"integer"},"PingSlotFreq":{"type":"integer"},"SupportsClassC":{"type":"boolean"},"ClassCTimeout":{"type":"integer"},"MacVersion":{},"RegParamsRevision":{},"RxDelay1":{"type":"integer"},"RxDrOffset1":{"type":"integer"},"RxDataRate2":{"type":"integer"},"RxFreq2":{"type":"integer"},"FactoryPresetFreqsList":{"type":"list","member":{"type":"integer"}},"MaxEirp":{"type":"integer"},"MaxDutyCycle":{"type":"integer"},"RfRegion":{},"SupportsJoin":{"type":"boolean"},"Supports32BitFCnt":{"type":"boolean"}}},"S1x":{"type":"structure","members":{"RfRegion":{}}},"S28":{"type":"structure","members":{"RfRegion":{},"DlClass":{}}},"S2e":{"type":"structure","members":{"WirelessDeviceFrameInfo":{},"LogLevel":{},"MulticastFrameInfo":{}}},"S2i":{"type":"list","member":{}},"S2j":{"type":"list","member":{}},"S2k":{"type":"list","member":{}},"S31":{"type":"structure","members":{"DevEui":{},"DeviceProfileId":{},"ServiceProfileId":{},"OtaaV1_1":{"type":"structure","members":{"AppKey":{},"NwkKey":{},"JoinEui":{}}},"OtaaV1_0_x":{"type":"structure","members":{"AppKey":{},"AppEui":{},"JoinEui":{},"GenAppKey":{}}},"AbpV1_1":{"type":"structure","members":{"DevAddr":{},"SessionKeys":{"type":"structure","members":{"FNwkSIntKey":{},"SNwkSIntKey":{},"NwkSEncKey":{},"AppSKey":{}}},"FCntStart":{"type":"integer"}}},"AbpV1_0_x":{"type":"structure","members":{"DevAddr":{},"SessionKeys":{"type":"structure","members":{"NwkSKey":{},"AppSKey":{}}},"FCntStart":{"type":"integer"}}},"FPorts":{"type":"structure","members":{"Fuota":{"type":"integer"},"Multicast":{"type":"integer"},"ClockSync":{"type":"integer"},"Positioning":{"shape":"S3n"},"Applications":{"shape":"S3o"}}}}},"S3n":{"type":"structure","members":{"ClockSync":{"type":"integer"},"Stream":{"type":"integer"},"Gnss":{"type":"integer"}}},"S3o":{"type":"list","member":{"type":"structure","members":{"FPort":{"type":"integer"},"Type":{},"DestinationName":{}}}},"S3x":{"type":"structure","members":{"GatewayEui":{},"RfRegion":{},"JoinEuiFilters":{"shape":"S3z"},"NetIdFilters":{"shape":"S41"},"SubBands":{"type":"list","member":{"type":"integer"}},"Beaconing":{"type":"structure","members":{"DataRate":{"type":"integer"},"Frequencies":{"type":"list","member":{"type":"integer"}}}},"MaxEirp":{"type":"float"}}},"S3z":{"type":"list","member":{"type":"list","member":{}}},"S41":{"type":"list","member":{}},"S4j":{"type":"structure","members":{"UpdateDataSource":{},"UpdateDataRole":{},"LoRaWAN":{"type":"structure","members":{"UpdateSignature":{},"SigKeyCrc":{"type":"long"},"CurrentVersion":{"shape":"S4o"},"UpdateVersion":{"shape":"S4o"}}}}},"S4o":{"type":"structure","members":{"PackageVersion":{},"Model":{},"Station":{}}},"S6j":{"type":"structure","members":{"Sidewalk":{"shape":"S6k"}}},"S6k":{"type":"structure","members":{"WirelessDeviceEventTopic":{}}},"S6m":{"type":"structure","members":{"Sidewalk":{"shape":"S6k"}}},"S6n":{"type":"structure","members":{"LoRaWAN":{"type":"structure","members":{"WirelessDeviceEventTopic":{}}}}},"S6p":{"type":"structure","members":{"LoRaWAN":{"type":"structure","members":{"WirelessGatewayEventTopic":{}}}}},"S6r":{"type":"structure","members":{"Sidewalk":{"shape":"S6k"}}},"S6w":{"type":"timestamp","timestampFormat":"iso8601"},"S70":{"type":"list","member":{"type":"structure","required":["Type","LogLevel"],"members":{"Type":{},"LogLevel":{},"Events":{"type":"list","member":{"type":"structure","required":["Event","LogLevel"],"members":{"Event":{},"LogLevel":{}}}}}}},"S76":{"type":"list","member":{"type":"structure","required":["Type","LogLevel"],"members":{"Type":{},"LogLevel":{},"Events":{"type":"list","member":{"type":"structure","required":["Event","LogLevel"],"members":{"Event":{},"LogLevel":{}}}}}}},"S7d":{"type":"structure","members":{"Status":{}}},"S7k":{"type":"list","member":{"type":"structure","members":{"name":{},"value":{}}}},"S8f":{"type":"structure","members":{"DlDr":{"type":"integer"},"DlFreq":{"type":"integer"},"SessionStartTime":{"type":"timestamp","timestampFormat":"iso8601"},"SessionTimeout":{"type":"integer"},"PingSlotPeriod":{"type":"integer"}}},"S8o":{"type":"structure","members":{"AmazonId":{},"Fingerprint":{"type":"string","sensitive":true},"Arn":{}}},"S8v":{"type":"list","member":{"type":"float"}},"S96":{"type":"structure","members":{"SemtechGnss":{"type":"structure","members":{"Provider":{},"Type":{},"Status":{},"Fec":{}}}}},"Sbj":{"type":"structure","members":{"Sidewalk":{"shape":"Sbk"},"WirelessDeviceIdEventTopic":{}}},"Sbk":{"type":"structure","members":{"AmazonIdEventTopic":{}}},"Sbl":{"type":"structure","members":{"Sidewalk":{"shape":"Sbk"},"WirelessDeviceIdEventTopic":{}}},"Sbm":{"type":"structure","members":{"LoRaWAN":{"type":"structure","members":{"DevEuiEventTopic":{}}},"WirelessDeviceIdEventTopic":{}}},"Sbo":{"type":"structure","members":{"LoRaWAN":{"type":"structure","members":{"GatewayEuiEventTopic":{}}},"WirelessGatewayIdEventTopic":{}}},"Sbq":{"type":"structure","members":{"Sidewalk":{"shape":"Sbk"},"WirelessDeviceIdEventTopic":{}}},"Scs":{"type":"list","member":{"shape":"Sct"}},"Sct":{"type":"structure","required":["SigningAlg","Value"],"members":{"SigningAlg":{},"Value":{}}},"Sd1":{"type":"structure","members":{"DeviceCreationFileList":{"type":"list","member":{}},"Role":{}}},"Sd5":{"type":"timestamp","timestampFormat":"iso8601"},"Sfl":{"type":"structure","members":{"FPort":{"type":"integer"},"ParticipatingGateways":{"type":"structure","required":["DownlinkMode","GatewayList","TransmissionInterval"],"members":{"DownlinkMode":{},"GatewayList":{"type":"list","member":{"type":"structure","required":["GatewayId","DownlinkFrequency"],"members":{"GatewayId":{},"DownlinkFrequency":{"type":"integer"}}}},"TransmissionInterval":{"type":"integer"}}}}}}}
|
61035
61044
|
|
61036
61045
|
/***/ }),
|
61037
61046
|
/* 1013 */
|
@@ -64326,7 +64335,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
64326
64335
|
/* 1294 */
|
64327
64336
|
/***/ (function(module, exports) {
|
64328
64337
|
|
64329
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-12-25","endpointPrefix":"mediapackagev2","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"mediapackagev2","serviceFullName":"AWS Elemental MediaPackage v2","serviceId":"MediaPackageV2","signatureVersion":"v4","signingName":"mediapackagev2","uid":"mediapackagev2-2022-12-25"},"operations":{"CreateChannel":{"http":{"requestUri":"/channelGroup/{ChannelGroupName}/channel","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{},"ClientToken":{"idempotencyToken":true,"location":"header","locationName":"x-amzn-client-token"},"Description":{},"Tags":{"shape":"S5","locationName":"tags"}}},"output":{"type":"structure","required":["Arn","ChannelName","ChannelGroupName","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelName":{},"ChannelGroupName":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"IngestEndpoints":{"shape":"Sb"},"ETag":{},"Tags":{"shape":"S5"}}},"idempotent":true},"CreateChannelGroup":{"http":{"requestUri":"/channelGroup","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{},"ClientToken":{"idempotencyToken":true,"location":"header","locationName":"x-amzn-client-token"},"Description":{},"Tags":{"shape":"S5","locationName":"tags"}}},"output":{"type":"structure","required":["ChannelGroupName","Arn","EgressDomain","CreatedAt","ModifiedAt"],"members":{"ChannelGroupName":{},"Arn":{},"EgressDomain":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"ETag":{},"Description":{},"Tags":{"shape":"S5"}}},"idempotent":true},"CreateOriginEndpoint":{"http":{"requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName","ContainerType"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{},"ContainerType":{},"Segment":{"shape":"Si"},"ClientToken":{"idempotencyToken":true,"location":"header","locationName":"x-amzn-client-token"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S15"},"LowLatencyHlsManifests":{"shape":"S1f"},"DashManifests":{"shape":"S1j"},"Tags":{"shape":"S5"}}},"output":{"type":"structure","required":["Arn","ChannelGroupName","ChannelName","OriginEndpointName","ContainerType","Segment","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"ContainerType":{},"Segment":{"shape":"Si"},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S20"},"LowLatencyHlsManifests":{"shape":"S22"},"DashManifests":{"shape":"S24"},"ETag":{},"Tags":{"shape":"S5"}}},"idempotent":true},"DeleteChannel":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteChannelGroup":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteChannelPolicy":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteOriginEndpoint":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteOriginEndpointPolicy":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetChannel":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","required":["Arn","ChannelName","ChannelGroupName","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelName":{},"ChannelGroupName":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"IngestEndpoints":{"shape":"Sb"},"ETag":{},"Tags":{"shape":"S5"}}}},"GetChannelGroup":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"}}},"output":{"type":"structure","required":["ChannelGroupName","Arn","EgressDomain","CreatedAt","ModifiedAt"],"members":{"ChannelGroupName":{},"Arn":{},"EgressDomain":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"ETag":{},"Tags":{"shape":"S5","locationName":"tags"}}}},"GetChannelPolicy":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","required":["ChannelGroupName","ChannelName","Policy"],"members":{"ChannelGroupName":{},"ChannelName":{},"Policy":{}}}},"GetOriginEndpoint":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"}}},"output":{"type":"structure","required":["Arn","ChannelGroupName","ChannelName","OriginEndpointName","ContainerType","Segment","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"ContainerType":{},"Segment":{"shape":"Si"},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S20"},"LowLatencyHlsManifests":{"shape":"S22"},"ETag":{},"Tags":{"shape":"S5"},"DashManifests":{"shape":"S24"}}}},"GetOriginEndpointPolicy":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"}}},"output":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName","Policy"],"members":{"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"Policy":{}}}},"ListChannelGroups":{"http":{"method":"GET","requestUri":"/channelGroup","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["ChannelGroupName","Arn","CreatedAt","ModifiedAt"],"members":{"ChannelGroupName":{},"Arn":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{}}}},"NextToken":{}}}},"ListChannels":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","ChannelName","ChannelGroupName","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelName":{},"ChannelGroupName":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{}}}},"NextToken":{}}}},"ListOriginEndpoints":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","ChannelGroupName","ChannelName","OriginEndpointName","ContainerType"],"members":{"Arn":{},"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"ContainerType":{},"Description":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"HlsManifests":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ChildManifestName":{},"Url":{}}}},"LowLatencyHlsManifests":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ChildManifestName":{},"Url":{}}}},"DashManifests":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"Url":{}}}}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S5","locationName":"tags"}}}},"PutChannelPolicy":{"http":{"method":"PUT","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","Policy"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"Policy":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"PutOriginEndpointPolicy":{"http":{"requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName","Policy"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"},"Policy":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"S5","locationName":"tags"}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"idempotent":true},"UpdateChannel":{"http":{"method":"PUT","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"ETag":{"location":"header","locationName":"x-amzn-update-if-match"},"Description":{}}},"output":{"type":"structure","required":["Arn","ChannelName","ChannelGroupName","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelName":{},"ChannelGroupName":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"IngestEndpoints":{"shape":"Sb"},"ETag":{},"Tags":{"shape":"S5","locationName":"tags"}}},"idempotent":true},"UpdateChannelGroup":{"http":{"method":"PUT","requestUri":"/channelGroup/{ChannelGroupName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ETag":{"location":"header","locationName":"x-amzn-update-if-match"},"Description":{}}},"output":{"type":"structure","required":["ChannelGroupName","Arn","EgressDomain","CreatedAt","ModifiedAt"],"members":{"ChannelGroupName":{},"Arn":{},"EgressDomain":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"ETag":{},"Tags":{"shape":"S5","locationName":"tags"}}},"idempotent":true},"UpdateOriginEndpoint":{"http":{"method":"PUT","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName","ContainerType"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"},"ContainerType":{},"Segment":{"shape":"Si"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S15"},"LowLatencyHlsManifests":{"shape":"S1f"},"DashManifests":{"shape":"S1j"},"ETag":{"location":"header","locationName":"x-amzn-update-if-match"}}},"output":{"type":"structure","required":["Arn","ChannelGroupName","ChannelName","OriginEndpointName","ContainerType","Segment","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"ContainerType":{},"Segment":{"shape":"Si"},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S20"},"LowLatencyHlsManifests":{"shape":"S22"},"ETag":{},"Tags":{"shape":"S5","locationName":"tags"},"DashManifests":{"shape":"S24"}}},"idempotent":true}},"shapes":{"S5":{"type":"map","key":{},"value":{}},"Sb":{"type":"list","member":{"type":"structure","members":{"Id":{},"Url":{}}}},"Si":{"type":"structure","members":{"SegmentDurationSeconds":{"type":"integer"},"SegmentName":{},"TsUseAudioRenditionGroup":{"type":"boolean"},"IncludeIframeOnlyStreams":{"type":"boolean"},"TsIncludeDvbSubtitles":{"type":"boolean"},"Scte":{"type":"structure","members":{"ScteFilter":{"type":"list","member":{}}}},"Encryption":{"type":"structure","required":["EncryptionMethod","SpekeKeyProvider"],"members":{"ConstantInitializationVector":{},"EncryptionMethod":{"type":"structure","members":{"TsEncryptionMethod":{},"CmafEncryptionMethod":{}}},"KeyRotationIntervalSeconds":{"type":"integer"},"SpekeKeyProvider":{"type":"structure","required":["EncryptionContractConfiguration","ResourceId","DrmSystems","RoleArn","Url"],"members":{"EncryptionContractConfiguration":{"type":"structure","required":["PresetSpeke20Audio","PresetSpeke20Video"],"members":{"PresetSpeke20Audio":{},"PresetSpeke20Video":{}}},"ResourceId":{},"DrmSystems":{"type":"list","member":{}},"RoleArn":{},"Url":{}}}}}}},"S15":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ChildManifestName":{},"ScteHls":{"shape":"S18"},"ManifestWindowSeconds":{"type":"integer"},"ProgramDateTimeIntervalSeconds":{"type":"integer"},"FilterConfiguration":{"shape":"S1c"}}}},"S18":{"type":"structure","members":{"AdMarkerHls":{}}},"S1c":{"type":"structure","members":{"ManifestFilter":{},"Start":{"type":"timestamp"},"End":{"type":"timestamp"},"TimeDelaySeconds":{"type":"integer"}}},"S1f":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ChildManifestName":{},"ScteHls":{"shape":"S18"},"ManifestWindowSeconds":{"type":"integer"},"ProgramDateTimeIntervalSeconds":{"type":"integer"},"FilterConfiguration":{"shape":"S1c"}}}},"S1j":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ManifestWindowSeconds":{"type":"integer"},"FilterConfiguration":{"shape":"S1c"},"MinUpdatePeriodSeconds":{"type":"integer"},"MinBufferTimeSeconds":{"type":"integer"},"SuggestedPresentationDelaySeconds":{"type":"integer"},"SegmentTemplateFormat":{},"PeriodTriggers":{"shape":"S1q"},"ScteDash":{"shape":"S1s"},"DrmSignaling":{},"UtcTiming":{"shape":"S1v"}}}},"S1q":{"type":"list","member":{}},"S1s":{"type":"structure","members":{"AdMarkerDash":{}}},"S1v":{"type":"structure","members":{"TimingMode":{},"TimingSource":{}}},"S20":{"type":"list","member":{"type":"structure","required":["ManifestName","Url"],"members":{"ManifestName":{},"Url":{},"ChildManifestName":{},"ManifestWindowSeconds":{"type":"integer"},"ProgramDateTimeIntervalSeconds":{"type":"integer"},"ScteHls":{"shape":"S18"},"FilterConfiguration":{"shape":"S1c"}}}},"S22":{"type":"list","member":{"type":"structure","required":["ManifestName","Url"],"members":{"ManifestName":{},"Url":{},"ChildManifestName":{},"ManifestWindowSeconds":{"type":"integer"},"ProgramDateTimeIntervalSeconds":{"type":"integer"},"ScteHls":{"shape":"S18"},"FilterConfiguration":{"shape":"S1c"}}}},"S24":{"type":"list","member":{"type":"structure","required":["ManifestName","Url"],"members":{"ManifestName":{},"Url":{},"ManifestWindowSeconds":{"type":"integer"},"FilterConfiguration":{"shape":"S1c"},"MinUpdatePeriodSeconds":{"type":"integer"},"MinBufferTimeSeconds":{"type":"integer"},"SuggestedPresentationDelaySeconds":{"type":"integer"},"SegmentTemplateFormat":{},"PeriodTriggers":{"shape":"S1q"},"ScteDash":{"shape":"S1s"},"DrmSignaling":{},"UtcTiming":{"shape":"S1v"}}}}}}
|
64338
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2022-12-25","auth":["aws.auth#sigv4"],"endpointPrefix":"mediapackagev2","protocol":"rest-json","protocols":["rest-json"],"serviceAbbreviation":"mediapackagev2","serviceFullName":"AWS Elemental MediaPackage v2","serviceId":"MediaPackageV2","signatureVersion":"v4","signingName":"mediapackagev2","uid":"mediapackagev2-2022-12-25"},"operations":{"CreateChannel":{"http":{"requestUri":"/channelGroup/{ChannelGroupName}/channel","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{},"ClientToken":{"idempotencyToken":true,"location":"header","locationName":"x-amzn-client-token"},"InputType":{},"Description":{},"Tags":{"shape":"S6","locationName":"tags"}}},"output":{"type":"structure","required":["Arn","ChannelName","ChannelGroupName","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelName":{},"ChannelGroupName":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"IngestEndpoints":{"shape":"Sc"},"InputType":{},"ETag":{},"Tags":{"shape":"S6"}}},"idempotent":true},"CreateChannelGroup":{"http":{"requestUri":"/channelGroup","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{},"ClientToken":{"idempotencyToken":true,"location":"header","locationName":"x-amzn-client-token"},"Description":{},"Tags":{"shape":"S6","locationName":"tags"}}},"output":{"type":"structure","required":["ChannelGroupName","Arn","EgressDomain","CreatedAt","ModifiedAt"],"members":{"ChannelGroupName":{},"Arn":{},"EgressDomain":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"ETag":{},"Description":{},"Tags":{"shape":"S6"}}},"idempotent":true},"CreateOriginEndpoint":{"http":{"requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName","ContainerType"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{},"ContainerType":{},"Segment":{"shape":"Sj"},"ClientToken":{"idempotencyToken":true,"location":"header","locationName":"x-amzn-client-token"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S16"},"LowLatencyHlsManifests":{"shape":"S1g"},"DashManifests":{"shape":"S1k"},"ForceEndpointErrorConfiguration":{"shape":"S1z"},"Tags":{"shape":"S6"}}},"output":{"type":"structure","required":["Arn","ChannelGroupName","ChannelName","OriginEndpointName","ContainerType","Segment","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"ContainerType":{},"Segment":{"shape":"Sj"},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S24"},"LowLatencyHlsManifests":{"shape":"S26"},"DashManifests":{"shape":"S28"},"ForceEndpointErrorConfiguration":{"shape":"S1z"},"ETag":{},"Tags":{"shape":"S6"}}},"idempotent":true},"DeleteChannel":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteChannelGroup":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteChannelPolicy":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteOriginEndpoint":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteOriginEndpointPolicy":{"http":{"method":"DELETE","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetChannel":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","required":["Arn","ChannelName","ChannelGroupName","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelName":{},"ChannelGroupName":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"IngestEndpoints":{"shape":"Sc"},"InputType":{},"ETag":{},"Tags":{"shape":"S6"}}}},"GetChannelGroup":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"}}},"output":{"type":"structure","required":["ChannelGroupName","Arn","EgressDomain","CreatedAt","ModifiedAt"],"members":{"ChannelGroupName":{},"Arn":{},"EgressDomain":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"ETag":{},"Tags":{"shape":"S6","locationName":"tags"}}}},"GetChannelPolicy":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"}}},"output":{"type":"structure","required":["ChannelGroupName","ChannelName","Policy"],"members":{"ChannelGroupName":{},"ChannelName":{},"Policy":{}}}},"GetOriginEndpoint":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"}}},"output":{"type":"structure","required":["Arn","ChannelGroupName","ChannelName","OriginEndpointName","ContainerType","Segment","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"ContainerType":{},"Segment":{"shape":"Sj"},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S24"},"LowLatencyHlsManifests":{"shape":"S26"},"DashManifests":{"shape":"S28"},"ForceEndpointErrorConfiguration":{"shape":"S1z"},"ETag":{},"Tags":{"shape":"S6"}}}},"GetOriginEndpointPolicy":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"}}},"output":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName","Policy"],"members":{"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"Policy":{}}}},"ListChannelGroups":{"http":{"method":"GET","requestUri":"/channelGroup","responseCode":200},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["ChannelGroupName","Arn","CreatedAt","ModifiedAt"],"members":{"ChannelGroupName":{},"Arn":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{}}}},"NextToken":{}}}},"ListChannels":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","ChannelName","ChannelGroupName","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelName":{},"ChannelGroupName":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"InputType":{}}}},"NextToken":{}}}},"ListOriginEndpoints":{"http":{"method":"GET","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Items":{"type":"list","member":{"type":"structure","required":["Arn","ChannelGroupName","ChannelName","OriginEndpointName","ContainerType"],"members":{"Arn":{},"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"ContainerType":{},"Description":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"HlsManifests":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ChildManifestName":{},"Url":{}}}},"LowLatencyHlsManifests":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ChildManifestName":{},"Url":{}}}},"DashManifests":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"Url":{}}}},"ForceEndpointErrorConfiguration":{"shape":"S1z"}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{ResourceArn}","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S6","locationName":"tags"}}}},"PutChannelPolicy":{"http":{"method":"PUT","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","Policy"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"Policy":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"PutOriginEndpointPolicy":{"http":{"requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName","Policy"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"},"Policy":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"Tags":{"shape":"S6","locationName":"tags"}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{ResourceArn}","responseCode":204},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"idempotent":true},"UpdateChannel":{"http":{"method":"PUT","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"ETag":{"location":"header","locationName":"x-amzn-update-if-match"},"Description":{}}},"output":{"type":"structure","required":["Arn","ChannelName","ChannelGroupName","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelName":{},"ChannelGroupName":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"IngestEndpoints":{"shape":"Sc"},"InputType":{},"ETag":{},"Tags":{"shape":"S6","locationName":"tags"}}},"idempotent":true},"UpdateChannelGroup":{"http":{"method":"PUT","requestUri":"/channelGroup/{ChannelGroupName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ETag":{"location":"header","locationName":"x-amzn-update-if-match"},"Description":{}}},"output":{"type":"structure","required":["ChannelGroupName","Arn","EgressDomain","CreatedAt","ModifiedAt"],"members":{"ChannelGroupName":{},"Arn":{},"EgressDomain":{},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"ETag":{},"Tags":{"shape":"S6","locationName":"tags"}}},"idempotent":true},"UpdateOriginEndpoint":{"http":{"method":"PUT","requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}","responseCode":200},"input":{"type":"structure","required":["ChannelGroupName","ChannelName","OriginEndpointName","ContainerType"],"members":{"ChannelGroupName":{"location":"uri","locationName":"ChannelGroupName"},"ChannelName":{"location":"uri","locationName":"ChannelName"},"OriginEndpointName":{"location":"uri","locationName":"OriginEndpointName"},"ContainerType":{},"Segment":{"shape":"Sj"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S16"},"LowLatencyHlsManifests":{"shape":"S1g"},"DashManifests":{"shape":"S1k"},"ForceEndpointErrorConfiguration":{"shape":"S1z"},"ETag":{"location":"header","locationName":"x-amzn-update-if-match"}}},"output":{"type":"structure","required":["Arn","ChannelGroupName","ChannelName","OriginEndpointName","ContainerType","Segment","CreatedAt","ModifiedAt"],"members":{"Arn":{},"ChannelGroupName":{},"ChannelName":{},"OriginEndpointName":{},"ContainerType":{},"Segment":{"shape":"Sj"},"CreatedAt":{"type":"timestamp"},"ModifiedAt":{"type":"timestamp"},"Description":{},"StartoverWindowSeconds":{"type":"integer"},"HlsManifests":{"shape":"S24"},"LowLatencyHlsManifests":{"shape":"S26"},"ForceEndpointErrorConfiguration":{"shape":"S1z"},"ETag":{},"Tags":{"shape":"S6","locationName":"tags"},"DashManifests":{"shape":"S28"}}},"idempotent":true}},"shapes":{"S6":{"type":"map","key":{},"value":{}},"Sc":{"type":"list","member":{"type":"structure","members":{"Id":{},"Url":{}}}},"Sj":{"type":"structure","members":{"SegmentDurationSeconds":{"type":"integer"},"SegmentName":{},"TsUseAudioRenditionGroup":{"type":"boolean"},"IncludeIframeOnlyStreams":{"type":"boolean"},"TsIncludeDvbSubtitles":{"type":"boolean"},"Scte":{"type":"structure","members":{"ScteFilter":{"type":"list","member":{}}}},"Encryption":{"type":"structure","required":["EncryptionMethod","SpekeKeyProvider"],"members":{"ConstantInitializationVector":{},"EncryptionMethod":{"type":"structure","members":{"TsEncryptionMethod":{},"CmafEncryptionMethod":{}}},"KeyRotationIntervalSeconds":{"type":"integer"},"SpekeKeyProvider":{"type":"structure","required":["EncryptionContractConfiguration","ResourceId","DrmSystems","RoleArn","Url"],"members":{"EncryptionContractConfiguration":{"type":"structure","required":["PresetSpeke20Audio","PresetSpeke20Video"],"members":{"PresetSpeke20Audio":{},"PresetSpeke20Video":{}}},"ResourceId":{},"DrmSystems":{"type":"list","member":{}},"RoleArn":{},"Url":{}}}}}}},"S16":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ChildManifestName":{},"ScteHls":{"shape":"S19"},"ManifestWindowSeconds":{"type":"integer"},"ProgramDateTimeIntervalSeconds":{"type":"integer"},"FilterConfiguration":{"shape":"S1d"}}}},"S19":{"type":"structure","members":{"AdMarkerHls":{}}},"S1d":{"type":"structure","members":{"ManifestFilter":{},"Start":{"type":"timestamp"},"End":{"type":"timestamp"},"TimeDelaySeconds":{"type":"integer"}}},"S1g":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ChildManifestName":{},"ScteHls":{"shape":"S19"},"ManifestWindowSeconds":{"type":"integer"},"ProgramDateTimeIntervalSeconds":{"type":"integer"},"FilterConfiguration":{"shape":"S1d"}}}},"S1k":{"type":"list","member":{"type":"structure","required":["ManifestName"],"members":{"ManifestName":{},"ManifestWindowSeconds":{"type":"integer"},"FilterConfiguration":{"shape":"S1d"},"MinUpdatePeriodSeconds":{"type":"integer"},"MinBufferTimeSeconds":{"type":"integer"},"SuggestedPresentationDelaySeconds":{"type":"integer"},"SegmentTemplateFormat":{},"PeriodTriggers":{"shape":"S1r"},"ScteDash":{"shape":"S1t"},"DrmSignaling":{},"UtcTiming":{"shape":"S1w"}}}},"S1r":{"type":"list","member":{}},"S1t":{"type":"structure","members":{"AdMarkerDash":{}}},"S1w":{"type":"structure","members":{"TimingMode":{},"TimingSource":{}}},"S1z":{"type":"structure","members":{"EndpointErrorConditions":{"type":"list","member":{}}}},"S24":{"type":"list","member":{"type":"structure","required":["ManifestName","Url"],"members":{"ManifestName":{},"Url":{},"ChildManifestName":{},"ManifestWindowSeconds":{"type":"integer"},"ProgramDateTimeIntervalSeconds":{"type":"integer"},"ScteHls":{"shape":"S19"},"FilterConfiguration":{"shape":"S1d"}}}},"S26":{"type":"list","member":{"type":"structure","required":["ManifestName","Url"],"members":{"ManifestName":{},"Url":{},"ChildManifestName":{},"ManifestWindowSeconds":{"type":"integer"},"ProgramDateTimeIntervalSeconds":{"type":"integer"},"ScteHls":{"shape":"S19"},"FilterConfiguration":{"shape":"S1d"}}}},"S28":{"type":"list","member":{"type":"structure","required":["ManifestName","Url"],"members":{"ManifestName":{},"Url":{},"ManifestWindowSeconds":{"type":"integer"},"FilterConfiguration":{"shape":"S1d"},"MinUpdatePeriodSeconds":{"type":"integer"},"MinBufferTimeSeconds":{"type":"integer"},"SuggestedPresentationDelaySeconds":{"type":"integer"},"SegmentTemplateFormat":{},"PeriodTriggers":{"shape":"S1r"},"ScteDash":{"shape":"S1t"},"DrmSignaling":{},"UtcTiming":{"shape":"S1w"}}}}}}
|
64330
64339
|
|
64331
64340
|
/***/ }),
|
64332
64341
|
/* 1295 */
|
@@ -64849,13 +64858,13 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
64849
64858
|
/* 1341 */
|
64850
64859
|
/***/ (function(module, exports) {
|
64851
64860
|
|
64852
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"datazone","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon DataZone","serviceId":"DataZone","signatureVersion":"v4","signingName":"datazone","uid":"datazone-2018-05-10"},"operations":{"AcceptPredictions":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/accept-predictions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"acceptChoices":{"type":"list","member":{"type":"structure","required":["predictionTarget"],"members":{"editedValue":{"type":"string","sensitive":true},"predictionChoice":{"type":"integer"},"predictionTarget":{}}}},"acceptRule":{"type":"structure","members":{"rule":{},"threshold":{"type":"float"}}},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["assetId","domainId","revision"],"members":{"assetId":{},"domainId":{},"revision":{}}},"idempotent":true},"AcceptSubscriptionRequest":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/accept","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"decisionComment":{"shape":"Sh"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"CancelMetadataGenerationRun":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs/{identifier}/cancel","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}}},"CancelSubscription":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/subscriptions/{identifier}/cancel","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","status","subscribedListing","subscribedPrincipal","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"retainPermissions":{"type":"boolean"},"status":{},"subscribedListing":{"shape":"Sp"},"subscribedPrincipal":{"shape":"S13"},"subscriptionRequestId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"CreateAsset":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/assets","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","name","owningProjectIdentifier","typeIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"externalIdentifier":{"shape":"S1h"},"formsInput":{"shape":"S1i"},"glossaryTerms":{"shape":"S1n"},"name":{"shape":"S1p"},"owningProjectIdentifier":{},"predictionConfiguration":{"shape":"S1q"},"typeIdentifier":{},"typeRevision":{}}},"output":{"type":"structure","required":["domainId","formsOutput","id","name","owningProjectId","revision","typeIdentifier","typeRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1h"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1u"},"glossaryTerms":{"shape":"S1n"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S1x"},"listing":{"shape":"S23"},"name":{"shape":"S1p"},"owningProjectId":{},"predictionConfiguration":{"shape":"S1q"},"readOnlyFormsOutput":{"shape":"S1u"},"revision":{},"typeIdentifier":{},"typeRevision":{}}},"idempotent":true},"CreateAssetRevision":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/revisions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier","name"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"formsInput":{"shape":"S1i"},"glossaryTerms":{"shape":"S1n"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S1p"},"predictionConfiguration":{"shape":"S1q"},"typeRevision":{}}},"output":{"type":"structure","required":["domainId","formsOutput","id","name","owningProjectId","revision","typeIdentifier","typeRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1h"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1u"},"glossaryTerms":{"shape":"S1n"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S1x"},"listing":{"shape":"S23"},"name":{"shape":"S1p"},"owningProjectId":{},"predictionConfiguration":{"shape":"S1q"},"readOnlyFormsOutput":{"shape":"S1u"},"revision":{},"typeIdentifier":{},"typeRevision":{}}},"idempotent":true},"CreateAssetType":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/asset-types","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","formsInput","name","owningProjectIdentifier"],"members":{"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"formsInput":{"type":"map","key":{},"value":{"type":"structure","required":["typeIdentifier","typeRevision"],"members":{"required":{"type":"boolean"},"typeIdentifier":{},"typeRevision":{}}}},"name":{},"owningProjectIdentifier":{}}},"output":{"type":"structure","required":["domainId","formsOutput","name","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"formsOutput":{"shape":"S2b"},"name":{},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"CreateDataSource":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/data-sources","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","name","projectIdentifier","type"],"members":{"assetFormsInput":{"shape":"S1i"},"clientToken":{"idempotencyToken":true},"configuration":{"shape":"S2e"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enableSetting":{},"environmentIdentifier":{},"name":{"shape":"S2z"},"projectIdentifier":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S30"},"schedule":{"shape":"S31"},"type":{}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1u"},"configuration":{"shape":"S36"},"createdAt":{"shape":"S3f"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S3h"},"id":{},"lastRunAt":{"shape":"S3f"},"lastRunErrorMessage":{"shape":"S3h"},"lastRunStatus":{},"name":{"shape":"S2z"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S30"},"schedule":{"shape":"S31"},"status":{},"type":{},"updatedAt":{"shape":"S3f"}}},"idempotent":true},"CreateDomain":{"http":{"requestUri":"/v2/domains","responseCode":201},"input":{"type":"structure","required":["domainExecutionRole","name"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"domainExecutionRole":{},"kmsKeyIdentifier":{},"name":{},"singleSignOn":{"shape":"S3p"},"tags":{"shape":"S3s"}}},"output":{"type":"structure","required":["id"],"members":{"arn":{},"description":{},"domainExecutionRole":{},"id":{},"kmsKeyIdentifier":{},"name":{},"portalUrl":{},"singleSignOn":{"shape":"S3p"},"status":{},"tags":{"shape":"S3s"}}},"idempotent":true},"CreateEnvironment":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/environments","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","environmentProfileIdentifier","name","projectIdentifier"],"members":{"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentProfileIdentifier":{},"glossaryTerms":{"shape":"S1n"},"name":{},"projectIdentifier":{},"userParameters":{"shape":"S3z"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentProfileId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S44"},"createdBy":{},"deploymentProperties":{"shape":"S45"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S48"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1n"},"id":{},"lastDeployment":{"shape":"S4e"},"name":{"shape":"S4k"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S4l"},"provisioningProperties":{"shape":"S4n"},"status":{},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"CreateEnvironmentProfile":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/environment-profiles","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","environmentBlueprintIdentifier","name","projectIdentifier"],"members":{"awsAccountId":{},"awsAccountRegion":{},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{},"name":{"shape":"S4u"},"projectIdentifier":{},"userParameters":{"shape":"S3z"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S4u"},"projectId":{},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"CreateFormType":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/form-types","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","model","name","owningProjectIdentifier"],"members":{"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"model":{"shape":"S4x"},"name":{"shape":"S1w"},"owningProjectIdentifier":{},"status":{}}},"output":{"type":"structure","required":["domainId","name","revision"],"members":{"description":{"shape":"Sq"},"domainId":{},"name":{"shape":"S1w"},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{}}}},"CreateGlossary":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/glossaries","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","name","owningProjectIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"S52"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"name":{"shape":"S53"},"owningProjectIdentifier":{},"status":{}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"description":{"shape":"S52"},"domainId":{},"id":{},"name":{"shape":"S53"},"owningProjectId":{},"status":{}}},"idempotent":true},"CreateGlossaryTerm":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/glossary-terms","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","glossaryIdentifier","name"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryIdentifier":{},"longDescription":{"shape":"S58"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5a"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S58"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5a"}}},"idempotent":true},"CreateGroupProfile":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/group-profiles","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","groupIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupIdentifier":{}}},"output":{"type":"structure","members":{"domainId":{},"groupName":{"shape":"S5h"},"id":{},"status":{}}},"idempotent":true},"CreateListingChangeSet":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/listings/change-set","responseCode":200},"input":{"type":"structure","required":["action","domainIdentifier","entityIdentifier","entityType"],"members":{"action":{},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"entityIdentifier":{},"entityRevision":{},"entityType":{}}},"output":{"type":"structure","required":["listingId","listingRevision","status"],"members":{"listingId":{},"listingRevision":{},"status":{}}}},"CreateProject":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/projects","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","name"],"members":{"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryTerms":{"shape":"S1n"},"name":{"shape":"S15"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S5r"},"glossaryTerms":{"shape":"S1n"},"id":{},"lastUpdatedAt":{"shape":"S44"},"name":{"shape":"S15"},"projectStatus":{}}}},"CreateProjectMembership":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/createMembership","responseCode":201},"input":{"type":"structure","required":["designation","domainIdentifier","member","projectIdentifier"],"members":{"designation":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"member":{"shape":"S5w"},"projectIdentifier":{"location":"uri","locationName":"projectIdentifier"}}},"output":{"type":"structure","members":{}}},"CreateSubscriptionGrant":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/subscription-grants","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","grantedEntity","subscriptionTargetIdentifier"],"members":{"assetTargetNames":{"type":"list","member":{"type":"structure","required":["assetId","targetName"],"members":{"assetId":{},"targetName":{}}}},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{},"grantedEntity":{"type":"structure","members":{"listing":{"type":"structure","required":["identifier","revision"],"members":{"identifier":{},"revision":{}}}},"union":true},"subscriptionTargetIdentifier":{}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S65"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S69"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"CreateSubscriptionRequest":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/subscription-requests","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","requestReason","subscribedListings","subscribedPrincipals"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"requestReason":{"shape":"Sm"},"subscribedListings":{"type":"list","member":{"type":"structure","required":["identifier"],"members":{"identifier":{}}}},"subscribedPrincipals":{"type":"list","member":{"type":"structure","members":{"project":{"type":"structure","members":{"identifier":{}}}},"union":true}}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"CreateSubscriptionTarget":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets","responseCode":200},"input":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","domainIdentifier","environmentIdentifier","manageAccessRole","name","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6n"},"authorizedPrincipals":{"shape":"S6o"},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"manageAccessRole":{},"name":{"shape":"S6q"},"provider":{},"subscriptionTargetConfig":{"shape":"S6r"},"type":{}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6n"},"authorizedPrincipals":{"shape":"S6o"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6q"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6r"},"type":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"CreateUserProfile":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/user-profiles","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","userIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"userIdentifier":{},"userType":{}}},"output":{"type":"structure","members":{"details":{"shape":"S6y"},"domainId":{},"id":{},"status":{},"type":{}}},"idempotent":true},"DeleteAsset":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteAssetType":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/asset-types/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}}},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1u"},"configuration":{"shape":"S36"},"createdAt":{"shape":"S3f"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S3h"},"id":{},"lastRunAt":{"shape":"S3f"},"lastRunErrorMessage":{"shape":"S3h"},"lastRunStatus":{},"name":{"shape":"S2z"},"projectId":{},"publishOnImport":{"type":"boolean"},"schedule":{"shape":"S31"},"status":{},"type":{},"updatedAt":{"shape":"S3f"}}},"idempotent":true},"DeleteDomain":{"http":{"method":"DELETE","requestUri":"/v2/domains/{identifier}","responseCode":202},"input":{"type":"structure","required":["identifier"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"identifier":{"location":"uri","locationName":"identifier"},"skipDeletionCheck":{"location":"querystring","locationName":"skipDeletionCheck","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"idempotent":true},"DeleteEnvironment":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environments/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"idempotent":true},"DeleteEnvironmentBlueprintConfiguration":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","environmentBlueprintIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{"location":"uri","locationName":"environmentBlueprintIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteEnvironmentProfile":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environment-profiles/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"idempotent":true},"DeleteFormType":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/form-types/{formTypeIdentifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","formTypeIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"formTypeIdentifier":{"location":"uri","locationName":"formTypeIdentifier"}}},"output":{"type":"structure","members":{}}},"DeleteGlossary":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteGlossaryTerm":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/glossary-terms/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteListing":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/listings/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProject":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/projects/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"skipDeletionCheck":{"location":"querystring","locationName":"skipDeletionCheck","type":"boolean"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProjectMembership":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/deleteMembership","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","member","projectIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"member":{"shape":"S5w"},"projectIdentifier":{"location":"uri","locationName":"projectIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSubscriptionGrant":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/subscription-grants/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S65"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S69"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"DeleteSubscriptionRequest":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}}},"DeleteSubscriptionTarget":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}}},"DeleteTimeSeriesDataPoints":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","entityIdentifier","entityType","formName"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"entityIdentifier":{"location":"uri","locationName":"entityIdentifier"},"entityType":{"location":"uri","locationName":"entityType"},"formName":{"location":"querystring","locationName":"formName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetAsset":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["domainId","formsOutput","id","name","owningProjectId","revision","typeIdentifier","typeRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1h"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1u"},"glossaryTerms":{"shape":"S1n"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S1x"},"listing":{"shape":"S23"},"name":{"shape":"S1p"},"owningProjectId":{},"readOnlyFormsOutput":{"shape":"S1u"},"revision":{},"typeIdentifier":{},"typeRevision":{}}}},"GetAssetType":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/asset-types/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["domainId","formsOutput","name","owningProjectId","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"formsOutput":{"shape":"S2b"},"name":{},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetDataSource":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1u"},"configuration":{"shape":"S36"},"createdAt":{"shape":"S3f"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S3h"},"id":{},"lastRunAssetCount":{"type":"integer"},"lastRunAt":{"shape":"S3f"},"lastRunErrorMessage":{"shape":"S3h"},"lastRunStatus":{},"name":{"shape":"S2z"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S30"},"schedule":{"shape":"S31"},"status":{},"type":{},"updatedAt":{"shape":"S3f"}}}},"GetDataSourceRun":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-source-runs/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","dataSourceId","domainId","id","projectId","status","type","updatedAt"],"members":{"createdAt":{"shape":"S3f"},"dataSourceConfigurationSnapshot":{},"dataSourceId":{},"domainId":{},"errorMessage":{"shape":"S3h"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S8b"},"startedAt":{"shape":"S3f"},"status":{},"stoppedAt":{"shape":"S3f"},"type":{},"updatedAt":{"shape":"S3f"}}}},"GetDomain":{"http":{"method":"GET","requestUri":"/v2/domains/{identifier}","responseCode":200},"input":{"type":"structure","required":["identifier"],"members":{"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainExecutionRole","id","status"],"members":{"arn":{},"createdAt":{"type":"timestamp"},"description":{},"domainExecutionRole":{},"id":{},"kmsKeyIdentifier":{},"lastUpdatedAt":{"type":"timestamp"},"name":{},"portalUrl":{},"singleSignOn":{"shape":"S3p"},"status":{},"tags":{"shape":"S3s"}}}},"GetEnvironment":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentProfileId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S44"},"createdBy":{},"deploymentProperties":{"shape":"S45"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S48"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1n"},"id":{},"lastDeployment":{"shape":"S4e"},"name":{"shape":"S4k"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S4l"},"provisioningProperties":{"shape":"S4n"},"status":{},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"GetEnvironmentBlueprint":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprints/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["id","name","provider","provisioningProperties"],"members":{"createdAt":{"shape":"S44"},"deploymentProperties":{"shape":"S45"},"description":{"shape":"Sq"},"glossaryTerms":{"shape":"S1n"},"id":{},"name":{},"provider":{},"provisioningProperties":{"shape":"S4n"},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"GetEnvironmentBlueprintConfiguration":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentBlueprintIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{"location":"uri","locationName":"environmentBlueprintIdentifier"}}},"output":{"type":"structure","required":["domainId","environmentBlueprintId"],"members":{"createdAt":{"shape":"S44"},"domainId":{},"enabledRegions":{"shape":"S8m"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S8o"},"updatedAt":{"shape":"S44"}}}},"GetEnvironmentProfile":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-profiles/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S4u"},"projectId":{},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"GetFormType":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/form-types/{formTypeIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","formTypeIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"formTypeIdentifier":{"location":"uri","locationName":"formTypeIdentifier"},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["domainId","model","name","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"imports":{"shape":"S8u"},"model":{"shape":"S4x"},"name":{"shape":"S1w"},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"status":{}}}},"GetGlossary":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId","status"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"S52"},"domainId":{},"id":{},"name":{"shape":"S53"},"owningProjectId":{},"status":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetGlossaryTerm":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/glossary-terms/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S58"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5a"},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetGroupProfile":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/group-profiles/{groupIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","groupIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupIdentifier":{"location":"uri","locationName":"groupIdentifier"}}},"output":{"type":"structure","members":{"domainId":{},"groupName":{"shape":"S5h"},"id":{},"status":{}}}},"GetIamPortalLoginUrl":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/get-portal-login-url","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"}}},"output":{"type":"structure","required":["userProfileId"],"members":{"authCodeUrl":{},"userProfileId":{}}}},"GetListing":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/listings/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"listingRevision":{"location":"querystring","locationName":"listingRevision"}}},"output":{"type":"structure","required":["domainId","id","listingRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"id":{},"item":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"assetId":{},"assetRevision":{},"assetType":{},"createdAt":{"type":"timestamp"},"forms":{},"glossaryTerms":{"shape":"Sw"},"latestTimeSeriesDataPointForms":{"shape":"S1x"},"owningProjectId":{}}}},"union":true},"listingRevision":{},"name":{},"status":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetMetadataGenerationRun":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","id","owningProjectId"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"owningProjectId":{},"status":{},"target":{"shape":"S9b"},"type":{}}}},"GetProject":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/projects/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S5r"},"glossaryTerms":{"shape":"S1n"},"id":{},"lastUpdatedAt":{"shape":"S44"},"name":{"shape":"S15"},"projectStatus":{}}}},"GetSubscription":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscriptions/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","status","subscribedListing","subscribedPrincipal","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"retainPermissions":{"type":"boolean"},"status":{},"subscribedListing":{"shape":"Sp"},"subscribedPrincipal":{"shape":"S13"},"subscriptionRequestId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetSubscriptionGrant":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscription-grants/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S65"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S69"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetSubscriptionRequestDetails":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetSubscriptionTarget":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6n"},"authorizedPrincipals":{"shape":"S6o"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6q"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6r"},"type":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetTimeSeriesDataPoint":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","entityIdentifier","entityType","formName","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"entityIdentifier":{"location":"uri","locationName":"entityIdentifier"},"entityType":{"location":"uri","locationName":"entityType"},"formName":{"location":"querystring","locationName":"formName"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{"domainId":{},"entityId":{},"entityType":{},"form":{"shape":"S9u"},"formName":{}}}},"GetUserProfile":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/user-profiles/{userIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","userIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"type":{"location":"querystring","locationName":"type"},"userIdentifier":{"location":"uri","locationName":"userIdentifier"}}},"output":{"type":"structure","members":{"details":{"shape":"S6y"},"domainId":{},"id":{},"status":{},"type":{}}}},"ListAssetRevisions":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/revisions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"revision":{}}}},"nextToken":{}}}},"ListDataSourceRunActivities":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-source-runs/{identifier}/activities","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","dataAssetStatus","dataSourceRunId","database","projectId","technicalName","updatedAt"],"members":{"createdAt":{"shape":"S3f"},"dataAssetId":{},"dataAssetStatus":{},"dataSourceRunId":{},"database":{"shape":"S2z"},"errorMessage":{"shape":"S3h"},"projectId":{},"technicalDescription":{"shape":"Sq"},"technicalName":{"shape":"S2z"},"updatedAt":{"shape":"S3f"}}}},"nextToken":{}}}},"ListDataSourceRuns":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{dataSourceIdentifier}/runs","responseCode":200},"input":{"type":"structure","required":["dataSourceIdentifier","domainIdentifier"],"members":{"dataSourceIdentifier":{"location":"uri","locationName":"dataSourceIdentifier"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","dataSourceId","id","projectId","status","type","updatedAt"],"members":{"createdAt":{"shape":"S3f"},"dataSourceId":{},"errorMessage":{"shape":"S3h"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S8b"},"startedAt":{"shape":"S3f"},"status":{},"stoppedAt":{"shape":"S3f"},"type":{},"updatedAt":{"shape":"S3f"}}}},"nextToken":{}}}},"ListDataSources":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-sources","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","projectIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"querystring","locationName":"environmentIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"shape":"S2z","location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"},"projectIdentifier":{"location":"querystring","locationName":"projectIdentifier"},"status":{"location":"querystring","locationName":"status"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["dataSourceId","domainId","environmentId","name","status","type"],"members":{"createdAt":{"shape":"S3f"},"dataSourceId":{},"domainId":{},"enableSetting":{},"environmentId":{},"lastRunAssetCount":{"type":"integer"},"lastRunAt":{"shape":"S3f"},"lastRunErrorMessage":{"shape":"S3h"},"lastRunStatus":{},"name":{"shape":"S2z"},"schedule":{"shape":"S31"},"status":{},"type":{},"updatedAt":{"shape":"S3f"}}}},"nextToken":{}}}},"ListDomains":{"http":{"method":"GET","requestUri":"/v2/domains","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["arn","createdAt","id","managedAccountId","name","status"],"members":{"arn":{},"createdAt":{"type":"timestamp"},"description":{"type":"string","sensitive":true},"id":{},"lastUpdatedAt":{"type":"timestamp"},"managedAccountId":{},"name":{"type":"string","sensitive":true},"portalUrl":{},"status":{}}}},"nextToken":{}}}},"ListEnvironmentBlueprintConfigurations":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["domainId","environmentBlueprintId"],"members":{"createdAt":{"shape":"S44"},"domainId":{},"enabledRegions":{"shape":"S8m"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S8o"},"updatedAt":{"shape":"S44"}}}},"nextToken":{}}}},"ListEnvironmentBlueprints":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprints","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"managed":{"location":"querystring","locationName":"managed","type":"boolean"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["id","name","provider","provisioningProperties"],"members":{"createdAt":{"shape":"S44"},"description":{"shape":"Sq"},"id":{},"name":{},"provider":{},"provisioningProperties":{"shape":"S4n"},"updatedAt":{"shape":"S44"}}}},"nextToken":{}}}},"ListEnvironmentProfiles":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-profiles","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"awsAccountId":{"location":"querystring","locationName":"awsAccountId"},"awsAccountRegion":{"location":"querystring","locationName":"awsAccountRegion"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{"location":"querystring","locationName":"environmentBlueprintIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"shape":"S4u","location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"},"projectIdentifier":{"location":"querystring","locationName":"projectIdentifier"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S4u"},"projectId":{},"updatedAt":{"shape":"S44"}}}},"nextToken":{}}}},"ListEnvironments":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","projectIdentifier"],"members":{"awsAccountId":{"location":"querystring","locationName":"awsAccountId"},"awsAccountRegion":{"location":"querystring","locationName":"awsAccountRegion"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{"location":"querystring","locationName":"environmentBlueprintIdentifier"},"environmentProfileIdentifier":{"location":"querystring","locationName":"environmentProfileIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"},"projectIdentifier":{"location":"querystring","locationName":"projectIdentifier"},"provider":{"location":"querystring","locationName":"provider"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdBy","domainId","environmentProfileId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentProfileId":{},"id":{},"name":{"shape":"S4k"},"projectId":{},"provider":{},"status":{},"updatedAt":{"shape":"S44"}}}},"nextToken":{}}}},"ListMetadataGenerationRuns":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["domainId","id","owningProjectId"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"owningProjectId":{},"status":{},"target":{"shape":"S9b"},"type":{}}}},"nextToken":{}}}},"ListNotifications":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/notifications","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","type"],"members":{"afterTimestamp":{"location":"querystring","locationName":"afterTimestamp","type":"timestamp"},"beforeTimestamp":{"location":"querystring","locationName":"beforeTimestamp","type":"timestamp"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"subjects":{"location":"querystring","locationName":"subjects","type":"list","member":{}},"taskStatus":{"location":"querystring","locationName":"taskStatus"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","members":{"nextToken":{},"notifications":{"type":"list","member":{"type":"structure","required":["actionLink","creationTimestamp","domainIdentifier","identifier","lastUpdatedTimestamp","message","title","topic","type"],"members":{"actionLink":{"type":"string","sensitive":true},"creationTimestamp":{"type":"timestamp"},"domainIdentifier":{},"identifier":{},"lastUpdatedTimestamp":{"type":"timestamp"},"message":{"type":"string","sensitive":true},"metadata":{"type":"map","key":{},"value":{}},"status":{},"title":{"type":"string","sensitive":true},"topic":{"type":"structure","required":["resource","role","subject"],"members":{"resource":{"type":"structure","required":["id","type"],"members":{"id":{},"name":{},"type":{}}},"role":{},"subject":{}}},"type":{}}}}}}},"ListProjectMemberships":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/memberships","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","projectIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"projectIdentifier":{"location":"uri","locationName":"projectIdentifier"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["designation","memberDetails"],"members":{"designation":{},"memberDetails":{"type":"structure","members":{"group":{"type":"structure","required":["groupId"],"members":{"groupId":{}}},"user":{"type":"structure","required":["userId"],"members":{"userId":{}}}},"union":true}}}},"nextToken":{}}}},"ListProjects":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/projects","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupIdentifier":{"location":"querystring","locationName":"groupIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"shape":"S15","location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"},"userIdentifier":{"location":"querystring","locationName":"userIdentifier"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S5r"},"id":{},"name":{"shape":"S15"},"projectStatus":{},"updatedAt":{"shape":"S44"}}}},"nextToken":{}}}},"ListSubscriptionGrants":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscription-grants","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentId":{"location":"querystring","locationName":"environmentId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"},"subscribedListingId":{"location":"querystring","locationName":"subscribedListingId"},"subscriptionId":{"location":"querystring","locationName":"subscriptionId"},"subscriptionTargetId":{"location":"querystring","locationName":"subscriptionTargetId"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S65"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S69"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"nextToken":{}}}},"ListSubscriptionRequests":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"approverProjectId":{"location":"querystring","locationName":"approverProjectId"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"owningProjectId":{"location":"querystring","locationName":"owningProjectId"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"},"status":{"location":"querystring","locationName":"status"},"subscribedListingId":{"location":"querystring","locationName":"subscribedListingId"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"nextToken":{}}}},"ListSubscriptionTargets":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6n"},"authorizedPrincipals":{"shape":"S6o"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6q"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6r"},"type":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"nextToken":{}}}},"ListSubscriptions":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscriptions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"approverProjectId":{"location":"querystring","locationName":"approverProjectId"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"owningProjectId":{"location":"querystring","locationName":"owningProjectId"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"},"status":{"location":"querystring","locationName":"status"},"subscribedListingId":{"location":"querystring","locationName":"subscribedListingId"},"subscriptionRequestIdentifier":{"location":"querystring","locationName":"subscriptionRequestIdentifier"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","domainId","id","status","subscribedListing","subscribedPrincipal","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"retainPermissions":{"type":"boolean"},"status":{},"subscribedListing":{"shape":"Sp"},"subscribedPrincipal":{"shape":"S13"},"subscriptionRequestId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S3s"}}}},"ListTimeSeriesDataPoints":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","entityIdentifier","entityType","formName"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"endedAt":{"location":"querystring","locationName":"endedAt","type":"timestamp"},"entityIdentifier":{"location":"uri","locationName":"entityIdentifier"},"entityType":{"location":"uri","locationName":"entityType"},"formName":{"location":"querystring","locationName":"formName"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"startedAt":{"location":"querystring","locationName":"startedAt","type":"timestamp"}}},"output":{"type":"structure","members":{"items":{"shape":"S1x"},"nextToken":{}}}},"PostTimeSeriesDataPoints":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","entityIdentifier","entityType","forms"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"entityIdentifier":{"location":"uri","locationName":"entityIdentifier"},"entityType":{"location":"uri","locationName":"entityType"},"forms":{"type":"list","member":{"type":"structure","required":["formName","timestamp","typeIdentifier"],"members":{"content":{},"formName":{},"timestamp":{"type":"timestamp"},"typeIdentifier":{},"typeRevision":{}}}}}},"output":{"type":"structure","members":{"domainId":{},"entityId":{},"entityType":{},"forms":{"type":"list","member":{"shape":"S9u"}}}},"idempotent":true},"PutEnvironmentBlueprintConfiguration":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","enabledRegions","environmentBlueprintIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enabledRegions":{"shape":"S8m"},"environmentBlueprintIdentifier":{"location":"uri","locationName":"environmentBlueprintIdentifier"},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S8o"}}},"output":{"type":"structure","required":["domainId","environmentBlueprintId"],"members":{"createdAt":{"shape":"S44"},"domainId":{},"enabledRegions":{"shape":"S8m"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S8o"},"updatedAt":{"shape":"S44"}}},"idempotent":true},"RejectPredictions":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/reject-predictions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"rejectChoices":{"type":"list","member":{"type":"structure","required":["predictionTarget"],"members":{"predictionChoices":{"type":"list","member":{"type":"integer"}},"predictionTarget":{}}}},"rejectRule":{"type":"structure","members":{"rule":{},"threshold":{"type":"float"}}},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["assetId","assetRevision","domainId"],"members":{"assetId":{},"assetRevision":{},"domainId":{}}},"idempotent":true},"RejectSubscriptionRequest":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/reject","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"decisionComment":{"shape":"Sh"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"RevokeSubscription":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/subscriptions/{identifier}/revoke","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"retainPermissions":{"type":"boolean"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","status","subscribedListing","subscribedPrincipal","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"retainPermissions":{"type":"boolean"},"status":{},"subscribedListing":{"shape":"Sp"},"subscribedPrincipal":{"shape":"S13"},"subscriptionRequestId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"Search":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/search","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","searchScope"],"members":{"additionalAttributes":{"shape":"Sda"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Sdc"},"maxResults":{"type":"integer"},"nextToken":{},"owningProjectIdentifier":{},"searchIn":{"shape":"Sdh"},"searchScope":{},"searchText":{},"sort":{"shape":"Sdl"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"assetItem":{"type":"structure","required":["domainId","identifier","name","owningProjectId","typeIdentifier","typeRevision"],"members":{"additionalAttributes":{"type":"structure","members":{"formsOutput":{"shape":"S1u"},"latestTimeSeriesDataPointFormsOutput":{"shape":"S1x"},"readOnlyFormsOutput":{"shape":"S1u"}}},"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1h"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"glossaryTerms":{"shape":"S1n"},"identifier":{},"name":{"shape":"S1p"},"owningProjectId":{},"typeIdentifier":{},"typeRevision":{}}},"dataProductItem":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"dataProductItems":{"type":"list","member":{"type":"structure","members":{"domainId":{},"itemId":{}}}},"description":{"type":"string","sensitive":true},"domainId":{},"glossaryTerms":{"shape":"S1n"},"id":{},"name":{"type":"string","sensitive":true},"owningProjectId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"glossaryItem":{"type":"structure","required":["domainId","id","name","owningProjectId","status"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"S52"},"domainId":{},"id":{},"name":{"shape":"S53"},"owningProjectId":{},"status":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"glossaryTermItem":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S58"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5a"},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"union":true}},"nextToken":{},"totalMatchCount":{"type":"integer"}}}},"SearchGroupProfiles":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/search-group-profiles","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","groupType"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupType":{},"maxResults":{"type":"integer"},"nextToken":{},"searchText":{"type":"string","sensitive":true}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"domainId":{},"groupName":{"shape":"S5h"},"id":{},"status":{}}}},"nextToken":{}}}},"SearchListings":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/listings/search","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"additionalAttributes":{"shape":"Sda"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Sdc"},"maxResults":{"type":"integer"},"nextToken":{},"searchIn":{"shape":"Sdh"},"searchText":{},"sort":{"shape":"Sdl"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"additionalAttributes":{"type":"structure","members":{"forms":{},"latestTimeSeriesDataPointForms":{"shape":"S1x"}}},"createdAt":{"type":"timestamp"},"description":{"shape":"Sq"},"entityId":{},"entityRevision":{},"entityType":{},"glossaryTerms":{"shape":"Sw"},"listingCreatedBy":{},"listingId":{},"listingRevision":{},"listingUpdatedBy":{},"name":{"shape":"S1p"},"owningProjectId":{}}}},"union":true}},"nextToken":{},"totalMatchCount":{"type":"integer"}}}},"SearchTypes":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/types-search","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","managed","searchScope"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Sdc"},"managed":{"type":"boolean"},"maxResults":{"type":"integer"},"nextToken":{},"searchIn":{"shape":"Sdh"},"searchScope":{},"searchText":{},"sort":{"shape":"Sdl"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"assetTypeItem":{"type":"structure","required":["domainId","formsOutput","name","owningProjectId","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"formsOutput":{"shape":"S2b"},"name":{},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"formTypeItem":{"type":"structure","required":["domainId","name","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"imports":{"shape":"S8u"},"model":{"shape":"S4x"},"name":{"shape":"S1w"},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"status":{}}}},"union":true}},"nextToken":{},"totalMatchCount":{"type":"integer"}}}},"SearchUserProfiles":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/search-user-profiles","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","userType"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"type":"integer"},"nextToken":{},"searchText":{"type":"string","sensitive":true},"userType":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"details":{"shape":"S6y"},"domainId":{},"id":{},"status":{},"type":{}}}},"nextToken":{}}}},"StartDataSourceRun":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/data-sources/{dataSourceIdentifier}/runs","responseCode":200},"input":{"type":"structure","required":["dataSourceIdentifier","domainIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"dataSourceIdentifier":{"location":"uri","locationName":"dataSourceIdentifier"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"}}},"output":{"type":"structure","required":["createdAt","dataSourceId","domainId","id","projectId","status","type","updatedAt"],"members":{"createdAt":{"shape":"S3f"},"dataSourceConfigurationSnapshot":{},"dataSourceId":{},"domainId":{},"errorMessage":{"shape":"S3h"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S8b"},"startedAt":{"shape":"S3f"},"status":{},"stoppedAt":{"shape":"S3f"},"type":{},"updatedAt":{"shape":"S3f"}}},"idempotent":true},"StartMetadataGenerationRun":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","owningProjectIdentifier","target","type"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"owningProjectIdentifier":{},"target":{"shape":"S9b"},"type":{}}},"output":{"type":"structure","required":["domainId","id"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"owningProjectId":{},"status":{},"type":{}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S3s"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/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},"UpdateDataSource":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"assetFormsInput":{"shape":"S1i"},"configuration":{"shape":"S2e"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enableSetting":{},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S2z"},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S30"},"schedule":{"shape":"S31"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1u"},"configuration":{"shape":"S36"},"createdAt":{"shape":"S3f"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S3h"},"id":{},"lastRunAt":{"shape":"S3f"},"lastRunErrorMessage":{"shape":"S3h"},"lastRunStatus":{},"name":{"shape":"S2z"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S30"},"schedule":{"shape":"S31"},"status":{},"type":{},"updatedAt":{"shape":"S3f"}}},"idempotent":true},"UpdateDomain":{"http":{"method":"PUT","requestUri":"/v2/domains/{identifier}","responseCode":200},"input":{"type":"structure","required":["identifier"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"description":{},"domainExecutionRole":{},"identifier":{"location":"uri","locationName":"identifier"},"name":{},"singleSignOn":{"shape":"S3p"}}},"output":{"type":"structure","required":["id"],"members":{"description":{},"domainExecutionRole":{},"id":{},"lastUpdatedAt":{"type":"timestamp"},"name":{},"singleSignOn":{"shape":"S3p"}}},"idempotent":true},"UpdateEnvironment":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/environments/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryTerms":{"shape":"S1n"},"identifier":{"location":"uri","locationName":"identifier"},"name":{}}},"output":{"type":"structure","required":["createdBy","domainId","environmentProfileId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S44"},"createdBy":{},"deploymentProperties":{"shape":"S45"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S48"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1n"},"id":{},"lastDeployment":{"shape":"S4e"},"name":{"shape":"S4k"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S4l"},"provisioningProperties":{"shape":"S4n"},"status":{},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"UpdateEnvironmentProfile":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/environment-profiles/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"awsAccountId":{},"awsAccountRegion":{},"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S4u"},"userParameters":{"shape":"S3z"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S4u"},"projectId":{},"updatedAt":{"shape":"S44"},"userParameters":{"shape":"S4q"}}}},"UpdateGlossary":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"S52"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S53"},"status":{}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"description":{"shape":"S52"},"domainId":{},"id":{},"name":{"shape":"S53"},"owningProjectId":{},"status":{}}},"idempotent":true},"UpdateGlossaryTerm":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/glossary-terms/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryIdentifier":{},"identifier":{"location":"uri","locationName":"identifier"},"longDescription":{"shape":"S58"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5a"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S58"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5a"}}},"idempotent":true},"UpdateGroupProfile":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/group-profiles/{groupIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","groupIdentifier","status"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupIdentifier":{"location":"uri","locationName":"groupIdentifier"},"status":{}}},"output":{"type":"structure","members":{"domainId":{},"groupName":{"shape":"S5h"},"id":{},"status":{}}}},"UpdateProject":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/projects/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryTerms":{"shape":"S1n"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S15"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S44"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S5r"},"glossaryTerms":{"shape":"S1n"},"id":{},"lastUpdatedAt":{"shape":"S44"},"name":{"shape":"S15"},"projectStatus":{}}},"idempotent":true},"UpdateSubscriptionGrantStatus":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/subscription-grants/{identifier}/status/{assetIdentifier}","responseCode":200},"input":{"type":"structure","required":["assetIdentifier","domainIdentifier","identifier","status"],"members":{"assetIdentifier":{"location":"uri","locationName":"assetIdentifier"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"failureCause":{"shape":"S67"},"identifier":{"location":"uri","locationName":"identifier"},"status":{},"targetName":{}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S65"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S69"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"UpdateSubscriptionRequest":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier","requestReason"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"requestReason":{"shape":"Sm"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"UpdateSubscriptionTarget":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"applicableAssetTypes":{"shape":"S6n"},"authorizedPrincipals":{"shape":"S6o"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"manageAccessRole":{},"name":{"shape":"S6q"},"provider":{},"subscriptionTargetConfig":{"shape":"S6r"}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6n"},"authorizedPrincipals":{"shape":"S6o"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6q"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6r"},"type":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"UpdateUserProfile":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/user-profiles/{userIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","status","userIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"status":{},"type":{},"userIdentifier":{"location":"uri","locationName":"userIdentifier"}}},"output":{"type":"structure","members":{"details":{"shape":"S6y"},"domainId":{},"id":{},"status":{},"type":{}}}}},"shapes":{"Sh":{"type":"string","sensitive":true},"Sm":{"type":"string","sensitive":true},"Sp":{"type":"structure","required":["description","id","item","name","ownerProjectId"],"members":{"description":{"shape":"Sq"},"id":{},"item":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"entityId":{},"entityRevision":{},"entityType":{},"forms":{},"glossaryTerms":{"shape":"Sw"}}}},"union":true},"name":{},"ownerProjectId":{},"ownerProjectName":{},"revision":{}}},"Sq":{"type":"string","sensitive":true},"Sw":{"type":"list","member":{"type":"structure","members":{"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"}}}},"Sy":{"type":"string","sensitive":true},"Sz":{"type":"string","sensitive":true},"S13":{"type":"structure","members":{"project":{"type":"structure","members":{"id":{},"name":{"shape":"S15"}}}},"union":true},"S15":{"type":"string","sensitive":true},"S1h":{"type":"string","sensitive":true},"S1i":{"type":"list","member":{"type":"structure","required":["formName"],"members":{"content":{},"formName":{},"typeIdentifier":{},"typeRevision":{}},"sensitive":true},"sensitive":true},"S1n":{"type":"list","member":{}},"S1p":{"type":"string","sensitive":true},"S1q":{"type":"structure","members":{"businessNameGeneration":{"type":"structure","members":{"enabled":{"type":"boolean"}}}}},"S1u":{"type":"list","member":{"type":"structure","required":["formName"],"members":{"content":{},"formName":{},"typeName":{"shape":"S1w"},"typeRevision":{}}}},"S1w":{"type":"string","sensitive":true},"S1x":{"type":"list","member":{"type":"structure","required":["formName","timestamp","typeIdentifier"],"members":{"contentSummary":{},"formName":{},"id":{},"timestamp":{"type":"timestamp"},"typeIdentifier":{},"typeRevision":{}}}},"S23":{"type":"structure","required":["listingId","listingStatus"],"members":{"listingId":{},"listingStatus":{}}},"S2b":{"type":"map","key":{},"value":{"type":"structure","required":["typeName","typeRevision"],"members":{"required":{"type":"boolean"},"typeName":{"shape":"S1w"},"typeRevision":{}}}},"S2e":{"type":"structure","members":{"glueRunConfiguration":{"type":"structure","required":["relationalFilterConfigurations"],"members":{"autoImportDataQualityResult":{"type":"boolean"},"dataAccessRole":{},"relationalFilterConfigurations":{"shape":"S2h"}}},"redshiftRunConfiguration":{"type":"structure","required":["redshiftCredentialConfiguration","redshiftStorage","relationalFilterConfigurations"],"members":{"dataAccessRole":{},"redshiftCredentialConfiguration":{"shape":"S2r"},"redshiftStorage":{"shape":"S2t"},"relationalFilterConfigurations":{"shape":"S2h"}}}},"union":true},"S2h":{"type":"list","member":{"type":"structure","required":["databaseName"],"members":{"databaseName":{},"filterExpressions":{"type":"list","member":{"type":"structure","required":["expression","type"],"members":{"expression":{},"type":{}}}},"schemaName":{}}}},"S2r":{"type":"structure","required":["secretManagerArn"],"members":{"secretManagerArn":{}}},"S2t":{"type":"structure","members":{"redshiftClusterSource":{"type":"structure","required":["clusterName"],"members":{"clusterName":{}}},"redshiftServerlessSource":{"type":"structure","required":["workgroupName"],"members":{"workgroupName":{}}}},"union":true},"S2z":{"type":"string","sensitive":true},"S30":{"type":"structure","members":{"enableBusinessNameGeneration":{"type":"boolean"}}},"S31":{"type":"structure","members":{"schedule":{},"timezone":{}},"sensitive":true},"S36":{"type":"structure","members":{"glueRunConfiguration":{"type":"structure","required":["relationalFilterConfigurations"],"members":{"accountId":{},"autoImportDataQualityResult":{"type":"boolean"},"dataAccessRole":{},"region":{},"relationalFilterConfigurations":{"shape":"S2h"}}},"redshiftRunConfiguration":{"type":"structure","required":["redshiftCredentialConfiguration","redshiftStorage","relationalFilterConfigurations"],"members":{"accountId":{},"dataAccessRole":{},"redshiftCredentialConfiguration":{"shape":"S2r"},"redshiftStorage":{"shape":"S2t"},"region":{},"relationalFilterConfigurations":{"shape":"S2h"}}}},"union":true},"S3f":{"type":"timestamp","timestampFormat":"iso8601"},"S3h":{"type":"structure","required":["errorType"],"members":{"errorDetail":{},"errorType":{}}},"S3p":{"type":"structure","members":{"type":{},"userAssignment":{}}},"S3s":{"type":"map","key":{},"value":{}},"S3z":{"type":"list","member":{"type":"structure","members":{"name":{},"value":{}}}},"S44":{"type":"timestamp","timestampFormat":"iso8601"},"S45":{"type":"structure","members":{"endTimeoutMinutes":{"type":"integer"},"startTimeoutMinutes":{"type":"integer"}}},"S48":{"type":"list","member":{"type":"structure","required":["parameters","type"],"members":{"auth":{},"parameters":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{}}}},"type":{}}}},"S4e":{"type":"structure","members":{"deploymentId":{},"deploymentStatus":{},"deploymentType":{},"failureReason":{"type":"structure","required":["message"],"members":{"code":{},"message":{}}},"isDeploymentComplete":{"type":"boolean"},"messages":{"type":"list","member":{}}}},"S4k":{"type":"string","sensitive":true},"S4l":{"type":"list","member":{"type":"structure","required":["type","value"],"members":{"name":{},"provider":{},"type":{},"value":{}}}},"S4n":{"type":"structure","members":{"cloudFormation":{"type":"structure","required":["templateUrl"],"members":{"templateUrl":{}}}},"union":true},"S4q":{"type":"list","member":{"type":"structure","required":["fieldType","keyName"],"members":{"defaultValue":{},"description":{"shape":"Sq"},"fieldType":{},"isEditable":{"type":"boolean"},"isOptional":{"type":"boolean"},"keyName":{}}}},"S4u":{"type":"string","sensitive":true},"S4x":{"type":"structure","members":{"smithy":{}},"sensitive":true,"union":true},"S52":{"type":"string","sensitive":true},"S53":{"type":"string","sensitive":true},"S58":{"type":"string","sensitive":true},"S5a":{"type":"structure","members":{"classifies":{"type":"list","member":{}},"isA":{"type":"list","member":{}}}},"S5h":{"type":"string","sensitive":true},"S5r":{"type":"list","member":{"type":"structure","members":{"code":{},"message":{}}}},"S5w":{"type":"structure","members":{"groupIdentifier":{},"userIdentifier":{}},"union":true},"S65":{"type":"list","member":{"type":"structure","required":["assetId","assetRevision","status"],"members":{"assetId":{},"assetRevision":{},"failureCause":{"shape":"S67"},"failureTimestamp":{"type":"timestamp"},"grantedTimestamp":{"type":"timestamp"},"status":{},"targetName":{}}}},"S67":{"type":"structure","members":{"message":{}}},"S69":{"type":"structure","members":{"listing":{"type":"structure","required":["id","revision"],"members":{"id":{},"revision":{}}}},"union":true},"S6n":{"type":"list","member":{}},"S6o":{"type":"list","member":{}},"S6q":{"type":"string","sensitive":true},"S6r":{"type":"list","member":{"type":"structure","required":["content","formName"],"members":{"content":{},"formName":{}}}},"S6y":{"type":"structure","members":{"iam":{"type":"structure","members":{"arn":{}}},"sso":{"type":"structure","members":{"firstName":{"type":"string","sensitive":true},"lastName":{"type":"string","sensitive":true},"username":{"type":"string","sensitive":true}}}},"union":true},"S8b":{"type":"structure","members":{"added":{"type":"integer"},"failed":{"type":"integer"},"skipped":{"type":"integer"},"unchanged":{"type":"integer"},"updated":{"type":"integer"}}},"S8m":{"type":"list","member":{}},"S8o":{"type":"map","key":{},"value":{"type":"map","key":{},"value":{}}},"S8u":{"type":"list","member":{"type":"structure","required":["name","revision"],"members":{"name":{"shape":"S1w"},"revision":{}}}},"S9b":{"type":"structure","required":["identifier","type"],"members":{"identifier":{},"revision":{},"type":{}}},"S9u":{"type":"structure","required":["formName","timestamp","typeIdentifier"],"members":{"content":{},"formName":{},"id":{},"timestamp":{"type":"timestamp"},"typeIdentifier":{},"typeRevision":{}}},"Sda":{"type":"list","member":{}},"Sdc":{"type":"structure","members":{"and":{"shape":"Sdd"},"filter":{"type":"structure","required":["attribute","value"],"members":{"attribute":{},"value":{}}},"or":{"shape":"Sdd"}},"union":true},"Sdd":{"type":"list","member":{"shape":"Sdc"}},"Sdh":{"type":"list","member":{"type":"structure","required":["attribute"],"members":{"attribute":{}}}},"Sdl":{"type":"structure","required":["attribute"],"members":{"attribute":{},"order":{}}}}}
|
64861
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"datazone","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon DataZone","serviceId":"DataZone","signatureVersion":"v4","signingName":"datazone","uid":"datazone-2018-05-10"},"operations":{"AcceptPredictions":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/accept-predictions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"acceptChoices":{"type":"list","member":{"type":"structure","required":["predictionTarget"],"members":{"editedValue":{"type":"string","sensitive":true},"predictionChoice":{"type":"integer"},"predictionTarget":{}}}},"acceptRule":{"type":"structure","members":{"rule":{},"threshold":{"type":"float"}}},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["assetId","domainId","revision"],"members":{"assetId":{},"domainId":{},"revision":{}}},"idempotent":true},"AcceptSubscriptionRequest":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/accept","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"decisionComment":{"shape":"Sh"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"AssociateEnvironmentRole":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","environmentRoleArn"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"environmentRoleArn":{"location":"uri","locationName":"environmentRoleArn"}}},"output":{"type":"structure","members":{}}},"CancelMetadataGenerationRun":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs/{identifier}/cancel","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}}},"CancelSubscription":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/subscriptions/{identifier}/cancel","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","status","subscribedListing","subscribedPrincipal","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"retainPermissions":{"type":"boolean"},"status":{},"subscribedListing":{"shape":"Sp"},"subscribedPrincipal":{"shape":"S13"},"subscriptionRequestId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"CreateAsset":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/assets","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","name","owningProjectIdentifier","typeIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"externalIdentifier":{"shape":"S1k"},"formsInput":{"shape":"S1l"},"glossaryTerms":{"shape":"S1q"},"name":{"shape":"S1s"},"owningProjectIdentifier":{},"predictionConfiguration":{"shape":"S1t"},"typeIdentifier":{},"typeRevision":{}}},"output":{"type":"structure","required":["domainId","formsOutput","id","name","owningProjectId","revision","typeIdentifier","typeRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1k"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1x"},"glossaryTerms":{"shape":"S1q"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S20"},"listing":{"shape":"S26"},"name":{"shape":"S1s"},"owningProjectId":{},"predictionConfiguration":{"shape":"S1t"},"readOnlyFormsOutput":{"shape":"S1x"},"revision":{},"typeIdentifier":{},"typeRevision":{}}},"idempotent":true},"CreateAssetRevision":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/revisions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier","name"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"formsInput":{"shape":"S1l"},"glossaryTerms":{"shape":"S1q"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S1s"},"predictionConfiguration":{"shape":"S1t"},"typeRevision":{}}},"output":{"type":"structure","required":["domainId","formsOutput","id","name","owningProjectId","revision","typeIdentifier","typeRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1k"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1x"},"glossaryTerms":{"shape":"S1q"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S20"},"listing":{"shape":"S26"},"name":{"shape":"S1s"},"owningProjectId":{},"predictionConfiguration":{"shape":"S1t"},"readOnlyFormsOutput":{"shape":"S1x"},"revision":{},"typeIdentifier":{},"typeRevision":{}}},"idempotent":true},"CreateAssetType":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/asset-types","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","formsInput","name","owningProjectIdentifier"],"members":{"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"formsInput":{"type":"map","key":{},"value":{"type":"structure","required":["typeIdentifier","typeRevision"],"members":{"required":{"type":"boolean"},"typeIdentifier":{},"typeRevision":{}}}},"name":{},"owningProjectIdentifier":{}}},"output":{"type":"structure","required":["domainId","formsOutput","name","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"formsOutput":{"shape":"S2e"},"name":{},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"CreateDataSource":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/data-sources","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","name","projectIdentifier","type"],"members":{"assetFormsInput":{"shape":"S1l"},"clientToken":{"idempotencyToken":true},"configuration":{"shape":"S2h"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enableSetting":{},"environmentIdentifier":{},"name":{"shape":"S32"},"projectIdentifier":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S33"},"schedule":{"shape":"S34"},"type":{}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1x"},"configuration":{"shape":"S39"},"createdAt":{"shape":"S3i"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S3j"},"id":{},"lastRunAt":{"shape":"S3i"},"lastRunErrorMessage":{"shape":"S3j"},"lastRunStatus":{},"name":{"shape":"S32"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S33"},"schedule":{"shape":"S34"},"status":{},"type":{},"updatedAt":{"shape":"S3i"}}},"idempotent":true},"CreateDomain":{"http":{"requestUri":"/v2/domains","responseCode":201},"input":{"type":"structure","required":["domainExecutionRole","name"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"domainExecutionRole":{},"kmsKeyIdentifier":{},"name":{},"singleSignOn":{"shape":"S3r"},"tags":{"shape":"S3u"}}},"output":{"type":"structure","required":["id"],"members":{"arn":{},"description":{},"domainExecutionRole":{},"id":{},"kmsKeyIdentifier":{},"name":{},"portalUrl":{},"singleSignOn":{"shape":"S3r"},"status":{},"tags":{"shape":"S3u"}}},"idempotent":true},"CreateEnvironment":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/environments","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","environmentProfileIdentifier","name","projectIdentifier"],"members":{"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentAccountIdentifier":{},"environmentAccountRegion":{},"environmentBlueprintIdentifier":{},"environmentProfileIdentifier":{},"glossaryTerms":{"shape":"S1q"},"name":{},"projectIdentifier":{},"userParameters":{"shape":"S41"}}},"output":{"type":"structure","required":["createdBy","domainId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S46"},"createdBy":{},"deploymentProperties":{"shape":"S47"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S4a"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1q"},"id":{},"lastDeployment":{"shape":"S4g"},"name":{"shape":"S4m"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S4n"},"provisioningProperties":{"shape":"S4p"},"status":{},"updatedAt":{"shape":"S46"},"userParameters":{"shape":"S4s"}}}},"CreateEnvironmentAction":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","name","parameters"],"members":{"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"name":{},"parameters":{"shape":"S4w"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","parameters"],"members":{"description":{},"domainId":{},"environmentId":{},"id":{},"name":{},"parameters":{"shape":"S4w"}}}},"CreateEnvironmentProfile":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/environment-profiles","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","environmentBlueprintIdentifier","name","projectIdentifier"],"members":{"awsAccountId":{},"awsAccountRegion":{},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{},"name":{"shape":"S51"},"projectIdentifier":{},"userParameters":{"shape":"S41"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S46"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S51"},"projectId":{},"updatedAt":{"shape":"S46"},"userParameters":{"shape":"S4s"}}}},"CreateFormType":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/form-types","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","model","name","owningProjectIdentifier"],"members":{"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"model":{"shape":"S54"},"name":{"shape":"S1z"},"owningProjectIdentifier":{},"status":{}}},"output":{"type":"structure","required":["domainId","name","revision"],"members":{"description":{"shape":"Sq"},"domainId":{},"name":{"shape":"S1z"},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{}}}},"CreateGlossary":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/glossaries","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","name","owningProjectIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"S59"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"name":{"shape":"S5a"},"owningProjectIdentifier":{},"status":{}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"description":{"shape":"S59"},"domainId":{},"id":{},"name":{"shape":"S5a"},"owningProjectId":{},"status":{}}},"idempotent":true},"CreateGlossaryTerm":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/glossary-terms","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","glossaryIdentifier","name"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryIdentifier":{},"longDescription":{"shape":"S5f"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5h"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S5f"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5h"}}},"idempotent":true},"CreateGroupProfile":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/group-profiles","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","groupIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupIdentifier":{}}},"output":{"type":"structure","members":{"domainId":{},"groupName":{"shape":"S5o"},"id":{},"status":{}}},"idempotent":true},"CreateListingChangeSet":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/listings/change-set","responseCode":200},"input":{"type":"structure","required":["action","domainIdentifier","entityIdentifier","entityType"],"members":{"action":{},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"entityIdentifier":{},"entityRevision":{},"entityType":{}}},"output":{"type":"structure","required":["listingId","listingRevision","status"],"members":{"listingId":{},"listingRevision":{},"status":{}}}},"CreateProject":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/projects","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","name"],"members":{"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryTerms":{"shape":"S1q"},"name":{"shape":"S15"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S46"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S5y"},"glossaryTerms":{"shape":"S1q"},"id":{},"lastUpdatedAt":{"shape":"S46"},"name":{"shape":"S15"},"projectStatus":{}}}},"CreateProjectMembership":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/createMembership","responseCode":201},"input":{"type":"structure","required":["designation","domainIdentifier","member","projectIdentifier"],"members":{"designation":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"member":{"shape":"S63"},"projectIdentifier":{"location":"uri","locationName":"projectIdentifier"}}},"output":{"type":"structure","members":{}}},"CreateSubscriptionGrant":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/subscription-grants","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","grantedEntity","subscriptionTargetIdentifier"],"members":{"assetTargetNames":{"type":"list","member":{"type":"structure","required":["assetId","targetName"],"members":{"assetId":{},"targetName":{}}}},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{},"grantedEntity":{"type":"structure","members":{"listing":{"type":"structure","required":["identifier","revision"],"members":{"identifier":{},"revision":{}}}},"union":true},"subscriptionTargetIdentifier":{}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S6c"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S6g"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"CreateSubscriptionRequest":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/subscription-requests","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","requestReason","subscribedListings","subscribedPrincipals"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"requestReason":{"shape":"Sm"},"subscribedListings":{"type":"list","member":{"type":"structure","required":["identifier"],"members":{"identifier":{}}}},"subscribedPrincipals":{"type":"list","member":{"type":"structure","members":{"project":{"type":"structure","members":{"identifier":{}}}},"union":true}}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"CreateSubscriptionTarget":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets","responseCode":200},"input":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","domainIdentifier","environmentIdentifier","manageAccessRole","name","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6u"},"authorizedPrincipals":{"shape":"S6v"},"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"manageAccessRole":{},"name":{"shape":"S6x"},"provider":{},"subscriptionTargetConfig":{"shape":"S6y"},"type":{}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6u"},"authorizedPrincipals":{"shape":"S6v"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6x"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6y"},"type":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"CreateUserProfile":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/user-profiles","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","userIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"userIdentifier":{},"userType":{}}},"output":{"type":"structure","members":{"details":{"shape":"S75"},"domainId":{},"id":{},"status":{},"type":{}}},"idempotent":true},"DeleteAsset":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteAssetType":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/asset-types/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}}},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"retainPermissionsOnRevokeFailure":{"location":"querystring","locationName":"retainPermissionsOnRevokeFailure","type":"boolean"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1x"},"configuration":{"shape":"S39"},"createdAt":{"shape":"S3i"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S3j"},"id":{},"lastRunAt":{"shape":"S3i"},"lastRunErrorMessage":{"shape":"S3j"},"lastRunStatus":{},"name":{"shape":"S32"},"projectId":{},"publishOnImport":{"type":"boolean"},"retainPermissionsOnRevokeFailure":{"type":"boolean"},"schedule":{"shape":"S34"},"selfGrantStatus":{"shape":"S7k"},"status":{},"type":{},"updatedAt":{"shape":"S3i"}}},"idempotent":true},"DeleteDomain":{"http":{"method":"DELETE","requestUri":"/v2/domains/{identifier}","responseCode":202},"input":{"type":"structure","required":["identifier"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"identifier":{"location":"uri","locationName":"identifier"},"skipDeletionCheck":{"location":"querystring","locationName":"skipDeletionCheck","type":"boolean"}}},"output":{"type":"structure","required":["status"],"members":{"status":{}}},"idempotent":true},"DeleteEnvironment":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environments/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"idempotent":true},"DeleteEnvironmentAction":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"idempotent":true},"DeleteEnvironmentBlueprintConfiguration":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","environmentBlueprintIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{"location":"uri","locationName":"environmentBlueprintIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteEnvironmentProfile":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environment-profiles/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"idempotent":true},"DeleteFormType":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/form-types/{formTypeIdentifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","formTypeIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"formTypeIdentifier":{"location":"uri","locationName":"formTypeIdentifier"}}},"output":{"type":"structure","members":{}}},"DeleteGlossary":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteGlossaryTerm":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/glossary-terms/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteListing":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/listings/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProject":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/projects/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"skipDeletionCheck":{"location":"querystring","locationName":"skipDeletionCheck","type":"boolean"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProjectMembership":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/deleteMembership","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","member","projectIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"member":{"shape":"S63"},"projectIdentifier":{"location":"uri","locationName":"projectIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSubscriptionGrant":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/subscription-grants/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S6c"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S6g"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"DeleteSubscriptionRequest":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}}},"DeleteSubscriptionTarget":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}}},"DeleteTimeSeriesDataPoints":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points","responseCode":204},"input":{"type":"structure","required":["domainIdentifier","entityIdentifier","entityType","formName"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"entityIdentifier":{"location":"uri","locationName":"entityIdentifier"},"entityType":{"location":"uri","locationName":"entityType"},"formName":{"location":"querystring","locationName":"formName"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DisassociateEnvironmentRole":{"http":{"method":"DELETE","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","environmentRoleArn"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"environmentRoleArn":{"location":"uri","locationName":"environmentRoleArn"}}},"output":{"type":"structure","members":{}}},"GetAsset":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["domainId","formsOutput","id","name","owningProjectId","revision","typeIdentifier","typeRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1k"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"formsOutput":{"shape":"S1x"},"glossaryTerms":{"shape":"S1q"},"id":{},"latestTimeSeriesDataPointFormsOutput":{"shape":"S20"},"listing":{"shape":"S26"},"name":{"shape":"S1s"},"owningProjectId":{},"readOnlyFormsOutput":{"shape":"S1x"},"revision":{},"typeIdentifier":{},"typeRevision":{}}}},"GetAssetType":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/asset-types/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["domainId","formsOutput","name","owningProjectId","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"formsOutput":{"shape":"S2e"},"name":{},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetDataSource":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1x"},"configuration":{"shape":"S39"},"createdAt":{"shape":"S3i"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S3j"},"id":{},"lastRunAssetCount":{"type":"integer"},"lastRunAt":{"shape":"S3i"},"lastRunErrorMessage":{"shape":"S3j"},"lastRunStatus":{},"name":{"shape":"S32"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S33"},"schedule":{"shape":"S34"},"selfGrantStatus":{"shape":"S7k"},"status":{},"type":{},"updatedAt":{"shape":"S3i"}}}},"GetDataSourceRun":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-source-runs/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","dataSourceId","domainId","id","projectId","status","type","updatedAt"],"members":{"createdAt":{"shape":"S3i"},"dataSourceConfigurationSnapshot":{},"dataSourceId":{},"domainId":{},"errorMessage":{"shape":"S3j"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S8t"},"startedAt":{"shape":"S3i"},"status":{},"stoppedAt":{"shape":"S3i"},"type":{},"updatedAt":{"shape":"S3i"}}}},"GetDomain":{"http":{"method":"GET","requestUri":"/v2/domains/{identifier}","responseCode":200},"input":{"type":"structure","required":["identifier"],"members":{"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainExecutionRole","id","status"],"members":{"arn":{},"createdAt":{"type":"timestamp"},"description":{},"domainExecutionRole":{},"id":{},"kmsKeyIdentifier":{},"lastUpdatedAt":{"type":"timestamp"},"name":{},"portalUrl":{},"singleSignOn":{"shape":"S3r"},"status":{},"tags":{"shape":"S3u"}}}},"GetEnvironment":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdBy","domainId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S46"},"createdBy":{},"deploymentProperties":{"shape":"S47"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S4a"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1q"},"id":{},"lastDeployment":{"shape":"S4g"},"name":{"shape":"S4m"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S4n"},"provisioningProperties":{"shape":"S4p"},"status":{},"updatedAt":{"shape":"S46"},"userParameters":{"shape":"S4s"}}}},"GetEnvironmentAction":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","parameters"],"members":{"description":{},"domainId":{},"environmentId":{},"id":{},"name":{},"parameters":{"shape":"S4w"}}}},"GetEnvironmentBlueprint":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprints/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["id","name","provider","provisioningProperties"],"members":{"createdAt":{"shape":"S46"},"deploymentProperties":{"shape":"S47"},"description":{"shape":"Sq"},"glossaryTerms":{"shape":"S1q"},"id":{},"name":{},"provider":{},"provisioningProperties":{"shape":"S4p"},"updatedAt":{"shape":"S46"},"userParameters":{"shape":"S4s"}}}},"GetEnvironmentBlueprintConfiguration":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentBlueprintIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{"location":"uri","locationName":"environmentBlueprintIdentifier"}}},"output":{"type":"structure","required":["domainId","environmentBlueprintId"],"members":{"createdAt":{"shape":"S46"},"domainId":{},"enabledRegions":{"shape":"S96"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S98"},"updatedAt":{"shape":"S46"}}}},"GetEnvironmentProfile":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-profiles/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S46"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S51"},"projectId":{},"updatedAt":{"shape":"S46"},"userParameters":{"shape":"S4s"}}}},"GetFormType":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/form-types/{formTypeIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","formTypeIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"formTypeIdentifier":{"location":"uri","locationName":"formTypeIdentifier"},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["domainId","model","name","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"imports":{"shape":"S9e"},"model":{"shape":"S54"},"name":{"shape":"S1z"},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"status":{}}}},"GetGlossary":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId","status"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"S59"},"domainId":{},"id":{},"name":{"shape":"S5a"},"owningProjectId":{},"status":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetGlossaryTerm":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/glossary-terms/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S5f"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5h"},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetGroupProfile":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/group-profiles/{groupIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","groupIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupIdentifier":{"location":"uri","locationName":"groupIdentifier"}}},"output":{"type":"structure","members":{"domainId":{},"groupName":{"shape":"S5o"},"id":{},"status":{}}}},"GetIamPortalLoginUrl":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/get-portal-login-url","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"}}},"output":{"type":"structure","required":["userProfileId"],"members":{"authCodeUrl":{},"userProfileId":{}}}},"GetListing":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/listings/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"listingRevision":{"location":"querystring","locationName":"listingRevision"}}},"output":{"type":"structure","required":["domainId","id","listingRevision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"id":{},"item":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"assetId":{},"assetRevision":{},"assetType":{},"createdAt":{"type":"timestamp"},"forms":{},"glossaryTerms":{"shape":"Sw"},"latestTimeSeriesDataPointForms":{"shape":"S20"},"owningProjectId":{}}}},"union":true},"listingRevision":{},"name":{},"status":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetMetadataGenerationRun":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["domainId","id","owningProjectId"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"owningProjectId":{},"status":{},"target":{"shape":"S9v"},"type":{}}}},"GetProject":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/projects/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S46"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S5y"},"glossaryTerms":{"shape":"S1q"},"id":{},"lastUpdatedAt":{"shape":"S46"},"name":{"shape":"S15"},"projectStatus":{}}}},"GetSubscription":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscriptions/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","status","subscribedListing","subscribedPrincipal","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"retainPermissions":{"type":"boolean"},"status":{},"subscribedListing":{"shape":"Sp"},"subscribedPrincipal":{"shape":"S13"},"subscriptionRequestId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetSubscriptionGrant":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscription-grants/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S6c"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S6g"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetSubscriptionRequestDetails":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetSubscriptionTarget":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6u"},"authorizedPrincipals":{"shape":"S6v"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6x"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6y"},"type":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"GetTimeSeriesDataPoint":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","entityIdentifier","entityType","formName","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"entityIdentifier":{"location":"uri","locationName":"entityIdentifier"},"entityType":{"location":"uri","locationName":"entityType"},"formName":{"location":"querystring","locationName":"formName"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","members":{"domainId":{},"entityId":{},"entityType":{},"form":{"shape":"Sae"},"formName":{}}}},"GetUserProfile":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/user-profiles/{userIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","userIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"type":{"location":"querystring","locationName":"type"},"userIdentifier":{"location":"uri","locationName":"userIdentifier"}}},"output":{"type":"structure","members":{"details":{"shape":"S75"},"domainId":{},"id":{},"status":{},"type":{}}}},"ListAssetRevisions":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/revisions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"revision":{}}}},"nextToken":{}}}},"ListDataSourceRunActivities":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-source-runs/{identifier}/activities","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","dataAssetStatus","dataSourceRunId","database","projectId","technicalName","updatedAt"],"members":{"createdAt":{"shape":"S3i"},"dataAssetId":{},"dataAssetStatus":{},"dataSourceRunId":{},"database":{"shape":"S32"},"errorMessage":{"shape":"S3j"},"projectId":{},"technicalDescription":{"shape":"Sq"},"technicalName":{"shape":"S32"},"updatedAt":{"shape":"S3i"}}}},"nextToken":{}}}},"ListDataSourceRuns":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{dataSourceIdentifier}/runs","responseCode":200},"input":{"type":"structure","required":["dataSourceIdentifier","domainIdentifier"],"members":{"dataSourceIdentifier":{"location":"uri","locationName":"dataSourceIdentifier"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","dataSourceId","id","projectId","status","type","updatedAt"],"members":{"createdAt":{"shape":"S3i"},"dataSourceId":{},"errorMessage":{"shape":"S3j"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S8t"},"startedAt":{"shape":"S3i"},"status":{},"stoppedAt":{"shape":"S3i"},"type":{},"updatedAt":{"shape":"S3i"}}}},"nextToken":{}}}},"ListDataSources":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/data-sources","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","projectIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"querystring","locationName":"environmentIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"shape":"S32","location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"},"projectIdentifier":{"location":"querystring","locationName":"projectIdentifier"},"status":{"location":"querystring","locationName":"status"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["dataSourceId","domainId","environmentId","name","status","type"],"members":{"createdAt":{"shape":"S3i"},"dataSourceId":{},"domainId":{},"enableSetting":{},"environmentId":{},"lastRunAssetCount":{"type":"integer"},"lastRunAt":{"shape":"S3i"},"lastRunErrorMessage":{"shape":"S3j"},"lastRunStatus":{},"name":{"shape":"S32"},"schedule":{"shape":"S34"},"status":{},"type":{},"updatedAt":{"shape":"S3i"}}}},"nextToken":{}}}},"ListDomains":{"http":{"method":"GET","requestUri":"/v2/domains","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["arn","createdAt","id","managedAccountId","name","status"],"members":{"arn":{},"createdAt":{"type":"timestamp"},"description":{"type":"string","sensitive":true},"id":{},"lastUpdatedAt":{"type":"timestamp"},"managedAccountId":{},"name":{"type":"string","sensitive":true},"portalUrl":{},"status":{}}}},"nextToken":{}}}},"ListEnvironmentActions":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["domainId","environmentId","id","name","parameters"],"members":{"description":{},"domainId":{},"environmentId":{},"id":{},"name":{},"parameters":{"shape":"S4w"}}}},"nextToken":{}}}},"ListEnvironmentBlueprintConfigurations":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["domainId","environmentBlueprintId"],"members":{"createdAt":{"shape":"S46"},"domainId":{},"enabledRegions":{"shape":"S96"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S98"},"updatedAt":{"shape":"S46"}}}},"nextToken":{}}}},"ListEnvironmentBlueprints":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprints","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"managed":{"location":"querystring","locationName":"managed","type":"boolean"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["id","name","provider","provisioningProperties"],"members":{"createdAt":{"shape":"S46"},"description":{"shape":"Sq"},"id":{},"name":{},"provider":{},"provisioningProperties":{"shape":"S4p"},"updatedAt":{"shape":"S46"}}}},"nextToken":{}}}},"ListEnvironmentProfiles":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environment-profiles","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"awsAccountId":{"location":"querystring","locationName":"awsAccountId"},"awsAccountRegion":{"location":"querystring","locationName":"awsAccountRegion"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{"location":"querystring","locationName":"environmentBlueprintIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"shape":"S51","location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"},"projectIdentifier":{"location":"querystring","locationName":"projectIdentifier"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S46"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S51"},"projectId":{},"updatedAt":{"shape":"S46"}}}},"nextToken":{}}}},"ListEnvironments":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","projectIdentifier"],"members":{"awsAccountId":{"location":"querystring","locationName":"awsAccountId"},"awsAccountRegion":{"location":"querystring","locationName":"awsAccountRegion"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentBlueprintIdentifier":{"location":"querystring","locationName":"environmentBlueprintIdentifier"},"environmentProfileIdentifier":{"location":"querystring","locationName":"environmentProfileIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"},"projectIdentifier":{"location":"querystring","locationName":"projectIdentifier"},"provider":{"location":"querystring","locationName":"provider"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdBy","domainId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S46"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentProfileId":{},"id":{},"name":{"shape":"S4m"},"projectId":{},"provider":{},"status":{},"updatedAt":{"shape":"S46"}}}},"nextToken":{}}}},"ListMetadataGenerationRuns":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["domainId","id","owningProjectId"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"owningProjectId":{},"status":{},"target":{"shape":"S9v"},"type":{}}}},"nextToken":{}}}},"ListNotifications":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/notifications","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","type"],"members":{"afterTimestamp":{"location":"querystring","locationName":"afterTimestamp","type":"timestamp"},"beforeTimestamp":{"location":"querystring","locationName":"beforeTimestamp","type":"timestamp"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"subjects":{"location":"querystring","locationName":"subjects","type":"list","member":{}},"taskStatus":{"location":"querystring","locationName":"taskStatus"},"type":{"location":"querystring","locationName":"type"}}},"output":{"type":"structure","members":{"nextToken":{},"notifications":{"type":"list","member":{"type":"structure","required":["actionLink","creationTimestamp","domainIdentifier","identifier","lastUpdatedTimestamp","message","title","topic","type"],"members":{"actionLink":{"type":"string","sensitive":true},"creationTimestamp":{"type":"timestamp"},"domainIdentifier":{},"identifier":{},"lastUpdatedTimestamp":{"type":"timestamp"},"message":{"type":"string","sensitive":true},"metadata":{"type":"map","key":{},"value":{}},"status":{},"title":{"type":"string","sensitive":true},"topic":{"type":"structure","required":["resource","role","subject"],"members":{"resource":{"type":"structure","required":["id","type"],"members":{"id":{},"name":{},"type":{}}},"role":{},"subject":{}}},"type":{}}}}}}},"ListProjectMemberships":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/memberships","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","projectIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"projectIdentifier":{"location":"uri","locationName":"projectIdentifier"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["designation","memberDetails"],"members":{"designation":{},"memberDetails":{"type":"structure","members":{"group":{"type":"structure","required":["groupId"],"members":{"groupId":{}}},"user":{"type":"structure","required":["userId"],"members":{"userId":{}}}},"union":true}}}},"nextToken":{}}}},"ListProjects":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/projects","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupIdentifier":{"location":"querystring","locationName":"groupIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"name":{"shape":"S15","location":"querystring","locationName":"name"},"nextToken":{"location":"querystring","locationName":"nextToken"},"userIdentifier":{"location":"querystring","locationName":"userIdentifier"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S46"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S5y"},"id":{},"name":{"shape":"S15"},"projectStatus":{},"updatedAt":{"shape":"S46"}}}},"nextToken":{}}}},"ListSubscriptionGrants":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscription-grants","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentId":{"location":"querystring","locationName":"environmentId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"},"subscribedListingId":{"location":"querystring","locationName":"subscribedListingId"},"subscriptionId":{"location":"querystring","locationName":"subscriptionId"},"subscriptionTargetId":{"location":"querystring","locationName":"subscriptionTargetId"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S6c"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S6g"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"nextToken":{}}}},"ListSubscriptionRequests":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"approverProjectId":{"location":"querystring","locationName":"approverProjectId"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"owningProjectId":{"location":"querystring","locationName":"owningProjectId"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"},"status":{"location":"querystring","locationName":"status"},"subscribedListingId":{"location":"querystring","locationName":"subscribedListingId"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"nextToken":{}}}},"ListSubscriptionTargets":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6u"},"authorizedPrincipals":{"shape":"S6v"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6x"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6y"},"type":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"nextToken":{}}}},"ListSubscriptions":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/subscriptions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"approverProjectId":{"location":"querystring","locationName":"approverProjectId"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"owningProjectId":{"location":"querystring","locationName":"owningProjectId"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"},"status":{"location":"querystring","locationName":"status"},"subscribedListingId":{"location":"querystring","locationName":"subscribedListingId"},"subscriptionRequestIdentifier":{"location":"querystring","locationName":"subscriptionRequestIdentifier"}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","domainId","id","status","subscribedListing","subscribedPrincipal","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"retainPermissions":{"type":"boolean"},"status":{},"subscribedListing":{"shape":"Sp"},"subscribedPrincipal":{"shape":"S13"},"subscriptionRequestId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S3u"}}}},"ListTimeSeriesDataPoints":{"http":{"method":"GET","requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","entityIdentifier","entityType","formName"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"endedAt":{"location":"querystring","locationName":"endedAt","type":"timestamp"},"entityIdentifier":{"location":"uri","locationName":"entityIdentifier"},"entityType":{"location":"uri","locationName":"entityType"},"formName":{"location":"querystring","locationName":"formName"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"startedAt":{"location":"querystring","locationName":"startedAt","type":"timestamp"}}},"output":{"type":"structure","members":{"items":{"shape":"S20"},"nextToken":{}}}},"PostTimeSeriesDataPoints":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points","responseCode":201},"input":{"type":"structure","required":["domainIdentifier","entityIdentifier","entityType","forms"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"entityIdentifier":{"location":"uri","locationName":"entityIdentifier"},"entityType":{"location":"uri","locationName":"entityType"},"forms":{"type":"list","member":{"type":"structure","required":["formName","timestamp","typeIdentifier"],"members":{"content":{},"formName":{},"timestamp":{"type":"timestamp"},"typeIdentifier":{},"typeRevision":{}}}}}},"output":{"type":"structure","members":{"domainId":{},"entityId":{},"entityType":{},"forms":{"type":"list","member":{"shape":"Sae"}}}},"idempotent":true},"PutEnvironmentBlueprintConfiguration":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","enabledRegions","environmentBlueprintIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enabledRegions":{"shape":"S96"},"environmentBlueprintIdentifier":{"location":"uri","locationName":"environmentBlueprintIdentifier"},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S98"}}},"output":{"type":"structure","required":["domainId","environmentBlueprintId"],"members":{"createdAt":{"shape":"S46"},"domainId":{},"enabledRegions":{"shape":"S96"},"environmentBlueprintId":{},"manageAccessRoleArn":{},"provisioningRoleArn":{},"regionalParameters":{"shape":"S98"},"updatedAt":{"shape":"S46"}}},"idempotent":true},"RejectPredictions":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/reject-predictions","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"rejectChoices":{"type":"list","member":{"type":"structure","required":["predictionTarget"],"members":{"predictionChoices":{"type":"list","member":{"type":"integer"}},"predictionTarget":{}}}},"rejectRule":{"type":"structure","members":{"rule":{},"threshold":{"type":"float"}}},"revision":{"location":"querystring","locationName":"revision"}}},"output":{"type":"structure","required":["assetId","assetRevision","domainId"],"members":{"assetId":{},"assetRevision":{},"domainId":{}}},"idempotent":true},"RejectSubscriptionRequest":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/reject","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"decisionComment":{"shape":"Sh"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"RevokeSubscription":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/subscriptions/{identifier}/revoke","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"retainPermissions":{"type":"boolean"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","status","subscribedListing","subscribedPrincipal","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"retainPermissions":{"type":"boolean"},"status":{},"subscribedListing":{"shape":"Sp"},"subscribedPrincipal":{"shape":"S13"},"subscriptionRequestId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"Search":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/search","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","searchScope"],"members":{"additionalAttributes":{"shape":"Sdy"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Se0"},"maxResults":{"type":"integer"},"nextToken":{},"owningProjectIdentifier":{},"searchIn":{"shape":"Se5"},"searchScope":{},"searchText":{},"sort":{"shape":"Se9"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"assetItem":{"type":"structure","required":["domainId","identifier","name","owningProjectId","typeIdentifier","typeRevision"],"members":{"additionalAttributes":{"type":"structure","members":{"formsOutput":{"shape":"S1x"},"latestTimeSeriesDataPointFormsOutput":{"shape":"S20"},"readOnlyFormsOutput":{"shape":"S1x"}}},"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"externalIdentifier":{"shape":"S1k"},"firstRevisionCreatedAt":{"type":"timestamp"},"firstRevisionCreatedBy":{},"glossaryTerms":{"shape":"S1q"},"identifier":{},"name":{"shape":"S1s"},"owningProjectId":{},"typeIdentifier":{},"typeRevision":{}}},"dataProductItem":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"dataProductItems":{"type":"list","member":{"type":"structure","members":{"domainId":{},"itemId":{}}}},"description":{"type":"string","sensitive":true},"domainId":{},"glossaryTerms":{"shape":"S1q"},"id":{},"name":{"type":"string","sensitive":true},"owningProjectId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"glossaryItem":{"type":"structure","required":["domainId","id","name","owningProjectId","status"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"S59"},"domainId":{},"id":{},"name":{"shape":"S5a"},"owningProjectId":{},"status":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"glossaryTermItem":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S5f"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5h"},"updatedAt":{"type":"timestamp"},"updatedBy":{}}}},"union":true}},"nextToken":{},"totalMatchCount":{"type":"integer"}}}},"SearchGroupProfiles":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/search-group-profiles","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","groupType"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupType":{},"maxResults":{"type":"integer"},"nextToken":{},"searchText":{"type":"string","sensitive":true}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"domainId":{},"groupName":{"shape":"S5o"},"id":{},"status":{}}}},"nextToken":{}}}},"SearchListings":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/listings/search","responseCode":200},"input":{"type":"structure","required":["domainIdentifier"],"members":{"additionalAttributes":{"shape":"Sdy"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Se0"},"maxResults":{"type":"integer"},"nextToken":{},"searchIn":{"shape":"Se5"},"searchText":{},"sort":{"shape":"Se9"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"additionalAttributes":{"type":"structure","members":{"forms":{},"latestTimeSeriesDataPointForms":{"shape":"S20"}}},"createdAt":{"type":"timestamp"},"description":{"shape":"Sq"},"entityId":{},"entityRevision":{},"entityType":{},"glossaryTerms":{"shape":"Sw"},"listingCreatedBy":{},"listingId":{},"listingRevision":{},"listingUpdatedBy":{},"name":{"shape":"S1s"},"owningProjectId":{}}}},"union":true}},"nextToken":{},"totalMatchCount":{"type":"integer"}}}},"SearchTypes":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/types-search","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","managed","searchScope"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"filters":{"shape":"Se0"},"managed":{"type":"boolean"},"maxResults":{"type":"integer"},"nextToken":{},"searchIn":{"shape":"Se5"},"searchScope":{},"searchText":{},"sort":{"shape":"Se9"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"assetTypeItem":{"type":"structure","required":["domainId","formsOutput","name","owningProjectId","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"formsOutput":{"shape":"S2e"},"name":{},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"formTypeItem":{"type":"structure","required":["domainId","name","revision"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"imports":{"shape":"S9e"},"model":{"shape":"S54"},"name":{"shape":"S1z"},"originDomainId":{},"originProjectId":{},"owningProjectId":{},"revision":{},"status":{}}}},"union":true}},"nextToken":{},"totalMatchCount":{"type":"integer"}}}},"SearchUserProfiles":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/search-user-profiles","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","userType"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"maxResults":{"type":"integer"},"nextToken":{},"searchText":{"type":"string","sensitive":true},"userType":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"details":{"shape":"S75"},"domainId":{},"id":{},"status":{},"type":{}}}},"nextToken":{}}}},"StartDataSourceRun":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/data-sources/{dataSourceIdentifier}/runs","responseCode":200},"input":{"type":"structure","required":["dataSourceIdentifier","domainIdentifier"],"members":{"clientToken":{"idempotencyToken":true},"dataSourceIdentifier":{"location":"uri","locationName":"dataSourceIdentifier"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"}}},"output":{"type":"structure","required":["createdAt","dataSourceId","domainId","id","projectId","status","type","updatedAt"],"members":{"createdAt":{"shape":"S3i"},"dataSourceConfigurationSnapshot":{},"dataSourceId":{},"domainId":{},"errorMessage":{"shape":"S3j"},"id":{},"projectId":{},"runStatisticsForAssets":{"shape":"S8t"},"startedAt":{"shape":"S3i"},"status":{},"stoppedAt":{"shape":"S3i"},"type":{},"updatedAt":{"shape":"S3i"}}},"idempotent":true},"StartMetadataGenerationRun":{"http":{"requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","owningProjectIdentifier","target","type"],"members":{"clientToken":{"idempotencyToken":true},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"owningProjectIdentifier":{},"target":{"shape":"S9v"},"type":{}}},"output":{"type":"structure","required":["domainId","id"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"id":{},"owningProjectId":{},"status":{},"type":{}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S3u"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/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},"UpdateDataSource":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"assetFormsInput":{"shape":"S1l"},"configuration":{"shape":"S2h"},"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"enableSetting":{},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S32"},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S33"},"retainPermissionsOnRevokeFailure":{"type":"boolean"},"schedule":{"shape":"S34"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","projectId"],"members":{"assetFormsOutput":{"shape":"S1x"},"configuration":{"shape":"S39"},"createdAt":{"shape":"S3i"},"description":{"shape":"Sq"},"domainId":{},"enableSetting":{},"environmentId":{},"errorMessage":{"shape":"S3j"},"id":{},"lastRunAt":{"shape":"S3i"},"lastRunErrorMessage":{"shape":"S3j"},"lastRunStatus":{},"name":{"shape":"S32"},"projectId":{},"publishOnImport":{"type":"boolean"},"recommendation":{"shape":"S33"},"retainPermissionsOnRevokeFailure":{"type":"boolean"},"schedule":{"shape":"S34"},"selfGrantStatus":{"shape":"S7k"},"status":{},"type":{},"updatedAt":{"shape":"S3i"}}},"idempotent":true},"UpdateDomain":{"http":{"method":"PUT","requestUri":"/v2/domains/{identifier}","responseCode":200},"input":{"type":"structure","required":["identifier"],"members":{"clientToken":{"idempotencyToken":true,"location":"querystring","locationName":"clientToken"},"description":{},"domainExecutionRole":{},"identifier":{"location":"uri","locationName":"identifier"},"name":{},"singleSignOn":{"shape":"S3r"}}},"output":{"type":"structure","required":["id"],"members":{"description":{},"domainExecutionRole":{},"id":{},"lastUpdatedAt":{"type":"timestamp"},"name":{},"singleSignOn":{"shape":"S3r"}}},"idempotent":true},"UpdateEnvironment":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/environments/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryTerms":{"shape":"S1q"},"identifier":{"location":"uri","locationName":"identifier"},"name":{}}},"output":{"type":"structure","required":["createdBy","domainId","name","projectId","provider"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S46"},"createdBy":{},"deploymentProperties":{"shape":"S47"},"description":{"shape":"Sq"},"domainId":{},"environmentActions":{"shape":"S4a"},"environmentBlueprintId":{},"environmentProfileId":{},"glossaryTerms":{"shape":"S1q"},"id":{},"lastDeployment":{"shape":"S4g"},"name":{"shape":"S4m"},"projectId":{},"provider":{},"provisionedResources":{"shape":"S4n"},"provisioningProperties":{"shape":"S4p"},"status":{},"updatedAt":{"shape":"S46"},"userParameters":{"shape":"S4s"}}}},"UpdateEnvironmentAction":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{},"parameters":{"shape":"S4w"}}},"output":{"type":"structure","required":["domainId","environmentId","id","name","parameters"],"members":{"description":{},"domainId":{},"environmentId":{},"id":{},"name":{},"parameters":{"shape":"S4w"}}}},"UpdateEnvironmentProfile":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/environment-profiles/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"awsAccountId":{},"awsAccountRegion":{},"description":{},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S51"},"userParameters":{"shape":"S41"}}},"output":{"type":"structure","required":["createdBy","domainId","environmentBlueprintId","id","name"],"members":{"awsAccountId":{},"awsAccountRegion":{},"createdAt":{"shape":"S46"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"environmentBlueprintId":{},"id":{},"name":{"shape":"S51"},"projectId":{},"updatedAt":{"shape":"S46"},"userParameters":{"shape":"S4s"}}}},"UpdateGlossary":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"clientToken":{"idempotencyToken":true},"description":{"shape":"S59"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S5a"},"status":{}}},"output":{"type":"structure","required":["domainId","id","name","owningProjectId"],"members":{"description":{"shape":"S59"},"domainId":{},"id":{},"name":{"shape":"S5a"},"owningProjectId":{},"status":{}}},"idempotent":true},"UpdateGlossaryTerm":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/glossary-terms/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryIdentifier":{},"identifier":{"location":"uri","locationName":"identifier"},"longDescription":{"shape":"S5f"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5h"}}},"output":{"type":"structure","required":["domainId","glossaryId","id","name","status"],"members":{"domainId":{},"glossaryId":{},"id":{},"longDescription":{"shape":"S5f"},"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"},"status":{},"termRelations":{"shape":"S5h"}}},"idempotent":true},"UpdateGroupProfile":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/group-profiles/{groupIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","groupIdentifier","status"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"groupIdentifier":{"location":"uri","locationName":"groupIdentifier"},"status":{}}},"output":{"type":"structure","members":{"domainId":{},"groupName":{"shape":"S5o"},"id":{},"status":{}}}},"UpdateProject":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/projects/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier"],"members":{"description":{"shape":"Sq"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"glossaryTerms":{"shape":"S1q"},"identifier":{"location":"uri","locationName":"identifier"},"name":{"shape":"S15"}}},"output":{"type":"structure","required":["createdBy","domainId","id","name"],"members":{"createdAt":{"shape":"S46"},"createdBy":{},"description":{"shape":"Sq"},"domainId":{},"failureReasons":{"shape":"S5y"},"glossaryTerms":{"shape":"S1q"},"id":{},"lastUpdatedAt":{"shape":"S46"},"name":{"shape":"S15"},"projectStatus":{}}},"idempotent":true},"UpdateSubscriptionGrantStatus":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/subscription-grants/{identifier}/status/{assetIdentifier}","responseCode":200},"input":{"type":"structure","required":["assetIdentifier","domainIdentifier","identifier","status"],"members":{"assetIdentifier":{"location":"uri","locationName":"assetIdentifier"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"failureCause":{"shape":"S6e"},"identifier":{"location":"uri","locationName":"identifier"},"status":{},"targetName":{}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","grantedEntity","id","status","subscriptionTargetId","updatedAt"],"members":{"assets":{"shape":"S6c"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"grantedEntity":{"shape":"S6g"},"id":{},"status":{},"subscriptionId":{},"subscriptionTargetId":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"UpdateSubscriptionRequest":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","identifier","requestReason"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"requestReason":{"shape":"Sm"}}},"output":{"type":"structure","required":["createdAt","createdBy","domainId","id","requestReason","status","subscribedListings","subscribedPrincipals","updatedAt"],"members":{"createdAt":{"type":"timestamp"},"createdBy":{},"decisionComment":{"shape":"Sh"},"domainId":{},"id":{},"requestReason":{"shape":"Sm"},"reviewerId":{},"status":{},"subscribedListings":{"type":"list","member":{"shape":"Sp"}},"subscribedPrincipals":{"type":"list","member":{"shape":"S13"}},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"UpdateSubscriptionTarget":{"http":{"method":"PATCH","requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","environmentIdentifier","identifier"],"members":{"applicableAssetTypes":{"shape":"S6u"},"authorizedPrincipals":{"shape":"S6v"},"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"environmentIdentifier":{"location":"uri","locationName":"environmentIdentifier"},"identifier":{"location":"uri","locationName":"identifier"},"manageAccessRole":{},"name":{"shape":"S6x"},"provider":{},"subscriptionTargetConfig":{"shape":"S6y"}}},"output":{"type":"structure","required":["applicableAssetTypes","authorizedPrincipals","createdAt","createdBy","domainId","environmentId","id","manageAccessRole","name","projectId","provider","subscriptionTargetConfig","type"],"members":{"applicableAssetTypes":{"shape":"S6u"},"authorizedPrincipals":{"shape":"S6v"},"createdAt":{"type":"timestamp"},"createdBy":{},"domainId":{},"environmentId":{},"id":{},"manageAccessRole":{},"name":{"shape":"S6x"},"projectId":{},"provider":{},"subscriptionTargetConfig":{"shape":"S6y"},"type":{},"updatedAt":{"type":"timestamp"},"updatedBy":{}}},"idempotent":true},"UpdateUserProfile":{"http":{"method":"PUT","requestUri":"/v2/domains/{domainIdentifier}/user-profiles/{userIdentifier}","responseCode":200},"input":{"type":"structure","required":["domainIdentifier","status","userIdentifier"],"members":{"domainIdentifier":{"location":"uri","locationName":"domainIdentifier"},"status":{},"type":{},"userIdentifier":{"location":"uri","locationName":"userIdentifier"}}},"output":{"type":"structure","members":{"details":{"shape":"S75"},"domainId":{},"id":{},"status":{},"type":{}}}}},"shapes":{"Sh":{"type":"string","sensitive":true},"Sm":{"type":"string","sensitive":true},"Sp":{"type":"structure","required":["description","id","item","name","ownerProjectId"],"members":{"description":{"shape":"Sq"},"id":{},"item":{"type":"structure","members":{"assetListing":{"type":"structure","members":{"entityId":{},"entityRevision":{},"entityType":{},"forms":{},"glossaryTerms":{"shape":"Sw"}}}},"union":true},"name":{},"ownerProjectId":{},"ownerProjectName":{},"revision":{}}},"Sq":{"type":"string","sensitive":true},"Sw":{"type":"list","member":{"type":"structure","members":{"name":{"shape":"Sy"},"shortDescription":{"shape":"Sz"}}}},"Sy":{"type":"string","sensitive":true},"Sz":{"type":"string","sensitive":true},"S13":{"type":"structure","members":{"project":{"type":"structure","members":{"id":{},"name":{"shape":"S15"}}}},"union":true},"S15":{"type":"string","sensitive":true},"S1k":{"type":"string","sensitive":true},"S1l":{"type":"list","member":{"type":"structure","required":["formName"],"members":{"content":{},"formName":{},"typeIdentifier":{},"typeRevision":{}},"sensitive":true},"sensitive":true},"S1q":{"type":"list","member":{}},"S1s":{"type":"string","sensitive":true},"S1t":{"type":"structure","members":{"businessNameGeneration":{"type":"structure","members":{"enabled":{"type":"boolean"}}}}},"S1x":{"type":"list","member":{"type":"structure","required":["formName"],"members":{"content":{},"formName":{},"typeName":{"shape":"S1z"},"typeRevision":{}}}},"S1z":{"type":"string","sensitive":true},"S20":{"type":"list","member":{"type":"structure","required":["formName","timestamp","typeIdentifier"],"members":{"contentSummary":{},"formName":{},"id":{},"timestamp":{"type":"timestamp"},"typeIdentifier":{},"typeRevision":{}}}},"S26":{"type":"structure","required":["listingId","listingStatus"],"members":{"listingId":{},"listingStatus":{}}},"S2e":{"type":"map","key":{},"value":{"type":"structure","required":["typeName","typeRevision"],"members":{"required":{"type":"boolean"},"typeName":{"shape":"S1z"},"typeRevision":{}}}},"S2h":{"type":"structure","members":{"glueRunConfiguration":{"type":"structure","required":["relationalFilterConfigurations"],"members":{"autoImportDataQualityResult":{"type":"boolean"},"dataAccessRole":{},"relationalFilterConfigurations":{"shape":"S2k"}}},"redshiftRunConfiguration":{"type":"structure","required":["redshiftCredentialConfiguration","redshiftStorage","relationalFilterConfigurations"],"members":{"dataAccessRole":{},"redshiftCredentialConfiguration":{"shape":"S2u"},"redshiftStorage":{"shape":"S2w"},"relationalFilterConfigurations":{"shape":"S2k"}}}},"union":true},"S2k":{"type":"list","member":{"type":"structure","required":["databaseName"],"members":{"databaseName":{},"filterExpressions":{"type":"list","member":{"type":"structure","required":["expression","type"],"members":{"expression":{},"type":{}}}},"schemaName":{}}}},"S2u":{"type":"structure","required":["secretManagerArn"],"members":{"secretManagerArn":{}}},"S2w":{"type":"structure","members":{"redshiftClusterSource":{"type":"structure","required":["clusterName"],"members":{"clusterName":{}}},"redshiftServerlessSource":{"type":"structure","required":["workgroupName"],"members":{"workgroupName":{}}}},"union":true},"S32":{"type":"string","sensitive":true},"S33":{"type":"structure","members":{"enableBusinessNameGeneration":{"type":"boolean"}}},"S34":{"type":"structure","members":{"schedule":{},"timezone":{}},"sensitive":true},"S39":{"type":"structure","members":{"glueRunConfiguration":{"type":"structure","required":["relationalFilterConfigurations"],"members":{"accountId":{},"autoImportDataQualityResult":{"type":"boolean"},"dataAccessRole":{},"region":{},"relationalFilterConfigurations":{"shape":"S2k"}}},"redshiftRunConfiguration":{"type":"structure","required":["redshiftCredentialConfiguration","redshiftStorage","relationalFilterConfigurations"],"members":{"accountId":{},"dataAccessRole":{},"redshiftCredentialConfiguration":{"shape":"S2u"},"redshiftStorage":{"shape":"S2w"},"region":{},"relationalFilterConfigurations":{"shape":"S2k"}}}},"union":true},"S3i":{"type":"timestamp","timestampFormat":"iso8601"},"S3j":{"type":"structure","required":["errorType"],"members":{"errorDetail":{},"errorType":{}}},"S3r":{"type":"structure","members":{"type":{},"userAssignment":{}}},"S3u":{"type":"map","key":{},"value":{}},"S41":{"type":"list","member":{"type":"structure","members":{"name":{},"value":{}}}},"S46":{"type":"timestamp","timestampFormat":"iso8601"},"S47":{"type":"structure","members":{"endTimeoutMinutes":{"type":"integer"},"startTimeoutMinutes":{"type":"integer"}}},"S4a":{"type":"list","member":{"type":"structure","required":["parameters","type"],"members":{"auth":{},"parameters":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{}}}},"type":{}}}},"S4g":{"type":"structure","members":{"deploymentId":{},"deploymentStatus":{},"deploymentType":{},"failureReason":{"type":"structure","required":["message"],"members":{"code":{},"message":{}}},"isDeploymentComplete":{"type":"boolean"},"messages":{"type":"list","member":{}}}},"S4m":{"type":"string","sensitive":true},"S4n":{"type":"list","member":{"type":"structure","required":["type","value"],"members":{"name":{},"provider":{},"type":{},"value":{}}}},"S4p":{"type":"structure","members":{"cloudFormation":{"type":"structure","required":["templateUrl"],"members":{"templateUrl":{}}}},"union":true},"S4s":{"type":"list","member":{"type":"structure","required":["fieldType","keyName"],"members":{"defaultValue":{},"description":{"shape":"Sq"},"fieldType":{},"isEditable":{"type":"boolean"},"isOptional":{"type":"boolean"},"keyName":{}}}},"S4w":{"type":"structure","members":{"awsConsoleLink":{"type":"structure","members":{"uri":{}}}},"union":true},"S51":{"type":"string","sensitive":true},"S54":{"type":"structure","members":{"smithy":{}},"sensitive":true,"union":true},"S59":{"type":"string","sensitive":true},"S5a":{"type":"string","sensitive":true},"S5f":{"type":"string","sensitive":true},"S5h":{"type":"structure","members":{"classifies":{"type":"list","member":{}},"isA":{"type":"list","member":{}}}},"S5o":{"type":"string","sensitive":true},"S5y":{"type":"list","member":{"type":"structure","members":{"code":{},"message":{}}}},"S63":{"type":"structure","members":{"groupIdentifier":{},"userIdentifier":{}},"union":true},"S6c":{"type":"list","member":{"type":"structure","required":["assetId","assetRevision","status"],"members":{"assetId":{},"assetRevision":{},"failureCause":{"shape":"S6e"},"failureTimestamp":{"type":"timestamp"},"grantedTimestamp":{"type":"timestamp"},"status":{},"targetName":{}}}},"S6e":{"type":"structure","members":{"message":{}}},"S6g":{"type":"structure","members":{"listing":{"type":"structure","required":["id","revision"],"members":{"id":{},"revision":{}}}},"union":true},"S6u":{"type":"list","member":{}},"S6v":{"type":"list","member":{}},"S6x":{"type":"string","sensitive":true},"S6y":{"type":"list","member":{"type":"structure","required":["content","formName"],"members":{"content":{},"formName":{}}}},"S75":{"type":"structure","members":{"iam":{"type":"structure","members":{"arn":{}}},"sso":{"type":"structure","members":{"firstName":{"type":"string","sensitive":true},"lastName":{"type":"string","sensitive":true},"username":{"type":"string","sensitive":true}}}},"union":true},"S7k":{"type":"structure","members":{"glueSelfGrantStatus":{"type":"structure","required":["selfGrantStatusDetails"],"members":{"selfGrantStatusDetails":{"shape":"S7m"}}},"redshiftSelfGrantStatus":{"type":"structure","required":["selfGrantStatusDetails"],"members":{"selfGrantStatusDetails":{"shape":"S7m"}}}},"union":true},"S7m":{"type":"list","member":{"type":"structure","required":["databaseName","status"],"members":{"databaseName":{},"failureCause":{},"schemaName":{},"status":{}}}},"S8t":{"type":"structure","members":{"added":{"type":"integer"},"failed":{"type":"integer"},"skipped":{"type":"integer"},"unchanged":{"type":"integer"},"updated":{"type":"integer"}}},"S96":{"type":"list","member":{}},"S98":{"type":"map","key":{},"value":{"type":"map","key":{},"value":{}}},"S9e":{"type":"list","member":{"type":"structure","required":["name","revision"],"members":{"name":{"shape":"S1z"},"revision":{}}}},"S9v":{"type":"structure","required":["identifier","type"],"members":{"identifier":{},"revision":{},"type":{}}},"Sae":{"type":"structure","required":["formName","timestamp","typeIdentifier"],"members":{"content":{},"formName":{},"id":{},"timestamp":{"type":"timestamp"},"typeIdentifier":{},"typeRevision":{}}},"Sdy":{"type":"list","member":{}},"Se0":{"type":"structure","members":{"and":{"shape":"Se1"},"filter":{"type":"structure","required":["attribute","value"],"members":{"attribute":{},"value":{}}},"or":{"shape":"Se1"}},"union":true},"Se1":{"type":"list","member":{"shape":"Se0"}},"Se5":{"type":"list","member":{"type":"structure","required":["attribute"],"members":{"attribute":{}}}},"Se9":{"type":"structure","required":["attribute"],"members":{"attribute":{},"order":{}}}}}
|
64853
64862
|
|
64854
64863
|
/***/ }),
|
64855
64864
|
/* 1342 */
|
64856
64865
|
/***/ (function(module, exports) {
|
64857
64866
|
|
64858
|
-
module.exports = {"pagination":{"ListAssetRevisions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDataSourceRunActivities":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDataSourceRuns":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDataSources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDomains":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEnvironmentBlueprintConfigurations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEnvironmentBlueprints":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEnvironmentProfiles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEnvironments":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListMetadataGenerationRuns":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListNotifications":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"notifications"},"ListProjectMemberships":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"members"},"ListProjects":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSubscriptionGrants":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSubscriptionRequests":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSubscriptionTargets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSubscriptions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListTimeSeriesDataPoints":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"Search":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"SearchGroupProfiles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"SearchListings":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"SearchTypes":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"SearchUserProfiles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"}}}
|
64867
|
+
module.exports = {"pagination":{"ListAssetRevisions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDataSourceRunActivities":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDataSourceRuns":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDataSources":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListDomains":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEnvironmentActions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEnvironmentBlueprintConfigurations":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEnvironmentBlueprints":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEnvironmentProfiles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListEnvironments":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListMetadataGenerationRuns":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListNotifications":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"notifications"},"ListProjectMemberships":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"members"},"ListProjects":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSubscriptionGrants":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSubscriptionRequests":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSubscriptionTargets":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSubscriptions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListTimeSeriesDataPoints":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"Search":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"SearchGroupProfiles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"SearchListings":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"SearchTypes":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"SearchUserProfiles":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"}}}
|
64859
64868
|
|
64860
64869
|
/***/ }),
|
64861
64870
|
/* 1343 */
|