@aws-sdk/client-elastic-load-balancing 3.721.0 → 3.723.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 ElasticLoadBalancingClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,286 +1,308 @@
1
1
  import { ElasticLoadBalancingServiceException as __BaseException } from "./ElasticLoadBalancingServiceException";
2
2
  export class AccessPointNotFoundException extends __BaseException {
3
+ name = "AccessPointNotFoundException";
4
+ $fault = "client";
5
+ Message;
3
6
  constructor(opts) {
4
7
  super({
5
8
  name: "AccessPointNotFoundException",
6
9
  $fault: "client",
7
10
  ...opts,
8
11
  });
9
- this.name = "AccessPointNotFoundException";
10
- this.$fault = "client";
11
12
  Object.setPrototypeOf(this, AccessPointNotFoundException.prototype);
12
13
  this.Message = opts.Message;
13
14
  }
14
15
  }
15
16
  export class DuplicateTagKeysException extends __BaseException {
17
+ name = "DuplicateTagKeysException";
18
+ $fault = "client";
19
+ Message;
16
20
  constructor(opts) {
17
21
  super({
18
22
  name: "DuplicateTagKeysException",
19
23
  $fault: "client",
20
24
  ...opts,
21
25
  });
22
- this.name = "DuplicateTagKeysException";
23
- this.$fault = "client";
24
26
  Object.setPrototypeOf(this, DuplicateTagKeysException.prototype);
25
27
  this.Message = opts.Message;
26
28
  }
27
29
  }
28
30
  export class TooManyTagsException extends __BaseException {
31
+ name = "TooManyTagsException";
32
+ $fault = "client";
33
+ Message;
29
34
  constructor(opts) {
30
35
  super({
31
36
  name: "TooManyTagsException",
32
37
  $fault: "client",
33
38
  ...opts,
34
39
  });
35
- this.name = "TooManyTagsException";
36
- this.$fault = "client";
37
40
  Object.setPrototypeOf(this, TooManyTagsException.prototype);
38
41
  this.Message = opts.Message;
39
42
  }
40
43
  }
41
44
  export class InvalidConfigurationRequestException extends __BaseException {
45
+ name = "InvalidConfigurationRequestException";
46
+ $fault = "client";
47
+ Message;
42
48
  constructor(opts) {
43
49
  super({
44
50
  name: "InvalidConfigurationRequestException",
45
51
  $fault: "client",
46
52
  ...opts,
47
53
  });
48
- this.name = "InvalidConfigurationRequestException";
49
- this.$fault = "client";
50
54
  Object.setPrototypeOf(this, InvalidConfigurationRequestException.prototype);
51
55
  this.Message = opts.Message;
52
56
  }
53
57
  }
54
58
  export class InvalidSecurityGroupException extends __BaseException {
59
+ name = "InvalidSecurityGroupException";
60
+ $fault = "client";
61
+ Message;
55
62
  constructor(opts) {
56
63
  super({
57
64
  name: "InvalidSecurityGroupException",
58
65
  $fault: "client",
59
66
  ...opts,
60
67
  });
61
- this.name = "InvalidSecurityGroupException";
62
- this.$fault = "client";
63
68
  Object.setPrototypeOf(this, InvalidSecurityGroupException.prototype);
64
69
  this.Message = opts.Message;
65
70
  }
66
71
  }
67
72
  export class InvalidSubnetException extends __BaseException {
73
+ name = "InvalidSubnetException";
74
+ $fault = "client";
75
+ Message;
68
76
  constructor(opts) {
69
77
  super({
70
78
  name: "InvalidSubnetException",
71
79
  $fault: "client",
72
80
  ...opts,
73
81
  });
74
- this.name = "InvalidSubnetException";
75
- this.$fault = "client";
76
82
  Object.setPrototypeOf(this, InvalidSubnetException.prototype);
77
83
  this.Message = opts.Message;
78
84
  }
79
85
  }
80
86
  export class SubnetNotFoundException extends __BaseException {
87
+ name = "SubnetNotFoundException";
88
+ $fault = "client";
89
+ Message;
81
90
  constructor(opts) {
82
91
  super({
83
92
  name: "SubnetNotFoundException",
84
93
  $fault: "client",
85
94
  ...opts,
86
95
  });
87
- this.name = "SubnetNotFoundException";
88
- this.$fault = "client";
89
96
  Object.setPrototypeOf(this, SubnetNotFoundException.prototype);
90
97
  this.Message = opts.Message;
91
98
  }
92
99
  }
93
100
  export class CertificateNotFoundException extends __BaseException {
101
+ name = "CertificateNotFoundException";
102
+ $fault = "client";
103
+ Message;
94
104
  constructor(opts) {
95
105
  super({
96
106
  name: "CertificateNotFoundException",
97
107
  $fault: "client",
98
108
  ...opts,
99
109
  });
100
- this.name = "CertificateNotFoundException";
101
- this.$fault = "client";
102
110
  Object.setPrototypeOf(this, CertificateNotFoundException.prototype);
103
111
  this.Message = opts.Message;
104
112
  }
105
113
  }
