@aws-sdk/client-fsx 3.975.0 → 3.980.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-cjs/index.js +36 -23
- package/dist-es/FSx.js +25 -1
- package/dist-types/FSx.d.ts +78 -1
- package/dist-types/ts3.4/FSx.d.ts +82 -1
- package/package.json +18 -18
package/dist-cjs/index.js
CHANGED
|
@@ -3386,6 +3386,28 @@ class UpdateVolumeCommand extends smithyClient.Command
|
|
|
3386
3386
|
.build() {
|
|
3387
3387
|
}
|
|
3388
3388
|
|
|
3389
|
+
const paginateDescribeBackups = core.createPaginator(FSxClient, DescribeBackupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3390
|
+
|
|
3391
|
+
const paginateDescribeDataRepositoryAssociations = core.createPaginator(FSxClient, DescribeDataRepositoryAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3392
|
+
|
|
3393
|
+
const paginateDescribeDataRepositoryTasks = core.createPaginator(FSxClient, DescribeDataRepositoryTasksCommand, "NextToken", "NextToken", "MaxResults");
|
|
3394
|
+
|
|
3395
|
+
const paginateDescribeFileCaches = core.createPaginator(FSxClient, DescribeFileCachesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3396
|
+
|
|
3397
|
+
const paginateDescribeFileSystemAliases = core.createPaginator(FSxClient, DescribeFileSystemAliasesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3398
|
+
|
|
3399
|
+
const paginateDescribeFileSystems = core.createPaginator(FSxClient, DescribeFileSystemsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3400
|
+
|
|
3401
|
+
const paginateDescribeS3AccessPointAttachments = core.createPaginator(FSxClient, DescribeS3AccessPointAttachmentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3402
|
+
|
|
3403
|
+
const paginateDescribeSnapshots = core.createPaginator(FSxClient, DescribeSnapshotsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3404
|
+
|
|
3405
|
+
const paginateDescribeStorageVirtualMachines = core.createPaginator(FSxClient, DescribeStorageVirtualMachinesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3406
|
+
|
|
3407
|
+
const paginateDescribeVolumes = core.createPaginator(FSxClient, DescribeVolumesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3408
|
+
|
|
3409
|
+
const paginateListTagsForResource = core.createPaginator(FSxClient, ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
3410
|
+
|
|
3389
3411
|
const commands = {
|
|
3390
3412
|
AssociateFileSystemAliasesCommand,
|
|
3391
3413
|
CancelDataRepositoryTaskCommand,
|
|
@@ -3436,31 +3458,22 @@ const commands = {
|
|
|
3436
3458
|
UpdateStorageVirtualMachineCommand,
|
|
3437
3459
|
UpdateVolumeCommand,
|
|
3438
3460
|
};
|
|
3461
|
+
const paginators = {
|
|
3462
|
+
paginateDescribeBackups,
|
|
3463
|
+
paginateDescribeDataRepositoryAssociations,
|
|
3464
|
+
paginateDescribeDataRepositoryTasks,
|
|
3465
|
+
paginateDescribeFileCaches,
|
|
3466
|
+
paginateDescribeFileSystemAliases,
|
|
3467
|
+
paginateDescribeFileSystems,
|
|
3468
|
+
paginateDescribeS3AccessPointAttachments,
|
|
3469
|
+
paginateDescribeSnapshots,
|
|
3470
|
+
paginateDescribeStorageVirtualMachines,
|
|
3471
|
+
paginateDescribeVolumes,
|
|
3472
|
+
paginateListTagsForResource,
|
|
3473
|
+
};
|
|
3439
3474
|
class FSx extends FSxClient {
|
|
3440
3475
|
}
|
|
3441
|
-
smithyClient.createAggregatedClient(commands, FSx);
|
|
3442
|
-
|
|
3443
|
-
const paginateDescribeBackups = core.createPaginator(FSxClient, DescribeBackupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3444
|
-
|
|
3445
|
-
const paginateDescribeDataRepositoryAssociations = core.createPaginator(FSxClient, DescribeDataRepositoryAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3446
|
-
|
|
3447
|
-
const paginateDescribeDataRepositoryTasks = core.createPaginator(FSxClient, DescribeDataRepositoryTasksCommand, "NextToken", "NextToken", "MaxResults");
|
|
3448
|
-
|
|
3449
|
-
const paginateDescribeFileCaches = core.createPaginator(FSxClient, DescribeFileCachesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3450
|
-
|
|
3451
|
-
const paginateDescribeFileSystemAliases = core.createPaginator(FSxClient, DescribeFileSystemAliasesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3452
|
-
|
|
3453
|
-
const paginateDescribeFileSystems = core.createPaginator(FSxClient, DescribeFileSystemsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3454
|
-
|
|
3455
|
-
const paginateDescribeS3AccessPointAttachments = core.createPaginator(FSxClient, DescribeS3AccessPointAttachmentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3456
|
-
|
|
3457
|
-
const paginateDescribeSnapshots = core.createPaginator(FSxClient, DescribeSnapshotsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3458
|
-
|
|
3459
|
-
const paginateDescribeStorageVirtualMachines = core.createPaginator(FSxClient, DescribeStorageVirtualMachinesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3460
|
-
|
|
3461
|
-
const paginateDescribeVolumes = core.createPaginator(FSxClient, DescribeVolumesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3462
|
-
|
|
3463
|
-
const paginateListTagsForResource = core.createPaginator(FSxClient, ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
3476
|
+
smithyClient.createAggregatedClient(commands, FSx, { paginators });
|
|
3464
3477
|
|
|
3465
3478
|
const ActiveDirectoryErrorType = {
|
|
3466
3479
|
DOMAIN_NOT_FOUND: "DOMAIN_NOT_FOUND",
|
package/dist-es/FSx.js
CHANGED
|
@@ -48,6 +48,17 @@ import { UpdateSnapshotCommand, } from "./commands/UpdateSnapshotCommand";
|
|
|
48
48
|
import { UpdateStorageVirtualMachineCommand, } from "./commands/UpdateStorageVirtualMachineCommand";
|
|
49
49
|
import { UpdateVolumeCommand, } from "./commands/UpdateVolumeCommand";
|
|
50
50
|
import { FSxClient } from "./FSxClient";
|
|
51
|
+
import { paginateDescribeBackups } from "./pagination/DescribeBackupsPaginator";
|
|
52
|
+
import { paginateDescribeDataRepositoryAssociations } from "./pagination/DescribeDataRepositoryAssociationsPaginator";
|
|
53
|
+
import { paginateDescribeDataRepositoryTasks } from "./pagination/DescribeDataRepositoryTasksPaginator";
|
|
54
|
+
import { paginateDescribeFileCaches } from "./pagination/DescribeFileCachesPaginator";
|
|
55
|
+
import { paginateDescribeFileSystemAliases } from "./pagination/DescribeFileSystemAliasesPaginator";
|
|
56
|
+
import { paginateDescribeFileSystems } from "./pagination/DescribeFileSystemsPaginator";
|
|
57
|
+
import { paginateDescribeS3AccessPointAttachments } from "./pagination/DescribeS3AccessPointAttachmentsPaginator";
|
|
58
|
+
import { paginateDescribeSnapshots } from "./pagination/DescribeSnapshotsPaginator";
|
|
59
|
+
import { paginateDescribeStorageVirtualMachines } from "./pagination/DescribeStorageVirtualMachinesPaginator";
|
|
60
|
+
import { paginateDescribeVolumes } from "./pagination/DescribeVolumesPaginator";
|
|
61
|
+
import { paginateListTagsForResource } from "./pagination/ListTagsForResourcePaginator";
|
|
51
62
|
const commands = {
|
|
52
63
|
AssociateFileSystemAliasesCommand,
|
|
53
64
|
CancelDataRepositoryTaskCommand,
|
|
@@ -98,6 +109,19 @@ const commands = {
|
|
|
98
109
|
UpdateStorageVirtualMachineCommand,
|
|
99
110
|
UpdateVolumeCommand,
|
|
100
111
|
};
|
|
112
|
+
const paginators = {
|
|
113
|
+
paginateDescribeBackups,
|
|
114
|
+
paginateDescribeDataRepositoryAssociations,
|
|
115
|
+
paginateDescribeDataRepositoryTasks,
|
|
116
|
+
paginateDescribeFileCaches,
|
|
117
|
+
paginateDescribeFileSystemAliases,
|
|
118
|
+
paginateDescribeFileSystems,
|
|
119
|
+
paginateDescribeS3AccessPointAttachments,
|
|
120
|
+
paginateDescribeSnapshots,
|
|
121
|
+
paginateDescribeStorageVirtualMachines,
|
|
122
|
+
paginateDescribeVolumes,
|
|
123
|
+
paginateListTagsForResource,
|
|
124
|
+
};
|
|
101
125
|
export class FSx extends FSxClient {
|
|
102
126
|
}
|
|
103
|
-
createAggregatedClient(commands, FSx);
|
|
127
|
+
createAggregatedClient(commands, FSx, { paginators });
|
package/dist-types/FSx.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput } from "./commands/AssociateFileSystemAliasesCommand";
|
|
3
3
|
import { CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput } from "./commands/CancelDataRepositoryTaskCommand";
|
|
4
4
|
import { CopyBackupCommandInput, CopyBackupCommandOutput } from "./commands/CopyBackupCommand";
|
|
@@ -349,6 +349,83 @@ export interface FSx {
|
|
|
349
349
|
updateVolume(args: UpdateVolumeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVolumeCommandOutput>;
|
|
350
350
|
updateVolume(args: UpdateVolumeCommandInput, cb: (err: any, data?: UpdateVolumeCommandOutput) => void): void;
|
|
351
351
|
updateVolume(args: UpdateVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVolumeCommandOutput) => void): void;
|
|
352
|
+
/**
|
|
353
|
+
* @see {@link DescribeBackupsCommand}
|
|
354
|
+
* @param args - command input.
|
|
355
|
+
* @param paginationConfig - optional pagination config.
|
|
356
|
+
* @returns AsyncIterable of {@link DescribeBackupsCommandOutput}.
|
|
357
|
+
*/
|
|
358
|
+
paginateDescribeBackups(args?: DescribeBackupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeBackupsCommandOutput>;
|
|
359
|
+
/**
|
|
360
|
+
* @see {@link DescribeDataRepositoryAssociationsCommand}
|
|
361
|
+
* @param args - command input.
|
|
362
|
+
* @param paginationConfig - optional pagination config.
|
|
363
|
+
* @returns AsyncIterable of {@link DescribeDataRepositoryAssociationsCommandOutput}.
|
|
364
|
+
*/
|
|
365
|
+
paginateDescribeDataRepositoryAssociations(args?: DescribeDataRepositoryAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDataRepositoryAssociationsCommandOutput>;
|
|
366
|
+
/**
|
|
367
|
+
* @see {@link DescribeDataRepositoryTasksCommand}
|
|
368
|
+
* @param args - command input.
|
|
369
|
+
* @param paginationConfig - optional pagination config.
|
|
370
|
+
* @returns AsyncIterable of {@link DescribeDataRepositoryTasksCommandOutput}.
|
|
371
|
+
*/
|
|
372
|
+
paginateDescribeDataRepositoryTasks(args?: DescribeDataRepositoryTasksCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDataRepositoryTasksCommandOutput>;
|
|
373
|
+
/**
|
|
374
|
+
* @see {@link DescribeFileCachesCommand}
|
|
375
|
+
* @param args - command input.
|
|
376
|
+
* @param paginationConfig - optional pagination config.
|
|
377
|
+
* @returns AsyncIterable of {@link DescribeFileCachesCommandOutput}.
|
|
378
|
+
*/
|
|
379
|
+
paginateDescribeFileCaches(args?: DescribeFileCachesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeFileCachesCommandOutput>;
|
|
380
|
+
/**
|
|
381
|
+
* @see {@link DescribeFileSystemAliasesCommand}
|
|
382
|
+
* @param args - command input.
|
|
383
|
+
* @param paginationConfig - optional pagination config.
|
|
384
|
+
* @returns AsyncIterable of {@link DescribeFileSystemAliasesCommandOutput}.
|
|
385
|
+
*/
|
|
386
|
+
paginateDescribeFileSystemAliases(args: DescribeFileSystemAliasesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeFileSystemAliasesCommandOutput>;
|
|
387
|
+
/**
|
|
388
|
+
* @see {@link DescribeFileSystemsCommand}
|
|
389
|
+
* @param args - command input.
|
|
390
|
+
* @param paginationConfig - optional pagination config.
|
|
391
|
+
* @returns AsyncIterable of {@link DescribeFileSystemsCommandOutput}.
|
|
392
|
+
*/
|
|
393
|
+
paginateDescribeFileSystems(args?: DescribeFileSystemsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeFileSystemsCommandOutput>;
|
|
394
|
+
/**
|
|
395
|
+
* @see {@link DescribeS3AccessPointAttachmentsCommand}
|
|
396
|
+
* @param args - command input.
|
|
397
|
+
* @param paginationConfig - optional pagination config.
|
|
398
|
+
* @returns AsyncIterable of {@link DescribeS3AccessPointAttachmentsCommandOutput}.
|
|
399
|
+
*/
|
|
400
|
+
paginateDescribeS3AccessPointAttachments(args?: DescribeS3AccessPointAttachmentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeS3AccessPointAttachmentsCommandOutput>;
|
|
401
|
+
/**
|
|
402
|
+
* @see {@link DescribeSnapshotsCommand}
|
|
403
|
+
* @param args - command input.
|
|
404
|
+
* @param paginationConfig - optional pagination config.
|
|
405
|
+
* @returns AsyncIterable of {@link DescribeSnapshotsCommandOutput}.
|
|
406
|
+
*/
|
|
407
|
+
paginateDescribeSnapshots(args?: DescribeSnapshotsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeSnapshotsCommandOutput>;
|
|
408
|
+
/**
|
|
409
|
+
* @see {@link DescribeStorageVirtualMachinesCommand}
|
|
410
|
+
* @param args - command input.
|
|
411
|
+
* @param paginationConfig - optional pagination config.
|
|
412
|
+
* @returns AsyncIterable of {@link DescribeStorageVirtualMachinesCommandOutput}.
|
|
413
|
+
*/
|
|
414
|
+
paginateDescribeStorageVirtualMachines(args?: DescribeStorageVirtualMachinesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeStorageVirtualMachinesCommandOutput>;
|
|
415
|
+
/**
|
|
416
|
+
* @see {@link DescribeVolumesCommand}
|
|
417
|
+
* @param args - command input.
|
|
418
|
+
* @param paginationConfig - optional pagination config.
|
|
419
|
+
* @returns AsyncIterable of {@link DescribeVolumesCommandOutput}.
|
|
420
|
+
*/
|
|
421
|
+
paginateDescribeVolumes(args?: DescribeVolumesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeVolumesCommandOutput>;
|
|
422
|
+
/**
|
|
423
|
+
* @see {@link ListTagsForResourceCommand}
|
|
424
|
+
* @param args - command input.
|
|
425
|
+
* @param paginationConfig - optional pagination config.
|
|
426
|
+
* @returns AsyncIterable of {@link ListTagsForResourceCommandOutput}.
|
|
427
|
+
*/
|
|
428
|
+
paginateListTagsForResource(args: ListTagsForResourceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTagsForResourceCommandOutput>;
|
|
352
429
|
}
|
|
353
430
|
/**
|
|
354
431
|
* <p>Amazon FSx is a fully managed service that makes it easy for storage and
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
AssociateFileSystemAliasesCommandInput,
|
|
4
8
|
AssociateFileSystemAliasesCommandOutput,
|
|
@@ -835,5 +839,82 @@ export interface FSx {
|
|
|
835
839
|
options: __HttpHandlerOptions,
|
|
836
840
|
cb: (err: any, data?: UpdateVolumeCommandOutput) => void
|
|
837
841
|
): void;
|
|
842
|
+
paginateDescribeBackups(
|
|
843
|
+
args?: DescribeBackupsCommandInput,
|
|
844
|
+
paginationConfig?: Pick<
|
|
845
|
+
PaginationConfiguration,
|
|
846
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
847
|
+
>
|
|
848
|
+
): Paginator<DescribeBackupsCommandOutput>;
|
|
849
|
+
paginateDescribeDataRepositoryAssociations(
|
|
850
|
+
args?: DescribeDataRepositoryAssociationsCommandInput,
|
|
851
|
+
paginationConfig?: Pick<
|
|
852
|
+
PaginationConfiguration,
|
|
853
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
854
|
+
>
|
|
855
|
+
): Paginator<DescribeDataRepositoryAssociationsCommandOutput>;
|
|
856
|
+
paginateDescribeDataRepositoryTasks(
|
|
857
|
+
args?: DescribeDataRepositoryTasksCommandInput,
|
|
858
|
+
paginationConfig?: Pick<
|
|
859
|
+
PaginationConfiguration,
|
|
860
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
861
|
+
>
|
|
862
|
+
): Paginator<DescribeDataRepositoryTasksCommandOutput>;
|
|
863
|
+
paginateDescribeFileCaches(
|
|
864
|
+
args?: DescribeFileCachesCommandInput,
|
|
865
|
+
paginationConfig?: Pick<
|
|
866
|
+
PaginationConfiguration,
|
|
867
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
868
|
+
>
|
|
869
|
+
): Paginator<DescribeFileCachesCommandOutput>;
|
|
870
|
+
paginateDescribeFileSystemAliases(
|
|
871
|
+
args: DescribeFileSystemAliasesCommandInput,
|
|
872
|
+
paginationConfig?: Pick<
|
|
873
|
+
PaginationConfiguration,
|
|
874
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
875
|
+
>
|
|
876
|
+
): Paginator<DescribeFileSystemAliasesCommandOutput>;
|
|
877
|
+
paginateDescribeFileSystems(
|
|
878
|
+
args?: DescribeFileSystemsCommandInput,
|
|
879
|
+
paginationConfig?: Pick<
|
|
880
|
+
PaginationConfiguration,
|
|
881
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
882
|
+
>
|
|
883
|
+
): Paginator<DescribeFileSystemsCommandOutput>;
|
|
884
|
+
paginateDescribeS3AccessPointAttachments(
|
|
885
|
+
args?: DescribeS3AccessPointAttachmentsCommandInput,
|
|
886
|
+
paginationConfig?: Pick<
|
|
887
|
+
PaginationConfiguration,
|
|
888
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
889
|
+
>
|
|
890
|
+
): Paginator<DescribeS3AccessPointAttachmentsCommandOutput>;
|
|
891
|
+
paginateDescribeSnapshots(
|
|
892
|
+
args?: DescribeSnapshotsCommandInput,
|
|
893
|
+
paginationConfig?: Pick<
|
|
894
|
+
PaginationConfiguration,
|
|
895
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
896
|
+
>
|
|
897
|
+
): Paginator<DescribeSnapshotsCommandOutput>;
|
|
898
|
+
paginateDescribeStorageVirtualMachines(
|
|
899
|
+
args?: DescribeStorageVirtualMachinesCommandInput,
|
|
900
|
+
paginationConfig?: Pick<
|
|
901
|
+
PaginationConfiguration,
|
|
902
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
903
|
+
>
|
|
904
|
+
): Paginator<DescribeStorageVirtualMachinesCommandOutput>;
|
|
905
|
+
paginateDescribeVolumes(
|
|
906
|
+
args?: DescribeVolumesCommandInput,
|
|
907
|
+
paginationConfig?: Pick<
|
|
908
|
+
PaginationConfiguration,
|
|
909
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
910
|
+
>
|
|
911
|
+
): Paginator<DescribeVolumesCommandOutput>;
|
|
912
|
+
paginateListTagsForResource(
|
|
913
|
+
args: ListTagsForResourceCommandInput,
|
|
914
|
+
paginationConfig?: Pick<
|
|
915
|
+
PaginationConfiguration,
|
|
916
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
917
|
+
>
|
|
918
|
+
): Paginator<ListTagsForResourceCommandOutput>;
|
|
838
919
|
}
|
|
839
920
|
export declare class FSx extends FSxClient implements FSx {}
|
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.980.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-fsx",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.5",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|