@aws-sdk/client-ssm 3.36.1 → 3.40.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 +42 -0
- package/dist-cjs/commands/index.js +138 -0
- package/dist-cjs/endpoints.js +141 -27
- package/dist-cjs/index.js +5 -185
- package/dist-cjs/pagination/index.js +50 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-es/commands/index.js +135 -0
- package/dist-es/endpoints.js +141 -27
- package/dist-es/index.js +5 -185
- package/dist-es/pagination/index.js +47 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +1 -0
- package/dist-types/SSMClient.d.ts +8 -0
- package/dist-types/commands/index.d.ts +135 -0
- package/dist-types/index.d.ts +5 -185
- package/dist-types/pagination/index.d.ts +47 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/SSMClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +135 -0
- package/dist-types/ts3.4/index.d.ts +5 -185
- package/dist-types/ts3.4/pagination/index.d.ts +47 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +33 -33
|
@@ -1,186 +1,6 @@
|
|
|
1
|
-
export * from "./SSMClient";
|
|
2
1
|
export * from "./SSM";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateAssociationCommand";
|
|
9
|
-
export * from "./commands/CreateAssociationBatchCommand";
|
|
10
|
-
export * from "./commands/CreateDocumentCommand";
|
|
11
|
-
export * from "./commands/CreateMaintenanceWindowCommand";
|
|
12
|
-
export * from "./commands/CreateOpsItemCommand";
|
|
13
|
-
export * from "./commands/CreateOpsMetadataCommand";
|
|
14
|
-
export * from "./commands/CreatePatchBaselineCommand";
|
|
15
|
-
export * from "./commands/CreateResourceDataSyncCommand";
|
|
16
|
-
export * from "./commands/DeleteActivationCommand";
|
|
17
|
-
export * from "./commands/DeleteAssociationCommand";
|
|
18
|
-
export * from "./commands/DeleteDocumentCommand";
|
|
19
|
-
export * from "./commands/DeleteInventoryCommand";
|
|
20
|
-
export * from "./commands/DeleteMaintenanceWindowCommand";
|
|
21
|
-
export * from "./commands/DeleteOpsMetadataCommand";
|
|
22
|
-
export * from "./commands/DeleteParameterCommand";
|
|
23
|
-
export * from "./commands/DeleteParametersCommand";
|
|
24
|
-
export * from "./commands/DeletePatchBaselineCommand";
|
|
25
|
-
export * from "./commands/DeleteResourceDataSyncCommand";
|
|
26
|
-
export * from "./commands/DeregisterManagedInstanceCommand";
|
|
27
|
-
export * from "./commands/DeregisterPatchBaselineForPatchGroupCommand";
|
|
28
|
-
export * from "./commands/DeregisterTargetFromMaintenanceWindowCommand";
|
|
29
|
-
export * from "./commands/DeregisterTaskFromMaintenanceWindowCommand";
|
|
30
|
-
export * from "./commands/DescribeActivationsCommand";
|
|
31
|
-
export * from "./pagination/DescribeActivationsPaginator";
|
|
32
|
-
export * from "./commands/DescribeAssociationCommand";
|
|
33
|
-
export * from "./commands/DescribeAssociationExecutionsCommand";
|
|
34
|
-
export * from "./pagination/DescribeAssociationExecutionsPaginator";
|
|
35
|
-
export * from "./commands/DescribeAssociationExecutionTargetsCommand";
|
|
36
|
-
export * from "./pagination/DescribeAssociationExecutionTargetsPaginator";
|
|
37
|
-
export * from "./commands/DescribeAutomationExecutionsCommand";
|
|
38
|
-
export * from "./pagination/DescribeAutomationExecutionsPaginator";
|
|
39
|
-
export * from "./commands/DescribeAutomationStepExecutionsCommand";
|
|
40
|
-
export * from "./pagination/DescribeAutomationStepExecutionsPaginator";
|
|
41
|
-
export * from "./commands/DescribeAvailablePatchesCommand";
|
|
42
|
-
export * from "./pagination/DescribeAvailablePatchesPaginator";
|
|
43
|
-
export * from "./commands/DescribeDocumentCommand";
|
|
44
|
-
export * from "./commands/DescribeDocumentPermissionCommand";
|
|
45
|
-
export * from "./commands/DescribeEffectiveInstanceAssociationsCommand";
|
|
46
|
-
export * from "./pagination/DescribeEffectiveInstanceAssociationsPaginator";
|
|
47
|
-
export * from "./commands/DescribeEffectivePatchesForPatchBaselineCommand";
|
|
48
|
-
export * from "./pagination/DescribeEffectivePatchesForPatchBaselinePaginator";
|
|
49
|
-
export * from "./commands/DescribeInstanceAssociationsStatusCommand";
|
|
50
|
-
export * from "./pagination/DescribeInstanceAssociationsStatusPaginator";
|
|
51
|
-
export * from "./commands/DescribeInstanceInformationCommand";
|
|
52
|
-
export * from "./pagination/DescribeInstanceInformationPaginator";
|
|
53
|
-
export * from "./commands/DescribeInstancePatchesCommand";
|
|
54
|
-
export * from "./pagination/DescribeInstancePatchesPaginator";
|
|
55
|
-
export * from "./commands/DescribeInstancePatchStatesCommand";
|
|
56
|
-
export * from "./pagination/DescribeInstancePatchStatesPaginator";
|
|
57
|
-
export * from "./commands/DescribeInstancePatchStatesForPatchGroupCommand";
|
|
58
|
-
export * from "./pagination/DescribeInstancePatchStatesForPatchGroupPaginator";
|
|
59
|
-
export * from "./commands/DescribeInventoryDeletionsCommand";
|
|
60
|
-
export * from "./pagination/DescribeInventoryDeletionsPaginator";
|
|
61
|
-
export * from "./commands/DescribeMaintenanceWindowExecutionsCommand";
|
|
62
|
-
export * from "./pagination/DescribeMaintenanceWindowExecutionsPaginator";
|
|
63
|
-
export * from "./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
|
|
64
|
-
export * from "./pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator";
|
|
65
|
-
export * from "./commands/DescribeMaintenanceWindowExecutionTasksCommand";
|
|
66
|
-
export * from "./pagination/DescribeMaintenanceWindowExecutionTasksPaginator";
|
|
67
|
-
export * from "./commands/DescribeMaintenanceWindowsCommand";
|
|
68
|
-
export * from "./pagination/DescribeMaintenanceWindowsPaginator";
|
|
69
|
-
export * from "./commands/DescribeMaintenanceWindowScheduleCommand";
|
|
70
|
-
export * from "./pagination/DescribeMaintenanceWindowSchedulePaginator";
|
|
71
|
-
export * from "./commands/DescribeMaintenanceWindowsForTargetCommand";
|
|
72
|
-
export * from "./pagination/DescribeMaintenanceWindowsForTargetPaginator";
|
|
73
|
-
export * from "./commands/DescribeMaintenanceWindowTargetsCommand";
|
|
74
|
-
export * from "./pagination/DescribeMaintenanceWindowTargetsPaginator";
|
|
75
|
-
export * from "./commands/DescribeMaintenanceWindowTasksCommand";
|
|
76
|
-
export * from "./pagination/DescribeMaintenanceWindowTasksPaginator";
|
|
77
|
-
export * from "./commands/DescribeOpsItemsCommand";
|
|
78
|
-
export * from "./pagination/DescribeOpsItemsPaginator";
|
|
79
|
-
export * from "./commands/DescribeParametersCommand";
|
|
80
|
-
export * from "./pagination/DescribeParametersPaginator";
|
|
81
|
-
export * from "./commands/DescribePatchBaselinesCommand";
|
|
82
|
-
export * from "./pagination/DescribePatchBaselinesPaginator";
|
|
83
|
-
export * from "./commands/DescribePatchGroupsCommand";
|
|
84
|
-
export * from "./pagination/DescribePatchGroupsPaginator";
|
|
85
|
-
export * from "./commands/DescribePatchGroupStateCommand";
|
|
86
|
-
export * from "./commands/DescribePatchPropertiesCommand";
|
|
87
|
-
export * from "./pagination/DescribePatchPropertiesPaginator";
|
|
88
|
-
export * from "./commands/DescribeSessionsCommand";
|
|
89
|
-
export * from "./pagination/DescribeSessionsPaginator";
|
|
90
|
-
export * from "./commands/DisassociateOpsItemRelatedItemCommand";
|
|
91
|
-
export * from "./commands/GetAutomationExecutionCommand";
|
|
92
|
-
export * from "./commands/GetCalendarStateCommand";
|
|
93
|
-
export * from "./commands/GetCommandInvocationCommand";
|
|
94
|
-
export * from "./waiters/waitForCommandExecuted";
|
|
95
|
-
export * from "./commands/GetConnectionStatusCommand";
|
|
96
|
-
export * from "./commands/GetDefaultPatchBaselineCommand";
|
|
97
|
-
export * from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
|
|
98
|
-
export * from "./commands/GetDocumentCommand";
|
|
99
|
-
export * from "./commands/GetInventoryCommand";
|
|
100
|
-
export * from "./pagination/GetInventoryPaginator";
|
|
101
|
-
export * from "./commands/GetInventorySchemaCommand";
|
|
102
|
-
export * from "./pagination/GetInventorySchemaPaginator";
|
|
103
|
-
export * from "./commands/GetMaintenanceWindowCommand";
|
|
104
|
-
export * from "./commands/GetMaintenanceWindowExecutionCommand";
|
|
105
|
-
export * from "./commands/GetMaintenanceWindowExecutionTaskCommand";
|
|
106
|
-
export * from "./commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
|
|
107
|
-
export * from "./commands/GetMaintenanceWindowTaskCommand";
|
|
108
|
-
export * from "./commands/GetOpsItemCommand";
|
|
109
|
-
export * from "./commands/GetOpsMetadataCommand";
|
|
110
|
-
export * from "./commands/GetOpsSummaryCommand";
|
|
111
|
-
export * from "./pagination/GetOpsSummaryPaginator";
|
|
112
|
-
export * from "./commands/GetParameterCommand";
|
|
113
|
-
export * from "./commands/GetParameterHistoryCommand";
|
|
114
|
-
export * from "./pagination/GetParameterHistoryPaginator";
|
|
115
|
-
export * from "./commands/GetParametersCommand";
|
|
116
|
-
export * from "./commands/GetParametersByPathCommand";
|
|
117
|
-
export * from "./pagination/GetParametersByPathPaginator";
|
|
118
|
-
export * from "./commands/GetPatchBaselineCommand";
|
|
119
|
-
export * from "./commands/GetPatchBaselineForPatchGroupCommand";
|
|
120
|
-
export * from "./commands/GetServiceSettingCommand";
|
|
121
|
-
export * from "./commands/LabelParameterVersionCommand";
|
|
122
|
-
export * from "./commands/ListAssociationsCommand";
|
|
123
|
-
export * from "./pagination/ListAssociationsPaginator";
|
|
124
|
-
export * from "./commands/ListAssociationVersionsCommand";
|
|
125
|
-
export * from "./pagination/ListAssociationVersionsPaginator";
|
|
126
|
-
export * from "./commands/ListCommandInvocationsCommand";
|
|
127
|
-
export * from "./pagination/ListCommandInvocationsPaginator";
|
|
128
|
-
export * from "./commands/ListCommandsCommand";
|
|
129
|
-
export * from "./pagination/ListCommandsPaginator";
|
|
130
|
-
export * from "./commands/ListComplianceItemsCommand";
|
|
131
|
-
export * from "./pagination/ListComplianceItemsPaginator";
|
|
132
|
-
export * from "./commands/ListComplianceSummariesCommand";
|
|
133
|
-
export * from "./pagination/ListComplianceSummariesPaginator";
|
|
134
|
-
export * from "./commands/ListDocumentMetadataHistoryCommand";
|
|
135
|
-
export * from "./commands/ListDocumentsCommand";
|
|
136
|
-
export * from "./pagination/ListDocumentsPaginator";
|
|
137
|
-
export * from "./commands/ListDocumentVersionsCommand";
|
|
138
|
-
export * from "./pagination/ListDocumentVersionsPaginator";
|
|
139
|
-
export * from "./commands/ListInventoryEntriesCommand";
|
|
140
|
-
export * from "./commands/ListOpsItemEventsCommand";
|
|
141
|
-
export * from "./pagination/ListOpsItemEventsPaginator";
|
|
142
|
-
export * from "./commands/ListOpsItemRelatedItemsCommand";
|
|
143
|
-
export * from "./pagination/ListOpsItemRelatedItemsPaginator";
|
|
144
|
-
export * from "./commands/ListOpsMetadataCommand";
|
|
145
|
-
export * from "./pagination/ListOpsMetadataPaginator";
|
|
146
|
-
export * from "./commands/ListResourceComplianceSummariesCommand";
|
|
147
|
-
export * from "./pagination/ListResourceComplianceSummariesPaginator";
|
|
148
|
-
export * from "./commands/ListResourceDataSyncCommand";
|
|
149
|
-
export * from "./pagination/ListResourceDataSyncPaginator";
|
|
150
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
151
|
-
export * from "./commands/ModifyDocumentPermissionCommand";
|
|
152
|
-
export * from "./commands/PutComplianceItemsCommand";
|
|
153
|
-
export * from "./commands/PutInventoryCommand";
|
|
154
|
-
export * from "./commands/PutParameterCommand";
|
|
155
|
-
export * from "./commands/RegisterDefaultPatchBaselineCommand";
|
|
156
|
-
export * from "./commands/RegisterPatchBaselineForPatchGroupCommand";
|
|
157
|
-
export * from "./commands/RegisterTargetWithMaintenanceWindowCommand";
|
|
158
|
-
export * from "./commands/RegisterTaskWithMaintenanceWindowCommand";
|
|
159
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
160
|
-
export * from "./commands/ResetServiceSettingCommand";
|
|
161
|
-
export * from "./commands/ResumeSessionCommand";
|
|
162
|
-
export * from "./commands/SendAutomationSignalCommand";
|
|
163
|
-
export * from "./commands/SendCommandCommand";
|
|
164
|
-
export * from "./commands/StartAssociationsOnceCommand";
|
|
165
|
-
export * from "./commands/StartAutomationExecutionCommand";
|
|
166
|
-
export * from "./commands/StartChangeRequestExecutionCommand";
|
|
167
|
-
export * from "./commands/StartSessionCommand";
|
|
168
|
-
export * from "./commands/StopAutomationExecutionCommand";
|
|
169
|
-
export * from "./commands/TerminateSessionCommand";
|
|
170
|
-
export * from "./commands/UnlabelParameterVersionCommand";
|
|
171
|
-
export * from "./commands/UpdateAssociationCommand";
|
|
172
|
-
export * from "./commands/UpdateAssociationStatusCommand";
|
|
173
|
-
export * from "./commands/UpdateDocumentCommand";
|
|
174
|
-
export * from "./commands/UpdateDocumentDefaultVersionCommand";
|
|
175
|
-
export * from "./commands/UpdateDocumentMetadataCommand";
|
|
176
|
-
export * from "./commands/UpdateMaintenanceWindowCommand";
|
|
177
|
-
export * from "./commands/UpdateMaintenanceWindowTargetCommand";
|
|
178
|
-
export * from "./commands/UpdateMaintenanceWindowTaskCommand";
|
|
179
|
-
export * from "./commands/UpdateManagedInstanceRoleCommand";
|
|
180
|
-
export * from "./commands/UpdateOpsItemCommand";
|
|
181
|
-
export * from "./commands/UpdateOpsMetadataCommand";
|
|
182
|
-
export * from "./commands/UpdatePatchBaselineCommand";
|
|
183
|
-
export * from "./commands/UpdateResourceDataSyncCommand";
|
|
184
|
-
export * from "./commands/UpdateServiceSettingCommand";
|
|
185
|
-
export * from "./pagination/Interfaces";
|
|
186
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./SSMClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export * from "./DescribeActivationsPaginator";
|
|
2
|
+
export * from "./DescribeAssociationExecutionTargetsPaginator";
|
|
3
|
+
export * from "./DescribeAssociationExecutionsPaginator";
|
|
4
|
+
export * from "./DescribeAutomationExecutionsPaginator";
|
|
5
|
+
export * from "./DescribeAutomationStepExecutionsPaginator";
|
|
6
|
+
export * from "./DescribeAvailablePatchesPaginator";
|
|
7
|
+
export * from "./DescribeEffectiveInstanceAssociationsPaginator";
|
|
8
|
+
export * from "./DescribeEffectivePatchesForPatchBaselinePaginator";
|
|
9
|
+
export * from "./DescribeInstanceAssociationsStatusPaginator";
|
|
10
|
+
export * from "./DescribeInstanceInformationPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeInstancePatchStatesForPatchGroupPaginator";
|
|
13
|
+
export * from "./DescribeInstancePatchStatesPaginator";
|
|
14
|
+
export * from "./DescribeInstancePatchesPaginator";
|
|
15
|
+
export * from "./DescribeInventoryDeletionsPaginator";
|
|
16
|
+
export * from "./DescribeMaintenanceWindowExecutionTaskInvocationsPaginator";
|
|
17
|
+
export * from "./DescribeMaintenanceWindowExecutionTasksPaginator";
|
|
18
|
+
export * from "./DescribeMaintenanceWindowExecutionsPaginator";
|
|
19
|
+
export * from "./DescribeMaintenanceWindowSchedulePaginator";
|
|
20
|
+
export * from "./DescribeMaintenanceWindowTargetsPaginator";
|
|
21
|
+
export * from "./DescribeMaintenanceWindowTasksPaginator";
|
|
22
|
+
export * from "./DescribeMaintenanceWindowsForTargetPaginator";
|
|
23
|
+
export * from "./DescribeMaintenanceWindowsPaginator";
|
|
24
|
+
export * from "./DescribeOpsItemsPaginator";
|
|
25
|
+
export * from "./DescribeParametersPaginator";
|
|
26
|
+
export * from "./DescribePatchBaselinesPaginator";
|
|
27
|
+
export * from "./DescribePatchGroupsPaginator";
|
|
28
|
+
export * from "./DescribePatchPropertiesPaginator";
|
|
29
|
+
export * from "./DescribeSessionsPaginator";
|
|
30
|
+
export * from "./GetInventoryPaginator";
|
|
31
|
+
export * from "./GetInventorySchemaPaginator";
|
|
32
|
+
export * from "./GetOpsSummaryPaginator";
|
|
33
|
+
export * from "./GetParameterHistoryPaginator";
|
|
34
|
+
export * from "./GetParametersByPathPaginator";
|
|
35
|
+
export * from "./ListAssociationVersionsPaginator";
|
|
36
|
+
export * from "./ListAssociationsPaginator";
|
|
37
|
+
export * from "./ListCommandInvocationsPaginator";
|
|
38
|
+
export * from "./ListCommandsPaginator";
|
|
39
|
+
export * from "./ListComplianceItemsPaginator";
|
|
40
|
+
export * from "./ListComplianceSummariesPaginator";
|
|
41
|
+
export * from "./ListDocumentVersionsPaginator";
|
|
42
|
+
export * from "./ListDocumentsPaginator";
|
|
43
|
+
export * from "./ListOpsItemEventsPaginator";
|
|
44
|
+
export * from "./ListOpsItemRelatedItemsPaginator";
|
|
45
|
+
export * from "./ListOpsMetadataPaginator";
|
|
46
|
+
export * from "./ListResourceComplianceSummariesPaginator";
|
|
47
|
+
export * from "./ListResourceDataSyncPaginator";
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./waitForCommandExecuted";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./waitForCommandExecuted";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.40.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -19,42 +19,42 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-crypto/sha256-browser": "
|
|
23
|
-
"@aws-crypto/sha256-js": "
|
|
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-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
22
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.40.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.40.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.40.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
|
+
"@aws-sdk/util-waiter": "3.40.0",
|
|
53
53
|
"tslib": "^2.3.0",
|
|
54
54
|
"uuid": "^8.3.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
57
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
58
58
|
"@types/node": "^12.7.5",
|
|
59
59
|
"@types/uuid": "^8.3.0",
|
|
60
60
|
"downlevel-dts": "0.7.0",
|