@aws-sdk/client-glue 3.51.0 → 3.54.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.
@@ -3,3 +3,4 @@ export * from "./GlueClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { GlueServiceException } from "./models/GlueServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class GlueServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -1,10 +1,13 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { GlueServiceException as __BaseException } from "./GlueServiceException";
2
3
 
3
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
4
- name: "AccessDeniedException";
5
- $fault: "client";
4
+ export declare class AccessDeniedException extends __BaseException {
5
+ readonly name: "AccessDeniedException";
6
+ readonly $fault: "client";
6
7
 
7
8
  Message?: string;
9
+
10
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
8
11
  }
9
12
 
10
13
  export interface NotificationProperty {
@@ -37,11 +40,13 @@ export declare namespace Action {
37
40
  const filterSensitiveLog: (obj: Action) => any;
38
41
  }
39
42
 
40
- export interface AlreadyExistsException extends __SmithyException, $MetadataBearer {
41
- name: "AlreadyExistsException";
42
- $fault: "client";
43
+ export declare class AlreadyExistsException extends __BaseException {
44
+ readonly name: "AlreadyExistsException";
45
+ readonly $fault: "client";
43
46
 
44
47
  Message?: string;
48
+
49
+ constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
45
50
  }
46
51
  export interface AuditContext {
47
52
  AdditionalAuditContext?: string;
@@ -234,46 +239,58 @@ export declare namespace BatchCreatePartitionResponse {
234
239
  const filterSensitiveLog: (obj: BatchCreatePartitionResponse) => any;
235
240
  }
236
241
 
237
- export interface EntityNotFoundException extends __SmithyException, $MetadataBearer {
238
- name: "EntityNotFoundException";
239
- $fault: "client";
242
+ export declare class EntityNotFoundException extends __BaseException {
243
+ readonly name: "EntityNotFoundException";
244
+ readonly $fault: "client";
240
245
 
241
246
  Message?: string;
247
+
248
+ constructor(opts: __ExceptionOptionType<EntityNotFoundException, __BaseException>);
242
249
  }
243
250
 
244
- export interface GlueEncryptionException extends __SmithyException, $MetadataBearer {
245
- name: "GlueEncryptionException";
246
- $fault: "client";
251
+ export declare class GlueEncryptionException extends __BaseException {
252
+ readonly name: "GlueEncryptionException";
253
+ readonly $fault: "client";
247
254
 
248
255
  Message?: string;
256
+
257
+ constructor(opts: __ExceptionOptionType<GlueEncryptionException, __BaseException>);
249
258
  }
250
259
 
251
- export interface InternalServiceException extends __SmithyException, $MetadataBearer {
252
- name: "InternalServiceException";
253
- $fault: "server";
260
+ export declare class InternalServiceException extends __BaseException {
261
+ readonly name: "InternalServiceException";
262
+ readonly $fault: "server";
254
263
 
255
264
  Message?: string;
265
+
266
+ constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
256
267
  }
257
268
 
258
- export interface InvalidInputException extends __SmithyException, $MetadataBearer {
259
- name: "InvalidInputException";
260
- $fault: "client";
269
+ export declare class InvalidInputException extends __BaseException {
270
+ readonly name: "InvalidInputException";
271
+ readonly $fault: "client";
261
272
 
262
273
  Message?: string;
274
+
275
+ constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
263
276
  }
264
277
 
265
- export interface OperationTimeoutException extends __SmithyException, $MetadataBearer {
266
- name: "OperationTimeoutException";
267
- $fault: "client";
278
+ export declare class OperationTimeoutException extends __BaseException {
279
+ readonly name: "OperationTimeoutException";
280
+ readonly $fault: "client";
268
281
 
269
282
  Message?: string;
283
+
284
+ constructor(opts: __ExceptionOptionType<OperationTimeoutException, __BaseException>);
270
285
  }
271
286
 
272
- export interface ResourceNumberLimitExceededException extends __SmithyException, $MetadataBearer {
273
- name: "ResourceNumberLimitExceededException";
274
- $fault: "client";
287
+ export declare class ResourceNumberLimitExceededException extends __BaseException {
288
+ readonly name: "ResourceNumberLimitExceededException";
289
+ readonly $fault: "client";
275
290
 
276
291
  Message?: string;
292
+
293
+ constructor(opts: __ExceptionOptionType<ResourceNumberLimitExceededException, __BaseException>);
277
294
  }
278
295
  export interface BatchDeleteConnectionRequest {
279
296
 
@@ -362,11 +379,13 @@ export declare namespace BatchDeleteTableResponse {
362
379
  const filterSensitiveLog: (obj: BatchDeleteTableResponse) => any;
363
380
  }
364
381
 
365
- export interface ResourceNotReadyException extends __SmithyException, $MetadataBearer {
366
- name: "ResourceNotReadyException";
367
- $fault: "client";
382
+ export declare class ResourceNotReadyException extends __BaseException {
383
+ readonly name: "ResourceNotReadyException";
384
+ readonly $fault: "client";
368
385
 
369
386
  Message?: string;
387
+
388
+ constructor(opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>);
370
389
  }
371
390
  export interface BatchDeleteTableVersionRequest {
372
391
 
@@ -972,11 +991,13 @@ export declare namespace BatchGetPartitionResponse {
972
991
  const filterSensitiveLog: (obj: BatchGetPartitionResponse) => any;
973
992
  }
974
993
 
975
- export interface InvalidStateException extends __SmithyException, $MetadataBearer {
976
- name: "InvalidStateException";
977
- $fault: "client";
994
+ export declare class InvalidStateException extends __BaseException {
995
+ readonly name: "InvalidStateException";
996
+ readonly $fault: "client";
978
997
 
979
998
  Message?: string;
999
+
1000
+ constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
980
1001
  }
981
1002
  export interface BatchGetTriggersRequest {
982
1003
 
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { GlueServiceException as __BaseException } from "./GlueServiceException";
2
3
  import { Action, AuditContext, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Column, ColumnStatistics, Compatibility, ConnectionInput, ConnectionsList, Crawler, CrawlerMetrics, CrawlerTargets, CsvHeaderOption, DatabaseIdentifier, DatabaseInput, DataFormat, DevEndpoint, EncryptionConfiguration, ErrorDetail, EventBatchingCondition, ExecutionProperty, GlueTable, Job, JobCommand, JobRun, LakeFormationConfiguration, Language, LineageConfiguration, NotificationProperty, Partition, PartitionInput, PartitionValueList, Predicate, PrincipalPermissions, PrincipalType, RecrawlPolicy, RegistryId, RegistryStatus, ResourceUri, SchemaChangePolicy, SchemaId, SchemaStatus, SchemaVersionStatus, StorageDescriptor, TableIdentifier, TableInput, TaskStatusType, TransformEncryption, TransformParameters, TransformType, Trigger, UserDefinedFunctionInput, WorkerType, Workflow, WorkflowRun } from "./models_0";
3
4
  export interface GetCrawlerMetricsResponse {
4
5
 
@@ -1311,6 +1312,7 @@ export interface Table {
1311
1312
  TargetTable?: TableIdentifier;
1312
1313
 
1313
1314
  CatalogId?: string;
1315
+ VersionId?: string;
1314
1316
  }
1315
1317
  export declare namespace Table {
1316
1318
 
@@ -1495,10 +1497,12 @@ export declare namespace GetUnfilteredPartitionMetadataResponse {
1495
1497
 
1496
1498
  const filterSensitiveLog: (obj: GetUnfilteredPartitionMetadataResponse) => any;
1497
1499
  }
1498
- export interface PermissionTypeMismatchException extends __SmithyException, $MetadataBearer {
1499
- name: "PermissionTypeMismatchException";
1500
- $fault: "client";
1500
+ export declare class PermissionTypeMismatchException extends __BaseException {
1501
+ readonly name: "PermissionTypeMismatchException";
1502
+ readonly $fault: "client";
1501
1503
  Message?: string;
1504
+
1505
+ constructor(opts: __ExceptionOptionType<PermissionTypeMismatchException, __BaseException>);
1502
1506
  }
1503
1507
  export interface GetUnfilteredPartitionsMetadataRequest {
1504
1508
  CatalogId: string | undefined;
@@ -2269,18 +2273,22 @@ export declare namespace ResetJobBookmarkResponse {
2269
2273
  const filterSensitiveLog: (obj: ResetJobBookmarkResponse) => any;
2270
2274
  }
2271
2275
 
2272
- export interface ConcurrentRunsExceededException extends __SmithyException, $MetadataBearer {
2273
- name: "ConcurrentRunsExceededException";
2274
- $fault: "client";
2276
+ export declare class ConcurrentRunsExceededException extends __BaseException {
2277
+ readonly name: "ConcurrentRunsExceededException";
2278
+ readonly $fault: "client";
2275
2279
 
2276
2280
  Message?: string;
2281
+
2282
+ constructor(opts: __ExceptionOptionType<ConcurrentRunsExceededException, __BaseException>);
2277
2283
  }
2278
2284
 
2279
- export interface IllegalWorkflowStateException extends __SmithyException, $MetadataBearer {
2280
- name: "IllegalWorkflowStateException";
2281
- $fault: "client";
2285
+ export declare class IllegalWorkflowStateException extends __BaseException {
2286
+ readonly name: "IllegalWorkflowStateException";
2287
+ readonly $fault: "client";
2282
2288
 
2283
2289
  Message?: string;
2290
+
2291
+ constructor(opts: __ExceptionOptionType<IllegalWorkflowStateException, __BaseException>);
2284
2292
  }
2285
2293
  export interface ResumeWorkflowRunRequest {
2286
2294
 
@@ -2369,10 +2377,12 @@ export declare namespace SearchTablesResponse {
2369
2377
 
2370
2378
  const filterSensitiveLog: (obj: SearchTablesResponse) => any;
2371
2379
  }
2372
- export interface IllegalBlueprintStateException extends __SmithyException, $MetadataBearer {
2373
- name: "IllegalBlueprintStateException";
2374
- $fault: "client";
2380
+ export declare class IllegalBlueprintStateException extends __BaseException {
2381
+ readonly name: "IllegalBlueprintStateException";
2382
+ readonly $fault: "client";
2375
2383
  Message?: string;
2384
+
2385
+ constructor(opts: __ExceptionOptionType<IllegalBlueprintStateException, __BaseException>);
2376
2386
  }
2377
2387
  export interface StartBlueprintRunRequest {
2378
2388
 
@@ -2409,18 +2419,22 @@ export declare namespace StartCrawlerResponse {
2409
2419
  const filterSensitiveLog: (obj: StartCrawlerResponse) => any;
2410
2420
  }
2411
2421
 
2412
- export interface NoScheduleException extends __SmithyException, $MetadataBearer {
2413
- name: "NoScheduleException";
2414
- $fault: "client";
2422
+ export declare class NoScheduleException extends __BaseException {
2423
+ readonly name: "NoScheduleException";
2424
+ readonly $fault: "client";
2415
2425
 
2416
2426
  Message?: string;
2427
+
2428
+ constructor(opts: __ExceptionOptionType<NoScheduleException, __BaseException>);
2417
2429
  }
2418
2430
 
2419
- export interface SchedulerRunningException extends __SmithyException, $MetadataBearer {
2420
- name: "SchedulerRunningException";
2421
- $fault: "client";
2431
+ export declare class SchedulerRunningException extends __BaseException {
2432
+ readonly name: "SchedulerRunningException";
2433
+ readonly $fault: "client";
2422
2434
 
2423
2435
  Message?: string;
2436
+
2437
+ constructor(opts: __ExceptionOptionType<SchedulerRunningException, __BaseException>);
2424
2438
  }
2425
2439
  export interface StartCrawlerScheduleRequest {
2426
2440
 
@@ -2511,11 +2525,13 @@ export declare namespace StartJobRunResponse {
2511
2525
  const filterSensitiveLog: (obj: StartJobRunResponse) => any;
2512
2526
  }
2513
2527
 
2514
- export interface MLTransformNotReadyException extends __SmithyException, $MetadataBearer {
2515
- name: "MLTransformNotReadyException";
2516
- $fault: "client";
2528
+ export declare class MLTransformNotReadyException extends __BaseException {
2529
+ readonly name: "MLTransformNotReadyException";
2530
+ readonly $fault: "client";
2517
2531
 
2518
2532
  Message?: string;
2533
+
2534
+ constructor(opts: __ExceptionOptionType<MLTransformNotReadyException, __BaseException>);
2519
2535
  }
2520
2536
  export interface StartMLEvaluationTaskRunRequest {
2521
2537
 
@@ -2588,18 +2604,22 @@ export declare namespace StartWorkflowRunResponse {
2588
2604
  const filterSensitiveLog: (obj: StartWorkflowRunResponse) => any;
2589
2605
  }
2590
2606
 
2591
- export interface CrawlerNotRunningException extends __SmithyException, $MetadataBearer {
2592
- name: "CrawlerNotRunningException";
2593
- $fault: "client";
2607
+ export declare class CrawlerNotRunningException extends __BaseException {
2608
+ readonly name: "CrawlerNotRunningException";
2609
+ readonly $fault: "client";
2594
2610
 
2595
2611
  Message?: string;
2612
+
2613
+ constructor(opts: __ExceptionOptionType<CrawlerNotRunningException, __BaseException>);
2596
2614
  }
2597
2615
 
2598
- export interface CrawlerStoppingException extends __SmithyException, $MetadataBearer {
2599
- name: "CrawlerStoppingException";
2600
- $fault: "client";
2616
+ export declare class CrawlerStoppingException extends __BaseException {
2617
+ readonly name: "CrawlerStoppingException";
2618
+ readonly $fault: "client";
2601
2619
 
2602
2620
  Message?: string;
2621
+
2622
+ constructor(opts: __ExceptionOptionType<CrawlerStoppingException, __BaseException>);
2603
2623
  }
2604
2624
  export interface StopCrawlerRequest {
2605
2625
 
@@ -2616,11 +2636,13 @@ export declare namespace StopCrawlerResponse {
2616
2636
  const filterSensitiveLog: (obj: StopCrawlerResponse) => any;
2617
2637
  }
2618
2638
 
2619
- export interface SchedulerNotRunningException extends __SmithyException, $MetadataBearer {
2620
- name: "SchedulerNotRunningException";
2621
- $fault: "client";
2639
+ export declare class SchedulerNotRunningException extends __BaseException {
2640
+ readonly name: "SchedulerNotRunningException";
2641
+ readonly $fault: "client";
2622
2642
 
2623
2643
  Message?: string;
2644
+
2645
+ constructor(opts: __ExceptionOptionType<SchedulerNotRunningException, __BaseException>);
2624
2646
  }
2625
2647
  export interface StopCrawlerScheduleRequest {
2626
2648
 
@@ -2803,11 +2825,13 @@ export declare namespace UpdateClassifierResponse {
2803
2825
  const filterSensitiveLog: (obj: UpdateClassifierResponse) => any;
2804
2826
  }
2805
2827
 
2806
- export interface VersionMismatchException extends __SmithyException, $MetadataBearer {
2807
- name: "VersionMismatchException";
2808
- $fault: "client";
2828
+ export declare class VersionMismatchException extends __BaseException {
2829
+ readonly name: "VersionMismatchException";
2830
+ readonly $fault: "client";
2809
2831
 
2810
2832
  Message?: string;
2833
+
2834
+ constructor(opts: __ExceptionOptionType<VersionMismatchException, __BaseException>);
2811
2835
  }
2812
2836
  export interface UpdateColumnStatisticsForPartitionRequest {
2813
2837
 
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
6
6
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
7
  base64Decoder: import("@aws-sdk/types").Decoder;
8
8
  base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
6
6
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
7
  base64Decoder: import("@aws-sdk/types").Decoder;
8
8
  base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
6
6
  requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
7
  apiVersion: string;
8
8
  urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  streamCollector: import("@aws-sdk/types").StreamCollector;
11
11
  base64Decoder: import("@aws-sdk/types").Decoder;
12
12
  base64Encoder: import("@aws-sdk/types").Encoder;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glue",
3
3
  "description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
4
- "version": "3.51.0",
4
+ "version": "3.54.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -9,7 +9,7 @@
9
9
  "build:es": "tsc -p tsconfig.es.json",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "rimraf ./dist-*"
12
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
13
13
  },
14
14
  "main": "./dist-cjs/index.js",
15
15
  "types": "./dist-types/index.d.ts",
@@ -18,40 +18,40 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.51.0",
22
- "@aws-sdk/config-resolver": "3.51.0",
23
- "@aws-sdk/credential-provider-node": "3.51.0",
24
- "@aws-sdk/fetch-http-handler": "3.50.0",
25
- "@aws-sdk/hash-node": "3.50.0",
26
- "@aws-sdk/invalid-dependency": "3.50.0",
27
- "@aws-sdk/middleware-content-length": "3.50.0",
28
- "@aws-sdk/middleware-host-header": "3.50.0",
29
- "@aws-sdk/middleware-logger": "3.50.0",
30
- "@aws-sdk/middleware-retry": "3.51.0",
31
- "@aws-sdk/middleware-serde": "3.50.0",
32
- "@aws-sdk/middleware-signing": "3.50.0",
33
- "@aws-sdk/middleware-stack": "3.50.0",
34
- "@aws-sdk/middleware-user-agent": "3.50.0",
35
- "@aws-sdk/node-config-provider": "3.51.0",
36
- "@aws-sdk/node-http-handler": "3.50.0",
37
- "@aws-sdk/protocol-http": "3.50.0",
38
- "@aws-sdk/smithy-client": "3.50.0",
39
- "@aws-sdk/types": "3.50.0",
40
- "@aws-sdk/url-parser": "3.50.0",
41
- "@aws-sdk/util-base64-browser": "3.49.0",
42
- "@aws-sdk/util-base64-node": "3.49.0",
43
- "@aws-sdk/util-body-length-browser": "3.49.0",
44
- "@aws-sdk/util-body-length-node": "3.49.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.51.0",
47
- "@aws-sdk/util-user-agent-browser": "3.50.0",
48
- "@aws-sdk/util-user-agent-node": "3.51.0",
49
- "@aws-sdk/util-utf8-browser": "3.49.0",
50
- "@aws-sdk/util-utf8-node": "3.49.0",
21
+ "@aws-sdk/client-sts": "3.54.0",
22
+ "@aws-sdk/config-resolver": "3.54.0",
23
+ "@aws-sdk/credential-provider-node": "3.54.0",
24
+ "@aws-sdk/fetch-http-handler": "3.54.0",
25
+ "@aws-sdk/hash-node": "3.54.0",
26
+ "@aws-sdk/invalid-dependency": "3.54.0",
27
+ "@aws-sdk/middleware-content-length": "3.54.0",
28
+ "@aws-sdk/middleware-host-header": "3.54.0",
29
+ "@aws-sdk/middleware-logger": "3.54.0",
30
+ "@aws-sdk/middleware-retry": "3.54.0",
31
+ "@aws-sdk/middleware-serde": "3.54.0",
32
+ "@aws-sdk/middleware-signing": "3.54.0",
33
+ "@aws-sdk/middleware-stack": "3.54.0",
34
+ "@aws-sdk/middleware-user-agent": "3.54.0",
35
+ "@aws-sdk/node-config-provider": "3.54.0",
36
+ "@aws-sdk/node-http-handler": "3.54.0",
37
+ "@aws-sdk/protocol-http": "3.54.0",
38
+ "@aws-sdk/smithy-client": "3.54.0",
39
+ "@aws-sdk/types": "3.54.0",
40
+ "@aws-sdk/url-parser": "3.54.0",
41
+ "@aws-sdk/util-base64-browser": "3.52.0",
42
+ "@aws-sdk/util-base64-node": "3.52.0",
43
+ "@aws-sdk/util-body-length-browser": "3.54.0",
44
+ "@aws-sdk/util-body-length-node": "3.54.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.54.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.54.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.54.0",
48
+ "@aws-sdk/util-user-agent-node": "3.54.0",
49
+ "@aws-sdk/util-utf8-browser": "3.52.0",
50
+ "@aws-sdk/util-utf8-node": "3.52.0",
51
51
  "tslib": "^2.3.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@aws-sdk/service-client-documentation-generator": "3.49.0",
54
+ "@aws-sdk/service-client-documentation-generator": "3.52.0",
55
55
  "@tsconfig/recommended": "1.0.1",
56
56
  "@types/node": "^12.7.5",
57
57
  "concurrently": "7.0.0",