@aws-sdk/client-route-53 3.213.0 → 3.216.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.
@@ -6,7 +6,7 @@ exports.ruleSet = {
6
6
  parameters: {
7
7
  Region: {
8
8
  builtIn: "AWS::Region",
9
- required: false,
9
+ required: true,
10
10
  documentation: "The AWS region used to dispatch the request.",
11
11
  type: "String",
12
12
  },
@@ -106,6 +106,7 @@ var CloudWatchRegion;
106
106
  CloudWatchRegion["ap_northeast_2"] = "ap-northeast-2";
107
107
  CloudWatchRegion["ap_northeast_3"] = "ap-northeast-3";
108
108
  CloudWatchRegion["ap_south_1"] = "ap-south-1";
109
+ CloudWatchRegion["ap_south_2"] = "ap-south-2";
109
110
  CloudWatchRegion["ap_southeast_1"] = "ap-southeast-1";
110
111
  CloudWatchRegion["ap_southeast_2"] = "ap-southeast-2";
111
112
  CloudWatchRegion["ap_southeast_3"] = "ap-southeast-3";
@@ -141,6 +142,7 @@ var VPCRegion;
141
142
  VPCRegion["ap_northeast_2"] = "ap-northeast-2";
142
143
  VPCRegion["ap_northeast_3"] = "ap-northeast-3";
143
144
  VPCRegion["ap_south_1"] = "ap-south-1";
145
+ VPCRegion["ap_south_2"] = "ap-south-2";
144
146
  VPCRegion["ap_southeast_1"] = "ap-southeast-1";
145
147
  VPCRegion["ap_southeast_2"] = "ap-southeast-2";
146
148
  VPCRegion["ap_southeast_3"] = "ap-southeast-3";
@@ -324,6 +326,7 @@ var ResourceRecordSetRegion;
324
326
  ResourceRecordSetRegion["ap_northeast_2"] = "ap-northeast-2";
325
327
  ResourceRecordSetRegion["ap_northeast_3"] = "ap-northeast-3";
326
328
  ResourceRecordSetRegion["ap_south_1"] = "ap-south-1";
329
+ ResourceRecordSetRegion["ap_south_2"] = "ap-south-2";
327
330
  ResourceRecordSetRegion["ap_southeast_1"] = "ap-southeast-1";
328
331
  ResourceRecordSetRegion["ap_southeast_2"] = "ap-southeast-2";
329
332
  ResourceRecordSetRegion["ap_southeast_3"] = "ap-southeast-3";
@@ -3,7 +3,7 @@ export const ruleSet = {
3
3
  parameters: {
4
4
  Region: {
5
5
  builtIn: "AWS::Region",
6
- required: false,
6
+ required: true,
7
7
  documentation: "The AWS region used to dispatch the request.",
8
8
  type: "String",
9
9
  },
@@ -92,6 +92,7 @@ export var CloudWatchRegion;
92
92
  CloudWatchRegion["ap_northeast_2"] = "ap-northeast-2";
93
93
  CloudWatchRegion["ap_northeast_3"] = "ap-northeast-3";
94
94
  CloudWatchRegion["ap_south_1"] = "ap-south-1";
95
+ CloudWatchRegion["ap_south_2"] = "ap-south-2";
95
96
  CloudWatchRegion["ap_southeast_1"] = "ap-southeast-1";
96
97
  CloudWatchRegion["ap_southeast_2"] = "ap-southeast-2";
97
98
  CloudWatchRegion["ap_southeast_3"] = "ap-southeast-3";
@@ -127,6 +128,7 @@ export var VPCRegion;
127
128
  VPCRegion["ap_northeast_2"] = "ap-northeast-2";
128
129
  VPCRegion["ap_northeast_3"] = "ap-northeast-3";
129
130
  VPCRegion["ap_south_1"] = "ap-south-1";
131
+ VPCRegion["ap_south_2"] = "ap-south-2";
130
132
  VPCRegion["ap_southeast_1"] = "ap-southeast-1";
131
133
  VPCRegion["ap_southeast_2"] = "ap-southeast-2";
132
134
  VPCRegion["ap_southeast_3"] = "ap-southeast-3";
@@ -300,6 +302,7 @@ export var ResourceRecordSetRegion;
300
302
  ResourceRecordSetRegion["ap_northeast_2"] = "ap-northeast-2";
301
303
  ResourceRecordSetRegion["ap_northeast_3"] = "ap-northeast-3";
302
304
  ResourceRecordSetRegion["ap_south_1"] = "ap-south-1";
305
+ ResourceRecordSetRegion["ap_south_2"] = "ap-south-2";
303
306
  ResourceRecordSetRegion["ap_southeast_1"] = "ap-southeast-1";
304
307
  ResourceRecordSetRegion["ap_southeast_2"] = "ap-southeast-2";
305
308
  ResourceRecordSetRegion["ap_southeast_3"] = "ap-southeast-3";
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
12
12
  defaultSigningName: string;
13
13
  };
14
14
  export interface EndpointParameters extends __EndpointParameters {
15
- Region?: string;
15
+ Region: string;
16
16
  UseDualStack?: boolean;
17
17
  UseFIPS?: boolean;
18
18
  Endpoint?: string;
@@ -177,6 +177,7 @@ export declare enum CloudWatchRegion {
177
177
  ap_northeast_2 = "ap-northeast-2",
178
178
  ap_northeast_3 = "ap-northeast-3",
179
179
  ap_south_1 = "ap-south-1",
180
+ ap_south_2 = "ap-south-2",
180
181
  ap_southeast_1 = "ap-southeast-1",
181
182
  ap_southeast_2 = "ap-southeast-2",
182
183
  ap_southeast_3 = "ap-southeast-3",
@@ -668,6 +669,7 @@ export declare enum VPCRegion {
668
669
  ap_northeast_2 = "ap-northeast-2",
669
670
  ap_northeast_3 = "ap-northeast-3",
670
671
  ap_south_1 = "ap-south-1",
672
+ ap_south_2 = "ap-south-2",
671
673
  ap_southeast_1 = "ap-southeast-1",
672
674
  ap_southeast_2 = "ap-southeast-2",
673
675
  ap_southeast_3 = "ap-southeast-3",
@@ -1042,6 +1044,7 @@ export declare enum ResourceRecordSetRegion {
1042
1044
  ap_northeast_2 = "ap-northeast-2",
1043
1045
  ap_northeast_3 = "ap-northeast-3",
1044
1046
  ap_south_1 = "ap-south-1",
1047
+ ap_south_2 = "ap-south-2",
1045
1048
  ap_southeast_1 = "ap-southeast-1",
1046
1049
  ap_southeast_2 = "ap-southeast-2",
1047
1050
  ap_southeast_3 = "ap-southeast-3",
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
32
32
  }) => import("@aws-sdk/types").EndpointV2;
33
33
  tls?: boolean | undefined;
34
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
35
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
35
+ credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
36
36
  signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
37
37
  signingEscapePath?: boolean | undefined;
38
38
  systemClockOffset?: number | undefined;
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
32
32
  }) => import("@aws-sdk/types").EndpointV2;
33
33
  tls?: boolean | undefined;
34
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
35
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
35
+ credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
36
36
  signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
37
37
  signingEscapePath?: boolean | undefined;
38
38
  systemClockOffset?: number | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
31
31
  }) => import("@aws-sdk/types").EndpointV2;
32
32
  tls?: boolean | undefined;
33
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
34
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
+ credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
35
35
  signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
36
36
  signingEscapePath?: boolean | undefined;
37
37
  systemClockOffset?: number | undefined;
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
27
27
  defaultSigningName: string;
28
28
  };
