@aws-sdk/client-route-53 3.378.0 → 3.381.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 (25) hide show
  1. package/dist-cjs/models/models_0.js +3 -0
  2. package/dist-es/models/models_0.js +3 -0
  3. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +1 -1
  4. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateHealthCheckCommand.d.ts +2 -2
  6. package/dist-types/commands/CreateHostedZoneCommand.d.ts +2 -2
  7. package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +0 -8
  8. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -2
  9. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +1 -1
  10. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +1 -1
  11. package/dist-types/commands/GetHealthCheckCommand.d.ts +1 -1
  12. package/dist-types/commands/GetHostedZoneCommand.d.ts +1 -1
  13. package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +4 -4
  14. package/dist-types/commands/ListHealthChecksCommand.d.ts +1 -1
  15. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +1 -1
  16. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +1 -1
  17. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -1
  18. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +2 -2
  19. package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +1 -7
  20. package/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  21. package/dist-types/index.d.ts +1 -0
  22. package/dist-types/models/models_0.d.ts +3 -0
  23. package/dist-types/ts3.4/index.d.ts +1 -0
  24. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  25. package/package.json +6 -6
@@ -115,6 +115,7 @@ exports.CloudWatchRegion = {
115
115
  eu_west_1: "eu-west-1",
116
116
  eu_west_2: "eu-west-2",
117
117
  eu_west_3: "eu-west-3",
118
+ il_central_1: "il-central-1",
118
119
  me_central_1: "me-central-1",
119
120
  me_south_1: "me-south-1",
120
121
  sa_east_1: "sa-east-1",
@@ -150,6 +151,7 @@ exports.VPCRegion = {
150
151
  eu_west_1: "eu-west-1",
151
152
  eu_west_2: "eu-west-2",
152
153
  eu_west_3: "eu-west-3",
154
+ il_central_1: "il-central-1",
153
155
  me_central_1: "me-central-1",
154
156
  me_south_1: "me-south-1",
155
157
  sa_east_1: "sa-east-1",
@@ -332,6 +334,7 @@ exports.ResourceRecordSetRegion = {
332
334
  eu_west_1: "eu-west-1",
333
335
  eu_west_2: "eu-west-2",
334
336
  eu_west_3: "eu-west-3",
337
+ il_central_1: "il-central-1",
335
338
  me_central_1: "me-central-1",
336
339
  me_south_1: "me-south-1",
337
340
  sa_east_1: "sa-east-1",
@@ -105,6 +105,7 @@ export const CloudWatchRegion = {
105
105
  eu_west_1: "eu-west-1",
106
106
  eu_west_2: "eu-west-2",
107
107
  eu_west_3: "eu-west-3",
108
+ il_central_1: "il-central-1",
108
109
  me_central_1: "me-central-1",
109
110
  me_south_1: "me-south-1",
110
111
  sa_east_1: "sa-east-1",
@@ -140,6 +141,7 @@ export const VPCRegion = {
140
141
  eu_west_1: "eu-west-1",
141
142
  eu_west_2: "eu-west-2",
142
143
  eu_west_3: "eu-west-3",
144
+ il_central_1: "il-central-1",
143
145
  me_central_1: "me-central-1",
144
146
  me_south_1: "me-south-1",
145
147
  sa_east_1: "sa-east-1",
@@ -312,6 +314,7 @@ export const ResourceRecordSetRegion = {
312
314
  eu_west_1: "eu-west-1",
313
315
  eu_west_2: "eu-west-2",
314
316
  eu_west_3: "eu-west-3",
317
+ il_central_1: "il-central-1",
315
318
  me_central_1: "me-central-1",
316
319
  me_south_1: "me-south-1",
317
320
  sa_east_1: "sa-east-1",
@@ -66,7 +66,7 @@ export interface AssociateVPCWithHostedZoneCommandOutput extends AssociateVPCWit
66
66
  * const input = { // AssociateVPCWithHostedZoneRequest
67
67
  * HostedZoneId: "STRING_VALUE", // required
68
68
  * VPC: { // VPC
69
- * VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
69
+ * VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4" || "il-central-1",
70
70
  * VPCId: "STRING_VALUE",
71
71
  * },
72
72
  * Comment: "STRING_VALUE",
@@ -131,7 +131,7 @@ export interface ChangeResourceRecordSetsCommandOutput extends ChangeResourceRec
131
131
  * Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
132
132
  * SetIdentifier: "STRING_VALUE",
133
133
  * Weight: Number("long"),
134
- * Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-north-1" || "cn-northwest-1" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
134
+ * Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-north-1" || "cn-northwest-1" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4" || "il-central-1",
135
135
  * GeoLocation: { // GeoLocation
136
136
  * ContinentCode: "STRING_VALUE",
137
137
  * CountryCode: "STRING_VALUE",
@@ -87,7 +87,7 @@ export interface CreateHealthCheckCommandOutput extends CreateHealthCheckRespons
87
87
  * "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
88
88
  * ],
89
89
  * AlarmIdentifier: { // AlarmIdentifier
90
- * Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4", // required
90
+ * Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4" || "il-central-1", // required
91
91
  * Name: "STRING_VALUE", // required
92
92
  * },
93
93
  * InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
@@ -125,7 +125,7 @@ export interface CreateHealthCheckCommandOutput extends CreateHealthCheckRespons
125
125
  * // "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
126
126
  * // ],
127
127
  * // AlarmIdentifier: { // AlarmIdentifier
128
- * // Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4", // required
128
+ * // Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4" || "il-central-1", // required
129
129
  * // Name: "STRING_VALUE", // required
130
130
  * // },
131
131
  * // InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
@@ -95,7 +95,7 @@ export interface CreateHostedZoneCommandOutput extends CreateHostedZoneResponse,
95
95
  * const input = { // CreateHostedZoneRequest
96
96
  * Name: "STRING_VALUE", // required
97
97
  * VPC: { // VPC
98
- * VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
98
+ * VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4" || "il-central-1",
99
99
  * VPCId: "STRING_VALUE",
100
100
  * },
101
101
  * CallerReference: "STRING_VALUE", // required
@@ -136,7 +136,7 @@ export interface CreateHostedZoneCommandOutput extends CreateHostedZoneResponse,
136
136
  * // ],
137
137
  * // },
138
138
  * // VPC: { // VPC
139
- * // VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
139
+ * // VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4" || "il-central-1",
140
140
  * // VPCId: "STRING_VALUE",
141
141
  * // },
142
142
  * // Location: "STRING_VALUE", // required
@@ -29,14 +29,6 @@ export interface CreateTrafficPolicyInstanceCommandOutput extends CreateTrafficP
29
29
  * or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for
30
30
  * the domain or subdomain name by using the resource record sets that
31
31
  * <code>CreateTrafficPolicyInstance</code> created.</p>
32
- * <note>
33
- * <p>After you submit an <code>CreateTrafficPolicyInstance</code> request, there's a
34
- * brief delay while Amazon Route 53 creates the resource record sets that are
35
- * specified in the traffic policy definition.
36
- * Use <code>GetTrafficPolicyInstance</code> with the <code>id</code> of new traffic policy instance to confirm that the <code>CreateTrafficPolicyInstance</code>
37
- * request completed successfully. For more information, see the
38
- * <code>State</code> response element.</p>
39
- * </note>
40
32
  * @example
41
33
  * Use a bare-bones client and the command you need to make an API call.
42
34
  * ```javascript
@@ -43,7 +43,7 @@ export interface CreateVPCAssociationAuthorizationCommandOutput extends CreateVP
43
43
  * const input = { // CreateVPCAssociationAuthorizationRequest
44
44
  * HostedZoneId: "STRING_VALUE", // required
45
45
  * VPC: { // VPC
46
- * VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
46
+ * VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4" || "il-central-1",
47
47
  * VPCId: "STRING_VALUE",
48
48
  * },
49
49
  * };
@@ -52,7 +52,7 @@ export interface CreateVPCAssociationAuthorizationCommandOutput extends CreateVP
52
52
  * // { // CreateVPCAssociationAuthorizationResponse
53
53
  * // HostedZoneId: "STRING_VALUE", // required
54
54
  * // VPC: { // VPC
55
- * // VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
55
+ * // VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4" || "il-central-1",
56
56
  * // VPCId: "STRING_VALUE",
57
57
  * // },
58
58
  * // };
@@ -44,7 +44,7 @@ export interface DeleteVPCAssociationAuthorizationCommandOutput extends DeleteVP
44
44
  * const input = { // DeleteVPCAssociationAuthorizationRequest
45
45
  * HostedZoneId: "STRING_VALUE", // required
46
46
  * VPC: { // VPC
47
- * VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
47
+ * VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4" || "il-central-1",
48
48
  * VPCId: "STRING_VALUE",
49
49
  * },
50
50
  * };
@@ -81,7 +81,7 @@ export interface DisassociateVPCFromHostedZoneCommandOutput extends Disassociate
81
81
  * const input = { // DisassociateVPCFromHostedZoneRequest
82
82
  * HostedZoneId: "STRING_VALUE", // required
83
83
  * VPC: { // VPC
84
- * VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
84
+ * VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4" || "il-central-1",
85
85
  * VPCId: "STRING_VALUE",
86
86
  * },
87
87
  * Comment: "STRING_VALUE",
@@ -64,7 +64,7 @@ export interface GetHealthCheckCommandOutput extends GetHealthCheckResponse, __M
64
64
  * // "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
65
65
  * // ],
66
66
  * // AlarmIdentifier: { // AlarmIdentifier
67
- * // Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4", // required
67
+ * // Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4" || "il-central-1", // required
68
68
  * // Name: "STRING_VALUE", // required
69
69
  * // },
70
70
  * // InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
@@ -60,7 +60,7 @@ export interface GetHostedZoneCommandOutput extends GetHostedZoneResponse, __Met
60
60
  * // },
61
61
  * // VPCs: [ // VPCs
62
62
  * // { // VPC
63
- * // VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
63
+ * // VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4" || "il-central-1",
64
64
  * // VPCId: "STRING_VALUE",
65
65
  * // },
66
66
  * // ],
@@ -25,10 +25,10 @@ export interface GetTrafficPolicyInstanceCommandOutput extends GetTrafficPolicyI
25
25
  * @public
26
26
  * <p>Gets information about a specified traffic policy instance.</p>
27
27
  * <note>
28
- * <p>
29
- * Use <code>GetTrafficPolicyInstance</code> with the <code>id</code> of new traffic policy instance to confirm that the
30
- * <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code> request completed successfully.
31
- * For more information, see the <code>State</code> response
28
+ * <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an
29
+ * <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while
30
+ * Amazon Route 53 creates the resource record sets that are specified in the traffic
31
+ * policy definition. For more information, see the <code>State</code> response
32
32
  * element.</p>
33
33
  * </note>
34
34
  * <note>
@@ -66,7 +66,7 @@ export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse,
66
66
  * // "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
67
67
  * // ],
68
68
  * // AlarmIdentifier: { // AlarmIdentifier
69
- * // Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4", // required
69
+ * // Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4" || "il-central-1", // required
70
70
  * // Name: "STRING_VALUE", // required
71
71
  * // },
72
72
  * // InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
@@ -71,7 +71,7 @@ export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCR
71
71
  * const client = new Route53Client(config);
72
72
  * const input = { // ListHostedZonesByVPCRequest
73
73
  * VPCId: "STRING_VALUE", // required
74
- * VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4", // required
74
+ * VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4" || "il-central-1", // required
75
75
  * MaxItems: Number("int"),
76
76
  * NextToken: "STRING_VALUE",
77
77
  * };
@@ -116,7 +116,7 @@ export interface ListResourceRecordSetsCommandOutput extends ListResourceRecordS
116
116
  * // Type: "SOA" || "A" || "TXT" || "NS" || "CNAME" || "MX" || "NAPTR" || "PTR" || "SRV" || "SPF" || "AAAA" || "CAA" || "DS", // required
117
117
  * // SetIdentifier: "STRING_VALUE",
118
118
  * // Weight: Number("long"),
119
- * // Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-north-1" || "cn-northwest-1" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
119
+ * // Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-north-1" || "cn-northwest-1" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4" || "il-central-1",
120
120
  * // GeoLocation: { // GeoLocation
121
121
  * // ContinentCode: "STRING_VALUE",
122
122
  * // CountryCode: "STRING_VALUE",
@@ -46,7 +46,7 @@ export interface ListVPCAssociationAuthorizationsCommandOutput extends ListVPCAs
46
46
  * // NextToken: "STRING_VALUE",
47
47
  * // VPCs: [ // VPCs // required
48
48
  * // { // VPC
49
- * // VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4",
49
+ * // VPCRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "eu-central-2" || "ap-east-1" || "me-south-1" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "me-central-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-south-1" || "ap-south-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "ca-central-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "ap-southeast-4" || "il-central-1",
50
50
  * // VPCId: "STRING_VALUE",
51
51
  * // },
52
52
  * // ],
@@ -53,7 +53,7 @@ export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckRespons
53
53
  * "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
54
54
  * ],
55
55
  * AlarmIdentifier: { // AlarmIdentifier
56
- * Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4", // required
56
+ * Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4" || "il-central-1", // required
57
57
  * Name: "STRING_VALUE", // required
58
58
  * },
59
59
  * InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
@@ -92,7 +92,7 @@ export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckRespons
92
92
  * // "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
93
93
  * // ],
94
94
  * // AlarmIdentifier: { // AlarmIdentifier
95
- * // Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4", // required
95
+ * // Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4" || "il-central-1", // required
96
96
  * // Name: "STRING_VALUE", // required
97
97
  * // },
98
98
  * // InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
@@ -23,13 +23,7 @@ export interface UpdateTrafficPolicyInstanceCommandOutput extends UpdateTrafficP
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <note>
27
- * <p>After you submit a <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while Route 53 creates the resource record sets
28
- * that are specified in the traffic policy definition. Use <code>GetTrafficPolicyInstance</code> with the <code>id</code> of updated traffic policy instance confirm
29
- * that the
30
- * <code>UpdateTrafficPolicyInstance</code> request completed successfully. For more information, see the <code>State</code> response element.</p>
31
- * </note>
32
- * <p>Updates the resource record sets in a specified hosted zone that were created based on
26
+ * <p>Updates the resource record sets in a specified hosted zone that were created based on
33
27
  * the settings in a specified traffic policy version.</p>
34
28
  * <p>When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS
35
29
  * queries for the root resource record set name (such as example.com) while it replaces
@@ -1,4 +1,7 @@
1
1
  import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
+ /**
3
+ * @public
4
+ */
2
5
  export interface ClientInputEndpointParameters {
3
6
  region?: string | Provider<string>;
4
7
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -21,6 +21,7 @@
21
21
  */
22
22
  export * from "./Route53Client";
23
23
  export * from "./Route53";
24
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
24
25
  export * from "./commands";
25
26
  export * from "./pagination";
26
27
  export * from "./waiters";
@@ -227,6 +227,7 @@ export declare const CloudWatchRegion: {
227
227
  readonly eu_west_1: "eu-west-1";
228
228
  readonly eu_west_2: "eu-west-2";
229
229
  readonly eu_west_3: "eu-west-3";
230
+ readonly il_central_1: "il-central-1";
230
231
  readonly me_central_1: "me-central-1";
231
232
  readonly me_south_1: "me-south-1";
232
233
  readonly sa_east_1: "sa-east-1";
@@ -729,6 +730,7 @@ export declare const VPCRegion: {
729
730
  readonly eu_west_1: "eu-west-1";
730
731
  readonly eu_west_2: "eu-west-2";
731
732
  readonly eu_west_3: "eu-west-3";
733
+ readonly il_central_1: "il-central-1";
732
734
  readonly me_central_1: "me-central-1";
733
735
  readonly me_south_1: "me-south-1";
734
736
  readonly sa_east_1: "sa-east-1";
@@ -1160,6 +1162,7 @@ export declare const ResourceRecordSetRegion: {
1160
1162
  readonly eu_west_1: "eu-west-1";
1161
1163
  readonly eu_west_2: "eu-west-2";
1162
1164
  readonly eu_west_3: "eu-west-3";
1165
+ readonly il_central_1: "il-central-1";
1163
1166
  readonly me_central_1: "me-central-1";
1164
1167
  readonly me_south_1: "me-south-1";
1165
1168
  readonly sa_east_1: "sa-east-1";
@@ -1,5 +1,6 @@
1
1
  export * from "./Route53Client";
2
2
  export * from "./Route53";
3
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
3
4
  export * from "./commands";
4
5
  export * from "./pagination";
5
6
  export * from "./waiters";
@@ -92,6 +92,7 @@ export declare const CloudWatchRegion: {
92
92
  readonly eu_west_1: "eu-west-1";
93
93
  readonly eu_west_2: "eu-west-2";
94
94
  readonly eu_west_3: "eu-west-3";
95
+ readonly il_central_1: "il-central-1";
95
96
  readonly me_central_1: "me-central-1";
96
97
  readonly me_south_1: "me-south-1";
97
98
  readonly sa_east_1: "sa-east-1";
@@ -138,6 +139,7 @@ export declare const VPCRegion: {
138
139
  readonly eu_west_1: "eu-west-1";
139
140
  readonly eu_west_2: "eu-west-2";
140
141
  readonly eu_west_3: "eu-west-3";
142
+ readonly il_central_1: "il-central-1";
141
143
  readonly me_central_1: "me-central-1";
142
144
  readonly me_south_1: "me-south-1";
143
145
  readonly sa_east_1: "sa-east-1";
@@ -297,6 +299,7 @@ export declare const ResourceRecordSetRegion: {
297
299
  readonly eu_west_1: "eu-west-1";
298
300
  readonly eu_west_2: "eu-west-2";
299
301
  readonly eu_west_3: "eu-west-3";
302
+ readonly il_central_1: "il-central-1";
300
303
  readonly me_central_1: "me-central-1";
301
304
  readonly me_south_1: "me-south-1";
302
305
  readonly sa_east_1: "sa-east-1";
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.378.0",
4
+ "version": "3.381.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.378.0",
25
- "@aws-sdk/credential-provider-node": "3.378.0",
26
- "@aws-sdk/middleware-host-header": "3.378.0",
24
+ "@aws-sdk/client-sts": "3.379.1",
25
+ "@aws-sdk/credential-provider-node": "3.379.1",
26
+ "@aws-sdk/middleware-host-header": "3.379.1",
27
27
  "@aws-sdk/middleware-logger": "3.378.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.378.0",
29
29
  "@aws-sdk/middleware-sdk-route53": "3.378.0",
30
- "@aws-sdk/middleware-signing": "3.378.0",
31
- "@aws-sdk/middleware-user-agent": "3.378.0",
30
+ "@aws-sdk/middleware-signing": "3.379.1",
31
+ "@aws-sdk/middleware-user-agent": "3.379.1",
32
32
  "@aws-sdk/types": "3.378.0",
33
33
  "@aws-sdk/util-endpoints": "3.378.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.378.0",