@aws-sdk/client-route-53 3.775.0 → 3.782.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 (75) hide show
  1. package/dist-cjs/index.js +2 -0
  2. package/dist-es/models/models_0.js +2 -0
  3. package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +1 -0
  4. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +13 -13
  5. package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +1 -0
  6. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +389 -398
  7. package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +14 -11
  8. package/dist-types/commands/CreateCidrCollectionCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateHealthCheckCommand.d.ts +1 -0
  10. package/dist-types/commands/CreateHostedZoneCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +1 -0
  18. package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +1 -0
  19. package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteHealthCheckCommand.d.ts +1 -0
  21. package/dist-types/commands/DeleteHostedZoneCommand.d.ts +1 -0
  22. package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +1 -0
  23. package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +1 -0
  24. package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +1 -0
  27. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +1 -0
  28. package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +1 -0
  29. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +1 -0
  30. package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +1 -0
  31. package/dist-types/commands/GetAccountLimitCommand.d.ts +1 -0
  32. package/dist-types/commands/GetChangeCommand.d.ts +1 -0
  33. package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +1 -0
  34. package/dist-types/commands/GetDNSSECCommand.d.ts +1 -0
  35. package/dist-types/commands/GetGeoLocationCommand.d.ts +1 -0
  36. package/dist-types/commands/GetHealthCheckCommand.d.ts +1 -0
  37. package/dist-types/commands/GetHealthCheckCountCommand.d.ts +1 -0
  38. package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +1 -0
  39. package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +1 -0
  40. package/dist-types/commands/GetHostedZoneCommand.d.ts +13 -13
  41. package/dist-types/commands/GetHostedZoneCountCommand.d.ts +1 -0
  42. package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +1 -0
  43. package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +1 -0
  44. package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +1 -0
  45. package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +1 -0
  46. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +1 -0
  47. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +1 -0
  48. package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +1 -0
  49. package/dist-types/commands/ListCidrBlocksCommand.d.ts +1 -0
  50. package/dist-types/commands/ListCidrCollectionsCommand.d.ts +1 -0
  51. package/dist-types/commands/ListCidrLocationsCommand.d.ts +1 -0
  52. package/dist-types/commands/ListGeoLocationsCommand.d.ts +1 -0
  53. package/dist-types/commands/ListHealthChecksCommand.d.ts +1 -0
  54. package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +1 -0
  55. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +1 -0
  56. package/dist-types/commands/ListHostedZonesCommand.d.ts +1 -0
  57. package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +1 -0
  58. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +1 -0
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  61. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +1 -0
  62. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +1 -0
  63. package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +1 -0
  64. package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +1 -0
  65. package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +1 -0
  66. package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +1 -0
  67. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -0
  68. package/dist-types/commands/TestDNSAnswerCommand.d.ts +1 -0
  69. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +1 -0
  70. package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +1 -0
  71. package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +1 -0
  72. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +1 -0
  73. package/dist-types/models/models_0.d.ts +2 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  75. package/package.json +5 -5
@@ -90,6 +90,7 @@ declare const ListTrafficPolicyInstancesCommand_base: {
90
90
  * @throws {@link Route53ServiceException}
91
91
  * <p>Base exception class for all service exceptions from Route53 service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class ListTrafficPolicyInstancesCommand extends ListTrafficPolicyInstancesCommand_base {
@@ -76,6 +76,7 @@ declare const ListTrafficPolicyVersionsCommand_base: {
76
76
  * @throws {@link Route53ServiceException}
77
77
  * <p>Base exception class for all service exceptions from Route53 service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class ListTrafficPolicyVersionsCommand extends ListTrafficPolicyVersionsCommand_base {
@@ -77,6 +77,7 @@ declare const ListVPCAssociationAuthorizationsCommand_base: {
77
77
  * @throws {@link Route53ServiceException}
78
78
  * <p>Base exception class for all service exceptions from Route53 service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListVPCAssociationAuthorizationsCommand extends ListVPCAssociationAuthorizationsCommand_base {
@@ -81,6 +81,7 @@ declare const TestDNSAnswerCommand_base: {
81
81
  * @throws {@link Route53ServiceException}
82
82
  * <p>Base exception class for all service exceptions from Route53 service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class TestDNSAnswerCommand extends TestDNSAnswerCommand_base {
@@ -142,6 +142,7 @@ declare const UpdateHealthCheckCommand_base: {
142
142
  * @throws {@link Route53ServiceException}
143
143
  * <p>Base exception class for all service exceptions from Route53 service.</p>
144
144
  *
145
+ *
145
146
  * @public
146
147
  */
147
148
  export declare class UpdateHealthCheckCommand extends UpdateHealthCheckCommand_base {
@@ -81,6 +81,7 @@ declare const UpdateHostedZoneCommentCommand_base: {
81
81
  * @throws {@link Route53ServiceException}
82
82
  * <p>Base exception class for all service exceptions from Route53 service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class UpdateHostedZoneCommentCommand extends UpdateHostedZoneCommentCommand_base {
@@ -73,6 +73,7 @@ declare const UpdateTrafficPolicyCommentCommand_base: {
73
73
  * @throws {@link Route53ServiceException}
74
74
  * <p>Base exception class for all service exceptions from Route53 service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class UpdateTrafficPolicyCommentCommand extends UpdateTrafficPolicyCommentCommand_base {
@@ -117,6 +117,7 @@ declare const UpdateTrafficPolicyInstanceCommand_base: {
117
117
  * @throws {@link Route53ServiceException}
118
118
  * <p>Base exception class for all service exceptions from Route53 service.</p>
119
119
  *
120
+ *
120
121
  * @public
121
122
  */
122
123
  export declare class UpdateTrafficPolicyInstanceCommand extends UpdateTrafficPolicyInstanceCommand_base {
@@ -1290,6 +1290,8 @@ export declare const ResourceRecordSetRegion: {
1290
1290
  readonly sa_east_1: "sa-east-1";
1291
1291
  readonly us_east_1: "us-east-1";
1292
1292
  readonly us_east_2: "us-east-2";
1293
+ readonly us_gov_east_1: "us-gov-east-1";
1294
+ readonly us_gov_west_1: "us-gov-west-1";
1293
1295
  readonly us_west_1: "us-west-1";
1294
1296
  readonly us_west_2: "us-west-2";
1295
1297
  };
@@ -332,6 +332,8 @@ export declare const ResourceRecordSetRegion: {
332
332
  readonly sa_east_1: "sa-east-1";
333
333
  readonly us_east_1: "us-east-1";
334
334
  readonly us_east_2: "us-east-2";
335
+ readonly us_gov_east_1: "us-gov-east-1";
336
+ readonly us_gov_west_1: "us-gov-west-1";
335
337
  readonly us_west_1: "us-west-1";
336
338
  readonly us_west_2: "us-west-2";
337
339
  };
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.775.0",
4
+ "version": "3.782.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",
@@ -21,17 +21,17 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
28
  "@aws-sdk/middleware-sdk-route53": "3.775.0",
29
- "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/middleware-user-agent": "3.782.0",
30
30
  "@aws-sdk/region-config-resolver": "3.775.0",
31
31
  "@aws-sdk/types": "3.775.0",
32
- "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-endpoints": "3.782.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.775.0",
34
- "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@aws-sdk/util-user-agent-node": "3.782.0",
35
35
  "@aws-sdk/xml-builder": "3.775.0",
36
36
  "@smithy/config-resolver": "^4.1.0",
37
37
  "@smithy/core": "^3.2.0",