@aws-sdk/client-route-53 3.477.0 → 3.478.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 (43) hide show
  1. package/dist-cjs/models/models_0.js +3 -0
  2. package/dist-cjs/pagination/ListCidrBlocksPaginator.js +2 -24
  3. package/dist-cjs/pagination/ListCidrCollectionsPaginator.js +2 -24
  4. package/dist-cjs/pagination/ListCidrLocationsPaginator.js +2 -24
  5. package/dist-cjs/pagination/ListHealthChecksPaginator.js +2 -24
  6. package/dist-cjs/pagination/ListHostedZonesPaginator.js +2 -24
  7. package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +2 -24
  8. package/dist-es/models/models_0.js +3 -0
  9. package/dist-es/pagination/ListCidrBlocksPaginator.js +2 -23
  10. package/dist-es/pagination/ListCidrCollectionsPaginator.js +2 -23
  11. package/dist-es/pagination/ListCidrLocationsPaginator.js +2 -23
  12. package/dist-es/pagination/ListHealthChecksPaginator.js +2 -23
  13. package/dist-es/pagination/ListHostedZonesPaginator.js +2 -23
  14. package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +2 -23
  15. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +1 -1
  16. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateHealthCheckCommand.d.ts +2 -2
  18. package/dist-types/commands/CreateHostedZoneCommand.d.ts +2 -2
  19. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -2
  20. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +1 -1
  21. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +1 -1
  22. package/dist-types/commands/GetHealthCheckCommand.d.ts +1 -1
  23. package/dist-types/commands/GetHostedZoneCommand.d.ts +1 -1
  24. package/dist-types/commands/ListHealthChecksCommand.d.ts +1 -1
  25. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +1 -1
  26. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +2 -2
  29. package/dist-types/models/models_0.d.ts +3 -4
  30. package/dist-types/pagination/ListCidrBlocksPaginator.d.ts +1 -1
  31. package/dist-types/pagination/ListCidrCollectionsPaginator.d.ts +1 -1
  32. package/dist-types/pagination/ListCidrLocationsPaginator.d.ts +1 -1
  33. package/dist-types/pagination/ListHealthChecksPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListHostedZonesPaginator.d.ts +1 -1
  35. package/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +1 -1
  36. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  37. package/dist-types/ts3.4/pagination/ListCidrBlocksPaginator.d.ts +3 -3
  38. package/dist-types/ts3.4/pagination/ListCidrCollectionsPaginator.d.ts +3 -3
  39. package/dist-types/ts3.4/pagination/ListCidrLocationsPaginator.d.ts +3 -3
  40. package/dist-types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +3 -3
  41. package/dist-types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +3 -3
  42. package/dist-types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +3 -3
  43. package/package.json +5 -5