106
114
  export class DuplicatePolicyNameException extends __BaseException {
115
+ name = "DuplicatePolicyNameException";
116
+ $fault = "client";
117
+ Message;
107
118
  constructor(opts) {
108
119
  super({
109
120
  name: "DuplicatePolicyNameException",
110
121
  $fault: "client",
111
122
  ...opts,
112
123
  });
113
- this.name = "DuplicatePolicyNameException";
114
- this.$fault = "client";
115
124
  Object.setPrototypeOf(this, DuplicatePolicyNameException.prototype);
116
125
  this.Message = opts.Message;
117
126
  }
118
127
  }
119
128
  export class TooManyPoliciesException extends __BaseException {
129
+ name = "TooManyPoliciesException";
130
+ $fault = "client";
131
+ Message;
120
132
  constructor(opts) {
121
133
  super({
122
134
  name: "TooManyPoliciesException",
123
135
  $fault: "client",
124
136
  ...opts,
125
137
  });
126
- this.name = "TooManyPoliciesException";
127
- this.$fault = "client";
128
138
  Object.setPrototypeOf(this, TooManyPoliciesException.prototype);
129
139
  this.Message = opts.Message;
130
140
  }
131
141
  }
132
142
  export class DuplicateAccessPointNameException extends __BaseException {
143
+ name = "DuplicateAccessPointNameException";
144
+ $fault = "client";
145
+ Message;
133
146
  constructor(opts) {
134
147
  super({
135
148
  name: "DuplicateAccessPointNameException",
136
149
  $fault: "client",
137
150
  ...opts,
138
151
  });
139
- this.name = "DuplicateAccessPointNameException";
140
- this.$fault = "client";
141
152
  Object.setPrototypeOf(this, DuplicateAccessPointNameException.prototype);
142
153
  this.Message = opts.Message;
143
154
  }
144
155
  }
145
156
  export class InvalidSchemeException extends __BaseException {
157
+ name = "InvalidSchemeException";
158
+ $fault = "client";
159
+ Message;
146
160
  constructor(opts) {
147
161
  super({
148
162
  name: "InvalidSchemeException",
149
163
  $fault: "client",
150
164
  ...opts,
151
165
  });
152
- this.name = "InvalidSchemeException";
153
- this.$fault = "client";
154
166
  Object.setPrototypeOf(this, InvalidSchemeException.prototype);
155
167
  this.Message = opts.Message;
156
168
  }
157
169
  }
158
170
  export class OperationNotPermittedException extends __BaseException {
171
+ name = "OperationNotPermittedException";
172
+ $fault = "client";
173
+ Message;
159
174
  constructor(opts) {
160
175
  super({
161
176
  name: "OperationNotPermittedException",
162
177
  $fault: "client",
163
178
  ...opts,
164
179
  });
165
- this.name = "OperationNotPermittedException";
166
- this.$fault = "client";
167
180
  Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
168
181
  this.Message = opts.Message;
169
182
  }
170
183
  }
171
184
  export class TooManyAccessPointsException extends __BaseException {
185
+ name = "TooManyAccessPointsException";
186
+ $fault = "client";
187
+ Message;
172
188
  constructor(opts) {
173
189
  super({
174
190
  name: "TooManyAccessPointsException",
175
191
  $fault: "client",
176
192
  ...opts,
177
193
  });
178
- this.name = "TooManyAccessPointsException";
179
- this.$fault = "client";
180
194
  Object.setPrototypeOf(this, TooManyAccessPointsException.prototype);
181
195
  this.Message = opts.Message;
182
196
  }
183
197
  }
184
198
  export class UnsupportedProtocolException extends __BaseException {
199
+ name = "UnsupportedProtocolException";
200
+ $fault = "client";
201
+ Message;
185
202
  constructor(opts) {
186
203
  super({
187
204
  name: "UnsupportedProtocolException",
188
205
  $fault: "client",
189
206
  ...opts,
190
207
  });
191
- this.name = "UnsupportedProtocolException";
192
- this.$fault = "client";
193
208
  Object.setPrototypeOf(this, UnsupportedProtocolException.prototype);
194
209
  this.Message = opts.Message;
195
210
  }
196
211
  }
197
212
  export class DuplicateListenerException extends __BaseException {
213
+ name = "DuplicateListenerException";
214
+ $fault = "client";
215
+ Message;
198
216
  constructor(opts) {
199
217
  super({
200
218
  name: "DuplicateListenerException",
201
219
  $fault: "client",
202
220
  ...opts,
203
221
  });
204
- this.name = "DuplicateListenerException";
205
- this.$fault = "client";
206
222
  Object.setPrototypeOf(this, DuplicateListenerException.prototype);
207
223
  this.Message = opts.Message;
208
224
  }
209
225
  }
