@aws-sdk/client-quicksight 3.716.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 QuickSightClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,14 +1,16 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
3
3
  export class AccessDeniedException extends __BaseException {
4
+ name = "AccessDeniedException";
5
+ $fault = "client";
6
+ Message;
7
+ RequestId;
4
8
  constructor(opts) {
5
9
  super({
6
10
  name: "AccessDeniedException",
7
11
  $fault: "client",
8
12
  ...opts,
9
13
  });
10
- this.name = "AccessDeniedException";
11
- this.$fault = "client";
12
14
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
13
15
  this.Message = opts.Message;
14
16
  this.RequestId = opts.RequestId;
@@ -333,28 +333,32 @@ export const ReviewedAnswerErrorCode = {
333
333
  MISSING_REQUIRED_FIELDS: "MISSING_REQUIRED_FIELDS",
334
334
  };
335
335
  export class InternalFailureException extends __BaseException {
336
+ name = "InternalFailureException";
337
+ $fault = "server";
338
+ Message;
339
+ RequestId;
336
340
  constructor(opts) {
337
341
  super({
338
342
  name: "InternalFailureException",
339
343
  $fault: "server",
340
344
  ...opts,
341
345
  });
342
- this.name = "InternalFailureException";
343
- this.$fault = "server";
344
346
  Object.setPrototypeOf(this, InternalFailureException.prototype);
345
347
  this.Message = opts.Message;
346
348
  this.RequestId = opts.RequestId;
347
349
  }
348
350
  }
349
351
  export class InvalidParameterValueException extends __BaseException {
352
+ name = "InvalidParameterValueException";
353
+ $fault = "client";
354
+ Message;
355
+ RequestId;
350
356
  constructor(opts) {
351
357
  super({
352
358
  name: "InvalidParameterValueException",
353
359
  $fault: "client",
354
360
  ...opts,
355
361
  });
356
- this.name = "InvalidParameterValueException";
357
- this.$fault = "client";
358
362
  Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
359
363
  this.Message = opts.Message;
360
364
  this.RequestId = opts.RequestId;
@@ -372,14 +376,17 @@ export const ExceptionResourceType = {
372
376
  VPC_CONNECTION: "VPC_CONNECTION",
373
377
  };
374
378
  export class ResourceNotFoundException extends __BaseException {
379
+ name = "ResourceNotFoundException";
380
+ $fault = "client";
381
+ Message;
382
+ ResourceType;
383
+ RequestId;
375
384
  constructor(opts) {
376
385
  super({
377
386
  name: "ResourceNotFoundException",
378
387
  $fault: "client",
379
388
  ...opts,
380
389
  });
381
- this.name = "ResourceNotFoundException";
382
- this.$fault = "client";
383
390
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
384
391
  this.Message = opts.Message;
385
392
  this.ResourceType = opts.ResourceType;
@@ -387,28 +394,32 @@ export class ResourceNotFoundException extends __BaseException {
387
394
  }
388
395
  }
389
396
  export class ThrottlingException extends __BaseException {
397
+ name = "ThrottlingException";
398
+ $fault = "client";
399
+ Message;
400
+ RequestId;
390
401
  constructor(opts) {
391
402
  super({
392
403
  name: "ThrottlingException",
393
404
  $fault: "client",
394
405
  ...opts,
395
406
  });
396
- this.name = "ThrottlingException";
397
- this.$fault = "client";
398
407
  Object.setPrototypeOf(this, ThrottlingException.prototype);
399
408
  this.Message = opts.Message;
400
409
  this.RequestId = opts.RequestId;
401
410
  }
402
411
  }
403
412
  export class ConflictException extends __BaseException {
413
+ name = "ConflictException";
414
+ $fault = "client";
415
+ Message;
416
+ RequestId;
404
417
  constructor(opts) {
405
418
  super({
406
419
  name: "ConflictException",
407
420
  $fault: "client",
408
421
  ...opts,
409
422
  });
410
- this.name = "ConflictException";
411
- this.$fault = "client";
412
423
  Object.setPrototypeOf(this, ConflictException.prototype);
413
424
  this.Message = opts.Message;
414
425
  this.RequestId = opts.RequestId;
@@ -437,14 +448,17 @@ export const BrandVersionStatus = {
437
448
  CREATE_SUCCEEDED: "CREATE_SUCCEEDED",
438
449
  };
439
450
  export class ResourceExistsException extends __BaseException {
451
+ name = "ResourceExistsException";
452
+ $fault = "client";
453
+ Message;
454
+ ResourceType;
455
+ RequestId;
440
456
  constructor(opts) {
441
457
  super({
442
458
  name: "ResourceExistsException",
443
459
  $fault: "client",
444
460
  ...opts,
445
461
  });
446
- this.name = "ResourceExistsException";
447
- this.$fault = "client";
448
462
  Object.setPrototypeOf(this, ResourceExistsException.prototype);
449
463
  this.Message = opts.Message;
450
464
  this.ResourceType = opts.ResourceType;
@@ -25,28 +25,33 @@ export const UndefinedSpecifiedValueType = {
25
25
  MOST: "MOST",
26
26
  };
27
27
  export class ConcurrentUpdatingException extends __BaseException {
28
+ name = "ConcurrentUpdatingException";
29
+ $fault = "server";
30
+ Message;
31
+ RequestId;
28
32
  constructor(opts) {
29
33
  super({
30
34
  name: "ConcurrentUpdatingException",
31
35
  $fault: "server",
32
36
  ...opts,
33
37
  });
34
- this.name = "ConcurrentUpdatingException";
35
- this.$fault = "server";
36
38
  Object.setPrototypeOf(this, ConcurrentUpdatingException.prototype);
37
39
  this.Message = opts.Message;
38
40
  this.RequestId = opts.RequestId;
39
41
  }
40
42
  }
41
43
  export class ResourceUnavailableException extends __BaseException {
44
+ name = "ResourceUnavailableException";
45
+ $fault = "server";
46
+ Message;
47
+ ResourceType;
48
+ RequestId;
42
49
  constructor(opts) {
43
50
  super({
44
51
  name: "ResourceUnavailableException",
45
52
  $fault: "server",
46
53
  ...opts,
47
54
  });
48
- this.name = "ResourceUnavailableException";
49
- this.$fault = "server";
50
55
  Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
51
56
  this.Message = opts.Message;
52
57
  this.ResourceType = opts.ResourceType;
@@ -54,14 +59,16 @@ export class ResourceUnavailableException extends __BaseException {
54
59
  }
55
60
  }
56
61
  export class PreconditionNotMetException extends __BaseException {
62
+ name = "PreconditionNotMetException";
63
+ $fault = "client";
64
+ Message;
65
+ RequestId;
57
66
  constructor(opts) {
58
67
  super({
59
68
  name: "PreconditionNotMetException",
60
69
  $fault: "client",
61
70
  ...opts,
62
71
  });
63
- this.name = "PreconditionNotMetException";
64
- this.$fault = "client";
65
72
  Object.setPrototypeOf(this, PreconditionNotMetException.prototype);
66
73
  this.Message = opts.Message;
67
74
  this.RequestId = opts.RequestId;
@@ -72,14 +79,17 @@ export const ValidationStrategyMode = {
72
79
  STRICT: "STRICT",
73
80
  };
74
81
  export class LimitExceededException extends __BaseException {
82
+ name = "LimitExceededException";
83
+ $fault = "client";
84
+ Message;
85
+ ResourceType;
86
+ RequestId;
75
87
  constructor(opts) {
76
88
  super({
77
89
  name: "LimitExceededException",
78
90
  $fault: "client",
79
91
  ...opts,
80
92
  });
81
- this.name = "LimitExceededException";
82
- this.$fault = "client";
83
93
  Object.setPrototypeOf(this, LimitExceededException.prototype);
84
94
  this.Message = opts.Message;
85
95
  this.ResourceType = opts.ResourceType;
@@ -87,41 +97,46 @@ export class LimitExceededException extends __BaseException {
87
97
  }
88
98
  }
89
99
  export class UnsupportedUserEditionException extends __BaseException {
100
+ name = "UnsupportedUserEditionException";
101
+ $fault = "client";
102
+ Message;
103
+ RequestId;
90
104
  constructor(opts) {
91
105
  super({
92
106
  name: "UnsupportedUserEditionException",
93
107
  $fault: "client",
94
108
  ...opts,
95
109
  });
96
- this.name = "UnsupportedUserEditionException";
97
- this.$fault = "client";
98
110
  Object.setPrototypeOf(this, UnsupportedUserEditionException.prototype);
99
111
  this.Message = opts.Message;
100
112
  this.RequestId = opts.RequestId;
101
113
  }
102
114
  }
103
115
  export class InternalServerException extends __BaseException {
116
+ name = "InternalServerException";
117
+ $fault = "server";
118
+ Message;
104
119
  constructor(opts) {
105
120
  super({
106
121
  name: "InternalServerException",
107
122
  $fault: "server",
108
123
  ...opts,
109
124
  });
110
- this.name = "InternalServerException";
111
- this.$fault = "server";
112
125
  Object.setPrototypeOf(this, InternalServerException.prototype);
113
126
  this.Message = opts.Message;
114
127
  }
115
128
  }
116
129
  export class InvalidRequestException extends __BaseException {
130
+ name = "InvalidRequestException";
131
+ $fault = "client";
132
+ Message;
133
+ RequestId;
117
134
  constructor(opts) {
118
135
  super({
119
136
  name: "InvalidRequestException",
120
137
  $fault: "client",
121
138
  ...opts,
122
139
  });
123
- this.name = "InvalidRequestException";
124
- this.$fault = "client";
125
140
  Object.setPrototypeOf(this, InvalidRequestException.prototype);
126
141
  this.Message = opts.Message;
127
142
  this.RequestId = opts.RequestId;
@@ -244,14 +259,16 @@ export const DataSourceType = {
244
259
  TWITTER: "TWITTER",
245
260
  };
246
261
  export class CustomerManagedKeyUnavailableException extends __BaseException {
262
+ name = "CustomerManagedKeyUnavailableException";
263
+ $fault = "client";
264
+ Message;
265
+ RequestId;
247
266
  constructor(opts) {
248
267
  super({
249
268
  name: "CustomerManagedKeyUnavailableException",
250
269
  $fault: "client",
251
270
  ...opts,
252
271
  });
253
- this.name = "CustomerManagedKeyUnavailableException";
254
- this.$fault = "client";
255
272
  Object.setPrototypeOf(this, CustomerManagedKeyUnavailableException.prototype);
256
273
  this.Message = opts.Message;
257
274
  this.RequestId = opts.RequestId;
@@ -14,14 +14,16 @@ export const SnapshotJobStatus = {
14
14
  RUNNING: "RUNNING",
15
15
  };
16
16
  export class InvalidNextTokenException extends __BaseException {
17
+ name = "InvalidNextTokenException";
18
+ $fault = "client";
19
+ Message;
20
+ RequestId;
17
21
  constructor(opts) {
18
22
  super({
19
23
  name: "InvalidNextTokenException",
20
24
  $fault: "client",
21
25
  ...opts,
22
26
  });
23
- this.name = "InvalidNextTokenException";
24
- this.$fault = "client";
25
27
  Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
26
28
  this.Message = opts.Message;
27
29
  this.RequestId = opts.RequestId;
@@ -145,14 +147,16 @@ export const NetworkInterfaceStatus = {
145
147
  UPDATING: "UPDATING",
146
148
  };
147
149
  export class DomainNotWhitelistedException extends __BaseException {
150
+ name = "DomainNotWhitelistedException";
151
+ $fault = "client";
152
+ Message;
153
+ RequestId;
148
154
  constructor(opts) {
149
155
  super({
150
156
  name: "DomainNotWhitelistedException",
151
157
  $fault: "client",
152
158
  ...opts,
153
159
  });
154
- this.name = "DomainNotWhitelistedException";
155
- this.$fault = "client";
156
160
  Object.setPrototypeOf(this, DomainNotWhitelistedException.prototype);
157
161
  this.Message = opts.Message;
158
162
  this.RequestId = opts.RequestId;
@@ -178,56 +182,64 @@ export const GeneratedAnswerStatus = {
178
182
  ANSWER_RETRIEVED: "ANSWER_RETRIEVED",
179
183
  };
180
184
  export class SessionLifetimeInMinutesInvalidException extends __BaseException {
185
+ name = "SessionLifetimeInMinutesInvalidException";
186
+ $fault = "client";
187
+ Message;
188
+ RequestId;
181
189
  constructor(opts) {
182
190
  super({
183
191
  name: "SessionLifetimeInMinutesInvalidException",
184
192
  $fault: "client",
185
193
  ...opts,
186
194
  });
187
- this.name = "SessionLifetimeInMinutesInvalidException";
188
- this.$fault = "client";
189
195
  Object.setPrototypeOf(this, SessionLifetimeInMinutesInvalidException.prototype);
190
196
  this.Message = opts.Message;
191
197
  this.RequestId = opts.RequestId;
192
198
  }
193
199
  }
194
200
  export class UnsupportedPricingPlanException extends __BaseException {
201
+ name = "UnsupportedPricingPlanException";
202
+ $fault = "client";
203
+ Message;
204
+ RequestId;
195
205
  constructor(opts) {
196
206
  super({
197
207
  name: "UnsupportedPricingPlanException",
198
208
  $fault: "client",
199
209
  ...opts,
200
210
  });
201
- this.name = "UnsupportedPricingPlanException";
202
- this.$fault = "client";
203
211
  Object.setPrototypeOf(this, UnsupportedPricingPlanException.prototype);
204
212
  this.Message = opts.Message;
205
213
  this.RequestId = opts.RequestId;
206
214
  }
207
215
  }
208
216
  export class QuickSightUserNotFoundException extends __BaseException {
217
+ name = "QuickSightUserNotFoundException";
218
+ $fault = "client";
219
+ Message;
220
+ RequestId;
209
221
  constructor(opts) {
210
222
  super({
211
223
  name: "QuickSightUserNotFoundException",
212
224
  $fault: "client",
213
225
  ...opts,
214
226
  });
215
- this.name = "QuickSightUserNotFoundException";
216
- this.$fault = "client";
217
227
  Object.setPrototypeOf(this, QuickSightUserNotFoundException.prototype);
218
228
  this.Message = opts.Message;
219
229
  this.RequestId = opts.RequestId;
220
230
  }
221
231
  }
222
232
  export class IdentityTypeNotSupportedException extends __BaseException {
233
+ name = "IdentityTypeNotSupportedException";
234
+ $fault = "client";
235
+ Message;
236
+ RequestId;
223
237
  constructor(opts) {
224
238
  super({
225
239
  name: "IdentityTypeNotSupportedException",
226
240
  $fault: "client",
227
241
  ...opts,
228
242
  });
229
- this.name = "IdentityTypeNotSupportedException";
230
- this.$fault = "client";
231
243
  Object.setPrototypeOf(this, IdentityTypeNotSupportedException.prototype);
232
244
  this.Message = opts.Message;
233
245
  this.RequestId = opts.RequestId;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
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: QuickSightClientConfig) => {
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: QuickSightClientConfig) => {
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: QuickSightClientConfig) => {
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: QuickSightClientConfig) => {
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: QuickSightClientConfig) => {
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: QuickSightClientConfig) => {
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: QuickSightClientConfig) => {
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-quicksight",
3
3
  "description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4
- "version": "3.716.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-quicksight",
@@ -20,56 +20,56 @@
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.716.0",
24
- "@aws-sdk/client-sts": "3.716.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.716.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.716.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.716.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.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
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@tsconfig/node16": "16.1.3",
65
- "@types/node": "^16.18.96",
64
+ "@tsconfig/node18": "18.2.4",
65
+ "@types/node": "^18.19.69",
66
66
  "concurrently": "7.0.0",
67
67
  "downlevel-dts": "0.10.1",
68
68
  "rimraf": "3.0.2",
69
- "typescript": "~4.9.5"
69
+ "typescript": "~5.2.2"
70
70
  },
71
71
  "engines": {
72
- "node": ">=16.0.0"
72
+ "node": ">=18.0.0"
73
73
  },
74
74
  "typesVersions": {
75
75
  "<4.0": {