@@ -105,6 +105,7 @@ exports.CloudWatchRegion = {
105
105
  ap_southeast_3: "ap-southeast-3",
106
106
  ap_southeast_4: "ap-southeast-4",
107
107
  ca_central_1: "ca-central-1",
108
+ ca_west_1: "ca-west-1",
108
109
  cn_north_1: "cn-north-1",
109
110
  cn_northwest_1: "cn-northwest-1",
110
111
  eu_central_1: "eu-central-1",
@@ -142,6 +143,7 @@ exports.VPCRegion = {
142
143
  ap_southeast_3: "ap-southeast-3",
143
144
  ap_southeast_4: "ap-southeast-4",
144
145
  ca_central_1: "ca-central-1",
146
+ ca_west_1: "ca-west-1",
145
147
  cn_north_1: "cn-north-1",
146
148
  eu_central_1: "eu-central-1",
147
149
  eu_central_2: "eu-central-2",
@@ -324,6 +326,7 @@ exports.ResourceRecordSetRegion = {
324
326
  ap_southeast_3: "ap-southeast-3",
325
327
  ap_southeast_4: "ap-southeast-4",
326
328
  ca_central_1: "ca-central-1",
329
+ ca_west_1: "ca-west-1",
327
330
  cn_north_1: "cn-north-1",
328
331
  cn_northwest_1: "cn-northwest-1",
329
332
  eu_central_1: "eu-central-1",
@@ -1,29 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListCidrBlocks = void 0;
4
+ const core_1 = require("@smithy/core");
4
5
  const ListCidrBlocksCommand_1 = require("../commands/ListCidrBlocksCommand");
5
6
  const Route53Client_1 = require("../Route53Client");
6
- const makePagedClientRequest = async (client, input, ...args) => {
7
- return await client.send(new ListCidrBlocksCommand_1.ListCidrBlocksCommand(input), ...args);
8
- };
9
- async function* paginateListCidrBlocks(config, input, ...additionalArguments) {
10
- let token = config.startingToken || undefined;
11
- let hasNext = true;
12
- let page;
13
- while (hasNext) {
14
- input.NextToken = token;
15
- input["MaxResults"] = config.pageSize;
16
- if (config.client instanceof Route53Client_1.Route53Client) {
17
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
- }
19
- else {
20
- throw new Error("Invalid client, expected Route53 | Route53Client");
21
- }
22
- yield page;
23
- const prevToken = token;
24
- token = page.NextToken;
25
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
- }
27
- return undefined;
28
- }
29
- exports.paginateListCidrBlocks = paginateListCidrBlocks;
7
+ exports.paginateListCidrBlocks = (0, core_1.createPaginator)(Route53Client_1.Route53Client, ListCidrBlocksCommand_1.ListCidrBlocksCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,29 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListCidrCollections = void 0;
4
+ const core_1 = require("@smithy/core");
4
5
  const ListCidrCollectionsCommand_1 = require("../commands/ListCidrCollectionsCommand");
5
6
  const Route53Client_1 = require("../Route53Client");
6
- const makePagedClientRequest = async (client, input, ...args) => {
7
- return await client.send(new ListCidrCollectionsCommand_1.ListCidrCollectionsCommand(input), ...args);
8
- };
9
- async function* paginateListCidrCollections(config, input, ...additionalArguments) {
10
- let token = config.startingToken || undefined;
11
- let hasNext = true;
12
- let page;
13
- while (hasNext) {
14
- input.NextToken = token;
15
- input["MaxResults"] = config.pageSize;
16
- if (config.client instanceof Route53Client_1.Route53Client) {
17
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
- }
19
- else {
20
- throw new Error("Invalid client, expected Route53 | Route53Client");
21
- }
22
- yield page;
23
- const prevToken = token;
24
- token = page.NextToken;
25
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
- }
27
- return undefined;
28
- }
29
- exports.paginateListCidrCollections = paginateListCidrCollections;
7
+ exports.paginateListCidrCollections = (0, core_1.createPaginator)(Route53Client_1.Route53Client, ListCidrCollectionsCommand_1.ListCidrCollectionsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,29 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListCidrLocations = void 0;
4
+ const core_1 = require("@smithy/core");
4
5
  const ListCidrLocationsCommand_1 = require("../commands/ListCidrLocationsCommand");
5
6
  const Route53Client_1 = require("../Route53Client");
6
- const makePagedClientRequest = async (client, input, ...args) => {
7
- return await client.send(new ListCidrLocationsCommand_1.ListCidrLocationsCommand(input), ...args);
8
- };
9
- async function* paginateListCidrLocations(config, input, ...additionalArguments) {
10
- let token = config.startingToken || undefined;
11
- let hasNext = true;
12
- let page;
13
- while (hasNext) {
14
- input.NextToken = token;
15
- input["MaxResults"] = config.pageSize;
16
- if (config.client instanceof Route53Client_1.Route53Client) {
17
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
- }
19
- else {
20
- throw new Error("Invalid client, expected Route53 | Route53Client");
21
- }
22
- yield page;
23
- const prevToken = token;
24
- token = page.NextToken;
25
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
- }
27
- return undefined;
28
- }
29
- exports.paginateListCidrLocations = paginateListCidrLocations;
7
+ exports.paginateListCidrLocations = (0, core_1.createPaginator)(Route53Client_1.Route53Client, ListCidrLocationsCommand_1.ListCidrLocationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,29 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListHealthChecks = void 0;
4
+ const core_1 = require("@smithy/core");
4
5
  const ListHealthChecksCommand_1 = require("../commands/ListHealthChecksCommand");
5
6
  const Route53Client_1 = require("../Route53Client");
6
- const makePagedClientRequest = async (client, input, ...args) => {
7
- return await client.send(new ListHealthChecksCommand_1.ListHealthChecksCommand(input), ...args);
8
- };
9
- async function* paginateListHealthChecks(config, input, ...additionalArguments) {
10
- let token = config.startingToken || undefined;
11
- let hasNext = true;
12
- let page;
13
- while (hasNext) {
14
- input.Marker = token;
15
- input["MaxItems"] = config.pageSize;
16
- if (config.client instanceof Route53Client_1.Route53Client) {
17
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
- }
19
- else {
20
- throw new Error("Invalid client, expected Route53 | Route53Client");
21
- }
22
- yield page;
23
- const prevToken = token;
24
- token = page.NextMarker;
25
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
- }
27
- return undefined;
28
- }
29
- exports.paginateListHealthChecks = paginateListHealthChecks;
7
+ exports.paginateListHealthChecks = (0, core_1.createPaginator)(Route53Client_1.Route53Client, ListHealthChecksCommand_1.ListHealthChecksCommand, "Marker", "NextMarker", "MaxItems");
@@ -1,29 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListHostedZones = void 0;
4
+ const core_1 = require("@smithy/core");
4
5
  const ListHostedZonesCommand_1 = require("../commands/ListHostedZonesCommand");
5
6
  const Route53Client_1 = require("../Route53Client");
6
- const makePagedClientRequest = async (client, input, ...args) => {
7
- return await client.send(new ListHostedZonesCommand_1.ListHostedZonesCommand(input), ...args);
8
- };
9
- async function* paginateListHostedZones(config, input, ...additionalArguments) {
10
- let token = config.startingToken || undefined;
11
- let hasNext = true;
12
- let page;
13
- while (hasNext) {
14
- input.Marker = token;
15
- input["MaxItems"] = config.pageSize;
16
- if (config.client instanceof Route53Client_1.Route53Client) {
17
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
- }
19
- else {
20
- throw new Error("Invalid client, expected Route53 | Route53Client");
21
- }
22
- yield page;
23
- const prevToken = token;
24
- token = page.NextMarker;
25
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
- }
27
- return undefined;
28
- }
29
- exports.paginateListHostedZones = paginateListHostedZones;
7
+ exports.paginateListHostedZones = (0, core_1.createPaginator)(Route53Client_1.Route53Client, ListHostedZonesCommand_1.ListHostedZonesCommand, "Marker", "NextMarker", "MaxItems");
@@ -1,29 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListQueryLoggingConfigs = void 0;
4
+ const core_1 = require("@smithy/core");
4
5
  const ListQueryLoggingConfigsCommand_1 = require("../commands/ListQueryLoggingConfigsCommand");
5
6
  const Route53Client_1 = require("../Route53Client");
6
- const makePagedClientRequest = async (client, input, ...args) => {
7
- return await client.send(new ListQueryLoggingConfigsCommand_1.ListQueryLoggingConfigsCommand(input), ...args);
8
- };
9
- async function* paginateListQueryLoggingConfigs(config, input, ...additionalArguments) {
10
- let token = config.startingToken || undefined;
11
- let hasNext = true;
12
- let page;
13
- while (hasNext) {
14
- input.NextToken = token;
15
- input["MaxResults"] = config.pageSize;
16
- if (config.client instanceof Route53Client_1.Route53Client) {
17
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
- }
19
- else {
20
- throw new Error("Invalid client, expected Route53 | Route53Client");
21
- }
22
- yield page;
23
- const prevToken = token;
24
- token = page.NextToken;
25
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
- }
27
- return undefined;
28
- }
29
- exports.paginateListQueryLoggingConfigs = paginateListQueryLoggingConfigs;
7
+ exports.paginateListQueryLoggingConfigs = (0, core_1.createPaginator)(Route53Client_1.Route53Client, ListQueryLoggingConfigsCommand_1.ListQueryLoggingConfigsCommand, "NextToken", "NextToken", "MaxResults");
@@ -95,6 +95,7 @@ export const CloudWatchRegion = {
95
95
  ap_southeast_3: "ap-southeast-3",
96
96
  ap_southeast_4: "ap-southeast-4",
97
97
  ca_central_1: "ca-central-1",
98
+ ca_west_1: "ca-west-1",
98
99
  cn_north_1: "cn-north-1",
99
100
  cn_northwest_1: "cn-northwest-1",
100
101
  eu_central_1: "eu-central-1",
@@ -132,6 +133,7 @@ export const VPCRegion = {
132
133
  ap_southeast_3: "ap-southeast-3",
133
134
  ap_southeast_4: "ap-southeast-4",
134
135
  ca_central_1: "ca-central-1",
136
+ ca_west_1: "ca-west-1",
135
137
  cn_north_1: "cn-north-1",
136
138
  eu_central_1: "eu-central-1",
137
139
  eu_central_2: "eu-central-2",
@@ -304,6 +306,7 @@ export const ResourceRecordSetRegion = {
304
306
  ap_southeast_3: "ap-southeast-3",
305
307
  ap_southeast_4: "ap-southeast-4",
306
308
  ca_central_1: "ca-central-1",
309
+ ca_west_1: "ca-west-1",
307
310
  cn_north_1: "cn-north-1",
308
311
  cn_northwest_1: "cn-northwest-1",
309
312
  eu_central_1: "eu-central-1",
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListCidrBlocksCommand, } from "../commands/ListCidrBlocksCommand";
2
3
  import { Route53Client } from "../Route53Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListCidrBlocksCommand(input), ...args);
5
- };
6
- export async function* paginateListCidrBlocks(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof Route53Client) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Route53 | Route53Client");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListCidrBlocks = createPaginator(Route53Client, ListCidrBlocksCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListCidrCollectionsCommand, } from "../commands/ListCidrCollectionsCommand";
2
3
  import { Route53Client } from "../Route53Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListCidrCollectionsCommand(input), ...args);
5
- };
6
- export async function* paginateListCidrCollections(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof Route53Client) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Route53 | Route53Client");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListCidrCollections = createPaginator(Route53Client, ListCidrCollectionsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListCidrLocationsCommand, } from "../commands/ListCidrLocationsCommand";
2
3
  import { Route53Client } from "../Route53Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListCidrLocationsCommand(input), ...args);
5
- };
6
- export async function* paginateListCidrLocations(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof Route53Client) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Route53 | Route53Client");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListCidrLocations = createPaginator(Route53Client, ListCidrLocationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListHealthChecksCommand, } from "../commands/ListHealthChecksCommand";
2
3
  import { Route53Client } from "../Route53Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListHealthChecksCommand(input), ...args);
5
- };
6
- export async function* paginateListHealthChecks(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.Marker = token;
12
- input["MaxItems"] = config.pageSize;
13
- if (config.client instanceof Route53Client) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Route53 | Route53Client");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextMarker;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListHealthChecks = createPaginator(Route53Client, ListHealthChecksCommand, "Marker", "NextMarker", "MaxItems");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListHostedZonesCommand, } from "../commands/ListHostedZonesCommand";
2
3
  import { Route53Client } from "../Route53Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListHostedZonesCommand(input), ...args);
5
- };
6
- export async function* paginateListHostedZones(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.Marker = token;
12
- input["MaxItems"] = config.pageSize;
13
- if (config.client instanceof Route53Client) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Route53 | Route53Client");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextMarker;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListHostedZones = createPaginator(Route53Client, ListHostedZonesCommand, "Marker", "NextMarker", "MaxItems");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListQueryLoggingConfigsCommand, } from "../commands/ListQueryLoggingConfigsCommand";
2
3
  import { Route53Client } from "../Route53Client";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListQueryLoggingConfigsCommand(input), ...args);
5
- };
6
- export async function* paginateListQueryLoggingConfigs(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof Route53Client) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Route53 | Route53Client");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListQueryLoggingConfigs = createPaginator(Route53Client, ListQueryLoggingConfigsCommand, "NextToken", "NextToken", "MaxResults");
@@ -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" || "il-central-1",
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" || "ca-west-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" || "il-central-1",
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" || "ca-west-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" || "il-central-1", // 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" || "ca-west-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" || "il-central-1", // 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" || "ca-west-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" || "il-central-1",
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" || "ca-west-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" || "il-central-1",
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" || "ca-west-1",
140
140
  * // VPCId: "STRING_VALUE",
141
141
  * // },
142
142
  * // Location: "STRING_VALUE", // required
@@ -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" || "il-central-1",
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" || "ca-west-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" || "il-central-1",
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" || "ca-west-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" || "il-central-1",
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" || "ca-west-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" || "il-central-1",
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" || "ca-west-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" || "il-central-1", // 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" || "ca-west-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" || "il-central-1",
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" || "ca-west-1",
64
64
  * // VPCId: "STRING_VALUE",
65
65
  * // },
66
66
  * // ],
@@ -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" || "il-central-1", // 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" || "ca-west-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" || "il-central-1", // 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" || "ca-west-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" || "il-central-1",
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" || "ca-west-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" || "il-central-1",
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" || "ca-west-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" || "il-central-1", // 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" || "ca-west-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" || "il-central-1", // 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" || "ca-west-1", // required
96
96
  * // Name: "STRING_VALUE", // required
97
97
  * // },
98
98
  * // InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
@@ -226,6 +226,7 @@ export declare const CloudWatchRegion: {
226
226
  readonly ap_southeast_3: "ap-southeast-3";
227
227
  readonly ap_southeast_4: "ap-southeast-4";
228
228
  readonly ca_central_1: "ca-central-1";
229
+ readonly ca_west_1: "ca-west-1";
229
230
  readonly cn_north_1: "cn-north-1";
230
231
  readonly cn_northwest_1: "cn-northwest-1";
231
232
  readonly eu_central_1: "eu-central-1";
@@ -735,6 +736,7 @@ export declare const VPCRegion: {
735
736
  readonly ap_southeast_3: "ap-southeast-3";
736
737
  readonly ap_southeast_4: "ap-southeast-4";
737
738
  readonly ca_central_1: "ca-central-1";
739
+ readonly ca_west_1: "ca-west-1";
738
740
  readonly cn_north_1: "cn-north-1";
739
741
  readonly eu_central_1: "eu-central-1";
740
742
  readonly eu_central_2: "eu-central-2";
@@ -1185,6 +1187,7 @@ export declare const ResourceRecordSetRegion: {
1185
1187
  readonly ap_southeast_3: "ap-southeast-3";
1186
1188
  readonly ap_southeast_4: "ap-southeast-4";
1187
1189
  readonly ca_central_1: "ca-central-1";
1190
+ readonly ca_west_1: "ca-west-1";
1188
1191
  readonly cn_north_1: "cn-north-1";
1189
1192
  readonly cn_northwest_1: "cn-northwest-1";
1190
1193
  readonly eu_central_1: "eu-central-1";
@@ -1298,10 +1301,6 @@ export interface ResourceRecordSet {
1298
1301
  * </important>
1299
1302
  * </li>
1300
1303
  * </ul>
1301
- * <p>You can use the * wildcard as the leftmost label in a domain name, for example,
1302
- * <code>*.example.com</code>. You can't use an * for one of the middle labels, for
1303
- * example, <code>marketing.*.example.com</code>. In addition, the * must replace the
1304
- * entire label; for example, you can't specify <code>prod*.example.com</code>.</p>
1305
1304
  */
1306
1305
  Name: string | undefined;
1307
1306
  /**
@@ -4,4 +4,4 @@ import { Route53PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCidrBlocks(config: Route53PaginationConfiguration, input: ListCidrBlocksCommandInput, ...additionalArguments: any): Paginator<ListCidrBlocksCommandOutput>;
7
+ export declare const paginateListCidrBlocks: (config: Route53PaginationConfiguration, input: ListCidrBlocksCommandInput, ...rest: any[]) => Paginator<ListCidrBlocksCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCidrCollections(config: Route53PaginationConfiguration, input: ListCidrCollectionsCommandInput, ...additionalArguments: any): Paginator<ListCidrCollectionsCommandOutput>;
7
+ export declare const paginateListCidrCollections: (config: Route53PaginationConfiguration, input: ListCidrCollectionsCommandInput, ...rest: any[]) => Paginator<ListCidrCollectionsCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCidrLocations(config: Route53PaginationConfiguration, input: ListCidrLocationsCommandInput, ...additionalArguments: any): Paginator<ListCidrLocationsCommandOutput>;
7
+ export declare const paginateListCidrLocations: (config: Route53PaginationConfiguration, input: ListCidrLocationsCommandInput, ...rest: any[]) => Paginator<ListCidrLocationsCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListHealthChecks(config: Route53PaginationConfiguration, input: ListHealthChecksCommandInput, ...additionalArguments: any): Paginator<ListHealthChecksCommandOutput>;
7
+ export declare const paginateListHealthChecks: (config: Route53PaginationConfiguration, input: ListHealthChecksCommandInput, ...rest: any[]) => Paginator<ListHealthChecksCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListHostedZones(config: Route53PaginationConfiguration, input: ListHostedZonesCommandInput, ...additionalArguments: any): Paginator<ListHostedZonesCommandOutput>;
7
+ export declare const paginateListHostedZones: (config: Route53PaginationConfiguration, input: ListHostedZonesCommandInput, ...rest: any[]) => Paginator<ListHostedZonesCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53PaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListQueryLoggingConfigs(config: Route53PaginationConfiguration, input: ListQueryLoggingConfigsCommandInput, ...additionalArguments: any): Paginator<ListQueryLoggingConfigsCommandOutput>;
7
+ export declare const paginateListQueryLoggingConfigs: (config: Route53PaginationConfiguration, input: ListQueryLoggingConfigsCommandInput, ...rest: any[]) => Paginator<ListQueryLoggingConfigsCommandOutput>;
@@ -82,6 +82,7 @@ export declare const CloudWatchRegion: {
82
82
  readonly ap_southeast_3: "ap-southeast-3";
83
83
  readonly ap_southeast_4: "ap-southeast-4";
84
84
  readonly ca_central_1: "ca-central-1";
85
+ readonly ca_west_1: "ca-west-1";
85
86
  readonly cn_north_1: "cn-north-1";
86
87
  readonly cn_northwest_1: "cn-northwest-1";
87
88
  readonly eu_central_1: "eu-central-1";
@@ -130,6 +131,7 @@ export declare const VPCRegion: {
130
131
  readonly ap_southeast_3: "ap-southeast-3";
131
132
  readonly ap_southeast_4: "ap-southeast-4";
132
133
  readonly ca_central_1: "ca-central-1";
134
+ readonly ca_west_1: "ca-west-1";
133
135
  readonly cn_north_1: "cn-north-1";
134
136
  readonly eu_central_1: "eu-central-1";
135
137
  readonly eu_central_2: "eu-central-2";
@@ -289,6 +291,7 @@ export declare const ResourceRecordSetRegion: {
289
291
  readonly ap_southeast_3: "ap-southeast-3";
290
292
  readonly ap_southeast_4: "ap-southeast-4";
291
293
  readonly ca_central_1: "ca-central-1";
294
+ readonly ca_west_1: "ca-west-1";
292
295
  readonly cn_north_1: "cn-north-1";
293
296
  readonly cn_northwest_1: "cn-northwest-1";
294
297
  readonly eu_central_1: "eu-central-1";
@@ -4,8 +4,8 @@ import {
4
4
  ListCidrBlocksCommandOutput,
5
5
  } from "../commands/ListCidrBlocksCommand";
6
6
  import { Route53PaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListCidrBlocks(
7
+ export declare const paginateListCidrBlocks: (
8
8
  config: Route53PaginationConfiguration,
9
9
  input: ListCidrBlocksCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListCidrBlocksCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListCidrBlocksCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListCidrCollectionsCommandOutput,
5
5
  } from "../commands/ListCidrCollectionsCommand";
6
6
  import { Route53PaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListCidrCollections(
7
+ export declare const paginateListCidrCollections: (
8
8
  config: Route53PaginationConfiguration,
9
9
  input: ListCidrCollectionsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListCidrCollectionsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListCidrCollectionsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListCidrLocationsCommandOutput,
5
5
  } from "../commands/ListCidrLocationsCommand";
6
6
  import { Route53PaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListCidrLocations(
7
+ export declare const paginateListCidrLocations: (
8
8
  config: Route53PaginationConfiguration,
9
9
  input: ListCidrLocationsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListCidrLocationsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListCidrLocationsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListHealthChecksCommandOutput,
5
5
  } from "../commands/ListHealthChecksCommand";
6
6
  import { Route53PaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListHealthChecks(
7
+ export declare const paginateListHealthChecks: (
8
8
  config: Route53PaginationConfiguration,
9
9
  input: ListHealthChecksCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListHealthChecksCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListHealthChecksCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListHostedZonesCommandOutput,
5
5
  } from "../commands/ListHostedZonesCommand";
6
6
  import { Route53PaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListHostedZones(
7
+ export declare const paginateListHostedZones: (
8
8
  config: Route53PaginationConfiguration,
9
9
  input: ListHostedZonesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListHostedZonesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListHostedZonesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListQueryLoggingConfigsCommandOutput,
5
5
  } from "../commands/ListQueryLoggingConfigsCommand";
6
6
  import { Route53PaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListQueryLoggingConfigs(
7
+ export declare const paginateListQueryLoggingConfigs: (
8
8
  config: Route53PaginationConfiguration,
9
9
  input: ListQueryLoggingConfigsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListQueryLoggingConfigsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListQueryLoggingConfigsCommandOutput>;
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.477.0",
4
+ "version": "3.478.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",
@@ -20,18 +20,18 @@
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.477.0",
23
+ "@aws-sdk/client-sts": "3.478.0",
24
24
  "@aws-sdk/core": "3.477.0",
25
- "@aws-sdk/credential-provider-node": "3.477.0",
25
+ "@aws-sdk/credential-provider-node": "3.478.0",
26
26
  "@aws-sdk/middleware-host-header": "3.468.0",
27
27
  "@aws-sdk/middleware-logger": "3.468.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.468.0",
29
29
  "@aws-sdk/middleware-sdk-route53": "3.468.0",
30
30
  "@aws-sdk/middleware-signing": "3.468.0",
31
- "@aws-sdk/middleware-user-agent": "3.470.0",
31
+ "@aws-sdk/middleware-user-agent": "3.478.0",
32
32
  "@aws-sdk/region-config-resolver": "3.470.0",
33
33
  "@aws-sdk/types": "3.468.0",
34
- "@aws-sdk/util-endpoints": "3.470.0",
34
+ "@aws-sdk/util-endpoints": "3.478.0",
35
35
  "@aws-sdk/util-user-agent-browser": "3.468.0",
36
36
  "@aws-sdk/util-user-agent-node": "3.470.0",
37
37
  "@aws-sdk/xml-builder": "3.472.0",