@aws-sdk/client-global-accelerator 3.721.0 → 3.726.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.
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class GlobalAcceleratorClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -12,118 +12,127 @@ export const AcceleratorStatus = {
12
12
  IN_PROGRESS: "IN_PROGRESS",
13
13
  };
14
14
  export class AcceleratorNotDisabledException extends __BaseException {
15
+ name = "AcceleratorNotDisabledException";
16
+ $fault = "client";
17
+ Message;
15
18
  constructor(opts) {
16
19
  super({
17
20
  name: "AcceleratorNotDisabledException",
18
21
  $fault: "client",
19
22
  ...opts,
20
23
  });
21
- this.name = "AcceleratorNotDisabledException";
22
- this.$fault = "client";
23
24
  Object.setPrototypeOf(this, AcceleratorNotDisabledException.prototype);
24
25
  this.Message = opts.Message;
25
26
  }
26
27
  }
27
28
  export class AcceleratorNotFoundException extends __BaseException {
29
+ name = "AcceleratorNotFoundException";
30
+ $fault = "client";
31
+ Message;
28
32
  constructor(opts) {
29
33
  super({
30
34
  name: "AcceleratorNotFoundException",
31
35
  $fault: "client",
32
36
  ...opts,
33
37
  });
34
- this.name = "AcceleratorNotFoundException";
35
- this.$fault = "client";
36
38
  Object.setPrototypeOf(this, AcceleratorNotFoundException.prototype);
37
39
  this.Message = opts.Message;
38
40
  }
39
41
  }
40
42
  export class AccessDeniedException extends __BaseException {
43
+ name = "AccessDeniedException";
44
+ $fault = "client";
45
+ Message;
41
46
  constructor(opts) {
42
47
  super({
43
48
  name: "AccessDeniedException",
44
49
  $fault: "client",
45
50
  ...opts,
46
51
  });
47
- this.name = "AccessDeniedException";
48
- this.$fault = "client";
49
52
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
50
53
  this.Message = opts.Message;
51
54
  }
52
55
  }
53
56
  export class ConflictException extends __BaseException {
57
+ name = "ConflictException";
58
+ $fault = "client";
59
+ Message;
54
60
  constructor(opts) {
55
61
  super({
56
62
  name: "ConflictException",
57
63
  $fault: "client",
58
64
  ...opts,
59
65
  });
60
- this.name = "ConflictException";
61
- this.$fault = "client";
62
66
  Object.setPrototypeOf(this, ConflictException.prototype);
63
67
  this.Message = opts.Message;
64
68
  }
65
69
  }
66
70
  export class EndpointAlreadyExistsException extends __BaseException {
71
+ name = "EndpointAlreadyExistsException";
72
+ $fault = "client";
73
+ Message;
67
74
  constructor(opts) {
68
75
  super({
69
76
  name: "EndpointAlreadyExistsException",
70
77
  $fault: "client",
71
78
  ...opts,
72
79
  });
73
- this.name = "EndpointAlreadyExistsException";
74
- this.$fault = "client";
75
80
  Object.setPrototypeOf(this, EndpointAlreadyExistsException.prototype);
76
81
  this.Message = opts.Message;
77
82
  }
78
83
  }
79
84
  export class EndpointGroupNotFoundException extends __BaseException {
85
+ name = "EndpointGroupNotFoundException";
86
+ $fault = "client";
87
+ Message;
80
88
  constructor(opts) {
81
89
  super({
82
90
  name: "EndpointGroupNotFoundException",
83
91
  $fault: "client",
84
92
  ...opts,
85
93
  });
86
- this.name = "EndpointGroupNotFoundException";
87
- this.$fault = "client";
88
94
  Object.setPrototypeOf(this, EndpointGroupNotFoundException.prototype);
89
95
  this.Message = opts.Message;
90
96
  }
91
97
  }
92
98
  export class InternalServiceErrorException extends __BaseException {
99
+ name = "InternalServiceErrorException";
100
+ $fault = "server";
101
+ Message;
93
102
  constructor(opts) {
94
103
  super({
95
104
  name: "InternalServiceErrorException",
96
105
  $fault: "server",
97
106
  ...opts,
98
107
  });
99
- this.name = "InternalServiceErrorException";
100
- this.$fault = "server";
101
108
  Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
102
109
  this.Message = opts.Message;
103
110
  }
104
111
  }
105
112
  export class InvalidArgumentException extends __BaseException {
113
+ name = "InvalidArgumentException";
114
+ $fault = "client";
115
+ Message;
106
116
  constructor(opts) {
107
117
  super({
108
118
  name: "InvalidArgumentException",
109
119
  $fault: "client",
110
120
  ...opts,
111
121
  });
112
- this.name = "InvalidArgumentException";
113
- this.$fault = "client";
114
122
  Object.setPrototypeOf(this, InvalidArgumentException.prototype);
115
123
  this.Message = opts.Message;
116
124
  }
117
125
  }