29
29
  export interface EndpointParameters extends __EndpointParameters {
30
- Region?: string;
30
+ Region: string;
31
31
  UseDualStack?: boolean;
32
32
  UseFIPS?: boolean;
33
33
  Endpoint?: string;
@@ -73,6 +73,7 @@ export declare enum CloudWatchRegion {
73
73
  ap_northeast_2 = "ap-northeast-2",
74
74
  ap_northeast_3 = "ap-northeast-3",
75
75
  ap_south_1 = "ap-south-1",
76
+ ap_south_2 = "ap-south-2",
76
77
  ap_southeast_1 = "ap-southeast-1",
77
78
  ap_southeast_2 = "ap-southeast-2",
78
79
  ap_southeast_3 = "ap-southeast-3",
@@ -116,6 +117,7 @@ export declare enum VPCRegion {
116
117
  ap_northeast_2 = "ap-northeast-2",
117
118
  ap_northeast_3 = "ap-northeast-3",
118
119
  ap_south_1 = "ap-south-1",
120
+ ap_south_2 = "ap-south-2",
119
121
  ap_southeast_1 = "ap-southeast-1",
120
122
  ap_southeast_2 = "ap-southeast-2",
121
123
  ap_southeast_3 = "ap-southeast-3",
@@ -266,6 +268,7 @@ export declare enum ResourceRecordSetRegion {
266
268
  ap_northeast_2 = "ap-northeast-2",
267
269
  ap_northeast_3 = "ap-northeast-3",
268
270
  ap_south_1 = "ap-south-1",
271
+ ap_south_2 = "ap-south-2",
269
272
  ap_southeast_1 = "ap-southeast-1",
270
273
  ap_southeast_2 = "ap-southeast-2",
271
274
  ap_southeast_3 = "ap-southeast-3",
@@ -64,8 +64,10 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
64
64
  tls?: boolean | undefined;
65
65
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
66
66
  credentials?:
67
- | import("@aws-sdk/types").Credentials
68
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
67
+ | import("@aws-sdk/types").AwsCredentialIdentity
68
+ | import("@aws-sdk/types").Provider<
69
+ import("@aws-sdk/types").AwsCredentialIdentity
70
+ >
69
71
  | undefined;
70
72
  signer?:
71
73
  | import("@aws-sdk/types").RequestSigner
@@ -64,8 +64,10 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
64
64
  tls?: boolean | undefined;
65
65
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
66
66
  credentials?:
67
- | import("@aws-sdk/types").Credentials
68
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
67
+ | import("@aws-sdk/types").AwsCredentialIdentity
68
+ | import("@aws-sdk/types").Provider<
69
+ import("@aws-sdk/types").AwsCredentialIdentity
70
+ >
69
71
  | undefined;
70
72
  signer?:
71
73
  | import("@aws-sdk/types").RequestSigner
@@ -53,8 +53,10 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
53
53
  tls?: boolean | undefined;
54
54
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
55
55
  credentials?:
56
- | import("@aws-sdk/types").Credentials
57
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
56
+ | import("@aws-sdk/types").AwsCredentialIdentity
57
+ | import("@aws-sdk/types").Provider<
58
+ import("@aws-sdk/types").AwsCredentialIdentity
59
+ >
58
60
  | undefined;
59
61
  signer?:
60
62
  | import("@aws-sdk/types").RequestSigner
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.213.0",
4
+ "version": "3.216.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",
@@ -19,40 +19,40 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.213.0",
23
- "@aws-sdk/config-resolver": "3.212.0",
24
- "@aws-sdk/credential-provider-node": "3.212.0",
25
- "@aws-sdk/fetch-http-handler": "3.212.0",
26
- "@aws-sdk/hash-node": "3.212.0",
27
- "@aws-sdk/invalid-dependency": "3.212.0",
28
- "@aws-sdk/middleware-content-length": "3.212.0",
29
- "@aws-sdk/middleware-endpoint": "3.212.0",
30
- "@aws-sdk/middleware-host-header": "3.212.0",
31
- "@aws-sdk/middleware-logger": "3.212.0",
32
- "@aws-sdk/middleware-recursion-detection": "3.212.0",
33
- "@aws-sdk/middleware-retry": "3.212.0",
34
- "@aws-sdk/middleware-sdk-route53": "3.212.0",
35
- "@aws-sdk/middleware-serde": "3.212.0",
36
- "@aws-sdk/middleware-signing": "3.212.0",
37
- "@aws-sdk/middleware-stack": "3.212.0",
38
- "@aws-sdk/middleware-user-agent": "3.212.0",
39
- "@aws-sdk/node-config-provider": "3.212.0",
40
- "@aws-sdk/node-http-handler": "3.212.0",
41
- "@aws-sdk/protocol-http": "3.212.0",
42
- "@aws-sdk/smithy-client": "3.212.0",
43
- "@aws-sdk/types": "3.212.0",
44
- "@aws-sdk/url-parser": "3.212.0",
22
+ "@aws-sdk/client-sts": "3.216.0",
23
+ "@aws-sdk/config-resolver": "3.215.0",
24
+ "@aws-sdk/credential-provider-node": "3.216.0",
25
+ "@aws-sdk/fetch-http-handler": "3.215.0",
26
+ "@aws-sdk/hash-node": "3.215.0",
27
+ "@aws-sdk/invalid-dependency": "3.215.0",
28
+ "@aws-sdk/middleware-content-length": "3.215.0",
29
+ "@aws-sdk/middleware-endpoint": "3.215.0",
30
+ "@aws-sdk/middleware-host-header": "3.215.0",
31
+ "@aws-sdk/middleware-logger": "3.215.0",
32
+ "@aws-sdk/middleware-recursion-detection": "3.215.0",
33
+ "@aws-sdk/middleware-retry": "3.215.0",
34
+ "@aws-sdk/middleware-sdk-route53": "3.215.0",
35
+ "@aws-sdk/middleware-serde": "3.215.0",
36
+ "@aws-sdk/middleware-signing": "3.215.0",
37
+ "@aws-sdk/middleware-stack": "3.215.0",
38
+ "@aws-sdk/middleware-user-agent": "3.215.0",
39
+ "@aws-sdk/node-config-provider": "3.215.0",
40
+ "@aws-sdk/node-http-handler": "3.215.0",
41
+ "@aws-sdk/protocol-http": "3.215.0",
42
+ "@aws-sdk/smithy-client": "3.215.0",
43
+ "@aws-sdk/types": "3.215.0",
44
+ "@aws-sdk/url-parser": "3.215.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.212.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.212.0",
50
- "@aws-sdk/util-endpoints": "3.212.0",
51
- "@aws-sdk/util-user-agent-browser": "3.212.0",
52
- "@aws-sdk/util-user-agent-node": "3.212.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.215.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.215.0",
50
+ "@aws-sdk/util-endpoints": "3.216.0",
51
+ "@aws-sdk/util-user-agent-browser": "3.215.0",
52
+ "@aws-sdk/util-user-agent-node": "3.215.0",
53
53
  "@aws-sdk/util-utf8-browser": "3.188.0",
54
54
  "@aws-sdk/util-utf8-node": "3.208.0",
55
- "@aws-sdk/util-waiter": "3.212.0",
55
+ "@aws-sdk/util-waiter": "3.215.0",
56
56
  "@aws-sdk/xml-builder": "3.201.0",
57
57
  "fast-xml-parser": "4.0.11",
58
58
  "tslib": "^2.3.1"