@aws-sdk/client-acm-pca 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 ACMPCAClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -38,50 +38,50 @@ export const CertificateAuthorityUsageMode = {
38
38
  SHORT_LIVED_CERTIFICATE: "SHORT_LIVED_CERTIFICATE",
39
39
  };
40
40
  export class InvalidArgsException extends __BaseException {
41
+ name = "InvalidArgsException";
42
+ $fault = "client";
41
43
  constructor(opts) {
42
44
  super({
43
45
  name: "InvalidArgsException",
44
46
  $fault: "client",
45
47
  ...opts,
46
48
  });
47
- this.name = "InvalidArgsException";
48
- this.$fault = "client";
49
49
  Object.setPrototypeOf(this, InvalidArgsException.prototype);
50
50
  }
51
51
  }
52
52
  export class InvalidPolicyException extends __BaseException {
53
+ name = "InvalidPolicyException";
54
+ $fault = "client";
53
55
  constructor(opts) {
54
56
  super({
55
57
  name: "InvalidPolicyException",
56
58
  $fault: "client",
57
59
  ...opts,
58
60
  });
59
- this.name = "InvalidPolicyException";
60
- this.$fault = "client";
61
61
  Object.setPrototypeOf(this, InvalidPolicyException.prototype);
62
62
  }
63
63
  }
64
64
  export class InvalidTagException extends __BaseException {
65
+ name = "InvalidTagException";
66
+ $fault = "client";
65
67
  constructor(opts) {
66
68
  super({
67
69
  name: "InvalidTagException",
68
70
  $fault: "client",
69
71
  ...opts,
70
72
  });
71
- this.name = "InvalidTagException";
72
- this.$fault = "client";
73
73
  Object.setPrototypeOf(this, InvalidTagException.prototype);
74
74
  }
75
75
  }
76
76
  export class LimitExceededException extends __BaseException {
77
+ name = "LimitExceededException";
78
+ $fault = "client";
77
79
  constructor(opts) {
78
80
  super({
79
81
  name: "LimitExceededException",
80
82
  $fault: "client",
81
83
  ...opts,
82
84
  });
83
- this.name = "LimitExceededException";
84
- this.$fault = "client";
85
85
  Object.setPrototypeOf(this, LimitExceededException.prototype);
86
86
  }
87
87
  }
@@ -90,62 +90,62 @@ export const AuditReportResponseFormat = {
90
90
  JSON: "JSON",
91
91
  };
92
92
  export class InvalidArnException extends __BaseException {
93
+ name = "InvalidArnException";
94
+ $fault = "client";
93
95
  constructor(opts) {
94
96
  super({
95
97
  name: "InvalidArnException",
96
98
  $fault: "client",
97
99
  ...opts,
98
100
  });
99
- this.name = "InvalidArnException";
100
- this.$fault = "client";
101
101
  Object.setPrototypeOf(this, InvalidArnException.prototype);
102
102
  }
103
103
  }
104
104
  export class InvalidStateException extends __BaseException {
105
+ name = "InvalidStateException";
106
+ $fault = "client";
105
107
  constructor(opts) {
106
108
  super({
107
109
  name: "InvalidStateException",
108
110
  $fault: "client",
109
111
  ...opts,
110
112
  });
111
- this.name = "InvalidStateException";
112
- this.$fault = "client";
113
113
  Object.setPrototypeOf(this, InvalidStateException.prototype);
114
114
  }
115
115
  }
116
116
  export class RequestFailedException extends __BaseException {
117
+ name = "RequestFailedException";
118
+ $fault = "client";
117
119
  constructor(opts) {
118
120
  super({
119
121
  name: "RequestFailedException",
120
122
  $fault: "client",
121
123
  ...opts,
122
124
  });
123
- this.name = "RequestFailedException";
124
- this.$fault = "client";
125
125
  Object.setPrototypeOf(this, RequestFailedException.prototype);
126
126
  }
127
127
  }
128
128
  export class RequestInProgressException extends __BaseException {
129
+ name = "RequestInProgressException";
130
+ $fault = "client";
129
131
  constructor(opts) {
130
132
  super({
131
133
  name: "RequestInProgressException",
132
134
  $fault: "client",
133
135
  ...opts,
134
136
  });
135
- this.name = "RequestInProgressException";
136
- this.$fault = "client";
137
137
  Object.setPrototypeOf(this, RequestInProgressException.prototype);
138
138
  }
139
139
  }
