@aws-sdk/client-route-53-domains 3.496.0 → 3.499.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/dist-cjs/index.js +38 -37
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -3228,79 +3228,80 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3228
3228
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3229
3229
|
|
|
3230
3230
|
0 && (module.exports = {
|
|
3231
|
+
Route53DomainsServiceException,
|
|
3232
|
+
__Client,
|
|
3233
|
+
Route53DomainsClient,
|
|
3234
|
+
Route53Domains,
|
|
3235
|
+
$Command,
|
|
3231
3236
|
AcceptDomainTransferFromAnotherAwsAccountCommand,
|
|
3232
|
-
AcceptDomainTransferFromAnotherAwsAccountRequestFilterSensitiveLog,
|
|
3233
3237
|
AssociateDelegationSignerToDomainCommand,
|
|
3234
3238
|
CancelDomainTransferToAnotherAwsAccountCommand,
|
|
3235
3239
|
CheckDomainAvailabilityCommand,
|
|
3236
3240
|
CheckDomainTransferabilityCommand,
|
|
3237
|
-
CheckDomainTransferabilityRequestFilterSensitiveLog,
|
|
3238
|
-
ContactDetailFilterSensitiveLog,
|
|
3239
|
-
ContactType,
|
|
3240
|
-
CountryCode,
|
|
3241
3241
|
DeleteDomainCommand,
|
|
3242
3242
|
DeleteTagsForDomainCommand,
|
|
3243
3243
|
DisableDomainAutoRenewCommand,
|
|
3244
3244
|
DisableDomainTransferLockCommand,
|
|
3245
3245
|
DisassociateDelegationSignerFromDomainCommand,
|
|
3246
|
-
DnssecLimitExceeded,
|
|
3247
|
-
DomainAvailability,
|
|
3248
|
-
DomainLimitExceeded,
|
|
3249
|
-
DuplicateRequest,
|
|
3250
3246
|
EnableDomainAutoRenewCommand,
|
|
3251
3247
|
EnableDomainTransferLockCommand,
|
|
3252
|
-
ExtraParamFilterSensitiveLog,
|
|
3253
|
-
ExtraParamName,
|
|
3254
3248
|
GetContactReachabilityStatusCommand,
|
|
3255
3249
|
GetDomainDetailCommand,
|
|
3256
|
-
GetDomainDetailResponseFilterSensitiveLog,
|
|
3257
3250
|
GetDomainSuggestionsCommand,
|
|
3258
3251
|
GetOperationDetailCommand,
|
|
3259
|
-
InvalidInput,
|
|
3260
|
-
ListDomainsAttributeName,
|
|
3261
3252
|
ListDomainsCommand,
|
|
3262
3253
|
ListOperationsCommand,
|
|
3263
|
-
ListOperationsSortAttributeName,
|
|
3264
3254
|
ListPricesCommand,
|
|
3265
3255
|
ListTagsForDomainCommand,
|
|
3266
|
-
OperationLimitExceeded,
|
|
3267
|
-
OperationStatus,
|
|
3268
|
-
OperationType,
|
|
3269
|
-
Operator,
|
|
3270
3256
|
PushDomainCommand,
|
|
3271
|
-
ReachabilityStatus,
|
|
3272
3257
|
RegisterDomainCommand,
|
|
3273
|
-
RegisterDomainRequestFilterSensitiveLog,
|
|
3274
3258
|
RejectDomainTransferFromAnotherAwsAccountCommand,
|
|
3275
3259
|
RenewDomainCommand,
|
|
3276
3260
|
ResendContactReachabilityEmailCommand,
|
|
3277
|
-
ResendContactReachabilityEmailResponseFilterSensitiveLog,
|
|
3278
3261
|
ResendOperationAuthorizationCommand,
|
|
3279
3262
|
RetrieveDomainAuthCodeCommand,
|
|
3280
|
-
RetrieveDomainAuthCodeResponseFilterSensitiveLog,
|
|
3281
|
-
Route53Domains,
|
|
3282
|
-
Route53DomainsClient,
|
|
3283
|
-
Route53DomainsServiceException,
|
|
3284
|
-
SortOrder,
|
|
3285
|
-
StatusFlag,
|
|
3286
|
-
TLDRulesViolation,
|
|
3287
3263
|
TransferDomainCommand,
|
|
3288
|
-
TransferDomainRequestFilterSensitiveLog,
|
|
3289
3264
|
TransferDomainToAnotherAwsAccountCommand,
|
|
3290
|
-
TransferDomainToAnotherAwsAccountResponseFilterSensitiveLog,
|
|
3291
|
-
Transferable,
|
|
3292
|
-
UnsupportedTLD,
|
|
3293
3265
|
UpdateDomainContactCommand,
|
|
3294
3266
|
UpdateDomainContactPrivacyCommand,
|
|
3295
|
-
UpdateDomainContactRequestFilterSensitiveLog,
|
|
3296
3267
|
UpdateDomainNameserversCommand,
|
|
3297
|
-
UpdateDomainNameserversRequestFilterSensitiveLog,
|
|
3298
3268
|
UpdateTagsForDomainCommand,
|
|
3299
3269
|
ViewBillingCommand,
|
|
3300
|
-
__Client,
|
|
3301
3270
|
paginateListDomains,
|
|
3302
3271
|
paginateListOperations,
|
|
3303
3272
|
paginateListPrices,
|
|
3304
|
-
paginateViewBilling
|
|
3273
|
+
paginateViewBilling,
|
|
3274
|
+
DomainLimitExceeded,
|
|
3275
|
+
InvalidInput,
|
|
3276
|
+
OperationLimitExceeded,
|
|
3277
|
+
UnsupportedTLD,
|
|
3278
|
+
DnssecLimitExceeded,
|
|
3279
|
+
DuplicateRequest,
|
|
3280
|
+
TLDRulesViolation,
|
|
3281
|
+
OperationType,
|
|
3282
|
+
DomainAvailability,
|
|
3283
|
+
Transferable,
|
|
3284
|
+
ContactType,
|
|
3285
|
+
CountryCode,
|
|
3286
|
+
ExtraParamName,
|
|
3287
|
+
ListDomainsAttributeName,
|
|
3288
|
+
Operator,
|
|
3289
|
+
ReachabilityStatus,
|
|
3290
|
+
OperationStatus,
|
|
3291
|
+
StatusFlag,
|
|
3292
|
+
SortOrder,
|
|
3293
|
+
ListOperationsSortAttributeName,
|
|
3294
|
+
AcceptDomainTransferFromAnotherAwsAccountRequestFilterSensitiveLog,
|
|
3295
|
+
CheckDomainTransferabilityRequestFilterSensitiveLog,
|
|
3296
|
+
ExtraParamFilterSensitiveLog,
|
|
3297
|
+
ContactDetailFilterSensitiveLog,
|
|
3298
|
+
GetDomainDetailResponseFilterSensitiveLog,
|
|
3299
|
+
RegisterDomainRequestFilterSensitiveLog,
|
|
3300
|
+
ResendContactReachabilityEmailResponseFilterSensitiveLog,
|
|
3301
|
+
RetrieveDomainAuthCodeResponseFilterSensitiveLog,
|
|
3302
|
+
TransferDomainRequestFilterSensitiveLog,
|
|
3303
|
+
TransferDomainToAnotherAwsAccountResponseFilterSensitiveLog,
|
|
3304
|
+
UpdateDomainContactRequestFilterSensitiveLog,
|
|
3305
|
+
UpdateDomainNameserversRequestFilterSensitiveLog
|
|
3305
3306
|
});
|
|
3306
3307
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53-domains",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53-domains",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|