@aws-sdk/client-route-53 3.495.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 +90 -87
- package/package.json +42 -42
package/dist-cjs/index.js
CHANGED
|
@@ -9425,25 +9425,18 @@ var waitUntilResourceRecordSetsChanged = /* @__PURE__ */ __name(async (params, i
|
|
|
9425
9425
|
// src/index.ts
|
|
9426
9426
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
9427
9427
|
// Annotate the CommonJS export names for ESM import in node:
|
|
9428
|
+
|
|
9428
9429
|
0 && (module.exports = {
|
|
9429
|
-
|
|
9430
|
+
Route53ServiceException,
|
|
9431
|
+
__Client,
|
|
9432
|
+
Route53Client,
|
|
9433
|
+
Route53,
|
|
9434
|
+
$Command,
|
|
9430
9435
|
ActivateKeySigningKeyCommand,
|
|
9431
9436
|
AssociateVPCWithHostedZoneCommand,
|
|
9432
|
-
ChangeAction,
|
|
9433
9437
|
ChangeCidrCollectionCommand,
|
|
9434
9438
|
ChangeResourceRecordSetsCommand,
|
|
9435
|
-
ChangeStatus,
|
|
9436
9439
|
ChangeTagsForResourceCommand,
|
|
9437
|
-
CidrBlockInUseException,
|
|
9438
|
-
CidrCollectionAlreadyExistsException,
|
|
9439
|
-
CidrCollectionChangeAction,
|
|
9440
|
-
CidrCollectionInUseException,
|
|
9441
|
-
CidrCollectionVersionMismatchException,
|
|
9442
|
-
CloudWatchRegion,
|
|
9443
|
-
ComparisonOperator,
|
|
9444
|
-
ConcurrentModification,
|
|
9445
|
-
ConflictingDomainExists,
|
|
9446
|
-
ConflictingTypes,
|
|
9447
9440
|
CreateCidrCollectionCommand,
|
|
9448
9441
|
CreateHealthCheckCommand,
|
|
9449
9442
|
CreateHostedZoneCommand,
|
|
@@ -9454,13 +9447,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9454
9447
|
CreateTrafficPolicyInstanceCommand,
|
|
9455
9448
|
CreateTrafficPolicyVersionCommand,
|
|
9456
9449
|
CreateVPCAssociationAuthorizationCommand,
|
|
9457
|
-
DNSSECNotFound,
|
|
9458
9450
|
DeactivateKeySigningKeyCommand,
|
|
9459
|
-
DelegationSetAlreadyCreated,
|
|
9460
|
-
DelegationSetAlreadyReusable,
|
|
9461
|
-
DelegationSetInUse,
|
|
9462
|
-
DelegationSetNotAvailable,
|
|
9463
|
-
DelegationSetNotReusable,
|
|
9464
9451
|
DeleteCidrCollectionCommand,
|
|
9465
9452
|
DeleteHealthCheckCommand,
|
|
9466
9453
|
DeleteHostedZoneCommand,
|
|
@@ -9491,38 +9478,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9491
9478
|
GetTrafficPolicyCommand,
|
|
9492
9479
|
GetTrafficPolicyInstanceCommand,
|
|
9493
9480
|
GetTrafficPolicyInstanceCountCommand,
|
|
9494
|
-
HealthCheckAlreadyExists,
|
|
9495
|
-
HealthCheckInUse,
|
|
9496
|
-
HealthCheckRegion,
|
|
9497
|
-
HealthCheckType,
|
|
9498
|
-
HealthCheckVersionMismatch,
|
|
9499
|
-
HostedZoneAlreadyExists,
|
|
9500
|
-
HostedZoneLimitType,
|
|
9501
|
-
HostedZoneNotEmpty,
|
|
9502
|
-
HostedZoneNotFound,
|
|
9503
|
-
HostedZoneNotPrivate,
|
|
9504
|
-
HostedZonePartiallyDelegated,
|
|
9505
|
-
HostedZoneType,
|
|
9506
|
-
IncompatibleVersion,
|
|
9507
|
-
InsufficientCloudWatchLogsResourcePolicy,
|
|
9508
|
-
InsufficientDataHealthStatus,
|
|
9509
|
-
InvalidArgument,
|
|
9510
|
-
InvalidChangeBatch,
|
|
9511
|
-
InvalidDomainName,
|
|
9512
|
-
InvalidInput,
|
|
9513
|
-
InvalidKMSArn,
|
|
9514
|
-
InvalidKeySigningKeyName,
|
|
9515
|
-
InvalidKeySigningKeyStatus,
|
|
9516
|
-
InvalidPaginationToken,
|
|
9517
|
-
InvalidSigningStatus,
|
|
9518
|
-
InvalidTrafficPolicyDocument,
|
|
9519
|
-
InvalidVPCId,
|
|
9520
|
-
KeySigningKeyAlreadyExists,
|
|
9521
|
-
KeySigningKeyInParentDSRecord,
|
|
9522
|
-
KeySigningKeyInUse,
|
|
9523
|
-
KeySigningKeyWithActiveStatusNotFound,
|
|
9524
|
-
LastVPCAssociation,
|
|
9525
|
-
LimitsExceeded,
|
|
9526
9481
|
ListCidrBlocksCommand,
|
|
9527
9482
|
ListCidrCollectionsCommand,
|
|
9528
9483
|
ListCidrLocationsCommand,
|
|
@@ -9542,58 +9497,106 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9542
9497
|
ListTrafficPolicyInstancesCommand,
|
|
9543
9498
|
ListTrafficPolicyVersionsCommand,
|
|
9544
9499
|
ListVPCAssociationAuthorizationsCommand,
|
|
9545
|
-
|
|
9546
|
-
|
|
9547
|
-
|
|
9548
|
-
|
|
9549
|
-
|
|
9550
|
-
|
|
9551
|
-
|
|
9552
|
-
|
|
9500
|
+
TestDNSAnswerCommand,
|
|
9501
|
+
UpdateHealthCheckCommand,
|
|
9502
|
+
UpdateHostedZoneCommentCommand,
|
|
9503
|
+
UpdateTrafficPolicyCommentCommand,
|
|
9504
|
+
UpdateTrafficPolicyInstanceCommand,
|
|
9505
|
+
paginateListCidrBlocks,
|
|
9506
|
+
paginateListCidrCollections,
|
|
9507
|
+
paginateListCidrLocations,
|
|
9508
|
+
paginateListHealthChecks,
|
|
9509
|
+
paginateListHostedZones,
|
|
9510
|
+
paginateListQueryLoggingConfigs,
|
|
9511
|
+
waitForResourceRecordSetsChanged,
|
|
9512
|
+
waitUntilResourceRecordSetsChanged,
|
|
9513
|
+
AccountLimitType,
|
|
9514
|
+
ChangeStatus,
|
|
9515
|
+
ConcurrentModification,
|
|
9516
|
+
InvalidInput,
|
|
9517
|
+
InvalidKeySigningKeyStatus,
|
|
9518
|
+
InvalidKMSArn,
|
|
9519
|
+
InvalidSigningStatus,
|
|
9553
9520
|
NoSuchKeySigningKey,
|
|
9554
|
-
|
|
9555
|
-
|
|
9556
|
-
|
|
9521
|
+
CloudWatchRegion,
|
|
9522
|
+
VPCRegion,
|
|
9523
|
+
ConflictingDomainExists,
|
|
9524
|
+
InvalidVPCId,
|
|
9525
|
+
LimitsExceeded,
|
|
9526
|
+
NoSuchHostedZone,
|
|
9557
9527
|
NotAuthorizedException,
|
|
9558
9528
|
PriorRequestNotComplete,
|
|
9559
9529
|
PublicZoneVPCAssociation,
|
|
9560
|
-
|
|
9561
|
-
|
|
9562
|
-
|
|
9530
|
+
CidrCollectionChangeAction,
|
|
9531
|
+
CidrBlockInUseException,
|
|
9532
|
+
CidrCollectionVersionMismatchException,
|
|
9533
|
+
NoSuchCidrCollectionException,
|
|
9534
|
+
ChangeAction,
|
|
9563
9535
|
ResourceRecordSetFailover,
|
|
9564
9536
|
ResourceRecordSetRegion,
|
|
9565
|
-
|
|
9566
|
-
|
|
9567
|
-
|
|
9568
|
-
Route53ServiceException,
|
|
9569
|
-
Statistic,
|
|
9537
|
+
RRType,
|
|
9538
|
+
InvalidChangeBatch,
|
|
9539
|
+
NoSuchHealthCheck,
|
|
9570
9540
|
TagResourceType,
|
|
9571
|
-
TestDNSAnswerCommand,
|
|
9572
9541
|
ThrottlingException,
|
|
9542
|
+
CidrCollectionAlreadyExistsException,
|
|
9543
|
+
InsufficientDataHealthStatus,
|
|
9544
|
+
HealthCheckRegion,
|
|
9545
|
+
HealthCheckType,
|
|
9546
|
+
ComparisonOperator,
|
|
9547
|
+
Statistic,
|
|
9548
|
+
HealthCheckAlreadyExists,
|
|
9573
9549
|
TooManyHealthChecks,
|
|
9550
|
+
DelegationSetNotAvailable,
|
|
9551
|
+
DelegationSetNotReusable,
|
|
9552
|
+
HostedZoneAlreadyExists,
|
|
9553
|
+
InvalidDomainName,
|
|
9554
|
+
NoSuchDelegationSet,
|
|
9574
9555
|
TooManyHostedZones,
|
|
9556
|
+
InvalidArgument,
|
|
9557
|
+
InvalidKeySigningKeyName,
|
|
9558
|
+
KeySigningKeyAlreadyExists,
|
|
9575
9559
|
TooManyKeySigningKeys,
|
|
9560
|
+
InsufficientCloudWatchLogsResourcePolicy,
|
|
9561
|
+
NoSuchCloudWatchLogsLogGroup,
|
|
9562
|
+
QueryLoggingConfigAlreadyExists,
|
|
9563
|
+
DelegationSetAlreadyCreated,
|
|
9564
|
+
DelegationSetAlreadyReusable,
|
|
9565
|
+
HostedZoneNotFound,
|
|
9566
|
+
InvalidTrafficPolicyDocument,
|
|
9576
9567
|
TooManyTrafficPolicies,
|
|
9568
|
+
TrafficPolicyAlreadyExists,
|
|
9569
|
+
NoSuchTrafficPolicy,
|
|
9577
9570
|
TooManyTrafficPolicyInstances,
|
|
9571
|
+
TrafficPolicyInstanceAlreadyExists,
|
|
9578
9572
|
TooManyTrafficPolicyVersionsForCurrentPolicy,
|
|
9579
9573
|
TooManyVPCAssociationAuthorizations,
|
|
9580
|
-
|
|
9574
|
+
KeySigningKeyInParentDSRecord,
|
|
9575
|
+
KeySigningKeyInUse,
|
|
9576
|
+
CidrCollectionInUseException,
|
|
9577
|
+
HealthCheckInUse,
|
|
9578
|
+
HostedZoneNotEmpty,
|
|
9579
|
+
NoSuchQueryLoggingConfig,
|
|
9580
|
+
DelegationSetInUse,
|
|
9581
9581
|
TrafficPolicyInUse,
|
|
9582
|
-
|
|
9583
|
-
UpdateHealthCheckCommand,
|
|
9584
|
-
UpdateHostedZoneCommentCommand,
|
|
9585
|
-
UpdateTrafficPolicyCommentCommand,
|
|
9586
|
-
UpdateTrafficPolicyInstanceCommand,
|
|
9582
|
+
NoSuchTrafficPolicyInstance,
|
|
9587
9583
|
VPCAssociationAuthorizationNotFound,
|
|
9584
|
+
DNSSECNotFound,
|
|
9585
|
+
LastVPCAssociation,
|
|
9588
9586
|
VPCAssociationNotFound,
|
|
9589
|
-
|
|
9590
|
-
|
|
9591
|
-
|
|
9592
|
-
|
|
9593
|
-
|
|
9594
|
-
|
|
9595
|
-
|
|
9596
|
-
|
|
9597
|
-
|
|
9598
|
-
|
|
9587
|
+
HostedZonePartiallyDelegated,
|
|
9588
|
+
KeySigningKeyWithActiveStatusNotFound,
|
|
9589
|
+
NoSuchChange,
|
|
9590
|
+
NoSuchGeoLocation,
|
|
9591
|
+
IncompatibleVersion,
|
|
9592
|
+
HostedZoneLimitType,
|
|
9593
|
+
HostedZoneNotPrivate,
|
|
9594
|
+
ReusableDelegationSetLimitType,
|
|
9595
|
+
NoSuchCidrLocationException,
|
|
9596
|
+
HostedZoneType,
|
|
9597
|
+
InvalidPaginationToken,
|
|
9598
|
+
HealthCheckVersionMismatch,
|
|
9599
|
+
ResettableElementName,
|
|
9600
|
+
ConflictingTypes
|
|
9599
9601
|
});
|
|
9602
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 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",
|
|
@@ -20,51 +20,51 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-sdk-route53": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@aws-sdk/xml-builder": "3.
|
|
37
|
-
"@smithy/config-resolver": "^2.1.
|
|
38
|
-
"@smithy/core": "^1.3.
|
|
39
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
40
|
-
"@smithy/hash-node": "^2.1.
|
|
41
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
42
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
43
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
44
|
-
"@smithy/middleware-retry": "^2.1.
|
|
45
|
-
"@smithy/middleware-serde": "^2.1.
|
|
46
|
-
"@smithy/middleware-stack": "^2.1.
|
|
47
|
-
"@smithy/node-config-provider": "^2.2.
|
|
48
|
-
"@smithy/node-http-handler": "^2.3.
|
|
49
|
-
"@smithy/protocol-http": "^3.1.
|
|
50
|
-
"@smithy/smithy-client": "^2.3.
|
|
51
|
-
"@smithy/types": "^2.9.
|
|
52
|
-
"@smithy/url-parser": "^2.1.
|
|
53
|
-
"@smithy/util-base64": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
55
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
58
|
-
"@smithy/util-endpoints": "^1.1.
|
|
59
|
-
"@smithy/util-middleware": "^2.1.
|
|
60
|
-
"@smithy/util-retry": "^2.1.
|
|
61
|
-
"@smithy/util-utf8": "^2.1.
|
|
62
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-route53": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@aws-sdk/xml-builder": "3.496.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
38
|
+
"@smithy/core": "^1.3.1",
|
|
39
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
40
|
+
"@smithy/hash-node": "^2.1.1",
|
|
41
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
43
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
44
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
46
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
47
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
48
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
49
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
50
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
51
|
+
"@smithy/types": "^2.9.1",
|
|
52
|
+
"@smithy/url-parser": "^2.1.1",
|
|
53
|
+
"@smithy/util-base64": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
55
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
58
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
59
|
+
"@smithy/util-middleware": "^2.1.1",
|
|
60
|
+
"@smithy/util-retry": "^2.1.1",
|
|
61
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
62
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
63
63
|
"fast-xml-parser": "4.2.5",
|
|
64
64
|
"tslib": "^2.5.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
67
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
68
68
|
"@tsconfig/node14": "1.0.3",
|
|
69
69
|
"@types/node": "^14.14.31",
|
|
70
70
|
"concurrently": "7.0.0",
|