140
140
  export class ResourceNotFoundException extends __BaseException {
141
+ name = "ResourceNotFoundException";
142
+ $fault = "client";
141
143
  constructor(opts) {
142
144
  super({
143
145
  name: "ResourceNotFoundException",
144
146
  $fault: "client",
145
147
  ...opts,
146
148
  });
147
- this.name = "ResourceNotFoundException";
148
- this.$fault = "client";
149
149
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
150
150
  }
151
151
  }
@@ -155,38 +155,38 @@ export const ActionType = {
155
155
  ListPermissions: "ListPermissions",
156
156
  };
157
157
  export class PermissionAlreadyExistsException extends __BaseException {
158
+ name = "PermissionAlreadyExistsException";
159
+ $fault = "client";
158
160
  constructor(opts) {
159
161
  super({
160
162
  name: "PermissionAlreadyExistsException",
161
163
  $fault: "client",
162
164
  ...opts,
163
165
  });
164
- this.name = "PermissionAlreadyExistsException";
165
- this.$fault = "client";
166
166
  Object.setPrototypeOf(this, PermissionAlreadyExistsException.prototype);
167
167
  }
168
168
  }
169
169
  export class ConcurrentModificationException extends __BaseException {
170
+ name = "ConcurrentModificationException";
171
+ $fault = "client";
170
172
  constructor(opts) {
171
173
  super({
172
174
  name: "ConcurrentModificationException",
173
175
  $fault: "client",
174
176
  ...opts,
175
177
  });
176
- this.name = "ConcurrentModificationException";
177
- this.$fault = "client";
178
178
  Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
179
179
  }
180
180
  }
181
181
  export class LockoutPreventedException extends __BaseException {
182
+ name = "LockoutPreventedException";
183
+ $fault = "client";
182
184
  constructor(opts) {
183
185
  super({
184
186
  name: "LockoutPreventedException",
185
187
  $fault: "client",
186
188
  ...opts,
187
189
  });
188
- this.name = "LockoutPreventedException";
189
- this.$fault = "client";
190
190
  Object.setPrototypeOf(this, LockoutPreventedException.prototype);
191
191
  }
192
192
  }
@@ -210,38 +210,38 @@ export const AuditReportStatus = {
210
210
  SUCCESS: "SUCCESS",
211
211
  };
212
212
  export class CertificateMismatchException extends __BaseException {
213
+ name = "CertificateMismatchException";
214
+ $fault = "client";
213
215
  constructor(opts) {
214
216
  super({
215
217
  name: "CertificateMismatchException",
216
218
  $fault: "client",
217
219
  ...opts,
218
220
  });
219
- this.name = "CertificateMismatchException";
220
- this.$fault = "client";
221
221
  Object.setPrototypeOf(this, CertificateMismatchException.prototype);
222
222
  }
223
223
  }
224
224
  export class InvalidRequestException extends __BaseException {
225
+ name = "InvalidRequestException";
226
+ $fault = "client";
225
227
  constructor(opts) {
226
228
  super({
227
229
  name: "InvalidRequestException",
228
230
  $fault: "client",
229
231
  ...opts,
230
232
  });
231
- this.name = "InvalidRequestException";
232
- this.$fault = "client";
233
233
  Object.setPrototypeOf(this, InvalidRequestException.prototype);
234
234
  }
235
235
  }
236
236
  export class MalformedCertificateException extends __BaseException {
237
+ name = "MalformedCertificateException";
238
+ $fault = "client";
237
239
  constructor(opts) {
238
240
  super({
239
241
  name: "MalformedCertificateException",
240
242
  $fault: "client",
241
243
  ...opts,
242
244
  });
243
- this.name = "MalformedCertificateException";
244
- this.$fault = "client";
245
245
  Object.setPrototypeOf(this, MalformedCertificateException.prototype);
246
246
  }
247
247
  }
@@ -267,26 +267,26 @@ export const ValidityPeriodType = {
267
267
  YEARS: "YEARS",
268
268
  };
