@aws-sdk/client-cloudformation 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 -16
- package/dist-cjs/models/models_0.js +5 -137
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +0 -16
- package/dist-es/models/models_0.js +0 -88
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/CloudFormationClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -132
- 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/CloudFormationClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -88
- 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
|
@@ -81,30 +81,18 @@ export interface CFNRegistryException extends __SmithyException, $MetadataBearer
|
|
|
81
81
|
$fault: "client";
|
|
82
82
|
Message?: string;
|
|
83
83
|
}
|
|
84
|
-
export declare namespace CFNRegistryException {
|
|
85
|
-
|
|
86
|
-
const filterSensitiveLog: (obj: CFNRegistryException) => any;
|
|
87
|
-
}
|
|
88
84
|
|
|
89
85
|
export interface TypeNotFoundException extends __SmithyException, $MetadataBearer {
|
|
90
86
|
name: "TypeNotFoundException";
|
|
91
87
|
$fault: "client";
|
|
92
88
|
Message?: string;
|
|
93
89
|
}
|
|
94
|
-
export declare namespace TypeNotFoundException {
|
|
95
|
-
|
|
96
|
-
const filterSensitiveLog: (obj: TypeNotFoundException) => any;
|
|
97
|
-
}
|
|
98
90
|
|
|
99
91
|
export interface AlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
100
92
|
name: "AlreadyExistsException";
|
|
101
93
|
$fault: "client";
|
|
102
94
|
Message?: string;
|
|
103
95
|
}
|
|
104
|
-
export declare namespace AlreadyExistsException {
|
|
105
|
-
|
|
106
|
-
const filterSensitiveLog: (obj: AlreadyExistsException) => any;
|
|
107
|
-
}
|
|
108
96
|
|
|
109
97
|
export interface AutoDeployment {
|
|
110
98
|
|
|
@@ -193,10 +181,6 @@ export interface TypeConfigurationNotFoundException extends __SmithyException, $
|
|
|
193
181
|
$fault: "client";
|
|
194
182
|
Message?: string;
|
|
195
183
|
}
|
|
196
|
-
export declare namespace TypeConfigurationNotFoundException {
|
|
197
|
-
|
|
198
|
-
const filterSensitiveLog: (obj: TypeConfigurationNotFoundException) => any;
|
|
199
|
-
}
|
|
200
184
|
export declare enum CallAs {
|
|
201
185
|
DELEGATED_ADMIN = "DELEGATED_ADMIN",
|
|
202
186
|
SELF = "SELF"
|
|
@@ -218,10 +202,6 @@ export interface TokenAlreadyExistsException extends __SmithyException, $Metadat
|
|
|
218
202
|
$fault: "client";
|
|
219
203
|
Message?: string;
|
|
220
204
|
}
|
|
221
|
-
export declare namespace TokenAlreadyExistsException {
|
|
222
|
-
|
|
223
|
-
const filterSensitiveLog: (obj: TokenAlreadyExistsException) => any;
|
|
224
|
-
}
|
|
225
205
|
export declare enum Capability {
|
|
226
206
|
CAPABILITY_AUTO_EXPAND = "CAPABILITY_AUTO_EXPAND",
|
|
227
207
|
CAPABILITY_IAM = "CAPABILITY_IAM",
|
|
@@ -353,10 +333,6 @@ export interface ChangeSetNotFoundException extends __SmithyException, $Metadata
|
|
|
353
333
|
$fault: "client";
|
|
354
334
|
Message?: string;
|
|
355
335
|
}
|
|
356
|
-
export declare namespace ChangeSetNotFoundException {
|
|
357
|
-
|
|
358
|
-
const filterSensitiveLog: (obj: ChangeSetNotFoundException) => any;
|
|
359
|
-
}
|
|
360
336
|
export declare enum ChangeSetStatus {
|
|
361
337
|
CREATE_COMPLETE = "CREATE_COMPLETE",
|
|
362
338
|
CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
|
|
@@ -554,20 +530,12 @@ export interface InsufficientCapabilitiesException extends __SmithyException, $M
|
|
|
554
530
|
$fault: "client";
|
|
555
531
|
Message?: string;
|
|
556
532
|
}
|
|
557
|
-
export declare namespace InsufficientCapabilitiesException {
|
|
558
|
-
|
|
559
|
-
const filterSensitiveLog: (obj: InsufficientCapabilitiesException) => any;
|
|
560
|
-
}
|
|
561
533
|
|
|
562
534
|
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
563
535
|
name: "LimitExceededException";
|
|
564
536
|
$fault: "client";
|
|
565
537
|
Message?: string;
|
|
566
538
|
}
|
|
567
|
-
export declare namespace LimitExceededException {
|
|
568
|
-
|
|
569
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
570
|
-
}
|
|
571
539
|
export declare enum OnFailure {
|
|
572
540
|
DELETE = "DELETE",
|
|
573
541
|
DO_NOTHING = "DO_NOTHING",
|
|
@@ -695,60 +663,36 @@ export interface InvalidOperationException extends __SmithyException, $MetadataB
|
|
|
695
663
|
$fault: "client";
|
|
696
664
|
Message?: string;
|
|
697
665
|
}
|
|
698
|
-
export declare namespace InvalidOperationException {
|
|
699
|
-
|
|
700
|
-
const filterSensitiveLog: (obj: InvalidOperationException) => any;
|
|
701
|
-
}
|
|
702
666
|
|
|
703
667
|
export interface OperationIdAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
704
668
|
name: "OperationIdAlreadyExistsException";
|
|
705
669
|
$fault: "client";
|
|
706
670
|
Message?: string;
|
|
707
671
|
}
|
|
708
|
-
export declare namespace OperationIdAlreadyExistsException {
|
|
709
|
-
|
|
710
|
-
const filterSensitiveLog: (obj: OperationIdAlreadyExistsException) => any;
|
|
711
|
-
}
|
|
712
672
|
|
|
713
673
|
export interface OperationInProgressException extends __SmithyException, $MetadataBearer {
|
|
714
674
|
name: "OperationInProgressException";
|
|
715
675
|
$fault: "client";
|
|
716
676
|
Message?: string;
|
|
717
677
|
}
|
|
718
|
-
export declare namespace OperationInProgressException {
|
|
719
|
-
|
|
720
|
-
const filterSensitiveLog: (obj: OperationInProgressException) => any;
|
|
721
|
-
}
|
|
722
678
|
|
|
723
679
|
export interface StackSetNotFoundException extends __SmithyException, $MetadataBearer {
|
|
724
680
|
name: "StackSetNotFoundException";
|
|
725
681
|
$fault: "client";
|
|
726
682
|
Message?: string;
|
|
727
683
|
}
|
|
728
|
-
export declare namespace StackSetNotFoundException {
|
|
729
|
-
|
|
730
|
-
const filterSensitiveLog: (obj: StackSetNotFoundException) => any;
|
|
731
|
-
}
|
|
732
684
|
|
|
733
685
|
export interface StaleRequestException extends __SmithyException, $MetadataBearer {
|
|
734
686
|
name: "StaleRequestException";
|
|
735
687
|
$fault: "client";
|
|
736
688
|
Message?: string;
|
|
737
689
|
}
|
|
738
|
-
export declare namespace StaleRequestException {
|
|
739
|
-
|
|
740
|
-
const filterSensitiveLog: (obj: StaleRequestException) => any;
|
|
741
|
-
}
|
|
742
690
|
|
|
743
691
|
export interface CreatedButModifiedException extends __SmithyException, $MetadataBearer {
|
|
744
692
|
name: "CreatedButModifiedException";
|
|
745
693
|
$fault: "client";
|
|
746
694
|
Message?: string;
|
|
747
695
|
}
|
|
748
|
-
export declare namespace CreatedButModifiedException {
|
|
749
|
-
|
|
750
|
-
const filterSensitiveLog: (obj: CreatedButModifiedException) => any;
|
|
751
|
-
}
|
|
752
696
|
|
|
753
697
|
export interface ManagedExecution {
|
|
754
698
|
|
|
@@ -809,10 +753,6 @@ export interface NameAlreadyExistsException extends __SmithyException, $Metadata
|
|
|
809
753
|
$fault: "client";
|
|
810
754
|
Message?: string;
|
|
811
755
|
}
|
|
812
|
-
export declare namespace NameAlreadyExistsException {
|
|
813
|
-
|
|
814
|
-
const filterSensitiveLog: (obj: NameAlreadyExistsException) => any;
|
|
815
|
-
}
|
|
816
756
|
export interface DeactivateTypeInput {
|
|
817
757
|
|
|
818
758
|
TypeName?: string;
|
|
@@ -855,10 +795,6 @@ export interface InvalidChangeSetStatusException extends __SmithyException, $Met
|
|
|
855
795
|
$fault: "client";
|
|
856
796
|
Message?: string;
|
|
857
797
|
}
|
|
858
|
-
export declare namespace InvalidChangeSetStatusException {
|
|
859
|
-
|
|
860
|
-
const filterSensitiveLog: (obj: InvalidChangeSetStatusException) => any;
|
|
861
|
-
}
|
|
862
798
|
|
|
863
799
|
export interface DeleteStackInput {
|
|
864
800
|
|
|
@@ -926,10 +862,6 @@ export interface StackSetNotEmptyException extends __SmithyException, $MetadataB
|
|
|
926
862
|
$fault: "client";
|
|
927
863
|
Message?: string;
|
|
928
864
|
}
|
|
929
|
-
export declare namespace StackSetNotEmptyException {
|
|
930
|
-
|
|
931
|
-
const filterSensitiveLog: (obj: StackSetNotEmptyException) => any;
|
|
932
|
-
}
|
|
933
865
|
export declare type RegistryType = "MODULE" | "RESOURCE";
|
|
934
866
|
export interface DeregisterTypeInput {
|
|
935
867
|
|
|
@@ -1242,10 +1174,6 @@ export interface StackInstanceNotFoundException extends __SmithyException, $Meta
|
|
|
1242
1174
|
$fault: "client";
|
|
1243
1175
|
Message?: string;
|
|
1244
1176
|
}
|
|
1245
|
-
export declare namespace StackInstanceNotFoundException {
|
|
1246
|
-
|
|
1247
|
-
const filterSensitiveLog: (obj: StackInstanceNotFoundException) => any;
|
|
1248
|
-
}
|
|
1249
1177
|
|
|
1250
1178
|
export interface DescribeStackResourceInput {
|
|
1251
1179
|
|
|
@@ -1725,10 +1653,6 @@ export interface OperationNotFoundException extends __SmithyException, $Metadata
|
|
|
1725
1653
|
$fault: "client";
|
|
1726
1654
|
Message?: string;
|
|
1727
1655
|
}
|
|
1728
|
-
export declare namespace OperationNotFoundException {
|
|
1729
|
-
|
|
1730
|
-
const filterSensitiveLog: (obj: OperationNotFoundException) => any;
|
|
1731
|
-
}
|
|
1732
1656
|
export interface DescribeTypeInput {
|
|
1733
1657
|
|
|
1734
1658
|
Type?: RegistryType | string;
|
|
@@ -2119,10 +2043,6 @@ export interface StackNotFoundException extends __SmithyException, $MetadataBear
|
|
|
2119
2043
|
$fault: "client";
|
|
2120
2044
|
Message?: string;
|
|
2121
2045
|
}
|
|
2122
|
-
export declare namespace StackNotFoundException {
|
|
2123
|
-
|
|
2124
|
-
const filterSensitiveLog: (obj: StackNotFoundException) => any;
|
|
2125
|
-
}
|
|
2126
2046
|
|
|
2127
2047
|
export interface ListChangeSetsInput {
|
|
2128
2048
|
|
|
@@ -2704,20 +2624,12 @@ export interface InvalidStateTransitionException extends __SmithyException, $Met
|
|
|
2704
2624
|
$fault: "client";
|
|
2705
2625
|
Message?: string;
|
|
2706
2626
|
}
|
|
2707
|
-
export declare namespace InvalidStateTransitionException {
|
|
2708
|
-
|
|
2709
|
-
const filterSensitiveLog: (obj: InvalidStateTransitionException) => any;
|
|
2710
|
-
}
|
|
2711
2627
|
|
|
2712
2628
|
export interface OperationStatusCheckFailedException extends __SmithyException, $MetadataBearer {
|
|
2713
2629
|
name: "OperationStatusCheckFailedException";
|
|
2714
2630
|
$fault: "client";
|
|
2715
2631
|
Message?: string;
|
|
2716
2632
|
}
|
|
2717
|
-
export declare namespace OperationStatusCheckFailedException {
|
|
2718
|
-
|
|
2719
|
-
const filterSensitiveLog: (obj: OperationStatusCheckFailedException) => any;
|
|
2720
|
-
}
|
|
2721
2633
|
export declare enum OperationStatus {
|
|
2722
2634
|
FAILED = "FAILED",
|
|
2723
2635
|
IN_PROGRESS = "IN_PROGRESS",
|
|
@@ -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 { CloudFormationClientConfig } from "./CloudFormationClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
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: CloudFormationClientConfig) => {
|
|
|
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 { CloudFormationClientConfig } from "./CloudFormationClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
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: CloudFormationClientConfig) => {
|
|
|
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-cloudformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation 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,53 +18,49 @@
|
|
|
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
|
"entities": "2.2.0",
|
|
54
53
|
"fast-xml-parser": "3.19.0",
|
|
55
54
|
"tslib": "^2.3.0",
|
|
56
55
|
"uuid": "^8.3.2"
|
|
57
56
|
},
|
|
58
57
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
60
59
|
"@types/node": "^12.7.5",
|
|
61
|
-
"@types/uuid": "^8.3.0"
|
|
62
|
-
"downlevel-dts": "0.7.0",
|
|
63
|
-
"jest": "^26.1.0",
|
|
64
|
-
"rimraf": "^3.0.0",
|
|
65
|
-
"ts-jest": "^26.4.1",
|
|
66
|
-
"typedoc": "^0.19.2",
|
|
67
|
-
"typescript": "~4.3.5"
|
|
60
|
+
"@types/uuid": "^8.3.0"
|
|
68
61
|
},
|
|
69
62
|
"engines": {
|
|
70
|
-
"node": ">=
|
|
63
|
+
"node": ">=12.0.0"
|
|
71
64
|
},
|
|
72
65
|
"typesVersions": {
|
|
73
66
|
"<4.0": {
|