118
126
  export class LimitExceededException extends __BaseException {
127
+ name = "LimitExceededException";
128
+ $fault = "client";
129
+ Message;
119
130
  constructor(opts) {
120
131
  super({
121
132
  name: "LimitExceededException",
122
133
  $fault: "client",
123
134
  ...opts,
124
135
  });
125
- this.name = "LimitExceededException";
126
- this.$fault = "client";
127
136
  Object.setPrototypeOf(this, LimitExceededException.prototype);
128
137
  this.Message = opts.Message;
129
138
  }
@@ -134,14 +143,15 @@ export const HealthState = {
134
143
  UNHEALTHY: "UNHEALTHY",
135
144
  };
136
145
  export class TransactionInProgressException extends __BaseException {
146
+ name = "TransactionInProgressException";
147
+ $fault = "client";
148
+ Message;
137
149
  constructor(opts) {
138
150
  super({
139
151
  name: "TransactionInProgressException",
140
152
  $fault: "client",
141
153
  ...opts,
142
154
  });
143
- this.name = "TransactionInProgressException";
144
- this.$fault = "client";
145
155
  Object.setPrototypeOf(this, TransactionInProgressException.prototype);
146
156
  this.Message = opts.Message;
147
157
  }
@@ -160,66 +170,71 @@ export const ByoipCidrState = {
160
170
  READY: "READY",
161
171
  };
162
172
  export class ByoipCidrNotFoundException extends __BaseException {
173
+ name = "ByoipCidrNotFoundException";
174
+ $fault = "client";
175
+ Message;
163
176
  constructor(opts) {
164
177
  super({
165
178
  name: "ByoipCidrNotFoundException",
166
179
  $fault: "client",
167
180
  ...opts,
168
181
  });
169
- this.name = "ByoipCidrNotFoundException";
170
- this.$fault = "client";
171
182
  Object.setPrototypeOf(this, ByoipCidrNotFoundException.prototype);
172
183
  this.Message = opts.Message;
173
184
  }
174
185
  }
175
186
  export class IncorrectCidrStateException extends __BaseException {
187
+ name = "IncorrectCidrStateException";
188
+ $fault = "client";
189
+ Message;
176
190
  constructor(opts) {
177
191
  super({
178
192
  name: "IncorrectCidrStateException",
179
193
  $fault: "client",
180
194
  ...opts,
181
195
  });
182
- this.name = "IncorrectCidrStateException";
183
- this.$fault = "client";
184
196
  Object.setPrototypeOf(this, IncorrectCidrStateException.prototype);
185
197
  this.Message = opts.Message;
186
198
  }
187
199
  }
188
200
  export class AssociatedEndpointGroupFoundException extends __BaseException {
201
+ name = "AssociatedEndpointGroupFoundException";
202
+ $fault = "client";
203
+ Message;
189
204
  constructor(opts) {
190
205
  super({
191
206
  name: "AssociatedEndpointGroupFoundException",
192
207
  $fault: "client",
193
208
  ...opts,
194
209
  });
195
- this.name = "AssociatedEndpointGroupFoundException";
196
- this.$fault = "client";
197
210
  Object.setPrototypeOf(this, AssociatedEndpointGroupFoundException.prototype);
198
211
  this.Message = opts.Message;
199
212
  }
200
213
  }
201
214
  export class AssociatedListenerFoundException extends __BaseException {
215
+ name = "AssociatedListenerFoundException";
216
+ $fault = "client";
217
+ Message;
202
218
  constructor(opts) {
203
219
  super({
204
220
  name: "AssociatedListenerFoundException",
205
221
  $fault: "client",
206
222
  ...opts,
207
223
  });
208
- this.name = "AssociatedListenerFoundException";
209
- this.$fault = "client";
210
224
  Object.setPrototypeOf(this, AssociatedListenerFoundException.prototype);
211
225
  this.Message = opts.Message;
212
226
  }
213
227
  }
214
228
  export class AttachmentNotFoundException extends __BaseException {
229
+ name = "AttachmentNotFoundException";
230
+ $fault = "client";
231
+ Message;
215
232
  constructor(opts) {
216
233
  super({
217
234
  name: "AttachmentNotFoundException",
218
235
  $fault: "client",
219
236
  ...opts,
220
237
  });
221
- this.name = "AttachmentNotFoundException";
222
- this.$fault = "client";
223
238
  Object.setPrototypeOf(this, AttachmentNotFoundException.prototype);
224
239
  this.Message = opts.Message;
225
240
  }
@@ -241,40 +256,43 @@ export const Protocol = {
241
256
  UDP: "UDP",
242
257
  };
243
258
  export class EndpointGroupAlreadyExistsException extends __BaseException {
259
+ name = "EndpointGroupAlreadyExistsException";
260
+ $fault = "client";
261
+ Message;
244
262
  constructor(opts) {
245
263
  super({
246
264
  name: "EndpointGroupAlreadyExistsException",
247
265
  $fault: "client",
248
266
  ...opts,
249
267
  });
250
- this.name = "EndpointGroupAlreadyExistsException";
251
- this.$fault = "client";
252
268
  Object.setPrototypeOf(this, EndpointGroupAlreadyExistsException.prototype);
253
269
  this.Message = opts.Message;
254
270
  }
255
271
  }
256
272
  export class InvalidPortRangeException extends __BaseException {
273
+ name = "InvalidPortRangeException";
274
+ $fault = "client";
275
+ Message;
257
276
  constructor(opts) {
258
277
  super({
259
278
  name: "InvalidPortRangeException",
260
279
  $fault: "client",
261
280
  ...opts,
262
281
  });
263
- this.name = "InvalidPortRangeException";
264
- this.$fault = "client";
265
282
  Object.setPrototypeOf(this, InvalidPortRangeException.prototype);
266
283
  this.Message = opts.Message;
267
284
  }
268
285
  }
269
286
  export class ListenerNotFoundException extends __BaseException {
287
+ name = "ListenerNotFoundException";
288
+ $fault = "client";
289
+ Message;
270
290
  constructor(opts) {
271
291
  super({
272
292
  name: "ListenerNotFoundException",
273
293
  $fault: "client",
274
294
  ...opts,
275
295
  });
276
- this.name = "ListenerNotFoundException";
277
- this.$fault = "client";
278
296
  Object.setPrototypeOf(this, ListenerNotFoundException.prototype);
279
297
  this.Message = opts.Message;
280
298
  }
@@ -289,27 +307,29 @@ export const CustomRoutingDestinationTrafficState = {
289
307
  DENY: "DENY",
290
308
  };
291
309
  export class EndpointNotFoundException extends __BaseException {
310
+ name = "EndpointNotFoundException";
311
+ $fault = "client";
312
+ Message;
292
313
  constructor(opts) {
293
314
  super({
294
315
  name: "EndpointNotFoundException",
295
316
  $fault: "client",
296
317
  ...opts,
297
318
  });
298
- this.name = "EndpointNotFoundException";
299
- this.$fault = "client";
300
319
  Object.setPrototypeOf(this, EndpointNotFoundException.prototype);
301
320
  this.Message = opts.Message;
302
321
  }
303
322
  }
304
323
  export class InvalidNextTokenException extends __BaseException {
324
+ name = "InvalidNextTokenException";
325
+ $fault = "client";
326
+ Message;
305
327
  constructor(opts) {
306
328
  super({
307
329
  name: "InvalidNextTokenException",
308
330
  $fault: "client",
309
331
  ...opts,
310
332
  });
311
- this.name = "InvalidNextTokenException";
312
- this.$fault = "client";
313
333
  Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
314
334
  this.Message = opts.Message;
315
335
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
34
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- input: any
13
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ _: unknown
15
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
16
  defaultUserAgentProvider: (
15
17
  config?:
16
18
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- init?:
13
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
- | undefined
15
- ) => import("@smithy/types").MemoizedProvider<
16
- import("@smithy/types").AwsCredentialIdentity
17
- >;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ init?:
15
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
16
+ | undefined
17
+ ) => import("@smithy/types").MemoizedProvider<
18
+ import("@smithy/types").AwsCredentialIdentity
19
+ >);
18
20
  defaultUserAgentProvider: (
19
21
  config?:
20
22
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
30
30
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
31
31
  | undefined
32
32
  ) => Promise<import("@smithy/types").UserAgent>;
33
- credentialDefaultProvider: (
34
- input: any
35
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
33
+ credentialDefaultProvider:
34
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
35
+ | ((
36
+ _: unknown
37
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
36
38
  maxAttempts: number | import("@smithy/types").Provider<number>;
37
39
  retryMode: string | import("@smithy/types").Provider<string>;
38
40
  logger: import("@smithy/types").Logger;
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
52
54
  | import("@smithy/types").RetryStrategyV2
53
55
  | undefined;
54
56
  endpoint?:
55
- | string
56
- | import("@smithy/types").Endpoint
57
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
58
- | import("@smithy/types").EndpointV2
59
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
57
+ | ((
58
+ | string
59
+ | import("@smithy/types").Endpoint
60
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
61
+ | import("@smithy/types").EndpointV2
62
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
63
+ ) &
64
+ (
65
+ | string
66
+ | import("@smithy/types").Provider<string>
67
+ | import("@smithy/types").Endpoint
68
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
69
+ | import("@smithy/types").EndpointV2
70
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
71
+ ))
60
72
  | undefined;
61
73
  endpointProvider: (
62
74
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-global-accelerator",
3
3
  "description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
4
- "version": "3.721.0",
4
+ "version": "3.726.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-global-accelerator",
@@ -20,58 +20,58 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.721.0",
24
- "@aws-sdk/client-sts": "3.721.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.721.0",
27
- "@aws-sdk/middleware-host-header": "3.714.0",
28
- "@aws-sdk/middleware-logger": "3.714.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.721.0",
31
- "@aws-sdk/region-config-resolver": "3.714.0",
32
- "@aws-sdk/types": "3.714.0",
33
- "@aws-sdk/util-endpoints": "3.714.0",
34
- "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.721.0",
36
- "@smithy/config-resolver": "^3.0.13",
37
- "@smithy/core": "^2.5.5",
38
- "@smithy/fetch-http-handler": "^4.1.2",
39
- "@smithy/hash-node": "^3.0.11",
40
- "@smithy/invalid-dependency": "^3.0.11",
41
- "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.6",
43
- "@smithy/middleware-retry": "^3.0.31",
44
- "@smithy/middleware-serde": "^3.0.11",
45
- "@smithy/middleware-stack": "^3.0.11",
46
- "@smithy/node-config-provider": "^3.1.12",
47
- "@smithy/node-http-handler": "^3.3.2",
48
- "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.1",
50
- "@smithy/types": "^3.7.2",
51
- "@smithy/url-parser": "^3.0.11",
52
- "@smithy/util-base64": "^3.0.0",
53
- "@smithy/util-body-length-browser": "^3.0.0",
54
- "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.31",
56
- "@smithy/util-defaults-mode-node": "^3.0.31",
57
- "@smithy/util-endpoints": "^2.1.7",
58
- "@smithy/util-middleware": "^3.0.11",
59
- "@smithy/util-retry": "^3.0.11",
60
- "@smithy/util-utf8": "^3.0.0",
23
+ "@aws-sdk/client-sso-oidc": "3.726.0",
24
+ "@aws-sdk/client-sts": "3.726.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.726.0",
27
+ "@aws-sdk/middleware-host-header": "3.723.0",
28
+ "@aws-sdk/middleware-logger": "3.723.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
+ "@aws-sdk/middleware-user-agent": "3.726.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.726.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.726.0",
36
+ "@smithy/config-resolver": "^4.0.0",
37
+ "@smithy/core": "^3.0.0",
38
+ "@smithy/fetch-http-handler": "^5.0.0",
39
+ "@smithy/hash-node": "^4.0.0",
40
+ "@smithy/invalid-dependency": "^4.0.0",
41
+ "@smithy/middleware-content-length": "^4.0.0",
42
+ "@smithy/middleware-endpoint": "^4.0.0",
43
+ "@smithy/middleware-retry": "^4.0.0",
44
+ "@smithy/middleware-serde": "^4.0.0",
45
+ "@smithy/middleware-stack": "^4.0.0",
46
+ "@smithy/node-config-provider": "^4.0.0",
47
+ "@smithy/node-http-handler": "^4.0.0",
48
+ "@smithy/protocol-http": "^5.0.0",
49
+ "@smithy/smithy-client": "^4.0.0",
50
+ "@smithy/types": "^4.0.0",
51
+ "@smithy/url-parser": "^4.0.0",
52
+ "@smithy/util-base64": "^4.0.0",
53
+ "@smithy/util-body-length-browser": "^4.0.0",
54
+ "@smithy/util-body-length-node": "^4.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.0",
56
+ "@smithy/util-defaults-mode-node": "^4.0.0",
57
+ "@smithy/util-endpoints": "^3.0.0",
58
+ "@smithy/util-middleware": "^4.0.0",
59
+ "@smithy/util-retry": "^4.0.0",
60
+ "@smithy/util-utf8": "^4.0.0",
61
61
  "@types/uuid": "^9.0.1",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@tsconfig/node16": "16.1.3",
67
- "@types/node": "^16.18.96",
66
+ "@tsconfig/node18": "18.2.4",
67
+ "@types/node": "^18.19.69",
68
68
  "concurrently": "7.0.0",
69
69
  "downlevel-dts": "0.10.1",
70
70
  "rimraf": "3.0.2",
71
- "typescript": "~4.9.5"
71
+ "typescript": "~5.2.2"
72
72
  },
73
73
  "engines": {
74
- "node": ">=16.0.0"
74
+ "node": ">=18.0.0"
75
75
  },
76
76
  "typesVersions": {
77
77
  "<4.0": {