269
269
  export class MalformedCSRException extends __BaseException {
270
+ name = "MalformedCSRException";
271
+ $fault = "client";
270
272
  constructor(opts) {
271
273
  super({
272
274
  name: "MalformedCSRException",
273
275
  $fault: "client",
274
276
  ...opts,
275
277
  });
276
- this.name = "MalformedCSRException";
277
- this.$fault = "client";
278
278
  Object.setPrototypeOf(this, MalformedCSRException.prototype);
279
279
  }
280
280
  }
281
281
  export class InvalidNextTokenException extends __BaseException {
282
+ name = "InvalidNextTokenException";
283
+ $fault = "client";
282
284
  constructor(opts) {
283
285
  super({
284
286
  name: "InvalidNextTokenException",
285
287
  $fault: "client",
286
288
  ...opts,
287
289
  });
288
- this.name = "InvalidNextTokenException";
289
- this.$fault = "client";
290
290
  Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
291
291
  }
292
292
  }
@@ -295,14 +295,14 @@ export const ResourceOwner = {
295
295
  SELF: "SELF",
296
296
  };
297
297
  export class RequestAlreadyProcessedException extends __BaseException {
298
+ name = "RequestAlreadyProcessedException";
299
+ $fault = "client";
298
300
  constructor(opts) {
299
301
  super({
300
302
  name: "RequestAlreadyProcessedException",
301
303
  $fault: "client",
302
304
  ...opts,
303
305
  });
304
- this.name = "RequestAlreadyProcessedException";
305
- this.$fault = "client";
306
306
  Object.setPrototypeOf(this, RequestAlreadyProcessedException.prototype);
307
307
  }
308
308
  }
@@ -317,14 +317,14 @@ export const RevocationReason = {
317
317
  UNSPECIFIED: "UNSPECIFIED",
318
318
  };
319
319
  export class TooManyTagsException extends __BaseException {
320
+ name = "TooManyTagsException";
321
+ $fault = "client";
320
322
  constructor(opts) {
321
323
  super({
322
324
  name: "TooManyTagsException",
323
325
  $fault: "client",
324
326
  ...opts,
325
327
  });
326
- this.name = "TooManyTagsException";
327
- this.$fault = "client";
328
328
  Object.setPrototypeOf(this, TooManyTagsException.prototype);
329
329
  }
330
330
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
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: ACMPCAClientConfig) => {
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: ACMPCAClientConfig) => {
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: ACMPCAClientConfig) => {
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;
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- input: any
11
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ _: unknown
13
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
14
  defaultUserAgentProvider: (
13
15
  config?:
14
16
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- init?:
11
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
12
- | undefined
13
- ) => import("@smithy/types").MemoizedProvider<
14
- import("@smithy/types").AwsCredentialIdentity
15
- >;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ init?:
13
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
+ | undefined
15
+ ) => import("@smithy/types").MemoizedProvider<
16
+ import("@smithy/types").AwsCredentialIdentity
17
+ >);
16
18
  defaultUserAgentProvider: (
17
19
  config?:
18
20
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
28
28
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
29
29
  | undefined
30
30
  ) => Promise<import("@smithy/types").UserAgent>;
31
- credentialDefaultProvider: (
32
- input: any
33
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
31
+ credentialDefaultProvider:
32
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
33
+ | ((
34
+ _: unknown
35
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
34
36
  maxAttempts: number | import("@smithy/types").Provider<number>;
35
37
  retryMode: string | import("@smithy/types").Provider<string>;
36
38
  logger: import("@smithy/types").Logger;
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
50
52
  | import("@smithy/types").RetryStrategyV2
51
53
  | undefined;
52
54
  endpoint?:
53
- | string
54
- | import("@smithy/types").Endpoint
55
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
56
- | import("@smithy/types").EndpointV2
57
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
55
+ | ((
56
+ | string
57
+ | import("@smithy/types").Endpoint
58
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
59
+ | import("@smithy/types").EndpointV2
60
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
61
+ ) &
62
+ (
63
+ | string
64
+ | import("@smithy/types").Provider<string>
65
+ | import("@smithy/types").Endpoint
66
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
67
+ | import("@smithy/types").EndpointV2
68
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
69
+ ))
58
70
  | undefined;
59
71
  endpointProvider: (
60
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-acm-pca",
3
3
  "description": "AWS SDK for JavaScript Acm Pca 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-acm-pca",
@@ -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": {