@aws-sdk/client-datasync 3.363.0 → 3.370.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/README.md +3 -3
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/DataSync.d.ts +3 -3
- package/dist-types/DataSyncClient.d.ts +3 -3
- package/dist-types/commands/CreateAgentCommand.d.ts +19 -12
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +3 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +58 -45
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/package.json +17 -18
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@ AWS SDK for JavaScript DataSync Client for Node.js, Browser and React Native.
|
|
|
8
8
|
|
|
9
9
|
<fullname>DataSync</fullname>
|
|
10
10
|
|
|
11
|
-
<p>DataSync is
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
<p>DataSync is an online data movement and discovery service that simplifies data migration
|
|
12
|
+
and helps you quickly, easily, and securely transfer your file or object data to, from, and
|
|
13
|
+
between Amazon Web Services storage services.</p>
|
|
14
14
|
<p>This API interface reference includes documentation for using DataSync
|
|
15
15
|
programmatically. For complete information, see the <i>
|
|
16
16
|
<a href="https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html">DataSync User
|
|
@@ -2895,6 +2895,7 @@ const de_NetAppONTAPCluster = (output, context) => {
|
|
|
2895
2895
|
ClusterBlockStorageSize: smithy_client_1.expectLong,
|
|
2896
2896
|
ClusterBlockStorageUsed: smithy_client_1.expectLong,
|
|
2897
2897
|
ClusterName: smithy_client_1.expectString,
|
|
2898
|
+
LunCount: smithy_client_1.expectLong,
|
|
2898
2899
|
MaxP95Performance: (_) => de_MaxP95Performance(_, context),
|
|
2899
2900
|
NfsExportedVolumes: smithy_client_1.expectLong,
|
|
2900
2901
|
RecommendationStatus: smithy_client_1.expectString,
|
|
@@ -2915,6 +2916,7 @@ const de_NetAppONTAPSVM = (output, context) => {
|
|
|
2915
2916
|
CifsShareCount: smithy_client_1.expectLong,
|
|
2916
2917
|
ClusterUuid: smithy_client_1.expectString,
|
|
2917
2918
|
EnabledProtocols: smithy_client_1._json,
|
|
2919
|
+
LunCount: smithy_client_1.expectLong,
|
|
2918
2920
|
MaxP95Performance: (_) => de_MaxP95Performance(_, context),
|
|
2919
2921
|
NfsExportedVolumes: smithy_client_1.expectLong,
|
|
2920
2922
|
RecommendationStatus: smithy_client_1.expectString,
|
|
@@ -2941,6 +2943,7 @@ const de_NetAppONTAPVolume = (output, context) => {
|
|
|
2941
2943
|
CapacityUsed: smithy_client_1.expectLong,
|
|
2942
2944
|
CifsShareCount: smithy_client_1.expectLong,
|
|
2943
2945
|
LogicalCapacityUsed: smithy_client_1.expectLong,
|
|
2946
|
+
LunCount: smithy_client_1.expectLong,
|
|
2944
2947
|
MaxP95Performance: (_) => de_MaxP95Performance(_, context),
|
|
2945
2948
|
NfsExported: smithy_client_1.expectBoolean,
|
|
2946
2949
|
RecommendationStatus: smithy_client_1.expectString,
|
|
@@ -2776,6 +2776,7 @@ const de_NetAppONTAPCluster = (output, context) => {
|
|
|
2776
2776
|
ClusterBlockStorageSize: __expectLong,
|
|
2777
2777
|
ClusterBlockStorageUsed: __expectLong,
|
|
2778
2778
|
ClusterName: __expectString,
|
|
2779
|
+
LunCount: __expectLong,
|
|
2779
2780
|
MaxP95Performance: (_) => de_MaxP95Performance(_, context),
|
|
2780
2781
|
NfsExportedVolumes: __expectLong,
|
|
2781
2782
|
RecommendationStatus: __expectString,
|
|
@@ -2796,6 +2797,7 @@ const de_NetAppONTAPSVM = (output, context) => {
|
|
|
2796
2797
|
CifsShareCount: __expectLong,
|
|
2797
2798
|
ClusterUuid: __expectString,
|
|
2798
2799
|
EnabledProtocols: _json,
|
|
2800
|
+
LunCount: __expectLong,
|
|
2799
2801
|
MaxP95Performance: (_) => de_MaxP95Performance(_, context),
|
|
2800
2802
|
NfsExportedVolumes: __expectLong,
|
|
2801
2803
|
RecommendationStatus: __expectString,
|
|
@@ -2822,6 +2824,7 @@ const de_NetAppONTAPVolume = (output, context) => {
|
|
|
2822
2824
|
CapacityUsed: __expectLong,
|
|
2823
2825
|
CifsShareCount: __expectLong,
|
|
2824
2826
|
LogicalCapacityUsed: __expectLong,
|
|
2827
|
+
LunCount: __expectLong,
|
|
2825
2828
|
MaxP95Performance: (_) => de_MaxP95Performance(_, context),
|
|
2826
2829
|
NfsExported: __expectBoolean,
|
|
2827
2830
|
RecommendationStatus: __expectString,
|
package/dist-types/DataSync.d.ts
CHANGED
|
@@ -404,9 +404,9 @@ export interface DataSync {
|
|
|
404
404
|
/**
|
|
405
405
|
* @public
|
|
406
406
|
* <fullname>DataSync</fullname>
|
|
407
|
-
* <p>DataSync is
|
|
408
|
-
*
|
|
409
|
-
*
|
|
407
|
+
* <p>DataSync is an online data movement and discovery service that simplifies data migration
|
|
408
|
+
* and helps you quickly, easily, and securely transfer your file or object data to, from, and
|
|
409
|
+
* between Amazon Web Services storage services.</p>
|
|
410
410
|
* <p>This API interface reference includes documentation for using DataSync
|
|
411
411
|
* programmatically. For complete information, see the <i>
|
|
412
412
|
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html">DataSync User
|
|
@@ -203,9 +203,9 @@ export interface DataSyncClientResolvedConfig extends DataSyncClientResolvedConf
|
|
|
203
203
|
/**
|
|
204
204
|
* @public
|
|
205
205
|
* <fullname>DataSync</fullname>
|
|
206
|
-
* <p>DataSync is
|
|
207
|
-
*
|
|
208
|
-
*
|
|
206
|
+
* <p>DataSync is an online data movement and discovery service that simplifies data migration
|
|
207
|
+
* and helps you quickly, easily, and securely transfer your file or object data to, from, and
|
|
208
|
+
* between Amazon Web Services storage services.</p>
|
|
209
209
|
* <p>This API interface reference includes documentation for using DataSync
|
|
210
210
|
* programmatically. For complete information, see the <i>
|
|
211
211
|
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html">DataSync User
|
|
@@ -23,18 +23,25 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Activates an DataSync agent that you
|
|
27
|
-
* environment. The activation process associates
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
26
|
+
* <p>Activates an DataSync agent that you've deployed in your storage
|
|
27
|
+
* environment. The activation process associates the agent with your Amazon Web Services account.</p>
|
|
28
|
+
* <p>If you haven't deployed an agent yet, see the following topics to learn more:</p>
|
|
29
|
+
* <ul>
|
|
30
|
+
* <li>
|
|
31
|
+
* <p>
|
|
32
|
+
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/agent-requirements.html">Agent requirements</a>
|
|
33
|
+
* </p>
|
|
34
|
+
* </li>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>
|
|
37
|
+
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/configure-agent.html">Create an agent</a>
|
|
38
|
+
* </p>
|
|
39
|
+
* </li>
|
|
40
|
+
* </ul>
|
|
41
|
+
* <note>
|
|
42
|
+
* <p>If you're transferring between Amazon Web Services storage services, you don't need a
|
|
43
|
+
* DataSync agent. </p>
|
|
44
|
+
* </note>
|
|
38
45
|
* @example
|
|
39
46
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
47
|
* ```javascript
|
|
@@ -86,6 +86,7 @@ export interface DescribeStorageSystemResourcesCommandOutput extends DescribeSto
|
|
|
86
86
|
* // NfsExportedVolumes: Number("long"),
|
|
87
87
|
* // RecommendationStatus: "NONE" || "IN_PROGRESS" || "COMPLETED" || "FAILED",
|
|
88
88
|
* // TotalSnapshotCapacityUsed: Number("long"),
|
|
89
|
+
* // LunCount: Number("long"),
|
|
89
90
|
* // },
|
|
90
91
|
* // ],
|
|
91
92
|
* // NetAppONTAPVolumes: [ // NetAppONTAPVolumes
|
|
@@ -124,6 +125,7 @@ export interface DescribeStorageSystemResourcesCommandOutput extends DescribeSto
|
|
|
124
125
|
* // },
|
|
125
126
|
* // ],
|
|
126
127
|
* // RecommendationStatus: "NONE" || "IN_PROGRESS" || "COMPLETED" || "FAILED",
|
|
128
|
+
* // LunCount: Number("long"),
|
|
127
129
|
* // },
|
|
128
130
|
* // ],
|
|
129
131
|
* // NetAppONTAPClusters: [ // NetAppONTAPClusters
|
|
@@ -158,6 +160,7 @@ export interface DescribeStorageSystemResourcesCommandOutput extends DescribeSto
|
|
|
158
160
|
* // },
|
|
159
161
|
* // ],
|
|
160
162
|
* // RecommendationStatus: "NONE" || "IN_PROGRESS" || "COMPLETED" || "FAILED",
|
|
163
|
+
* // LunCount: Number("long"),
|
|
161
164
|
* // },
|
|
162
165
|
* // ],
|
|
163
166
|
* // },
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* <fullname>DataSync</fullname>
|
|
3
|
-
* <p>DataSync is
|
|
4
|
-
*
|
|
5
|
-
*
|
|
3
|
+
* <p>DataSync is an online data movement and discovery service that simplifies data migration
|
|
4
|
+
* and helps you quickly, easily, and securely transfer your file or object data to, from, and
|
|
5
|
+
* between Amazon Web Services storage services.</p>
|
|
6
6
|
* <p>This API interface reference includes documentation for using DataSync
|
|
7
7
|
* programmatically. For complete information, see the <i>
|
|
8
8
|
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html">DataSync User
|
|
@@ -233,51 +233,41 @@ export interface Capacity {
|
|
|
233
233
|
*/
|
|
234
234
|
export interface CreateAgentRequest {
|
|
235
235
|
/**
|
|
236
|
-
* <p>
|
|
237
|
-
*
|
|
238
|
-
* you can get it from the DataSync console.</p>
|
|
239
|
-
* <p>The redirect URL returned in the response provides you the activation key for your
|
|
240
|
-
* agent in the query string parameter <code>activationKey</code>. It might also include other
|
|
241
|
-
* activation-related parameters; however, these are merely defaults. The arguments you pass to
|
|
242
|
-
* this API call determine the actual configuration of your agent.</p>
|
|
243
|
-
* <p>For more information, see Activating an Agent in the <i>DataSync User Guide.</i>
|
|
244
|
-
* </p>
|
|
236
|
+
* <p>Specifies your DataSync agent's activation key. If you don't have an
|
|
237
|
+
* activation key, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/activate-agent.html">Activate your agent</a>.</p>
|
|
245
238
|
*/
|
|
246
239
|
ActivationKey: string | undefined;
|
|
247
240
|
/**
|
|
248
|
-
* <p>
|
|
249
|
-
*
|
|
241
|
+
* <p>Specifies a name for your agent. You can see this name in the DataSync
|
|
242
|
+
* console.</p>
|
|
250
243
|
*/
|
|
251
244
|
AgentName?: string;
|
|
252
245
|
/**
|
|
253
|
-
* <p>
|
|
254
|
-
*
|
|
255
|
-
* agents.</p>
|
|
256
|
-
* <note>
|
|
257
|
-
* <p>Valid characters for key and value are letters, spaces, and numbers representable in
|
|
258
|
-
* UTF-8 format, and the following special characters: + - = . _ : / @. </p>
|
|
259
|
-
* </note>
|
|
246
|
+
* <p>Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
|
247
|
+
* We recommend creating at least one tag for your agent.</p>
|
|
260
248
|
*/
|
|
261
249
|
Tags?: TagListEntry[];
|
|
262
250
|
/**
|
|
263
|
-
* <p>
|
|
264
|
-
*
|
|
265
|
-
*
|
|
266
|
-
*
|
|
267
|
-
*
|
|
251
|
+
* <p>Specifies the ID of the VPC endpoint that you want your agent to connect to. For example,
|
|
252
|
+
* a VPC endpoint ID looks like <code>vpce-01234d5aff67890e1</code>.</p>
|
|
253
|
+
* <important>
|
|
254
|
+
* <p>The VPC endpoint you use must include the DataSync service name (for example,
|
|
255
|
+
* <code>com.amazonaws.us-east-2.datasync</code>).</p>
|
|
256
|
+
* </important>
|
|
268
257
|
*/
|
|
269
258
|
VpcEndpointId?: string;
|
|
270
259
|
/**
|
|
271
|
-
* <p>
|
|
272
|
-
*
|
|
273
|
-
*
|
|
274
|
-
*
|
|
275
|
-
* to work, the agent must be able to route to all these four network interfaces.</p>
|
|
260
|
+
* <p>Specifies the ARN of the subnet where you want to run your DataSync task when
|
|
261
|
+
* using a VPC endpoint. This is the subnet where DataSync creates and manages the
|
|
262
|
+
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces">network
|
|
263
|
+
* interfaces</a> for your transfer.</p>
|
|
276
264
|
*/
|
|
277
265
|
SubnetArns?: string[];
|
|
278
266
|
/**
|
|
279
|
-
* <p>
|
|
280
|
-
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/
|
|
267
|
+
* <p>Specifies the Amazon Resource Name (ARN) of the security group that protects your task's
|
|
268
|
+
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces">network
|
|
269
|
+
* interfaces</a> when <a href="https://docs.aws.amazon.com/datasync/latest/userguide/choose-service-endpoint.html#choose-service-endpoint-vpc">using a virtual private cloud (VPC)
|
|
270
|
+
* endpoint</a>.</p>
|
|
281
271
|
*/
|
|
282
272
|
SecurityGroupArns?: string[];
|
|
283
273
|
}
|
|
@@ -287,8 +277,8 @@ export interface CreateAgentRequest {
|
|
|
287
277
|
*/
|
|
288
278
|
export interface CreateAgentResponse {
|
|
289
279
|
/**
|
|
290
|
-
* <p>The
|
|
291
|
-
*
|
|
280
|
+
* <p>The ARN of the agent that you just activated. Use the <a href="https://docs.aws.amazon.com/datasync/latest/userguide/API_ListAgents.html">ListAgents</a> operation to return a
|
|
281
|
+
* list of agents in your Amazon Web Services account and Amazon Web Services Region.</p>
|
|
292
282
|
*/
|
|
293
283
|
AgentArn?: string;
|
|
294
284
|
}
|
|
@@ -756,10 +746,9 @@ export interface CreateLocationFsxWindowsRequest {
|
|
|
756
746
|
*/
|
|
757
747
|
Tags?: TagListEntry[];
|
|
758
748
|
/**
|
|
759
|
-
* <p>Specifies the user who has the permissions to access files and
|
|
760
|
-
* system.</p>
|
|
761
|
-
* <p>For information about choosing a user
|
|
762
|
-
* folders, and metadata, see <a href="create-fsx-location.html#FSxWuser">user</a>.</p>
|
|
749
|
+
* <p>Specifies the user who has the permissions to access files, folders, and metadata in your
|
|
750
|
+
* file system.</p>
|
|
751
|
+
* <p>For information about choosing a user with sufficient permissions, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-fsx-location.html#create-fsx-windows-location-permissions">Required permissions</a>.</p>
|
|
763
752
|
*/
|
|
764
753
|
User: string | undefined;
|
|
765
754
|
/**
|
|
@@ -1102,10 +1091,24 @@ export interface CreateLocationObjectStorageRequest {
|
|
|
1102
1091
|
*/
|
|
1103
1092
|
Tags?: TagListEntry[];
|
|
1104
1093
|
/**
|
|
1105
|
-
* <p>Specifies a
|
|
1106
|
-
*
|
|
1107
|
-
* file
|
|
1108
|
-
*
|
|
1094
|
+
* <p>Specifies a file with the certificates that are used to sign the object storage server's
|
|
1095
|
+
* certificate (for example, <code>file:///home/user/.ssh/storage_sys_certificate.pem</code>).
|
|
1096
|
+
* The file you specify must include the following:</p>
|
|
1097
|
+
* <ul>
|
|
1098
|
+
* <li>
|
|
1099
|
+
* <p>The certificate of the signing certificate authority (CA)</p>
|
|
1100
|
+
* </li>
|
|
1101
|
+
* <li>
|
|
1102
|
+
* <p>Any intermediate certificates</p>
|
|
1103
|
+
* </li>
|
|
1104
|
+
* <li>
|
|
1105
|
+
* <p>base64 encoding</p>
|
|
1106
|
+
* </li>
|
|
1107
|
+
* <li>
|
|
1108
|
+
* <p>A <code>.pem</code> extension</p>
|
|
1109
|
+
* </li>
|
|
1110
|
+
* </ul>
|
|
1111
|
+
* <p>The file can be up to 32768 bytes (before base64 encoding).</p>
|
|
1109
1112
|
* <p>To use this parameter, configure <code>ServerProtocol</code> to <code>HTTPS</code>.</p>
|
|
1110
1113
|
*/
|
|
1111
1114
|
ServerCertificate?: Uint8Array;
|
|
@@ -1635,11 +1638,9 @@ export interface Options {
|
|
|
1635
1638
|
*/
|
|
1636
1639
|
BytesPerSecond?: number;
|
|
1637
1640
|
/**
|
|
1638
|
-
* <p>Specifies whether tasks should be
|
|
1639
|
-
*
|
|
1640
|
-
*
|
|
1641
|
-
* series. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/run-task.html#queue-task-execution">Queueing task
|
|
1642
|
-
* executions</a>.</p>
|
|
1641
|
+
* <p>Specifies whether your transfer tasks should be put into a queue during certain scenarios
|
|
1642
|
+
* when <a href="https://docs.aws.amazon.com/datasync/latest/userguide/run-task.html#running-multiple-tasks">running multiple
|
|
1643
|
+
* tasks</a>. This is <code>ENABLED</code> by default.</p>
|
|
1643
1644
|
*/
|
|
1644
1645
|
TaskQueueing?: TaskQueueing | string;
|
|
1645
1646
|
/**
|
|
@@ -2900,6 +2901,10 @@ export interface NetAppONTAPCluster {
|
|
|
2900
2901
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/discovery-job-statuses.html#recommendation-statuses-table">Recommendation statuses</a>.</p>
|
|
2901
2902
|
*/
|
|
2902
2903
|
RecommendationStatus?: RecommendationStatus | string;
|
|
2904
|
+
/**
|
|
2905
|
+
* <p>The number of LUNs (logical unit numbers) in the cluster.</p>
|
|
2906
|
+
*/
|
|
2907
|
+
LunCount?: number;
|
|
2903
2908
|
}
|
|
2904
2909
|
/**
|
|
2905
2910
|
* @public
|
|
@@ -2964,6 +2969,10 @@ export interface NetAppONTAPSVM {
|
|
|
2964
2969
|
* <p>The amount of storage in the SVM that's being used for snapshots.</p>
|
|
2965
2970
|
*/
|
|
2966
2971
|
TotalSnapshotCapacityUsed?: number;
|
|
2972
|
+
/**
|
|
2973
|
+
* <p>The number of LUNs (logical unit numbers) in the SVM.</p>
|
|
2974
|
+
*/
|
|
2975
|
+
LunCount?: number;
|
|
2967
2976
|
}
|
|
2968
2977
|
/**
|
|
2969
2978
|
* @public
|
|
@@ -3032,6 +3041,10 @@ export interface NetAppONTAPVolume {
|
|
|
3032
3041
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/discovery-job-statuses.html#recommendation-statuses-table">Recommendation statuses</a>.</p>
|
|
3033
3042
|
*/
|
|
3034
3043
|
RecommendationStatus?: RecommendationStatus | string;
|
|
3044
|
+
/**
|
|
3045
|
+
* <p>The number of LUNs (logical unit numbers) in the volume.</p>
|
|
3046
|
+
*/
|
|
3047
|
+
LunCount?: number;
|
|
3035
3048
|
}
|
|
3036
3049
|
/**
|
|
3037
3050
|
* @public
|
|
@@ -712,6 +712,7 @@ export interface NetAppONTAPCluster {
|
|
|
712
712
|
ClusterBlockStorageLogicalUsed?: number;
|
|
713
713
|
Recommendations?: Recommendation[];
|
|
714
714
|
RecommendationStatus?: RecommendationStatus | string;
|
|
715
|
+
LunCount?: number;
|
|
715
716
|
}
|
|
716
717
|
export interface NetAppONTAPSVM {
|
|
717
718
|
ClusterUuid?: string;
|
|
@@ -727,6 +728,7 @@ export interface NetAppONTAPSVM {
|
|
|
727
728
|
NfsExportedVolumes?: number;
|
|
728
729
|
RecommendationStatus?: RecommendationStatus | string;
|
|
729
730
|
TotalSnapshotCapacityUsed?: number;
|
|
731
|
+
LunCount?: number;
|
|
730
732
|
}
|
|
731
733
|
export interface NetAppONTAPVolume {
|
|
732
734
|
VolumeName?: string;
|
|
@@ -743,6 +745,7 @@ export interface NetAppONTAPVolume {
|
|
|
743
745
|
MaxP95Performance?: MaxP95Performance;
|
|
744
746
|
Recommendations?: Recommendation[];
|
|
745
747
|
RecommendationStatus?: RecommendationStatus | string;
|
|
748
|
+
LunCount?: number;
|
|
746
749
|
}
|
|
747
750
|
export interface ResourceDetails {
|
|
748
751
|
NetAppONTAPSVMs?: NetAppONTAPSVM[];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datasync",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.370.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",
|
|
@@ -21,44 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.370.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.370.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.370.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.370.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.370.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.370.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.370.0",
|
|
31
|
+
"@aws-sdk/types": "3.370.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.370.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.370.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.370.0",
|
|
35
35
|
"@smithy/config-resolver": "^1.0.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^1.0.1",
|
|
37
37
|
"@smithy/hash-node": "^1.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^1.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^1.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^1.0.
|
|
41
|
-
"@smithy/middleware-retry": "^1.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^1.0.2",
|
|
41
|
+
"@smithy/middleware-retry": "^1.0.3",
|
|
42
42
|
"@smithy/middleware-serde": "^1.0.1",
|
|
43
43
|
"@smithy/middleware-stack": "^1.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^1.0.1",
|
|
45
45
|
"@smithy/node-http-handler": "^1.0.2",
|
|
46
|
-
"@smithy/protocol-http": "^1.0
|
|
46
|
+
"@smithy/protocol-http": "^1.1.0",
|
|
47
47
|
"@smithy/smithy-client": "^1.0.3",
|
|
48
|
-
"@smithy/types": "^1.
|
|
48
|
+
"@smithy/types": "^1.1.0",
|
|
49
49
|
"@smithy/url-parser": "^1.0.1",
|
|
50
50
|
"@smithy/util-base64": "^1.0.1",
|
|
51
51
|
"@smithy/util-body-length-browser": "^1.0.1",
|
|
52
52
|
"@smithy/util-body-length-node": "^1.0.1",
|
|
53
53
|
"@smithy/util-defaults-mode-browser": "^1.0.1",
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^1.0.1",
|
|
55
|
-
"@smithy/util-retry": "^1.0.
|
|
55
|
+
"@smithy/util-retry": "^1.0.3",
|
|
56
56
|
"@smithy/util-utf8": "^1.0.1",
|
|
57
57
|
"tslib": "^2.5.0",
|
|
58
58
|
"uuid": "^8.3.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
62
61
|
"@smithy/service-client-documentation-generator": "^1.0.1",
|
|
63
62
|
"@tsconfig/node14": "1.0.3",
|
|
64
63
|
"@types/node": "^14.14.31",
|