210
226
  export class PolicyTypeNotFoundException extends __BaseException {
227
+ name = "PolicyTypeNotFoundException";
228
+ $fault = "client";
229
+ Message;
211
230
  constructor(opts) {
212
231
  super({
213
232
  name: "PolicyTypeNotFoundException",
214
233
  $fault: "client",
215
234
  ...opts,
216
235
  });
217
- this.name = "PolicyTypeNotFoundException";
218
- this.$fault = "client";
219
236
  Object.setPrototypeOf(this, PolicyTypeNotFoundException.prototype);
220
237
  this.Message = opts.Message;
221
238
  }
222
239
  }
223
240
  export class DependencyThrottleException extends __BaseException {
241
+ name = "DependencyThrottleException";
242
+ $fault = "client";
243
+ Message;
224
244
  constructor(opts) {
225
245
  super({
226
246
  name: "DependencyThrottleException",
227
247
  $fault: "client",
228
248
  ...opts,
229
249
  });
230
- this.name = "DependencyThrottleException";
231
- this.$fault = "client";
232
250
  Object.setPrototypeOf(this, DependencyThrottleException.prototype);
233
251
  this.Message = opts.Message;
234
252
  }
235
253
  }
236
254
  export class InvalidEndPointException extends __BaseException {
255
+ name = "InvalidEndPointException";
256
+ $fault = "client";
257
+ Message;
237
258
  constructor(opts) {
238
259
  super({
239
260
  name: "InvalidEndPointException",
240
261
  $fault: "client",
241
262
  ...opts,
242
263
  });
243
- this.name = "InvalidEndPointException";
244
- this.$fault = "client";
245
264
  Object.setPrototypeOf(this, InvalidEndPointException.prototype);
246
265
  this.Message = opts.Message;
247
266
  }
248
267
  }
249
268
  export class LoadBalancerAttributeNotFoundException extends __BaseException {
269
+ name = "LoadBalancerAttributeNotFoundException";
270
+ $fault = "client";
271
+ Message;
250
272
  constructor(opts) {
251
273
  super({
252
274
  name: "LoadBalancerAttributeNotFoundException",
253
275
  $fault: "client",
254
276
  ...opts,
255
277
  });
256
- this.name = "LoadBalancerAttributeNotFoundException";
257
- this.$fault = "client";
258
278
  Object.setPrototypeOf(this, LoadBalancerAttributeNotFoundException.prototype);
259
279
  this.Message = opts.Message;
260
280
  }
261
281
  }
262
282
  export class PolicyNotFoundException extends __BaseException {
283
+ name = "PolicyNotFoundException";
284
+ $fault = "client";
285
+ Message;
263
286
  constructor(opts) {
264
287
  super({
265
288
  name: "PolicyNotFoundException",
266
289
  $fault: "client",
267
290
  ...opts,
268
291
  });
269
- this.name = "PolicyNotFoundException";
270
- this.$fault = "client";
271
292
  Object.setPrototypeOf(this, PolicyNotFoundException.prototype);
272
293
  this.Message = opts.Message;
273
294
  }
274
295
  }
275
296
  export class ListenerNotFoundException extends __BaseException {
297
+ name = "ListenerNotFoundException";
298
+ $fault = "client";
299
+ Message;
276
300
  constructor(opts) {
277
301
  super({
278
302
  name: "ListenerNotFoundException",
279
303
  $fault: "client",
280
304
  ...opts,
281
305
  });
282
- this.name = "ListenerNotFoundException";
283
- this.$fault = "client";
284
306
  Object.setPrototypeOf(this, ListenerNotFoundException.prototype);
285
307
  this.Message = opts.Message;
286
308
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
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: ElasticLoadBalancingClientConfig
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: ElasticLoadBalancingClientConfig
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: ElasticLoadBalancingClientConfig
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-elastic-load-balancing",
3
3
  "description": "AWS SDK for JavaScript Elastic Load Balancing Client for Node.js, Browser and React Native",
4
- "version": "3.721.0",
4
+ "version": "3.723.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-elastic-load-balancing",
@@ -20,57 +20,57 @@
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",
61
- "@smithy/util-waiter": "^3.2.0",
23
+ "@aws-sdk/client-sso-oidc": "3.723.0",
24
+ "@aws-sdk/client-sts": "3.723.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.723.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.723.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.723.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.723.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
+ "@smithy/util-waiter": "^4.0.0",
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {
65
- "@tsconfig/node16": "16.1.3",
66
- "@types/node": "^16.18.96",
65
+ "@tsconfig/node18": "18.2.4",
66
+ "@types/node": "^18.19.69",
67
67
  "concurrently": "7.0.0",
68
68
  "downlevel-dts": "0.10.1",
69
69
  "rimraf": "3.0.2",
70
- "typescript": "~4.9.5"
70
+ "typescript": "~5.2.2"
71
71
  },
72
72
  "engines": {
73
- "node": ">=16.0.0"
73
+ "node": ">=18.0.0"
74
74
  },
75
75
  "typesVersions": {
76
76
  "<4.0": {