@aws-sdk/client-rekognition 3.42.0 → 3.47.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.
- package/CHANGELOG.md +48 -0
- package/dist-cjs/endpoints.js +1 -24
- package/dist-cjs/models/models_0.js +7 -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 +1 -24
- package/dist-es/models/models_0.js +2 -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 +3 -3
- package/dist-types/RekognitionClient.d.ts +5 -1
- package/dist-types/commands/CompareFacesCommand.d.ts +1 -1
- package/dist-types/commands/DetectTextCommand.d.ts +1 -1
- package/dist-types/commands/IndexFacesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +19 -118
- 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 +5 -73
- 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 +39 -46
|
@@ -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
|
|
|
@@ -276,7 +272,9 @@ export declare namespace ComparedFace {
|
|
|
276
272
|
}
|
|
277
273
|
export declare enum KnownGenderType {
|
|
278
274
|
Female = "Female",
|
|
279
|
-
Male = "Male"
|
|
275
|
+
Male = "Male",
|
|
276
|
+
Nonbinary = "Nonbinary",
|
|
277
|
+
Unlisted = "Unlisted"
|
|
280
278
|
}
|
|
281
279
|
|
|
282
280
|
export interface KnownGender {
|
|
@@ -534,10 +532,6 @@ export interface ImageTooLargeException extends __SmithyException, $MetadataBear
|
|
|
534
532
|
|
|
535
533
|
Logref?: string;
|
|
536
534
|
}
|
|
537
|
-
export declare namespace ImageTooLargeException {
|
|
538
|
-
|
|
539
|
-
const filterSensitiveLog: (obj: ImageTooLargeException) => any;
|
|
540
|
-
}
|
|
541
535
|
|
|
542
536
|
export interface InternalServerError extends __SmithyException, $MetadataBearer {
|
|
543
537
|
name: "InternalServerError";
|
|
@@ -547,10 +541,6 @@ export interface InternalServerError extends __SmithyException, $MetadataBearer
|
|
|
547
541
|
|
|
548
542
|
Logref?: string;
|
|
549
543
|
}
|
|
550
|
-
export declare namespace InternalServerError {
|
|
551
|
-
|
|
552
|
-
const filterSensitiveLog: (obj: InternalServerError) => any;
|
|
553
|
-
}
|
|
554
544
|
|
|
555
545
|
export interface InvalidImageFormatException extends __SmithyException, $MetadataBearer {
|
|
556
546
|
name: "InvalidImageFormatException";
|
|
@@ -560,10 +550,6 @@ export interface InvalidImageFormatException extends __SmithyException, $Metadat
|
|
|
560
550
|
|
|
561
551
|
Logref?: string;
|
|
562
552
|
}
|
|
563
|
-
export declare namespace InvalidImageFormatException {
|
|
564
|
-
|
|
565
|
-
const filterSensitiveLog: (obj: InvalidImageFormatException) => any;
|
|
566
|
-
}
|
|
567
553
|
|
|
568
554
|
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
569
555
|
name: "InvalidParameterException";
|
|
@@ -573,10 +559,6 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
|
|
|
573
559
|
|
|
574
560
|
Logref?: string;
|
|
575
561
|
}
|
|
576
|
-
export declare namespace InvalidParameterException {
|
|
577
|
-
|
|
578
|
-
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
579
|
-
}
|
|
580
562
|
|
|
581
563
|
export interface InvalidS3ObjectException extends __SmithyException, $MetadataBearer {
|
|
582
564
|
name: "InvalidS3ObjectException";
|
|
@@ -586,10 +568,6 @@ export interface InvalidS3ObjectException extends __SmithyException, $MetadataBe
|
|
|
586
568
|
|
|
587
569
|
Logref?: string;
|
|
588
570
|
}
|
|
589
|
-
export declare namespace InvalidS3ObjectException {
|
|
590
|
-
|
|
591
|
-
const filterSensitiveLog: (obj: InvalidS3ObjectException) => any;
|
|
592
|
-
}
|
|
593
571
|
|
|
594
572
|
export interface ProvisionedThroughputExceededException extends __SmithyException, $MetadataBearer {
|
|
595
573
|
name: "ProvisionedThroughputExceededException";
|
|
@@ -599,10 +577,6 @@ export interface ProvisionedThroughputExceededException extends __SmithyExceptio
|
|
|
599
577
|
|
|
600
578
|
Logref?: string;
|
|
601
579
|
}
|
|
602
|
-
export declare namespace ProvisionedThroughputExceededException {
|
|
603
|
-
|
|
604
|
-
const filterSensitiveLog: (obj: ProvisionedThroughputExceededException) => any;
|
|
605
|
-
}
|
|
606
580
|
|
|
607
581
|
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
608
582
|
name: "ThrottlingException";
|
|
@@ -612,10 +586,6 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
|
|
|
612
586
|
|
|
613
587
|
Logref?: string;
|
|
614
588
|
}
|
|
615
|
-
export declare namespace ThrottlingException {
|
|
616
|
-
|
|
617
|
-
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
618
|
-
}
|
|
619
589
|
export declare enum ContentClassifier {
|
|
620
590
|
FREE_OF_ADULT_CONTENT = "FreeOfAdultContent",
|
|
621
591
|
FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION = "FreeOfPersonallyIdentifiableInformation"
|
|
@@ -681,10 +651,6 @@ export interface ResourceAlreadyExistsException extends __SmithyException, $Meta
|
|
|
681
651
|
|
|
682
652
|
Logref?: string;
|
|
683
653
|
}
|
|
684
|
-
export declare namespace ResourceAlreadyExistsException {
|
|
685
|
-
|
|
686
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
687
|
-
}
|
|
688
654
|
|
|
689
655
|
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
690
656
|
name: "ServiceQuotaExceededException";
|
|
@@ -694,10 +660,6 @@ export interface ServiceQuotaExceededException extends __SmithyException, $Metad
|
|
|
694
660
|
|
|
695
661
|
Logref?: string;
|
|
696
662
|
}
|
|
697
|
-
export declare namespace ServiceQuotaExceededException {
|
|
698
|
-
|
|
699
|
-
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
700
|
-
}
|
|
701
663
|
|
|
702
664
|
export interface DatasetSource {
|
|
703
665
|
|
|
@@ -742,10 +704,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
742
704
|
|
|
743
705
|
Logref?: string;
|
|
744
706
|
}
|
|
745
|
-
export declare namespace LimitExceededException {
|
|
746
|
-
|
|
747
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
748
|
-
}
|
|
749
707
|
|
|
750
708
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
751
709
|
name: "ResourceNotFoundException";
|
|
@@ -755,10 +713,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
755
713
|
|
|
756
714
|
Logref?: string;
|
|
757
715
|
}
|
|
758
|
-
export declare namespace ResourceNotFoundException {
|
|
759
|
-
|
|
760
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
761
|
-
}
|
|
762
716
|
export interface CreateProjectRequest {
|
|
763
717
|
|
|
764
718
|
ProjectName: string | undefined;
|
|
@@ -784,10 +738,6 @@ export interface ResourceInUseException extends __SmithyException, $MetadataBear
|
|
|
784
738
|
|
|
785
739
|
Logref?: string;
|
|
786
740
|
}
|
|
787
|
-
export declare namespace ResourceInUseException {
|
|
788
|
-
|
|
789
|
-
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
790
|
-
}
|
|
791
741
|
|
|
792
742
|
export interface OutputConfig {
|
|
793
743
|
|
|
@@ -1260,10 +1210,6 @@ export interface InvalidPaginationTokenException extends __SmithyException, $Met
|
|
|
1260
1210
|
|
|
1261
1211
|
Logref?: string;
|
|
1262
1212
|
}
|
|
1263
|
-
export declare namespace InvalidPaginationTokenException {
|
|
1264
|
-
|
|
1265
|
-
const filterSensitiveLog: (obj: InvalidPaginationTokenException) => any;
|
|
1266
|
-
}
|
|
1267
1213
|
export interface DescribeProjectVersionsRequest {
|
|
1268
1214
|
|
|
1269
1215
|
ProjectArn: string | undefined;
|
|
@@ -1448,10 +1394,6 @@ export interface ResourceNotReadyException extends __SmithyException, $MetadataB
|
|
|
1448
1394
|
|
|
1449
1395
|
Logref?: string;
|
|
1450
1396
|
}
|
|
1451
|
-
export declare namespace ResourceNotReadyException {
|
|
1452
|
-
|
|
1453
|
-
const filterSensitiveLog: (obj: ResourceNotReadyException) => any;
|
|
1454
|
-
}
|
|
1455
1397
|
export interface DetectFacesRequest {
|
|
1456
1398
|
|
|
1457
1399
|
Image: Image | undefined;
|
|
@@ -1618,10 +1560,6 @@ export interface HumanLoopQuotaExceededException extends __SmithyException, $Met
|
|
|
1618
1560
|
|
|
1619
1561
|
Logref?: string;
|
|
1620
1562
|
}
|
|
1621
|
-
export declare namespace HumanLoopQuotaExceededException {
|
|
1622
|
-
|
|
1623
|
-
const filterSensitiveLog: (obj: HumanLoopQuotaExceededException) => any;
|
|
1624
|
-
}
|
|
1625
1563
|
|
|
1626
1564
|
export interface ProtectiveEquipmentSummarizationAttributes {
|
|
1627
1565
|
|
|
@@ -1781,6 +1719,8 @@ export interface Face {
|
|
|
1781
1719
|
ExternalImageId?: string;
|
|
1782
1720
|
|
|
1783
1721
|
Confidence?: number;
|
|
1722
|
+
|
|
1723
|
+
IndexFacesModelVersion?: string;
|
|
1784
1724
|
}
|
|
1785
1725
|
export declare namespace Face {
|
|
1786
1726
|
|
|
@@ -2274,10 +2214,6 @@ export interface IdempotentParameterMismatchException extends __SmithyException,
|
|
|
2274
2214
|
|
|
2275
2215
|
Logref?: string;
|
|
2276
2216
|
}
|
|
2277
|
-
export declare namespace IdempotentParameterMismatchException {
|
|
2278
|
-
|
|
2279
|
-
const filterSensitiveLog: (obj: IdempotentParameterMismatchException) => any;
|
|
2280
|
-
}
|
|
2281
2217
|
export interface IndexFacesRequest {
|
|
2282
2218
|
|
|
2283
2219
|
CollectionId: string | undefined;
|
|
@@ -2604,10 +2540,6 @@ export interface VideoTooLargeException extends __SmithyException, $MetadataBear
|
|
|
2604
2540
|
|
|
2605
2541
|
Logref?: string;
|
|
2606
2542
|
}
|
|
2607
|
-
export declare namespace VideoTooLargeException {
|
|
2608
|
-
|
|
2609
|
-
const filterSensitiveLog: (obj: VideoTooLargeException) => any;
|
|
2610
|
-
}
|
|
2611
2543
|
export interface StartContentModerationRequest {
|
|
2612
2544
|
|
|
2613
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.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
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.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.0",
|
|
39
|
+
"@aws-sdk/types": "3.47.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.0",
|
|
51
|
+
"@aws-sdk/util-waiter": "3.47.0",
|
|
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.0",
|
|
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": {
|