@aws-sdk/client-fsx 3.864.0 → 3.867.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 +14 -4
- package/dist-es/commands/CreateFileSystemFromBackupCommand.js +2 -1
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +4 -0
- package/dist-types/commands/CopyBackupCommand.d.ts +6 -0
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +6 -0
- package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +1 -1
- package/dist-types/commands/CreateBackupCommand.d.ts +6 -0
- package/dist-types/commands/CreateFileSystemCommand.d.ts +8 -0
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +10 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +6 -0
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +2 -2
- package/dist-types/commands/DescribeBackupsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +6 -0
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +6 -0
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +13 -0
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/UpdateVolumeCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +71 -17
- package/dist-types/models/models_1.d.ts +16 -0
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +13 -6
- package/dist-types/ts3.4/models/models_1.d.ts +6 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -140,6 +140,7 @@ __export(index_exports, {
|
|
|
140
140
|
MissingFileCacheConfiguration: () => MissingFileCacheConfiguration,
|
|
141
141
|
MissingFileSystemConfiguration: () => MissingFileSystemConfiguration,
|
|
142
142
|
MissingVolumeConfiguration: () => MissingVolumeConfiguration,
|
|
143
|
+
NetworkType: () => NetworkType,
|
|
143
144
|
NfsVersion: () => NfsVersion,
|
|
144
145
|
NotServiceResourceError: () => NotServiceResourceError,
|
|
145
146
|
OntapDeploymentType: () => OntapDeploymentType,
|
|
@@ -559,6 +560,10 @@ var MetadataConfigurationMode = {
|
|
|
559
560
|
AUTOMATIC: "AUTOMATIC",
|
|
560
561
|
USER_PROVISIONED: "USER_PROVISIONED"
|
|
561
562
|
};
|
|
563
|
+
var NetworkType = {
|
|
564
|
+
DUAL: "DUAL",
|
|
565
|
+
IPV4: "IPV4"
|
|
566
|
+
};
|
|
562
567
|
var OntapDeploymentType = {
|
|
563
568
|
MULTI_AZ_1: "MULTI_AZ_1",
|
|
564
569
|
MULTI_AZ_2: "MULTI_AZ_2",
|
|
@@ -1979,10 +1984,6 @@ var RestoreVolumeFromSnapshotResponseFilterSensitiveLog = /* @__PURE__ */ __name
|
|
|
1979
1984
|
AdministrativeActions: obj.AdministrativeActions.map((item) => AdministrativeActionFilterSensitiveLog(item))
|
|
1980
1985
|
}
|
|
1981
1986
|
}), "RestoreVolumeFromSnapshotResponseFilterSensitiveLog");
|
|
1982
|
-
var CreateFileSystemFromBackupResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1983
|
-
...obj,
|
|
1984
|
-
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
1985
|
-
}), "CreateFileSystemFromBackupResponseFilterSensitiveLog");
|
|
1986
1987
|
|
|
1987
1988
|
// src/protocols/Aws_json1_1.ts
|
|
1988
1989
|
var se_AssociateFileSystemAliasesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -3482,6 +3483,7 @@ var se_CreateFileSystemFromBackupRequest = /* @__PURE__ */ __name((input, contex
|
|
|
3482
3483
|
FileSystemTypeVersion: [],
|
|
3483
3484
|
KmsKeyId: [],
|
|
3484
3485
|
LustreConfiguration: import_smithy_client._json,
|
|
3486
|
+
NetworkType: [],
|
|
3485
3487
|
OpenZFSConfiguration: import_smithy_client._json,
|
|
3486
3488
|
SecurityGroupIds: import_smithy_client._json,
|
|
3487
3489
|
StorageCapacity: [],
|
|
@@ -3498,6 +3500,7 @@ var se_CreateFileSystemRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
3498
3500
|
FileSystemTypeVersion: [],
|
|
3499
3501
|
KmsKeyId: [],
|
|
3500
3502
|
LustreConfiguration: import_smithy_client._json,
|
|
3503
|
+
NetworkType: [],
|
|
3501
3504
|
OntapConfiguration: import_smithy_client._json,
|
|
3502
3505
|
OpenZFSConfiguration: import_smithy_client._json,
|
|
3503
3506
|
SecurityGroupIds: import_smithy_client._json,
|
|
@@ -3656,6 +3659,7 @@ var se_UpdateFileSystemRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
3656
3659
|
FileSystemId: [],
|
|
3657
3660
|
FileSystemTypeVersion: [],
|
|
3658
3661
|
LustreConfiguration: import_smithy_client._json,
|
|
3662
|
+
NetworkType: [],
|
|
3659
3663
|
OntapConfiguration: import_smithy_client._json,
|
|
3660
3664
|
OpenZFSConfiguration: import_smithy_client._json,
|
|
3661
3665
|
StorageCapacity: [],
|
|
@@ -3983,6 +3987,7 @@ var de_FileSystem = /* @__PURE__ */ __name((output, context) => {
|
|
|
3983
3987
|
Lifecycle: import_smithy_client.expectString,
|
|
3984
3988
|
LustreConfiguration: import_smithy_client._json,
|
|
3985
3989
|
NetworkInterfaceIds: import_smithy_client._json,
|
|
3990
|
+
NetworkType: import_smithy_client.expectString,
|
|
3986
3991
|
OntapConfiguration: import_smithy_client._json,
|
|
3987
3992
|
OpenZFSConfiguration: import_smithy_client._json,
|
|
3988
3993
|
OwnerId: import_smithy_client.expectString,
|
|
@@ -4195,6 +4200,10 @@ var CancelDataRepositoryTaskCommand = class extends import_smithy_client.Command
|
|
|
4195
4200
|
|
|
4196
4201
|
|
|
4197
4202
|
// src/models/models_1.ts
|
|
4203
|
+
var CreateFileSystemFromBackupResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4204
|
+
...obj,
|
|
4205
|
+
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
4206
|
+
}), "CreateFileSystemFromBackupResponseFilterSensitiveLog");
|
|
4198
4207
|
var CreateFileSystemResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4199
4208
|
...obj,
|
|
4200
4209
|
...obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }
|
|
@@ -5123,6 +5132,7 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(FSxClient, Li
|
|
|
5123
5132
|
DriveCacheType,
|
|
5124
5133
|
LustreAccessAuditLogLevel,
|
|
5125
5134
|
MetadataConfigurationMode,
|
|
5135
|
+
NetworkType,
|
|
5126
5136
|
OntapDeploymentType,
|
|
5127
5137
|
DiskIopsConfigurationMode,
|
|
5128
5138
|
OpenZFSDeploymentType,
|
|
@@ -2,7 +2,8 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { CreateFileSystemFromBackupRequestFilterSensitiveLog,
|
|
5
|
+
import { CreateFileSystemFromBackupRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { CreateFileSystemFromBackupResponseFilterSensitiveLog, } from "../models/models_1";
|
|
6
7
|
import { de_CreateFileSystemFromBackupCommand, se_CreateFileSystemFromBackupCommand } from "../protocols/Aws_json1_1";
|
|
7
8
|
export { $Command };
|
|
8
9
|
export class CreateFileSystemFromBackupCommand extends $Command
|
|
@@ -123,6 +123,10 @@ export const MetadataConfigurationMode = {
|
|
|
123
123
|
AUTOMATIC: "AUTOMATIC",
|
|
124
124
|
USER_PROVISIONED: "USER_PROVISIONED",
|
|
125
125
|
};
|
|
126
|
+
export const NetworkType = {
|
|
127
|
+
DUAL: "DUAL",
|
|
128
|
+
IPV4: "IPV4",
|
|
129
|
+
};
|
|
126
130
|
export const OntapDeploymentType = {
|
|
127
131
|
MULTI_AZ_1: "MULTI_AZ_1",
|
|
128
132
|
MULTI_AZ_2: "MULTI_AZ_2",
|
|
@@ -1094,7 +1098,3 @@ export const RestoreVolumeFromSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
|
1094
1098
|
AdministrativeActions: obj.AdministrativeActions.map((item) => AdministrativeActionFilterSensitiveLog(item)),
|
|
1095
1099
|
}),
|
|
1096
1100
|
});
|
|
1097
|
-
export const CreateFileSystemFromBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1098
|
-
...obj,
|
|
1099
|
-
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
1100
|
-
});
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { FileSystemFilterSensitiveLog, } from "./models_0";
|
|
2
|
+
export const CreateFileSystemFromBackupResponseFilterSensitiveLog = (obj) => ({
|
|
3
|
+
...obj,
|
|
4
|
+
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
5
|
+
});
|
|
2
6
|
export const CreateFileSystemResponseFilterSensitiveLog = (obj) => ({
|
|
3
7
|
...obj,
|
|
4
8
|
...(obj.FileSystem && { FileSystem: FileSystemFilterSensitiveLog(obj.FileSystem) }),
|
|
@@ -1501,6 +1501,7 @@ const se_CreateFileSystemFromBackupRequest = (input, context) => {
|
|
|
1501
1501
|
FileSystemTypeVersion: [],
|
|
1502
1502
|
KmsKeyId: [],
|
|
1503
1503
|
LustreConfiguration: _json,
|
|
1504
|
+
NetworkType: [],
|
|
1504
1505
|
OpenZFSConfiguration: _json,
|
|
1505
1506
|
SecurityGroupIds: _json,
|
|
1506
1507
|
StorageCapacity: [],
|
|
@@ -1517,6 +1518,7 @@ const se_CreateFileSystemRequest = (input, context) => {
|
|
|
1517
1518
|
FileSystemTypeVersion: [],
|
|
1518
1519
|
KmsKeyId: [],
|
|
1519
1520
|
LustreConfiguration: _json,
|
|
1521
|
+
NetworkType: [],
|
|
1520
1522
|
OntapConfiguration: _json,
|
|
1521
1523
|
OpenZFSConfiguration: _json,
|
|
1522
1524
|
SecurityGroupIds: _json,
|
|
@@ -1675,6 +1677,7 @@ const se_UpdateFileSystemRequest = (input, context) => {
|
|
|
1675
1677
|
FileSystemId: [],
|
|
1676
1678
|
FileSystemTypeVersion: [],
|
|
1677
1679
|
LustreConfiguration: _json,
|
|
1680
|
+
NetworkType: [],
|
|
1678
1681
|
OntapConfiguration: _json,
|
|
1679
1682
|
OpenZFSConfiguration: _json,
|
|
1680
1683
|
StorageCapacity: [],
|
|
@@ -2012,6 +2015,7 @@ const de_FileSystem = (output, context) => {
|
|
|
2012
2015
|
Lifecycle: __expectString,
|
|
2013
2016
|
LustreConfiguration: _json,
|
|
2014
2017
|
NetworkInterfaceIds: _json,
|
|
2018
|
+
NetworkType: __expectString,
|
|
2015
2019
|
OntapConfiguration: _json,
|
|
2016
2020
|
OpenZFSConfiguration: _json,
|
|
2017
2021
|
OwnerId: __expectString,
|
|
@@ -482,15 +482,18 @@ declare const CopyBackupCommand_base: {
|
|
|
482
482
|
* // RootVolumeId: "STRING_VALUE",
|
|
483
483
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
484
484
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
485
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
485
486
|
* // RouteTableIds: [
|
|
486
487
|
* // "STRING_VALUE",
|
|
487
488
|
* // ],
|
|
488
489
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
490
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
489
491
|
* // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
|
|
490
492
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
491
493
|
* // SizeGiB: Number("int"),
|
|
492
494
|
* // },
|
|
493
495
|
* // },
|
|
496
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
494
497
|
* // },
|
|
495
498
|
* // FailureDetails: {
|
|
496
499
|
* // Message: "STRING_VALUE",
|
|
@@ -658,15 +661,18 @@ declare const CopyBackupCommand_base: {
|
|
|
658
661
|
* // RootVolumeId: "STRING_VALUE",
|
|
659
662
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
660
663
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
664
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
661
665
|
* // RouteTableIds: [
|
|
662
666
|
* // "STRING_VALUE",
|
|
663
667
|
* // ],
|
|
664
668
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
669
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
665
670
|
* // ReadCacheConfiguration: {
|
|
666
671
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
667
672
|
* // SizeGiB: Number("int"),
|
|
668
673
|
* // },
|
|
669
674
|
* // },
|
|
675
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
670
676
|
* // },
|
|
671
677
|
* // DirectoryInformation: { // ActiveDirectoryBackupAttributes
|
|
672
678
|
* // DomainName: "STRING_VALUE",
|
|
@@ -325,15 +325,18 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
|
325
325
|
* // RootVolumeId: "STRING_VALUE",
|
|
326
326
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
327
327
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
328
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
328
329
|
* // RouteTableIds: [
|
|
329
330
|
* // "STRING_VALUE",
|
|
330
331
|
* // ],
|
|
331
332
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
333
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
332
334
|
* // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
|
|
333
335
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
334
336
|
* // SizeGiB: Number("int"),
|
|
335
337
|
* // },
|
|
336
338
|
* // },
|
|
339
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
337
340
|
* // },
|
|
338
341
|
* // FailureDetails: { // AdministrativeActionFailureDetails
|
|
339
342
|
* // Message: "STRING_VALUE",
|
|
@@ -514,15 +517,18 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
|
514
517
|
* // RootVolumeId: "STRING_VALUE",
|
|
515
518
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
516
519
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
520
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
517
521
|
* // RouteTableIds: [
|
|
518
522
|
* // "STRING_VALUE",
|
|
519
523
|
* // ],
|
|
520
524
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
525
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
521
526
|
* // ReadCacheConfiguration: {
|
|
522
527
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
523
528
|
* // SizeGiB: Number("int"),
|
|
524
529
|
* // },
|
|
525
530
|
* // },
|
|
531
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
526
532
|
* // },
|
|
527
533
|
* // FailureDetails: {
|
|
528
534
|
* // Message: "STRING_VALUE",
|
|
@@ -29,7 +29,7 @@ declare const CreateAndAttachS3AccessPointCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates an S3 access point and attaches it to an Amazon FSx volume. For FSx for OpenZFS file systems, the
|
|
31
31
|
* volume must be hosted on a high-availability file system, either Single-AZ or Multi-AZ. For more information,
|
|
32
|
-
* see <a href="fsx/latest/OpenZFSGuide/s3accesspoints-for-FSx.html">Accessing your data using
|
|
32
|
+
* see <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/s3accesspoints-for-FSx.html">Accessing your data using Amazon S3 access points</a>.
|
|
33
33
|
* in the Amazon FSx for OpenZFS User Guide.
|
|
34
34
|
* </p>
|
|
35
35
|
* <p>The requester requires the following permissions to perform these actions:</p>
|
|
@@ -515,15 +515,18 @@ declare const CreateBackupCommand_base: {
|
|
|
515
515
|
* // RootVolumeId: "STRING_VALUE",
|
|
516
516
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
517
517
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
518
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
518
519
|
* // RouteTableIds: [
|
|
519
520
|
* // "STRING_VALUE",
|
|
520
521
|
* // ],
|
|
521
522
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
523
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
522
524
|
* // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
|
|
523
525
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
524
526
|
* // SizeGiB: Number("int"),
|
|
525
527
|
* // },
|
|
526
528
|
* // },
|
|
529
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
527
530
|
* // },
|
|
528
531
|
* // FailureDetails: {
|
|
529
532
|
* // Message: "STRING_VALUE",
|
|
@@ -691,15 +694,18 @@ declare const CreateBackupCommand_base: {
|
|
|
691
694
|
* // RootVolumeId: "STRING_VALUE",
|
|
692
695
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
693
696
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
697
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
694
698
|
* // RouteTableIds: [
|
|
695
699
|
* // "STRING_VALUE",
|
|
696
700
|
* // ],
|
|
697
701
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
702
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
698
703
|
* // ReadCacheConfiguration: {
|
|
699
704
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
700
705
|
* // SizeGiB: Number("int"),
|
|
701
706
|
* // },
|
|
702
707
|
* // },
|
|
708
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
703
709
|
* // },
|
|
704
710
|
* // DirectoryInformation: { // ActiveDirectoryBackupAttributes
|
|
705
711
|
* // DomainName: "STRING_VALUE",
|
|
@@ -223,6 +223,7 @@ declare const CreateFileSystemCommand_base: {
|
|
|
223
223
|
* },
|
|
224
224
|
* PreferredSubnetId: "STRING_VALUE",
|
|
225
225
|
* EndpointIpAddressRange: "STRING_VALUE",
|
|
226
|
+
* EndpointIpv6AddressRange: "STRING_VALUE",
|
|
226
227
|
* RouteTableIds: [
|
|
227
228
|
* "STRING_VALUE",
|
|
228
229
|
* ],
|
|
@@ -231,6 +232,7 @@ declare const CreateFileSystemCommand_base: {
|
|
|
231
232
|
* SizeGiB: Number("int"),
|
|
232
233
|
* },
|
|
233
234
|
* },
|
|
235
|
+
* NetworkType: "IPV4" || "DUAL",
|
|
234
236
|
* };
|
|
235
237
|
* const command = new CreateFileSystemCommand(input);
|
|
236
238
|
* const response = await client.send(command);
|
|
@@ -634,15 +636,18 @@ declare const CreateFileSystemCommand_base: {
|
|
|
634
636
|
* // RootVolumeId: "STRING_VALUE",
|
|
635
637
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
636
638
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
639
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
637
640
|
* // RouteTableIds: [
|
|
638
641
|
* // "STRING_VALUE",
|
|
639
642
|
* // ],
|
|
640
643
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
644
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
641
645
|
* // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
|
|
642
646
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
643
647
|
* // SizeGiB: Number("int"),
|
|
644
648
|
* // },
|
|
645
649
|
* // },
|
|
650
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
646
651
|
* // },
|
|
647
652
|
* // FailureDetails: {
|
|
648
653
|
* // Message: "STRING_VALUE",
|
|
@@ -810,15 +815,18 @@ declare const CreateFileSystemCommand_base: {
|
|
|
810
815
|
* // RootVolumeId: "STRING_VALUE",
|
|
811
816
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
812
817
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
818
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
813
819
|
* // RouteTableIds: [
|
|
814
820
|
* // "STRING_VALUE",
|
|
815
821
|
* // ],
|
|
816
822
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
823
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
817
824
|
* // ReadCacheConfiguration: {
|
|
818
825
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
819
826
|
* // SizeGiB: Number("int"),
|
|
820
827
|
* // },
|
|
821
828
|
* // },
|
|
829
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
822
830
|
* // },
|
|
823
831
|
* // };
|
|
824
832
|
*
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
|
-
import { CreateFileSystemFromBackupRequest
|
|
4
|
+
import { CreateFileSystemFromBackupRequest } from "../models/models_0";
|
|
5
|
+
import { CreateFileSystemFromBackupResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -189,6 +190,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
189
190
|
* },
|
|
190
191
|
* PreferredSubnetId: "STRING_VALUE",
|
|
191
192
|
* EndpointIpAddressRange: "STRING_VALUE",
|
|
193
|
+
* EndpointIpv6AddressRange: "STRING_VALUE",
|
|
192
194
|
* RouteTableIds: [ // RouteTableIds
|
|
193
195
|
* "STRING_VALUE",
|
|
194
196
|
* ],
|
|
@@ -198,6 +200,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
198
200
|
* },
|
|
199
201
|
* },
|
|
200
202
|
* StorageCapacity: Number("int"),
|
|
203
|
+
* NetworkType: "IPV4" || "DUAL",
|
|
201
204
|
* };
|
|
202
205
|
* const command = new CreateFileSystemFromBackupCommand(input);
|
|
203
206
|
* const response = await client.send(command);
|
|
@@ -601,15 +604,18 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
601
604
|
* // RootVolumeId: "STRING_VALUE",
|
|
602
605
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
603
606
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
607
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
604
608
|
* // RouteTableIds: [
|
|
605
609
|
* // "STRING_VALUE",
|
|
606
610
|
* // ],
|
|
607
611
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
612
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
608
613
|
* // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
|
|
609
614
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
610
615
|
* // SizeGiB: Number("int"),
|
|
611
616
|
* // },
|
|
612
617
|
* // },
|
|
618
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
613
619
|
* // },
|
|
614
620
|
* // FailureDetails: {
|
|
615
621
|
* // Message: "STRING_VALUE",
|
|
@@ -777,15 +783,18 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
777
783
|
* // RootVolumeId: "STRING_VALUE",
|
|
778
784
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
779
785
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
786
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
780
787
|
* // RouteTableIds: [
|
|
781
788
|
* // "STRING_VALUE",
|
|
782
789
|
* // ],
|
|
783
790
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
791
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
784
792
|
* // ReadCacheConfiguration: {
|
|
785
793
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
786
794
|
* // SizeGiB: Number("int"),
|
|
787
795
|
* // },
|
|
788
796
|
* // },
|
|
797
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
789
798
|
* // },
|
|
790
799
|
* // };
|
|
791
800
|
*
|
|
@@ -363,15 +363,18 @@ declare const CreateSnapshotCommand_base: {
|
|
|
363
363
|
* // RootVolumeId: "STRING_VALUE",
|
|
364
364
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
365
365
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
366
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
366
367
|
* // RouteTableIds: [
|
|
367
368
|
* // "STRING_VALUE",
|
|
368
369
|
* // ],
|
|
369
370
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
371
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
370
372
|
* // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
|
|
371
373
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
372
374
|
* // SizeGiB: Number("int"),
|
|
373
375
|
* // },
|
|
374
376
|
* // },
|
|
377
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
375
378
|
* // },
|
|
376
379
|
* // FailureDetails: { // AdministrativeActionFailureDetails
|
|
377
380
|
* // Message: "STRING_VALUE",
|
|
@@ -542,15 +545,18 @@ declare const CreateSnapshotCommand_base: {
|
|
|
542
545
|
* // RootVolumeId: "STRING_VALUE",
|
|
543
546
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
544
547
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
548
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
545
549
|
* // RouteTableIds: [
|
|
546
550
|
* // "STRING_VALUE",
|
|
547
551
|
* // ],
|
|
548
552
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
553
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
549
554
|
* // ReadCacheConfiguration: {
|
|
550
555
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
551
556
|
* // SizeGiB: Number("int"),
|
|
552
557
|
* // },
|
|
553
558
|
* // },
|
|
559
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
554
560
|
* // },
|
|
555
561
|
* // FailureDetails: {
|
|
556
562
|
* // Message: "STRING_VALUE",
|
|
@@ -464,15 +464,18 @@ declare const CreateVolumeCommand_base: {
|
|
|
464
464
|
* // RootVolumeId: "STRING_VALUE",
|
|
465
465
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
466
466
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
467
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
467
468
|
* // RouteTableIds: [
|
|
468
469
|
* // "STRING_VALUE",
|
|
469
470
|
* // ],
|
|
470
471
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
472
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
471
473
|
* // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
|
|
472
474
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
473
475
|
* // SizeGiB: Number("int"),
|
|
474
476
|
* // },
|
|
475
477
|
* // },
|
|
478
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
476
479
|
* // },
|
|
477
480
|
* // FailureDetails: { // AdministrativeActionFailureDetails
|
|
478
481
|
* // Message: "STRING_VALUE",
|
|
@@ -640,15 +643,18 @@ declare const CreateVolumeCommand_base: {
|
|
|
640
643
|
* // RootVolumeId: "STRING_VALUE",
|
|
641
644
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
642
645
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
646
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
643
647
|
* // RouteTableIds: [
|
|
644
648
|
* // "STRING_VALUE",
|
|
645
649
|
* // ],
|
|
646
650
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
651
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
647
652
|
* // ReadCacheConfiguration: {
|
|
648
653
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
649
654
|
* // SizeGiB: Number("int"),
|
|
650
655
|
* // },
|
|
651
656
|
* // },
|
|
657
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
652
658
|
* // },
|
|
653
659
|
* // FailureDetails: {
|
|
654
660
|
* // Message: "STRING_VALUE",
|
|
@@ -433,15 +433,18 @@ declare const CreateVolumeFromBackupCommand_base: {
|
|
|
433
433
|
* // RootVolumeId: "STRING_VALUE",
|
|
434
434
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
435
435
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
436
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
436
437
|
* // RouteTableIds: [
|
|
437
438
|
* // "STRING_VALUE",
|
|
438
439
|
* // ],
|
|
439
440
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
441
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
440
442
|
* // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
|
|
441
443
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
442
444
|
* // SizeGiB: Number("int"),
|
|
443
445
|
* // },
|
|
444
446
|
* // },
|
|
447
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
445
448
|
* // },
|
|
446
449
|
* // FailureDetails: { // AdministrativeActionFailureDetails
|
|
447
450
|
* // Message: "STRING_VALUE",
|
|
@@ -609,15 +612,18 @@ declare const CreateVolumeFromBackupCommand_base: {
|
|
|
609
612
|
* // RootVolumeId: "STRING_VALUE",
|
|
610
613
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
611
614
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
615
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
612
616
|
* // RouteTableIds: [
|
|
613
617
|
* // "STRING_VALUE",
|
|
614
618
|
* // ],
|
|
615
619
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
620
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
616
621
|
* // ReadCacheConfiguration: {
|
|
617
622
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
618
623
|
* // SizeGiB: Number("int"),
|
|
619
624
|
* // },
|
|
620
625
|
* // },
|
|
626
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
621
627
|
* // },
|
|
622
628
|
* // FailureDetails: {
|
|
623
629
|
* // Message: "STRING_VALUE",
|
|
@@ -35,9 +35,9 @@ declare const DeleteFileSystemCommand_base: {
|
|
|
35
35
|
* <p>Before deleting an Amazon FSx for OpenZFS file system, make sure that there aren't
|
|
36
36
|
* any Amazon S3 access points attached to any volume. For more information on how to list S3
|
|
37
37
|
* access points that are attached to volumes, see
|
|
38
|
-
* <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/access-points-list">Listing S3 access point attachments</a>.
|
|
38
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/access-points-list.html">Listing S3 access point attachments</a>.
|
|
39
39
|
* For more information on how to delete S3 access points, see
|
|
40
|
-
* <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/delete-
|
|
40
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/delete-access-point.html">Deleting an S3 access point attachment</a>.</p>
|
|
41
41
|
* <p>By default, when you delete an Amazon FSx for Windows File Server file system,
|
|
42
42
|
* a final backup is created upon deletion. This final backup isn't subject to the file
|
|
43
43
|
* system's retention policy, and must be manually deleted.</p>
|
|
@@ -490,15 +490,18 @@ declare const DescribeBackupsCommand_base: {
|
|
|
490
490
|
* // RootVolumeId: "STRING_VALUE",
|
|
491
491
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
492
492
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
493
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
493
494
|
* // RouteTableIds: [
|
|
494
495
|
* // "STRING_VALUE",
|
|
495
496
|
* // ],
|
|
496
497
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
498
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
497
499
|
* // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
|
|
498
500
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
499
501
|
* // SizeGiB: Number("int"),
|
|
500
502
|
* // },
|
|
501
503
|
* // },
|
|
504
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
502
505
|
* // },
|
|
503
506
|
* // FailureDetails: {
|
|
504
507
|
* // Message: "STRING_VALUE",
|
|
@@ -666,15 +669,18 @@ declare const DescribeBackupsCommand_base: {
|
|
|
666
669
|
* // RootVolumeId: "STRING_VALUE",
|
|
667
670
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
668
671
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
672
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
669
673
|
* // RouteTableIds: [
|
|
670
674
|
* // "STRING_VALUE",
|
|
671
675
|
* // ],
|
|
672
676
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
677
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
673
678
|
* // ReadCacheConfiguration: {
|
|
674
679
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
675
680
|
* // SizeGiB: Number("int"),
|
|
676
681
|
* // },
|
|
677
682
|
* // },
|
|
683
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
678
684
|
* // },
|
|
679
685
|
* // DirectoryInformation: { // ActiveDirectoryBackupAttributes
|
|
680
686
|
* // DomainName: "STRING_VALUE",
|
|
@@ -472,15 +472,18 @@ declare const DescribeFileSystemsCommand_base: {
|
|
|
472
472
|
* // RootVolumeId: "STRING_VALUE",
|
|
473
473
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
474
474
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
475
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
475
476
|
* // RouteTableIds: [
|
|
476
477
|
* // "STRING_VALUE",
|
|
477
478
|
* // ],
|
|
478
479
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
480
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
479
481
|
* // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
|
|
480
482
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
481
483
|
* // SizeGiB: Number("int"),
|
|
482
484
|
* // },
|
|
483
485
|
* // },
|
|
486
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
484
487
|
* // },
|
|
485
488
|
* // FailureDetails: {
|
|
486
489
|
* // Message: "STRING_VALUE",
|
|
@@ -648,15 +651,18 @@ declare const DescribeFileSystemsCommand_base: {
|
|
|
648
651
|
* // RootVolumeId: "STRING_VALUE",
|
|
649
652
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
650
653
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
654
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
651
655
|
* // RouteTableIds: [
|
|
652
656
|
* // "STRING_VALUE",
|
|
653
657
|
* // ],
|
|
654
658
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
659
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
655
660
|
* // ReadCacheConfiguration: {
|
|
656
661
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
657
662
|
* // SizeGiB: Number("int"),
|
|
658
663
|
* // },
|
|
659
664
|
* // },
|
|
665
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
660
666
|
* // },
|
|
661
667
|
* // ],
|
|
662
668
|
* // NextToken: "STRING_VALUE",
|
|
@@ -368,15 +368,18 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
368
368
|
* // RootVolumeId: "STRING_VALUE",
|
|
369
369
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
370
370
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
371
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
371
372
|
* // RouteTableIds: [
|
|
372
373
|
* // "STRING_VALUE",
|
|
373
374
|
* // ],
|
|
374
375
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
376
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
375
377
|
* // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
|
|
376
378
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
377
379
|
* // SizeGiB: Number("int"),
|
|
378
380
|
* // },
|
|
379
381
|
* // },
|
|
382
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
380
383
|
* // },
|
|
381
384
|
* // FailureDetails: { // AdministrativeActionFailureDetails
|
|
382
385
|
* // Message: "STRING_VALUE",
|
|
@@ -547,15 +550,18 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
547
550
|
* // RootVolumeId: "STRING_VALUE",
|
|
548
551
|
* // PreferredSubnetId: "STRING_VALUE",
|
|
549
552
|
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
553
|
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
|
|
550
554
|
* // RouteTableIds: [
|
|
551
555
|
* // "STRING_VALUE",
|
|
552
556
|
* // ],
|
|
553
557
|
* // EndpointIpAddress: "STRING_VALUE",
|
|
558
|
+
* // EndpointIpv6Address: "STRING_VALUE",
|
|
554
559
|
* // ReadCacheConfiguration: {
|
|
555
560
|
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
556
561
|
* // SizeGiB: Number("int"),
|
|
557
562
|
* // },
|
|
558
563
|
* // },
|
|
564
|
+
* // NetworkType: "IPV4" || "DUAL",
|
|
559
565
|
* // },
|
|
560
566
|
* // FailureDetails: {
|
|
561
567
|
* // Message: "STRING_VALUE",
|