@aws-sdk/client-route-53 3.496.0 → 3.501.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +88 -87
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -9427,24 +9427,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
9427
9427
  // Annotate the CommonJS export names for ESM import in node:
9428
9428
 
9429
9429
  0 && (module.exports = {
9430
- AccountLimitType,
9430
+ Route53ServiceException,
9431
+ __Client,
9432
+ Route53Client,
9433
+ Route53,
9434
+ $Command,
9431
9435
  ActivateKeySigningKeyCommand,
9432
9436
  AssociateVPCWithHostedZoneCommand,
9433
- ChangeAction,
9434
9437
  ChangeCidrCollectionCommand,
9435
9438
  ChangeResourceRecordSetsCommand,
9436
- ChangeStatus,
9437
9439
  ChangeTagsForResourceCommand,
9438
- CidrBlockInUseException,
9439
- CidrCollectionAlreadyExistsException,
9440
- CidrCollectionChangeAction,
9441
- CidrCollectionInUseException,
9442
- CidrCollectionVersionMismatchException,
9443
- CloudWatchRegion,
9444
- ComparisonOperator,
9445
- ConcurrentModification,
9446
- ConflictingDomainExists,
9447
- ConflictingTypes,
9448
9440
  CreateCidrCollectionCommand,
9449
9441
  CreateHealthCheckCommand,
9450
9442
  CreateHostedZoneCommand,
@@ -9455,13 +9447,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
9455
9447
  CreateTrafficPolicyInstanceCommand,
9456
9448
  CreateTrafficPolicyVersionCommand,
9457
9449
  CreateVPCAssociationAuthorizationCommand,
9458
- DNSSECNotFound,
9459
9450
  DeactivateKeySigningKeyCommand,
9460
- DelegationSetAlreadyCreated,
9461
- DelegationSetAlreadyReusable,
9462
- DelegationSetInUse,
9463
- DelegationSetNotAvailable,
9464
- DelegationSetNotReusable,
9465
9451
  DeleteCidrCollectionCommand,
9466
9452
  DeleteHealthCheckCommand,
9467
9453
  DeleteHostedZoneCommand,
@@ -9492,38 +9478,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
9492
9478
  GetTrafficPolicyCommand,
9493
9479
  GetTrafficPolicyInstanceCommand,
9494
9480
  GetTrafficPolicyInstanceCountCommand,
9495
- HealthCheckAlreadyExists,
9496
- HealthCheckInUse,
9497
- HealthCheckRegion,
9498
- HealthCheckType,
9499
- HealthCheckVersionMismatch,
9500
- HostedZoneAlreadyExists,
9501
- HostedZoneLimitType,
9502
- HostedZoneNotEmpty,
9503
- HostedZoneNotFound,
9504
- HostedZoneNotPrivate,
9505
- HostedZonePartiallyDelegated,
9506
- HostedZoneType,
9507
- IncompatibleVersion,
9508
- InsufficientCloudWatchLogsResourcePolicy,
9509
- InsufficientDataHealthStatus,
9510
- InvalidArgument,
9511
- InvalidChangeBatch,
9512
- InvalidDomainName,
9513
- InvalidInput,
9514
- InvalidKMSArn,
9515
- InvalidKeySigningKeyName,
9516
- InvalidKeySigningKeyStatus,
9517
- InvalidPaginationToken,
9518
- InvalidSigningStatus,
9519
- InvalidTrafficPolicyDocument,
9520
- InvalidVPCId,
9521
- KeySigningKeyAlreadyExists,
9522
- KeySigningKeyInParentDSRecord,
9523
- KeySigningKeyInUse,
9524
- KeySigningKeyWithActiveStatusNotFound,
9525
- LastVPCAssociation,
9526
- LimitsExceeded,
9527
9481
  ListCidrBlocksCommand,
9528
9482
  ListCidrCollectionsCommand,
9529
9483
  ListCidrLocationsCommand,
@@ -9543,59 +9497,106 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
9543
9497
  ListTrafficPolicyInstancesCommand,
9544
9498
  ListTrafficPolicyVersionsCommand,
9545
9499
  ListVPCAssociationAuthorizationsCommand,
9546
- NoSuchChange,
9547
- NoSuchCidrCollectionException,
9548
- NoSuchCidrLocationException,
9549
- NoSuchCloudWatchLogsLogGroup,
9550
- NoSuchDelegationSet,
9551
- NoSuchGeoLocation,
9552
- NoSuchHealthCheck,
9553
- NoSuchHostedZone,
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,
9554
9520
  NoSuchKeySigningKey,
9555
- NoSuchQueryLoggingConfig,
9556
- NoSuchTrafficPolicy,
9557
- NoSuchTrafficPolicyInstance,
9521
+ CloudWatchRegion,
9522
+ VPCRegion,
9523
+ ConflictingDomainExists,
9524
+ InvalidVPCId,
9525
+ LimitsExceeded,
9526
+ NoSuchHostedZone,
9558
9527
  NotAuthorizedException,
9559
9528
  PriorRequestNotComplete,
9560
9529
  PublicZoneVPCAssociation,
9561
- QueryLoggingConfigAlreadyExists,
9562
- RRType,
9563
- ResettableElementName,
9530
+ CidrCollectionChangeAction,
9531
+ CidrBlockInUseException,
9532
+ CidrCollectionVersionMismatchException,
9533
+ NoSuchCidrCollectionException,
9534
+ ChangeAction,
9564
9535
  ResourceRecordSetFailover,
9565
9536
  ResourceRecordSetRegion,
9566
- ReusableDelegationSetLimitType,
9567
- Route53,
9568
- Route53Client,
9569
- Route53ServiceException,
9570
- Statistic,
9537
+ RRType,
9538
+ InvalidChangeBatch,
9539
+ NoSuchHealthCheck,
9571
9540
  TagResourceType,
9572
- TestDNSAnswerCommand,
9573
9541
  ThrottlingException,
9542
+ CidrCollectionAlreadyExistsException,
9543
+ InsufficientDataHealthStatus,
9544
+ HealthCheckRegion,
9545
+ HealthCheckType,
9546
+ ComparisonOperator,
9547
+ Statistic,
9548
+ HealthCheckAlreadyExists,
9574
9549
  TooManyHealthChecks,
9550
+ DelegationSetNotAvailable,
9551
+ DelegationSetNotReusable,
9552
+ HostedZoneAlreadyExists,
9553
+ InvalidDomainName,
9554
+ NoSuchDelegationSet,
9575
9555
  TooManyHostedZones,
9556
+ InvalidArgument,
9557
+ InvalidKeySigningKeyName,
9558
+ KeySigningKeyAlreadyExists,
9576
9559
  TooManyKeySigningKeys,
9560
+ InsufficientCloudWatchLogsResourcePolicy,
9561
+ NoSuchCloudWatchLogsLogGroup,
9562
+ QueryLoggingConfigAlreadyExists,
9563
+ DelegationSetAlreadyCreated,
9564
+ DelegationSetAlreadyReusable,
9565
+ HostedZoneNotFound,
9566
+ InvalidTrafficPolicyDocument,
9577
9567
  TooManyTrafficPolicies,
9568
+ TrafficPolicyAlreadyExists,
9569
+ NoSuchTrafficPolicy,
9578
9570
  TooManyTrafficPolicyInstances,
9571
+ TrafficPolicyInstanceAlreadyExists,
9579
9572
  TooManyTrafficPolicyVersionsForCurrentPolicy,
9580
9573
  TooManyVPCAssociationAuthorizations,
9581
- TrafficPolicyAlreadyExists,
9574
+ KeySigningKeyInParentDSRecord,
9575
+ KeySigningKeyInUse,
9576
+ CidrCollectionInUseException,
9577
+ HealthCheckInUse,
9578
+ HostedZoneNotEmpty,
9579
+ NoSuchQueryLoggingConfig,
9580
+ DelegationSetInUse,
9582
9581
  TrafficPolicyInUse,
9583
- TrafficPolicyInstanceAlreadyExists,
9584
- UpdateHealthCheckCommand,
9585
- UpdateHostedZoneCommentCommand,
9586
- UpdateTrafficPolicyCommentCommand,
9587
- UpdateTrafficPolicyInstanceCommand,
9582
+ NoSuchTrafficPolicyInstance,
9588
9583
  VPCAssociationAuthorizationNotFound,
9584
+ DNSSECNotFound,
9585
+ LastVPCAssociation,
9589
9586
  VPCAssociationNotFound,
9590
- VPCRegion,
9591
- __Client,
9592
- paginateListCidrBlocks,
9593
- paginateListCidrCollections,
9594
- paginateListCidrLocations,
9595
- paginateListHealthChecks,
9596
- paginateListHostedZones,
9597
- paginateListQueryLoggingConfigs,
9598
- waitForResourceRecordSetsChanged,
9599
- waitUntilResourceRecordSetsChanged
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
9600
9601
  });
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.496.0",
4
+ "version": "3.501.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,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.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.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",