@aws-sdk/client-fsx 3.696.0 → 3.702.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/dist-types/commands/CopyBackupCommand.d.ts +2 -0
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +2 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +2 -0
- package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -0
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +3 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -0
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeBackupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -0
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -0
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVolumeCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +4 -4
|
@@ -187,6 +187,7 @@ declare const CopyBackupCommand_base: {
|
|
|
187
187
|
* // Iops: Number("int"),
|
|
188
188
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
189
189
|
* // },
|
|
190
|
+
* // EfaEnabled: true || false,
|
|
190
191
|
* // },
|
|
191
192
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
192
193
|
* // { // AdministrativeAction
|
|
@@ -289,6 +290,7 @@ declare const CopyBackupCommand_base: {
|
|
|
289
290
|
* // Iops: Number("int"),
|
|
290
291
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
291
292
|
* // },
|
|
293
|
+
* // EfaEnabled: true || false,
|
|
292
294
|
* // },
|
|
293
295
|
* // AdministrativeActions: [
|
|
294
296
|
* // {
|
|
@@ -155,6 +155,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
|
155
155
|
* // Iops: Number("int"),
|
|
156
156
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
157
157
|
* // },
|
|
158
|
+
* // EfaEnabled: true || false,
|
|
158
159
|
* // },
|
|
159
160
|
* // AdministrativeActions: [
|
|
160
161
|
* // {
|
|
@@ -262,6 +263,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
|
262
263
|
* // Iops: Number("int"),
|
|
263
264
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
264
265
|
* // },
|
|
266
|
+
* // EfaEnabled: true || false,
|
|
265
267
|
* // },
|
|
266
268
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
267
269
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -220,6 +220,7 @@ declare const CreateBackupCommand_base: {
|
|
|
220
220
|
* // Iops: Number("int"),
|
|
221
221
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
222
222
|
* // },
|
|
223
|
+
* // EfaEnabled: true || false,
|
|
223
224
|
* // },
|
|
224
225
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
225
226
|
* // { // AdministrativeAction
|
|
@@ -322,6 +323,7 @@ declare const CreateBackupCommand_base: {
|
|
|
322
323
|
* // Iops: Number("int"),
|
|
323
324
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
324
325
|
* // },
|
|
326
|
+
* // EfaEnabled: true || false,
|
|
325
327
|
* // },
|
|
326
328
|
* // AdministrativeActions: [
|
|
327
329
|
* // {
|
|
@@ -142,6 +142,7 @@ declare const CreateFileSystemCommand_base: {
|
|
|
142
142
|
* CopyTagsToBackups: true || false,
|
|
143
143
|
* DriveCacheType: "NONE" || "READ",
|
|
144
144
|
* DataCompressionType: "NONE" || "LZ4",
|
|
145
|
+
* EfaEnabled: true || false,
|
|
145
146
|
* LogConfiguration: { // LustreLogCreateConfiguration
|
|
146
147
|
* Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
|
|
147
148
|
* Destination: "STRING_VALUE",
|
|
@@ -324,6 +325,7 @@ declare const CreateFileSystemCommand_base: {
|
|
|
324
325
|
* // Iops: Number("int"),
|
|
325
326
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
326
327
|
* // },
|
|
328
|
+
* // EfaEnabled: true || false,
|
|
327
329
|
* // },
|
|
328
330
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
329
331
|
* // { // AdministrativeAction
|
|
@@ -431,6 +433,7 @@ declare const CreateFileSystemCommand_base: {
|
|
|
431
433
|
* // Iops: Number("int"),
|
|
432
434
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
433
435
|
* // },
|
|
436
|
+
* // EfaEnabled: true || false,
|
|
434
437
|
* // },
|
|
435
438
|
* // AdministrativeActions: [
|
|
436
439
|
* // {
|
|
@@ -126,6 +126,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
126
126
|
* CopyTagsToBackups: true || false,
|
|
127
127
|
* DriveCacheType: "NONE" || "READ",
|
|
128
128
|
* DataCompressionType: "NONE" || "LZ4",
|
|
129
|
+
* EfaEnabled: true || false,
|
|
129
130
|
* LogConfiguration: { // LustreLogCreateConfiguration
|
|
130
131
|
* Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
|
|
131
132
|
* Destination: "STRING_VALUE",
|
|
@@ -292,6 +293,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
292
293
|
* // Iops: Number("int"),
|
|
293
294
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
294
295
|
* // },
|
|
296
|
+
* // EfaEnabled: true || false,
|
|
295
297
|
* // },
|
|
296
298
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
297
299
|
* // { // AdministrativeAction
|
|
@@ -399,6 +401,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
399
401
|
* // Iops: Number("int"),
|
|
400
402
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
401
403
|
* // },
|
|
404
|
+
* // EfaEnabled: true || false,
|
|
402
405
|
* // },
|
|
403
406
|
* // AdministrativeActions: [
|
|
404
407
|
* // {
|
|
@@ -197,6 +197,7 @@ declare const CreateSnapshotCommand_base: {
|
|
|
197
197
|
* // Iops: Number("int"),
|
|
198
198
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
199
199
|
* // },
|
|
200
|
+
* // EfaEnabled: true || false,
|
|
200
201
|
* // },
|
|
201
202
|
* // AdministrativeActions: [
|
|
202
203
|
* // {
|
|
@@ -299,6 +300,7 @@ declare const CreateSnapshotCommand_base: {
|
|
|
299
300
|
* // Iops: Number("int"),
|
|
300
301
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
301
302
|
* // },
|
|
303
|
+
* // EfaEnabled: true || false,
|
|
302
304
|
* // },
|
|
303
305
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
304
306
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -298,6 +298,7 @@ declare const CreateVolumeCommand_base: {
|
|
|
298
298
|
* // Iops: Number("int"),
|
|
299
299
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
300
300
|
* // },
|
|
301
|
+
* // EfaEnabled: true || false,
|
|
301
302
|
* // },
|
|
302
303
|
* // AdministrativeActions: [
|
|
303
304
|
* // {
|
|
@@ -400,6 +401,7 @@ declare const CreateVolumeCommand_base: {
|
|
|
400
401
|
* // Iops: Number("int"),
|
|
401
402
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
402
403
|
* // },
|
|
404
|
+
* // EfaEnabled: true || false,
|
|
403
405
|
* // },
|
|
404
406
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
405
407
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -267,6 +267,7 @@ declare const CreateVolumeFromBackupCommand_base: {
|
|
|
267
267
|
* // Iops: Number("int"),
|
|
268
268
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
269
269
|
* // },
|
|
270
|
+
* // EfaEnabled: true || false,
|
|
270
271
|
* // },
|
|
271
272
|
* // AdministrativeActions: [
|
|
272
273
|
* // {
|
|
@@ -369,6 +370,7 @@ declare const CreateVolumeFromBackupCommand_base: {
|
|
|
369
370
|
* // Iops: Number("int"),
|
|
370
371
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
371
372
|
* // },
|
|
373
|
+
* // EfaEnabled: true || false,
|
|
372
374
|
* // },
|
|
373
375
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
374
376
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -195,6 +195,7 @@ declare const DescribeBackupsCommand_base: {
|
|
|
195
195
|
* // Iops: Number("int"),
|
|
196
196
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
197
197
|
* // },
|
|
198
|
+
* // EfaEnabled: true || false,
|
|
198
199
|
* // },
|
|
199
200
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
200
201
|
* // { // AdministrativeAction
|
|
@@ -297,6 +298,7 @@ declare const DescribeBackupsCommand_base: {
|
|
|
297
298
|
* // Iops: Number("int"),
|
|
298
299
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
299
300
|
* // },
|
|
301
|
+
* // EfaEnabled: true || false,
|
|
300
302
|
* // },
|
|
301
303
|
* // AdministrativeActions: [
|
|
302
304
|
* // {
|
|
@@ -172,6 +172,7 @@ declare const DescribeFileSystemsCommand_base: {
|
|
|
172
172
|
* // Iops: Number("int"),
|
|
173
173
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
174
174
|
* // },
|
|
175
|
+
* // EfaEnabled: true || false,
|
|
175
176
|
* // },
|
|
176
177
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
177
178
|
* // { // AdministrativeAction
|
|
@@ -279,6 +280,7 @@ declare const DescribeFileSystemsCommand_base: {
|
|
|
279
280
|
* // Iops: Number("int"),
|
|
280
281
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
281
282
|
* // },
|
|
283
|
+
* // EfaEnabled: true || false,
|
|
282
284
|
* // },
|
|
283
285
|
* // AdministrativeActions: [
|
|
284
286
|
* // {
|
|
@@ -202,6 +202,7 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
202
202
|
* // Iops: Number("int"),
|
|
203
203
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
204
204
|
* // },
|
|
205
|
+
* // EfaEnabled: true || false,
|
|
205
206
|
* // },
|
|
206
207
|
* // AdministrativeActions: [
|
|
207
208
|
* // {
|
|
@@ -304,6 +305,7 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
304
305
|
* // Iops: Number("int"),
|
|
305
306
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
306
307
|
* // },
|
|
308
|
+
* // EfaEnabled: true || false,
|
|
307
309
|
* // },
|
|
308
310
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
309
311
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -226,6 +226,7 @@ declare const DescribeVolumesCommand_base: {
|
|
|
226
226
|
* // Iops: Number("int"),
|
|
227
227
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
228
228
|
* // },
|
|
229
|
+
* // EfaEnabled: true || false,
|
|
229
230
|
* // },
|
|
230
231
|
* // AdministrativeActions: [
|
|
231
232
|
* // {
|
|
@@ -328,6 +329,7 @@ declare const DescribeVolumesCommand_base: {
|
|
|
328
329
|
* // Iops: Number("int"),
|
|
329
330
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
330
331
|
* // },
|
|
332
|
+
* // EfaEnabled: true || false,
|
|
331
333
|
* // },
|
|
332
334
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
333
335
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -142,6 +142,7 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
|
|
|
142
142
|
* // Iops: Number("int"),
|
|
143
143
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
144
144
|
* // },
|
|
145
|
+
* // EfaEnabled: true || false,
|
|
145
146
|
* // },
|
|
146
147
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
147
148
|
* // { // AdministrativeAction
|
|
@@ -249,6 +250,7 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
|
|
|
249
250
|
* // Iops: Number("int"),
|
|
250
251
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
251
252
|
* // },
|
|
253
|
+
* // EfaEnabled: true || false,
|
|
252
254
|
* // },
|
|
253
255
|
* // AdministrativeActions: [
|
|
254
256
|
* // {
|
|
@@ -154,6 +154,7 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
|
|
|
154
154
|
* // Iops: Number("int"),
|
|
155
155
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
156
156
|
* // },
|
|
157
|
+
* // EfaEnabled: true || false,
|
|
157
158
|
* // },
|
|
158
159
|
* // AdministrativeActions: [
|
|
159
160
|
* // {
|
|
@@ -261,6 +262,7 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
|
|
|
261
262
|
* // Iops: Number("int"),
|
|
262
263
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
263
264
|
* // },
|
|
265
|
+
* // EfaEnabled: true || false,
|
|
264
266
|
* // },
|
|
265
267
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
266
268
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -142,6 +142,7 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
|
|
|
142
142
|
* // Iops: Number("int"),
|
|
143
143
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
144
144
|
* // },
|
|
145
|
+
* // EfaEnabled: true || false,
|
|
145
146
|
* // },
|
|
146
147
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
147
148
|
* // { // AdministrativeAction
|
|
@@ -249,6 +250,7 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
|
|
|
249
250
|
* // Iops: Number("int"),
|
|
250
251
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
251
252
|
* // },
|
|
253
|
+
* // EfaEnabled: true || false,
|
|
252
254
|
* // },
|
|
253
255
|
* // AdministrativeActions: [
|
|
254
256
|
* // {
|
|
@@ -444,6 +444,7 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
444
444
|
* // Iops: Number("int"),
|
|
445
445
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
446
446
|
* // },
|
|
447
|
+
* // EfaEnabled: true || false,
|
|
447
448
|
* // },
|
|
448
449
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
449
450
|
* // { // AdministrativeAction
|
|
@@ -551,6 +552,7 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
551
552
|
* // Iops: Number("int"),
|
|
552
553
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
553
554
|
* // },
|
|
555
|
+
* // EfaEnabled: true || false,
|
|
554
556
|
* // },
|
|
555
557
|
* // AdministrativeActions: [
|
|
556
558
|
* // {
|
|
@@ -164,6 +164,7 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
164
164
|
* // Iops: Number("int"),
|
|
165
165
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
166
166
|
* // },
|
|
167
|
+
* // EfaEnabled: true || false,
|
|
167
168
|
* // },
|
|
168
169
|
* // AdministrativeActions: [
|
|
169
170
|
* // {
|
|
@@ -266,6 +267,7 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
266
267
|
* // Iops: Number("int"),
|
|
267
268
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
268
269
|
* // },
|
|
270
|
+
* // EfaEnabled: true || false,
|
|
269
271
|
* // },
|
|
270
272
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
271
273
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -276,6 +276,7 @@ declare const UpdateVolumeCommand_base: {
|
|
|
276
276
|
* // Iops: Number("int"),
|
|
277
277
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
278
278
|
* // },
|
|
279
|
+
* // EfaEnabled: true || false,
|
|
279
280
|
* // },
|
|
280
281
|
* // AdministrativeActions: [
|
|
281
282
|
* // {
|
|
@@ -378,6 +379,7 @@ declare const UpdateVolumeCommand_base: {
|
|
|
378
379
|
* // Iops: Number("int"),
|
|
379
380
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
380
381
|
* // },
|
|
382
|
+
* // EfaEnabled: true || false,
|
|
381
383
|
* // },
|
|
382
384
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
383
385
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -645,6 +645,12 @@ export interface LustreFileSystemConfiguration {
|
|
|
645
645
|
* @public
|
|
646
646
|
*/
|
|
647
647
|
MetadataConfiguration?: FileSystemLustreMetadataConfiguration | undefined;
|
|
648
|
+
/**
|
|
649
|
+
* <p>Specifies whether Elastic Fabric Adapter (EFA) and GPUDirect Storage (GDS)
|
|
650
|
+
* support is enabled for the Amazon FSx for Lustre file system.</p>
|
|
651
|
+
* @public
|
|
652
|
+
*/
|
|
653
|
+
EfaEnabled?: boolean | undefined;
|
|
648
654
|
}
|
|
649
655
|
/**
|
|
650
656
|
* @public
|
|
@@ -4913,6 +4919,13 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
4913
4919
|
* @public
|
|
4914
4920
|
*/
|
|
4915
4921
|
DataCompressionType?: DataCompressionType | undefined;
|
|
4922
|
+
/**
|
|
4923
|
+
* <p>(Optional) Specifies whether Elastic Fabric Adapter (EFA) and GPUDirect Storage (GDS)
|
|
4924
|
+
* support is enabled for the Amazon FSx for Lustre file system.</p>
|
|
4925
|
+
* <p>(Default = <code>false</code>)</p>
|
|
4926
|
+
* @public
|
|
4927
|
+
*/
|
|
4928
|
+
EfaEnabled?: boolean | undefined;
|
|
4916
4929
|
/**
|
|
4917
4930
|
* <p>The Lustre logging configuration used when creating an Amazon FSx for Lustre
|
|
4918
4931
|
* file system. When logging is enabled, Lustre logs error and warning events for data repositories
|
|
@@ -165,6 +165,7 @@ export interface LustreFileSystemConfiguration {
|
|
|
165
165
|
LogConfiguration?: LustreLogConfiguration | undefined;
|
|
166
166
|
RootSquashConfiguration?: LustreRootSquashConfiguration | undefined;
|
|
167
167
|
MetadataConfiguration?: FileSystemLustreMetadataConfiguration | undefined;
|
|
168
|
+
EfaEnabled?: boolean | undefined;
|
|
168
169
|
}
|
|
169
170
|
export declare const OntapDeploymentType: {
|
|
170
171
|
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
@@ -987,6 +988,7 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
987
988
|
CopyTagsToBackups?: boolean | undefined;
|
|
988
989
|
DriveCacheType?: DriveCacheType | undefined;
|
|
989
990
|
DataCompressionType?: DataCompressionType | undefined;
|
|
991
|
+
EfaEnabled?: boolean | undefined;
|
|
990
992
|
LogConfiguration?: LustreLogCreateConfiguration | undefined;
|
|
991
993
|
RootSquashConfiguration?: LustreRootSquashConfiguration | undefined;
|
|
992
994
|
MetadataConfiguration?:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-fsx",
|
|
3
3
|
"description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.702.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-fsx",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.699.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.699.0",
|
|
25
25
|
"@aws-sdk/core": "3.696.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.699.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|