@aws-sdk/client-rekognition 3.45.0 → 3.47.2
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.
- package/CHANGELOG.md +45 -0
- package/dist-cjs/endpoints.js +0 -24
- package/dist-cjs/models/models_0.js +5 -114
- package/dist-cjs/protocols/Aws_json1_1.js +1 -0
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +0 -24
- package/dist-es/models/models_0.js +0 -72
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/Rekognition.d.ts +1 -1
- package/dist-types/RekognitionClient.d.ts +5 -1
- package/dist-types/commands/IndexFacesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +12 -115
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/RekognitionClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -72
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +40 -47
|
@@ -9,10 +9,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
|
|
|
9
9
|
|
|
10
10
|
Logref?: string;
|
|
11
11
|
}
|
|
12
|
-
export declare namespace AccessDeniedException {
|
|
13
|
-
|
|
14
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
15
|
-
}
|
|
16
12
|
|
|
17
13
|
export interface AgeRange {
|
|
18
14
|
|
|
@@ -536,10 +532,6 @@ export interface ImageTooLargeException extends __SmithyException, $MetadataBear
|
|
|
536
532
|
|
|
537
533
|
Logref?: string;
|
|
538
534
|
}
|
|
539
|
-
export declare namespace ImageTooLargeException {
|
|
540
|
-
|
|
541
|
-
const filterSensitiveLog: (obj: ImageTooLargeException) => any;
|
|
542
|
-
}
|
|
543
535
|
|
|
544
536
|
export interface InternalServerError extends __SmithyException, $MetadataBearer {
|
|
545
537
|
name: "InternalServerError";
|
|
@@ -549,10 +541,6 @@ export interface InternalServerError extends __SmithyException, $MetadataBearer
|
|
|
549
541
|
|
|
550
542
|
Logref?: string;
|
|
551
543
|
}
|
|
552
|
-
export declare namespace InternalServerError {
|
|
553
|
-
|
|
554
|
-
const filterSensitiveLog: (obj: InternalServerError) => any;
|
|
555
|
-
}
|
|
556
544
|
|
|
557
545
|
export interface InvalidImageFormatException extends __SmithyException, $MetadataBearer {
|
|
558
546
|
name: "InvalidImageFormatException";
|
|
@@ -562,10 +550,6 @@ export interface InvalidImageFormatException extends __SmithyException, $Metadat
|
|
|
562
550
|
|
|
563
551
|
Logref?: string;
|
|
564
552
|
}
|
|
565
|
-
export declare namespace InvalidImageFormatException {
|
|
566
|
-
|
|
567
|
-
const filterSensitiveLog: (obj: InvalidImageFormatException) => any;
|
|
568
|
-
}
|
|
569
553
|
|
|
570
554
|
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
571
555
|
name: "InvalidParameterException";
|
|
@@ -575,10 +559,6 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
|
|
|
575
559
|
|
|
576
560
|
Logref?: string;
|
|
577
561
|
}
|
|
578
|
-
export declare namespace InvalidParameterException {
|
|
579
|
-
|
|
580
|
-
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
581
|
-
}
|
|
582
562
|
|
|
583
563
|
export interface InvalidS3ObjectException extends __SmithyException, $MetadataBearer {
|
|
584
564
|
name: "InvalidS3ObjectException";
|
|
@@ -588,10 +568,6 @@ export interface InvalidS3ObjectException extends __SmithyException, $MetadataBe
|
|
|
588
568
|
|
|
589
569
|
Logref?: string;
|
|
590
570
|
}
|
|
591
|
-
export declare namespace InvalidS3ObjectException {
|
|
592
|
-
|
|
593
|
-
const filterSensitiveLog: (obj: InvalidS3ObjectException) => any;
|
|
594
|
-
}
|
|
595
571
|
|
|
596
572
|
export interface ProvisionedThroughputExceededException extends __SmithyException, $MetadataBearer {
|
|
597
573
|
name: "ProvisionedThroughputExceededException";
|
|
@@ -601,10 +577,6 @@ export interface ProvisionedThroughputExceededException extends __SmithyExceptio
|
|
|
601
577
|
|
|
602
578
|
Logref?: string;
|
|
603
579
|
}
|
|
604
|
-
export declare namespace ProvisionedThroughputExceededException {
|
|
605
|
-
|
|
606
|
-
const filterSensitiveLog: (obj: ProvisionedThroughputExceededException) => any;
|
|
607
|
-
}
|
|
608
580
|
|
|
609
581
|
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
610
582
|
name: "ThrottlingException";
|
|
@@ -614,10 +586,6 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
|
|
|
614
586
|
|
|
615
587
|
Logref?: string;
|
|
616
588
|
}
|
|
617
|
-
export declare namespace ThrottlingException {
|
|
618
|
-
|
|
619
|
-
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
620
|
-
}
|
|
621
589
|
export declare enum ContentClassifier {
|
|
622
590
|
FREE_OF_ADULT_CONTENT = "FreeOfAdultContent",
|
|
623
591
|
FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION = "FreeOfPersonallyIdentifiableInformation"
|
|
@@ -683,10 +651,6 @@ export interface ResourceAlreadyExistsException extends __SmithyException, $Meta
|
|
|
683
651
|
|
|
684
652
|
Logref?: string;
|
|
685
653
|
}
|
|
686
|
-
export declare namespace ResourceAlreadyExistsException {
|
|
687
|
-
|
|
688
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
689
|
-
}
|
|
690
654
|
|
|
691
655
|
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
692
656
|
name: "ServiceQuotaExceededException";
|
|
@@ -696,10 +660,6 @@ export interface ServiceQuotaExceededException extends __SmithyException, $Metad
|
|
|
696
660
|
|
|
697
661
|
Logref?: string;
|
|
698
662
|
}
|
|
699
|
-
export declare namespace ServiceQuotaExceededException {
|
|
700
|
-
|
|
701
|
-
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
702
|
-
}
|
|
703
663
|
|
|
704
664
|
export interface DatasetSource {
|
|
705
665
|
|
|
@@ -744,10 +704,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
744
704
|
|
|
745
705
|
Logref?: string;
|
|
746
706
|
}
|
|
747
|
-
export declare namespace LimitExceededException {
|
|
748
|
-
|
|
749
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
750
|
-
}
|
|
751
707
|
|
|
752
708
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
753
709
|
name: "ResourceNotFoundException";
|
|
@@ -757,10 +713,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
757
713
|
|
|
758
714
|
Logref?: string;
|
|
759
715
|
}
|
|
760
|
-
export declare namespace ResourceNotFoundException {
|
|
761
|
-
|
|
762
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
763
|
-
}
|
|
764
716
|
export interface CreateProjectRequest {
|
|
765
717
|
|
|
766
718
|
ProjectName: string | undefined;
|
|
@@ -786,10 +738,6 @@ export interface ResourceInUseException extends __SmithyException, $MetadataBear
|
|
|
786
738
|
|
|
787
739
|
Logref?: string;
|
|
788
740
|
}
|
|
789
|
-
export declare namespace ResourceInUseException {
|
|
790
|
-
|
|
791
|
-
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
792
|
-
}
|
|
793
741
|
|
|
794
742
|
export interface OutputConfig {
|
|
795
743
|
|
|
@@ -1262,10 +1210,6 @@ export interface InvalidPaginationTokenException extends __SmithyException, $Met
|
|
|
1262
1210
|
|
|
1263
1211
|
Logref?: string;
|
|
1264
1212
|
}
|
|
1265
|
-
export declare namespace InvalidPaginationTokenException {
|
|
1266
|
-
|
|
1267
|
-
const filterSensitiveLog: (obj: InvalidPaginationTokenException) => any;
|
|
1268
|
-
}
|
|
1269
1213
|
export interface DescribeProjectVersionsRequest {
|
|
1270
1214
|
|
|
1271
1215
|
ProjectArn: string | undefined;
|
|
@@ -1450,10 +1394,6 @@ export interface ResourceNotReadyException extends __SmithyException, $MetadataB
|
|
|
1450
1394
|
|
|
1451
1395
|
Logref?: string;
|
|
1452
1396
|
}
|
|
1453
|
-
export declare namespace ResourceNotReadyException {
|
|
1454
|
-
|
|
1455
|
-
const filterSensitiveLog: (obj: ResourceNotReadyException) => any;
|
|
1456
|
-
}
|
|
1457
1397
|
export interface DetectFacesRequest {
|
|
1458
1398
|
|
|
1459
1399
|
Image: Image | undefined;
|
|
@@ -1620,10 +1560,6 @@ export interface HumanLoopQuotaExceededException extends __SmithyException, $Met
|
|
|
1620
1560
|
|
|
1621
1561
|
Logref?: string;
|
|
1622
1562
|
}
|
|
1623
|
-
export declare namespace HumanLoopQuotaExceededException {
|
|
1624
|
-
|
|
1625
|
-
const filterSensitiveLog: (obj: HumanLoopQuotaExceededException) => any;
|
|
1626
|
-
}
|
|
1627
1563
|
|
|
1628
1564
|
export interface ProtectiveEquipmentSummarizationAttributes {
|
|
1629
1565
|
|
|
@@ -1783,6 +1719,8 @@ export interface Face {
|
|
|
1783
1719
|
ExternalImageId?: string;
|
|
1784
1720
|
|
|
1785
1721
|
Confidence?: number;
|
|
1722
|
+
|
|
1723
|
+
IndexFacesModelVersion?: string;
|
|
1786
1724
|
}
|
|
1787
1725
|
export declare namespace Face {
|
|
1788
1726
|
|
|
@@ -2276,10 +2214,6 @@ export interface IdempotentParameterMismatchException extends __SmithyException,
|
|
|
2276
2214
|
|
|
2277
2215
|
Logref?: string;
|
|
2278
2216
|
}
|
|
2279
|
-
export declare namespace IdempotentParameterMismatchException {
|
|
2280
|
-
|
|
2281
|
-
const filterSensitiveLog: (obj: IdempotentParameterMismatchException) => any;
|
|
2282
|
-
}
|
|
2283
2217
|
export interface IndexFacesRequest {
|
|
2284
2218
|
|
|
2285
2219
|
CollectionId: string | undefined;
|
|
@@ -2606,10 +2540,6 @@ export interface VideoTooLargeException extends __SmithyException, $MetadataBear
|
|
|
2606
2540
|
|
|
2607
2541
|
Logref?: string;
|
|
2608
2542
|
}
|
|
2609
|
-
export declare namespace VideoTooLargeException {
|
|
2610
|
-
|
|
2611
|
-
const filterSensitiveLog: (obj: VideoTooLargeException) => any;
|
|
2612
|
-
}
|
|
2613
2543
|
export interface StartContentModerationRequest {
|
|
2614
2544
|
|
|
2615
2545
|
Video: Video | undefined;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { RekognitionClientConfig } from "./RekognitionClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: RekognitionClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: RekognitionClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { RekognitionClientConfig } from "./RekognitionClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: RekognitionClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: RekognitionClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rekognition",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rekognition Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.2",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,49 +18,45 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
52
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.2",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.2",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.2",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.2",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.2",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.2",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.2",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.2",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.2",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.2",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.2",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.2",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.2",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.2",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.2",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.2",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.2",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.2",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.2",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.2",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.2",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.2",
|
|
51
|
+
"@aws-sdk/util-waiter": "3.47.2",
|
|
53
52
|
"tslib": "^2.3.0"
|
|
54
53
|
},
|
|
55
54
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
57
|
-
"@types/node": "^12.7.5"
|
|
58
|
-
"downlevel-dts": "0.7.0",
|
|
59
|
-
"jest": "^26.1.0",
|
|
60
|
-
"rimraf": "^3.0.0",
|
|
61
|
-
"ts-jest": "^26.4.1",
|
|
62
|
-
"typedoc": "^0.19.2",
|
|
63
|
-
"typescript": "~4.3.5"
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
56
|
+
"@types/node": "^12.7.5"
|
|
64
57
|
},
|
|
65
58
|
"engines": {
|
|
66
|
-
"node": ">=
|
|
59
|
+
"node": ">=12.0.0"
|
|
67
60
|
},
|
|
68
61
|
"typesVersions": {
|
|
69
62
|
"<4.0": {
|