@aws-sdk/client-route-53-domains 3.34.0 → 3.37.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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/Route53Domains.js +1 -5
- package/{dist/cjs → dist-cjs}/Route53DomainsClient.js +8 -17
- package/dist-cjs/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js +36 -0
- package/dist-cjs/commands/CancelDomainTransferToAnotherAwsAccountCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CheckDomainAvailabilityCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CheckDomainTransferabilityCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteTagsForDomainCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DisableDomainAutoRenewCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DisableDomainTransferLockCommand.js +2 -32
- package/dist-cjs/commands/EnableDomainAutoRenewCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/EnableDomainTransferLockCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetContactReachabilityStatusCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetDomainDetailCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetDomainSuggestionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetOperationDetailCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListDomainsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListOperationsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListTagsForDomainCommand.js +2 -28
- package/dist-cjs/commands/RegisterDomainCommand.js +36 -0
- package/dist-cjs/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RenewDomainCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/ResendContactReachabilityEmailCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/RetrieveDomainAuthCodeCommand.js +2 -27
- package/dist-cjs/commands/TransferDomainCommand.js +36 -0
- package/dist-cjs/commands/TransferDomainToAnotherAwsAccountCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateDomainContactCommand.js +2 -30
- package/dist-cjs/commands/UpdateDomainContactPrivacyCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateDomainNameserversCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/UpdateTagsForDomainCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ViewBillingCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -214
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListDomainsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListOperationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/Route53Domains.js +1 -2
- package/{dist/es → dist-es}/Route53DomainsClient.js +1 -2
- package/{dist/es → dist-es}/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CancelDomainTransferToAnotherAwsAccountCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CheckDomainAvailabilityCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CheckDomainTransferabilityCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteTagsForDomainCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisableDomainAutoRenewCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisableDomainTransferLockCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EnableDomainAutoRenewCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EnableDomainTransferLockCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetContactReachabilityStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetDomainDetailCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetDomainSuggestionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetOperationDetailCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListDomainsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListOperationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForDomainCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RegisterDomainCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RenewDomainCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ResendContactReachabilityEmailCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RetrieveDomainAuthCodeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TransferDomainCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TransferDomainToAnotherAwsAccountCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateDomainContactCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateDomainContactPrivacyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateDomainNameserversCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateTagsForDomainCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ViewBillingCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListDomainsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListOperationsPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/Route53Domains.d.ts +2 -2
- package/{dist/types → dist-types}/Route53DomainsClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CheckDomainAvailabilityCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CheckDomainTransferabilityCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteTagsForDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DisableDomainAutoRenewCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DisableDomainTransferLockCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/EnableDomainAutoRenewCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/EnableDomainTransferLockCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetContactReachabilityStatusCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetDomainDetailCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetDomainSuggestionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetOperationDetailCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListDomainsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListOperationsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListTagsForDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RegisterDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RenewDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ResendContactReachabilityEmailCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RetrieveDomainAuthCodeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TransferDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateDomainContactCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateDomainContactPrivacyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateDomainNameserversCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateTagsForDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ViewBillingCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDomainsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListOperationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Route53Domains.d.ts +145 -0
- package/{dist/types → dist-types}/ts3.4/Route53DomainsClient.d.ts +32 -97
- package/dist-types/ts3.4/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CheckDomainAvailabilityCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CheckDomainTransferabilityCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/DeleteTagsForDomainCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DisableDomainAutoRenewCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/DisableDomainTransferLockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableDomainAutoRenewCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableDomainTransferLockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContactReachabilityStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDomainDetailCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetDomainSuggestionsCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/GetOperationDetailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RenewDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResendContactReachabilityEmailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RetrieveDomainAuthCodeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TransferDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDomainContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDomainContactPrivacyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDomainNameserversCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTagsForDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ViewBillingCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +902 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDomainsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListOperationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/Route53Domains.ts +0 -1191
- package/Route53DomainsClient.ts +0 -376
- package/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts +0 -119
- package/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts +0 -124
- package/commands/CheckDomainAvailabilityCommand.ts +0 -95
- package/commands/CheckDomainTransferabilityCommand.ts +0 -97
- package/commands/DeleteTagsForDomainCommand.ts +0 -95
- package/commands/DisableDomainAutoRenewCommand.ts +0 -94
- package/commands/DisableDomainTransferLockCommand.ts +0 -102
- package/commands/EnableDomainAutoRenewCommand.ts +0 -99
- package/commands/EnableDomainTransferLockCommand.ts +0 -96
- package/commands/GetContactReachabilityStatusCommand.ts +0 -101
- package/commands/GetDomainDetailCommand.ts +0 -95
- package/commands/GetDomainSuggestionsCommand.ts +0 -94
- package/commands/GetOperationDetailCommand.ts +0 -94
- package/commands/ListDomainsCommand.ts +0 -94
- package/commands/ListOperationsCommand.ts +0 -95
- package/commands/ListTagsForDomainCommand.ts +0 -95
- package/commands/RegisterDomainCommand.ts +0 -119
- package/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts +0 -119
- package/commands/RenewDomainCommand.ts +0 -98
- package/commands/ResendContactReachabilityEmailCommand.ts +0 -103
- package/commands/RetrieveDomainAuthCodeCommand.ts +0 -94
- package/commands/TransferDomainCommand.ts +0 -127
- package/commands/TransferDomainToAnotherAwsAccountCommand.ts +0 -139
- package/commands/UpdateDomainContactCommand.ts +0 -97
- package/commands/UpdateDomainContactPrivacyCommand.ts +0 -111
- package/commands/UpdateDomainNameserversCommand.ts +0 -97
- package/commands/UpdateTagsForDomainCommand.ts +0 -95
- package/commands/ViewBillingCommand.ts +0 -94
- package/dist/cjs/Route53Domains.js.map +0 -1
- package/dist/cjs/Route53DomainsClient.js.map +0 -1
- package/dist/cjs/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js +0 -71
- package/dist/cjs/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js.map +0 -1
- package/dist/cjs/commands/CancelDomainTransferToAnotherAwsAccountCommand.js +0 -76
- package/dist/cjs/commands/CancelDomainTransferToAnotherAwsAccountCommand.js.map +0 -1
- package/dist/cjs/commands/CheckDomainAvailabilityCommand.js.map +0 -1
- package/dist/cjs/commands/CheckDomainTransferabilityCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagsForDomainCommand.js.map +0 -1
- package/dist/cjs/commands/DisableDomainAutoRenewCommand.js.map +0 -1
- package/dist/cjs/commands/DisableDomainTransferLockCommand.js.map +0 -1
- package/dist/cjs/commands/EnableDomainAutoRenewCommand.js +0 -66
- package/dist/cjs/commands/EnableDomainAutoRenewCommand.js.map +0 -1
- package/dist/cjs/commands/EnableDomainTransferLockCommand.js.map +0 -1
- package/dist/cjs/commands/GetContactReachabilityStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetDomainDetailCommand.js.map +0 -1
- package/dist/cjs/commands/GetDomainSuggestionsCommand.js.map +0 -1
- package/dist/cjs/commands/GetOperationDetailCommand.js.map +0 -1
- package/dist/cjs/commands/ListDomainsCommand.js.map +0 -1
- package/dist/cjs/commands/ListOperationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForDomainCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterDomainCommand.js +0 -86
- package/dist/cjs/commands/RegisterDomainCommand.js.map +0 -1
- package/dist/cjs/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js +0 -71
- package/dist/cjs/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js.map +0 -1
- package/dist/cjs/commands/RenewDomainCommand.js.map +0 -1
- package/dist/cjs/commands/ResendContactReachabilityEmailCommand.js.map +0 -1
- package/dist/cjs/commands/RetrieveDomainAuthCodeCommand.js.map +0 -1
- package/dist/cjs/commands/TransferDomainCommand.js +0 -94
- package/dist/cjs/commands/TransferDomainCommand.js.map +0 -1
- package/dist/cjs/commands/TransferDomainToAnotherAwsAccountCommand.js +0 -95
- package/dist/cjs/commands/TransferDomainToAnotherAwsAccountCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDomainContactCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDomainContactPrivacyCommand.js +0 -75
- package/dist/cjs/commands/UpdateDomainContactPrivacyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDomainNameserversCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTagsForDomainCommand.js.map +0 -1
- package/dist/cjs/commands/ViewBillingCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListDomainsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOperationsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Route53Domains.js.map +0 -1
- package/dist/es/Route53DomainsClient.js.map +0 -1
- package/dist/es/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js.map +0 -1
- package/dist/es/commands/CancelDomainTransferToAnotherAwsAccountCommand.js.map +0 -1
- package/dist/es/commands/CheckDomainAvailabilityCommand.js.map +0 -1
- package/dist/es/commands/CheckDomainTransferabilityCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagsForDomainCommand.js.map +0 -1
- package/dist/es/commands/DisableDomainAutoRenewCommand.js.map +0 -1
- package/dist/es/commands/DisableDomainTransferLockCommand.js.map +0 -1
- package/dist/es/commands/EnableDomainAutoRenewCommand.js.map +0 -1
- package/dist/es/commands/EnableDomainTransferLockCommand.js.map +0 -1
- package/dist/es/commands/GetContactReachabilityStatusCommand.js.map +0 -1
- package/dist/es/commands/GetDomainDetailCommand.js.map +0 -1
- package/dist/es/commands/GetDomainSuggestionsCommand.js.map +0 -1
- package/dist/es/commands/GetOperationDetailCommand.js.map +0 -1
- package/dist/es/commands/ListDomainsCommand.js.map +0 -1
- package/dist/es/commands/ListOperationsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForDomainCommand.js.map +0 -1
- package/dist/es/commands/RegisterDomainCommand.js.map +0 -1
- package/dist/es/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js.map +0 -1
- package/dist/es/commands/RenewDomainCommand.js.map +0 -1
- package/dist/es/commands/ResendContactReachabilityEmailCommand.js.map +0 -1
- package/dist/es/commands/RetrieveDomainAuthCodeCommand.js.map +0 -1
- package/dist/es/commands/TransferDomainCommand.js.map +0 -1
- package/dist/es/commands/TransferDomainToAnotherAwsAccountCommand.js.map +0 -1
- package/dist/es/commands/UpdateDomainContactCommand.js.map +0 -1
- package/dist/es/commands/UpdateDomainContactPrivacyCommand.js.map +0 -1
- package/dist/es/commands/UpdateDomainNameserversCommand.js.map +0 -1
- package/dist/es/commands/UpdateTagsForDomainCommand.js.map +0 -1
- package/dist/es/commands/ViewBillingCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -35
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListDomainsPaginator.js.map +0 -1
- package/dist/es/pagination/ListOperationsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/Route53Domains.d.ts +0 -375
- package/dist/types/ts3.4/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/CheckDomainAvailabilityCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTagsForDomainCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisableDomainTransferLockCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/EnableDomainAutoRenewCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/EnableDomainTransferLockCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetContactReachabilityStatusCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetDomainDetailCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetOperationDetailCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDomainsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListOperationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListTagsForDomainCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RegisterDomainCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/RenewDomainCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ResendContactReachabilityEmailCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RetrieveDomainAuthCodeCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TransferDomainCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/UpdateDomainContactCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UpdateDomainContactPrivacyCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/UpdateDomainNameserversCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UpdateTagsForDomainCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ViewBillingCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2675
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3319
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListDomainsPaginator.ts +0 -54
- package/pagination/ListOperationsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -3633
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
34
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
35
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
47
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
7
54
|
|
|
8
55
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Route53Domains = void 0;
|
|
4
|
-
const Route53DomainsClient_1 = require("./Route53DomainsClient");
|
|
5
4
|
const AcceptDomainTransferFromAnotherAwsAccountCommand_1 = require("./commands/AcceptDomainTransferFromAnotherAwsAccountCommand");
|
|
6
5
|
const CancelDomainTransferToAnotherAwsAccountCommand_1 = require("./commands/CancelDomainTransferToAnotherAwsAccountCommand");
|
|
7
6
|
const CheckDomainAvailabilityCommand_1 = require("./commands/CheckDomainAvailabilityCommand");
|
|
@@ -30,9 +29,7 @@ const UpdateDomainContactPrivacyCommand_1 = require("./commands/UpdateDomainCont
|
|
|
30
29
|
const UpdateDomainNameserversCommand_1 = require("./commands/UpdateDomainNameserversCommand");
|
|
31
30
|
const UpdateTagsForDomainCommand_1 = require("./commands/UpdateTagsForDomainCommand");
|
|
32
31
|
const ViewBillingCommand_1 = require("./commands/ViewBillingCommand");
|
|
33
|
-
|
|
34
|
-
* <p>Amazon Route 53 API actions let you register domain names and perform related operations.</p>
|
|
35
|
-
*/
|
|
32
|
+
const Route53DomainsClient_1 = require("./Route53DomainsClient");
|
|
36
33
|
class Route53Domains extends Route53DomainsClient_1.Route53DomainsClient {
|
|
37
34
|
acceptDomainTransferFromAnotherAwsAccount(args, optionsOrCb, cb) {
|
|
38
35
|
const command = new AcceptDomainTransferFromAnotherAwsAccountCommand_1.AcceptDomainTransferFromAnotherAwsAccountCommand(args);
|
|
@@ -428,4 +425,3 @@ class Route53Domains extends Route53DomainsClient_1.Route53DomainsClient {
|
|
|
428
425
|
}
|
|
429
426
|
}
|
|
430
427
|
exports.Route53Domains = Route53Domains;
|
|
431
|
-
//# sourceMappingURL=Route53Domains.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Route53DomainsClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,18 +9,16 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
13
|
-
|
|
14
|
-
* <p>Amazon Route 53 API actions let you register domain names and perform related operations.</p>
|
|
15
|
-
*/
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
16
13
|
class Route53DomainsClient extends smithy_client_1.Client {
|
|
17
14
|
constructor(configuration) {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
15
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
16
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
17
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
18
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
19
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
20
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
21
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
25
22
|
super(_config_6);
|
|
26
23
|
this.config = _config_6;
|
|
27
24
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -31,14 +28,8 @@ class Route53DomainsClient extends smithy_client_1.Client {
|
|
|
31
28
|
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
32
29
|
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
33
30
|
}
|
|
34
|
-
/**
|
|
35
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
36
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
37
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
38
|
-
*/
|
|
39
31
|
destroy() {
|
|
40
32
|
super.destroy();
|
|
41
33
|
}
|
|
42
34
|
}
|
|
43
35
|
exports.Route53DomainsClient = Route53DomainsClient;
|
|
44
|
-
//# sourceMappingURL=Route53DomainsClient.js.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AcceptDomainTransferFromAnotherAwsAccountCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class AcceptDomainTransferFromAnotherAwsAccountCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "Route53DomainsClient";
|
|
18
|
+
const commandName = "AcceptDomainTransferFromAnotherAwsAccountCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.AcceptDomainTransferFromAnotherAwsAccountRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.AcceptDomainTransferFromAnotherAwsAccountResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1AcceptDomainTransferFromAnotherAwsAccountCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1AcceptDomainTransferFromAnotherAwsAccountCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.AcceptDomainTransferFromAnotherAwsAccountCommand = AcceptDomainTransferFromAnotherAwsAccountCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CancelDomainTransferToAnotherAwsAccountCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class CancelDomainTransferToAnotherAwsAccountCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "Route53DomainsClient";
|
|
18
|
+
const commandName = "CancelDomainTransferToAnotherAwsAccountCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CancelDomainTransferToAnotherAwsAccountRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CancelDomainTransferToAnotherAwsAccountResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1CancelDomainTransferToAnotherAwsAccountCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1CancelDomainTransferToAnotherAwsAccountCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CancelDomainTransferToAnotherAwsAccountCommand = CancelDomainTransferToAnotherAwsAccountCommand;
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CheckDomainAvailabilityCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* submit another request to determine the availability of the domain name.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { Route53DomainsClient, CheckDomainAvailabilityCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
|
|
15
|
-
* // const { Route53DomainsClient, CheckDomainAvailabilityCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
|
|
16
|
-
* const client = new Route53DomainsClient(config);
|
|
17
|
-
* const command = new CheckDomainAvailabilityCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CheckDomainAvailabilityCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CheckDomainAvailabilityCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
26
8
|
class CheckDomainAvailabilityCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class CheckDomainAvailabilityCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.CheckDomainAvailabilityCommand = CheckDomainAvailabilityCommand;
|
|
62
|
-
//# sourceMappingURL=CheckDomainAvailabilityCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CheckDomainTransferabilityCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { Route53DomainsClient, CheckDomainTransferabilityCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
|
|
14
|
-
* // const { Route53DomainsClient, CheckDomainTransferabilityCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
|
|
15
|
-
* const client = new Route53DomainsClient(config);
|
|
16
|
-
* const command = new CheckDomainTransferabilityCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link CheckDomainTransferabilityCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link CheckDomainTransferabilityCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class CheckDomainTransferabilityCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class CheckDomainTransferabilityCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.CheckDomainTransferabilityCommand = CheckDomainTransferabilityCommand;
|
|
61
|
-
//# sourceMappingURL=CheckDomainTransferabilityCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteTagsForDomainCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* <p>All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { Route53DomainsClient, DeleteTagsForDomainCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
|
|
15
|
-
* // const { Route53DomainsClient, DeleteTagsForDomainCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
|
|
16
|
-
* const client = new Route53DomainsClient(config);
|
|
17
|
-
* const command = new DeleteTagsForDomainCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteTagsForDomainCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteTagsForDomainCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
26
8
|
class DeleteTagsForDomainCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DeleteTagsForDomainCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DeleteTagsForDomainCommand = DeleteTagsForDomainCommand;
|
|
62
|
-
//# sourceMappingURL=DeleteTagsForDomainCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisableDomainAutoRenewCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { Route53DomainsClient, DisableDomainAutoRenewCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
|
|
14
|
-
* // const { Route53DomainsClient, DisableDomainAutoRenewCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
|
|
15
|
-
* const client = new Route53DomainsClient(config);
|
|
16
|
-
* const command = new DisableDomainAutoRenewCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DisableDomainAutoRenewCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DisableDomainAutoRenewCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class DisableDomainAutoRenewCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DisableDomainAutoRenewCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DisableDomainAutoRenewCommand = DisableDomainAutoRenewCommand;
|
|
61
|
-
//# sourceMappingURL=DisableDomainAutoRenewCommand.js.map
|
|
@@ -1,44 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisableDomainTransferLockCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* <code>clientTransferProhibited</code> status) to allow domain transfers. We recommend
|
|
11
|
-
* you refrain from performing this action unless you intend to transfer the domain to a
|
|
12
|
-
* different registrar. Successful submission returns an operation ID that you can use to track
|
|
13
|
-
* the progress and completion of the action. If the request is not completed successfully, the
|
|
14
|
-
* domain registrant will be notified by email.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { Route53DomainsClient, DisableDomainTransferLockCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
|
|
19
|
-
* // const { Route53DomainsClient, DisableDomainTransferLockCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
|
|
20
|
-
* const client = new Route53DomainsClient(config);
|
|
21
|
-
* const command = new DisableDomainTransferLockCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DisableDomainTransferLockCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DisableDomainTransferLockCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
30
8
|
class DisableDomainTransferLockCommand extends smithy_client_1.Command {
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
9
|
constructor(input) {
|
|
34
|
-
// Start section: command_constructor
|
|
35
10
|
super();
|
|
36
11
|
this.input = input;
|
|
37
|
-
// End section: command_constructor
|
|
38
12
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
43
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +34,3 @@ class DisableDomainTransferLockCommand extends smithy_client_1.Command {
|
|
|
63
34
|
}
|
|
64
35
|
}
|
|
65
36
|
exports.DisableDomainTransferLockCommand = DisableDomainTransferLockCommand;
|
|
66
|
-
//# sourceMappingURL=DisableDomainTransferLockCommand.js.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EnableDomainAutoRenewCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class EnableDomainAutoRenewCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "Route53DomainsClient";
|
|
18
|
+
const commandName = "EnableDomainAutoRenewCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.EnableDomainAutoRenewRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.EnableDomainAutoRenewResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1EnableDomainAutoRenewCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1EnableDomainAutoRenewCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.EnableDomainAutoRenewCommand = EnableDomainAutoRenewCommand;
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EnableDomainTransferLockCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* to prevent domain transfers. Successful submission returns an operation ID that you can use to track the progress and
|
|
11
|
-
* completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { Route53DomainsClient, EnableDomainTransferLockCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
|
|
16
|
-
* // const { Route53DomainsClient, EnableDomainTransferLockCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
|
|
17
|
-
* const client = new Route53DomainsClient(config);
|
|
18
|
-
* const command = new EnableDomainTransferLockCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link EnableDomainTransferLockCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link EnableDomainTransferLockCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
27
8
|
class EnableDomainTransferLockCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class EnableDomainTransferLockCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.EnableDomainTransferLockCommand = EnableDomainTransferLockCommand;
|
|
63
|
-
//# sourceMappingURL=EnableDomainTransferLockCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetContactReachabilityStatusCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* such as registering a new domain, this operation returns information about whether the registrant contact has responded.</p>
|
|
11
|
-
* <p>If you want us to resend the email, use the <code>ResendContactReachabilityEmail</code> operation.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { Route53DomainsClient, GetContactReachabilityStatusCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
|
|
16
|
-
* // const { Route53DomainsClient, GetContactReachabilityStatusCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
|
|
17
|
-
* const client = new Route53DomainsClient(config);
|
|
18
|
-
* const command = new GetContactReachabilityStatusCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link GetContactReachabilityStatusCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link GetContactReachabilityStatusCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
27
8
|
class GetContactReachabilityStatusCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class GetContactReachabilityStatusCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.GetContactReachabilityStatusCommand = GetContactReachabilityStatusCommand;
|
|
63
|
-
//# sourceMappingURL=GetContactReachabilityStatusCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetDomainDetailCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* Contact information for the domain is also returned as part of the output.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { Route53DomainsClient, GetDomainDetailCommand } from "@aws-sdk/client-route-53-domains"; // ES Modules import
|
|
15
|
-
* // const { Route53DomainsClient, GetDomainDetailCommand } = require("@aws-sdk/client-route-53-domains"); // CommonJS import
|
|
16
|
-
* const client = new Route53DomainsClient(config);
|
|
17
|
-
* const command = new GetDomainDetailCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetDomainDetailCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetDomainDetailCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53DomainsClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
26
8
|
class GetDomainDetailCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class GetDomainDetailCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.GetDomainDetailCommand = GetDomainDetailCommand;
|
|
62
|
-
//# sourceMappingURL=GetDomainDetailCommand.js.map
|