@aws-sdk/client-fsx 3.53.0 → 3.55.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 +27 -0
- package/dist-cjs/FSxClient.js +13 -13
- package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +3 -3
- package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +3 -3
- package/dist-cjs/commands/CopyBackupCommand.js +3 -3
- package/dist-cjs/commands/CreateBackupCommand.js +3 -3
- package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +3 -3
- package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateFileSystemCommand.js +3 -3
- package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +3 -3
- package/dist-cjs/commands/CreateSnapshotCommand.js +3 -3
- package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +3 -3
- package/dist-cjs/commands/CreateVolumeCommand.js +3 -3
- package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +3 -3
- package/dist-cjs/commands/DeleteBackupCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +3 -3
- package/dist-cjs/commands/DeleteFileSystemCommand.js +3 -3
- package/dist-cjs/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +3 -3
- package/dist-cjs/commands/DeleteVolumeCommand.js +3 -3
- package/dist-cjs/commands/DescribeBackupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +3 -3
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +3 -3
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +3 -3
- package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +3 -3
- package/dist-cjs/commands/DescribeVolumesCommand.js +3 -3
- package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +3 -3
- package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +3 -3
- package/dist-cjs/commands/UpdateFileSystemCommand.js +3 -3
- package/dist-cjs/commands/UpdateSnapshotCommand.js +3 -3
- package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +3 -3
- package/dist-cjs/commands/UpdateVolumeCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/models/models_0.js +15 -10
- package/dist-cjs/protocols/Aws_json1_1.js +366 -345
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/FSx.js +37 -37
- package/dist-es/models/models_0.js +9 -4
- package/dist-es/pagination/DescribeBackupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeDataRepositoryAssociationsPaginator.js +4 -4
- package/dist-es/pagination/DescribeDataRepositoryTasksPaginator.js +4 -4
- package/dist-es/pagination/DescribeFileSystemAliasesPaginator.js +4 -4
- package/dist-es/pagination/DescribeFileSystemsPaginator.js +4 -4
- package/dist-es/pagination/DescribeSnapshotsPaginator.js +4 -4
- package/dist-es/pagination/DescribeStorageVirtualMachinesPaginator.js +4 -4
- package/dist-es/pagination/DescribeVolumesPaginator.js +4 -4
- package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
- package/dist-es/protocols/Aws_json1_1.js +25 -8
- package/dist-types/FSx.d.ts +9 -10
- package/dist-types/FSxClient.d.ts +2 -2
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -2
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +193 -81
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/FSxClient.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +25 -9
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +34 -34
|
@@ -396,15 +396,6 @@ export declare enum SnapshotLifecycle {
|
|
|
396
396
|
DELETING = "DELETING",
|
|
397
397
|
PENDING = "PENDING"
|
|
398
398
|
}
|
|
399
|
-
export declare enum VolumeLifecycle {
|
|
400
|
-
AVAILABLE = "AVAILABLE",
|
|
401
|
-
CREATED = "CREATED",
|
|
402
|
-
CREATING = "CREATING",
|
|
403
|
-
DELETING = "DELETING",
|
|
404
|
-
FAILED = "FAILED",
|
|
405
|
-
MISCONFIGURED = "MISCONFIGURED",
|
|
406
|
-
PENDING = "PENDING"
|
|
407
|
-
}
|
|
408
399
|
|
|
409
400
|
export interface LifecycleTransitionReason {
|
|
410
401
|
|
|
@@ -414,6 +405,15 @@ export declare namespace LifecycleTransitionReason {
|
|
|
414
405
|
|
|
415
406
|
const filterSensitiveLog: (obj: LifecycleTransitionReason) => any;
|
|
416
407
|
}
|
|
408
|
+
export declare enum VolumeLifecycle {
|
|
409
|
+
AVAILABLE = "AVAILABLE",
|
|
410
|
+
CREATED = "CREATED",
|
|
411
|
+
CREATING = "CREATING",
|
|
412
|
+
DELETING = "DELETING",
|
|
413
|
+
FAILED = "FAILED",
|
|
414
|
+
MISCONFIGURED = "MISCONFIGURED",
|
|
415
|
+
PENDING = "PENDING"
|
|
416
|
+
}
|
|
417
417
|
export declare enum FlexCacheEndpointType {
|
|
418
418
|
CACHE = "CACHE",
|
|
419
419
|
NONE = "NONE",
|
|
@@ -474,6 +474,7 @@ export declare namespace OntapVolumeConfiguration {
|
|
|
474
474
|
const filterSensitiveLog: (obj: OntapVolumeConfiguration) => any;
|
|
475
475
|
}
|
|
476
476
|
export declare enum OpenZFSDataCompressionType {
|
|
477
|
+
LZ4 = "LZ4",
|
|
477
478
|
NONE = "NONE",
|
|
478
479
|
ZSTD = "ZSTD"
|
|
479
480
|
}
|
|
@@ -540,6 +541,8 @@ export interface OpenZFSVolumeConfiguration {
|
|
|
540
541
|
|
|
541
542
|
StorageCapacityQuotaGiB?: number;
|
|
542
543
|
|
|
544
|
+
RecordSizeKiB?: number;
|
|
545
|
+
|
|
543
546
|
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
544
547
|
|
|
545
548
|
CopyTagsToSnapshots?: boolean;
|
|
@@ -1116,6 +1119,8 @@ export declare namespace CreateFileSystemOntapConfiguration {
|
|
|
1116
1119
|
|
|
1117
1120
|
export interface OpenZFSCreateRootVolumeConfiguration {
|
|
1118
1121
|
|
|
1122
|
+
RecordSizeKiB?: number;
|
|
1123
|
+
|
|
1119
1124
|
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
1120
1125
|
|
|
1121
1126
|
NfsExports?: OpenZFSNfsExport[];
|
|
@@ -1510,6 +1515,8 @@ export interface CreateOpenZFSVolumeConfiguration {
|
|
|
1510
1515
|
|
|
1511
1516
|
StorageCapacityQuotaGiB?: number;
|
|
1512
1517
|
|
|
1518
|
+
RecordSizeKiB?: number;
|
|
1519
|
+
|
|
1513
1520
|
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
1514
1521
|
|
|
1515
1522
|
CopyTagsToSnapshots?: boolean;
|
|
@@ -1666,12 +1673,17 @@ export declare namespace DeleteFileSystemLustreConfiguration {
|
|
|
1666
1673
|
|
|
1667
1674
|
const filterSensitiveLog: (obj: DeleteFileSystemLustreConfiguration) => any;
|
|
1668
1675
|
}
|
|
1676
|
+
export declare enum DeleteFileSystemOpenZFSOption {
|
|
1677
|
+
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"
|
|
1678
|
+
}
|
|
1669
1679
|
|
|
1670
1680
|
export interface DeleteFileSystemOpenZFSConfiguration {
|
|
1671
1681
|
|
|
1672
1682
|
SkipFinalBackup?: boolean;
|
|
1673
1683
|
|
|
1674
1684
|
FinalBackupTags?: Tag[];
|
|
1685
|
+
|
|
1686
|
+
Options?: (DeleteFileSystemOpenZFSOption | string)[];
|
|
1675
1687
|
}
|
|
1676
1688
|
export declare namespace DeleteFileSystemOpenZFSConfiguration {
|
|
1677
1689
|
|
|
@@ -2457,6 +2469,8 @@ export interface UpdateOpenZFSVolumeConfiguration {
|
|
|
2457
2469
|
|
|
2458
2470
|
StorageCapacityQuotaGiB?: number;
|
|
2459
2471
|
|
|
2472
|
+
RecordSizeKiB?: number;
|
|
2473
|
+
|
|
2460
2474
|
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
2461
2475
|
|
|
2462
2476
|
NfsExports?: OpenZFSNfsExport[];
|
|
@@ -2572,6 +2586,8 @@ export interface Snapshot {
|
|
|
2572
2586
|
|
|
2573
2587
|
Lifecycle?: SnapshotLifecycle | string;
|
|
2574
2588
|
|
|
2589
|
+
LifecycleTransitionReason?: LifecycleTransitionReason;
|
|
2590
|
+
|
|
2575
2591
|
Tags?: Tag[];
|
|
2576
2592
|
|
|
2577
2593
|
AdministrativeActions?: AdministrativeAction[];
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
|
|
|
6
6
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
11
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
12
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
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
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
27
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
28
|
tls?: boolean | undefined;
|
|
29
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
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.55.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",
|
|
@@ -18,41 +18,41 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"tslib": "^2.3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.55.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.55.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.55.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.55.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.55.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.55.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.55.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.55.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.55.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.55.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.55.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.55.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.55.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.55.0",
|
|
39
|
+
"@aws-sdk/types": "3.55.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.55.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.55.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.55.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.55.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.55.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.55.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
|
+
"tslib": "^2.3.1",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.55.0",
|
|
56
56
|
"@tsconfig/recommended": "1.0.1",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"downlevel-dts": "0.7.0",
|
|
61
61
|
"rimraf": "3.0.2",
|
|
62
62
|
"typedoc": "0.19.2",
|
|
63
|
-
"typescript": "~4.
|
|
63
|
+
"typescript": "~4.6.2"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=12.0.0"
|