@@ -9,9 +9,11 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
9
9
import {
10
10
CreateFileSystemFromBackupRequest,
11
11
CreateFileSystemFromBackupRequestFilterSensitiveLog,
12
+
} from "../models/models_0";
13
+
import {
12
14
CreateFileSystemFromBackupResponse,
13
15
CreateFileSystemFromBackupResponseFilterSensitiveLog,
14
-
} from "../models/models_0";
16
+
} from "../models/models_1";
15
17
import { de_CreateFileSystemFromBackupCommand, se_CreateFileSystemFromBackupCommand } from "../protocols/Aws_json1_1";
16
18
17
19
/**
@@ -195,6 +197,7 @@ export interface CreateFileSystemFromBackupCommandOutput extends CreateFileSyste
195
197
* },
196
198
* PreferredSubnetId: "STRING_VALUE",
197
199
* EndpointIpAddressRange: "STRING_VALUE",
200
+
* EndpointIpv6AddressRange: "STRING_VALUE",
198
201
* RouteTableIds: [ // RouteTableIds
199
202
* "STRING_VALUE",
200
203
* ],
@@ -204,6 +207,7 @@ export interface CreateFileSystemFromBackupCommandOutput extends CreateFileSyste
204
207
* },
205
208
* },
206
209
* StorageCapacity: Number("int"),
210
+
* NetworkType: "IPV4" || "DUAL",
207
211
* };
208
212
* const command = new CreateFileSystemFromBackupCommand(input);
209
213
* const response = await client.send(command);
@@ -607,15 +611,18 @@ export interface CreateFileSystemFromBackupCommandOutput extends CreateFileSyste
607
611
* // RootVolumeId: "STRING_VALUE",
608
612
* // PreferredSubnetId: "STRING_VALUE",
609
613
* // EndpointIpAddressRange: "STRING_VALUE",
614
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
610
615
* // RouteTableIds: [
611
616
* // "STRING_VALUE",
612
617
* // ],
613
618
* // EndpointIpAddress: "STRING_VALUE",
619
+
* // EndpointIpv6Address: "STRING_VALUE",
614
620
* // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
615
621
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
616
622
* // SizeGiB: Number("int"),
617
623
* // },
618
624
* // },
625
+
* // NetworkType: "IPV4" || "DUAL",
619
626
* // },
620
627
* // FailureDetails: {
621
628
* // Message: "STRING_VALUE",
@@ -783,15 +790,18 @@ export interface CreateFileSystemFromBackupCommandOutput extends CreateFileSyste
783
790
* // RootVolumeId: "STRING_VALUE",
784
791
* // PreferredSubnetId: "STRING_VALUE",
785
792
* // EndpointIpAddressRange: "STRING_VALUE",
793
+
* // EndpointIpv6AddressRange: "STRING_VALUE",
786
794
* // RouteTableIds: [
787
795
* // "STRING_VALUE",
788
796
* // ],
789
797
* // EndpointIpAddress: "STRING_VALUE",
798
+
* // EndpointIpv6Address: "STRING_VALUE",
790
799
* // ReadCacheConfiguration: {
791
800
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
792
801
* // SizeGiB: Number("int"),
793
802
* // },
794
803
* // },
804
+
* // NetworkType: "IPV4" || "DUAL",
795
805
* // },
796
806
* // };
797
807
*
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4