@aws-sdk/client-storage-gateway 3.835.0 → 3.837.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.
|
@@ -39,8 +39,9 @@ declare const StartCacheReportCommand_base: {
|
|
|
39
39
|
* <p>The following requirements must be met to successfully generate a cache report:</p>
|
|
40
40
|
* <ul>
|
|
41
41
|
* <li>
|
|
42
|
-
* <p>You must have
|
|
43
|
-
*
|
|
42
|
+
* <p>You must have <code>s3:PutObject</code> and <code>s3:AbortMultipartUpload</code>
|
|
43
|
+
* permissions for the Amazon S3 bucket where you want to store the cache
|
|
44
|
+
* report.</p>
|
|
44
45
|
* </li>
|
|
45
46
|
* <li>
|
|
46
47
|
* <p>No other cache reports can currently be in-progress for the specified file
|
|
@@ -616,9 +616,9 @@ export interface AttachVolumeInput {
|
|
|
616
616
|
*/
|
|
617
617
|
VolumeARN: string | undefined;
|
|
618
618
|
/**
|
|
619
|
-
* <p>The network interface of the gateway on which to expose the iSCSI target.
|
|
620
|
-
*
|
|
621
|
-
*
|
|
619
|
+
* <p>The network interface of the gateway on which to expose the iSCSI target. Accepts IPv4
|
|
620
|
+
* and IPv6 addresses. Use <a>DescribeGatewayInformation</a> to get a list of the
|
|
621
|
+
* network interfaces available on a gateway.</p>
|
|
622
622
|
* <p>Valid Values: A valid IP address.</p>
|
|
623
623
|
* @public
|
|
624
624
|
*/
|
|
@@ -1237,9 +1237,9 @@ export interface CreateCachediSCSIVolumeInput {
|
|
|
1237
1237
|
*/
|
|
1238
1238
|
SourceVolumeARN?: string | undefined;
|
|
1239
1239
|
/**
|
|
1240
|
-
* <p>The network interface of the gateway on which to expose the iSCSI target.
|
|
1241
|
-
*
|
|
1242
|
-
*
|
|
1240
|
+
* <p>The network interface of the gateway on which to expose the iSCSI target. Accepts IPv4
|
|
1241
|
+
* and IPv6 addresses. Use <a>DescribeGatewayInformation</a> to get a list of the
|
|
1242
|
+
* network interfaces available on a gateway.</p>
|
|
1243
1243
|
* <p>Valid Values: A valid IP address.</p>
|
|
1244
1244
|
* @public
|
|
1245
1245
|
*/
|
|
@@ -1475,7 +1475,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1475
1475
|
ObjectACL?: ObjectACL | undefined;
|
|
1476
1476
|
/**
|
|
1477
1477
|
* <p>The list of clients that are allowed to access the S3 File Gateway. The list must
|
|
1478
|
-
* contain either valid
|
|
1478
|
+
* contain either valid IPv4/IPv6 addresses or valid CIDR blocks.</p>
|
|
1479
1479
|
* @public
|
|
1480
1480
|
*/
|
|
1481
1481
|
ClientList?: string[] | undefined;
|
|
@@ -2143,9 +2143,9 @@ export interface CreateStorediSCSIVolumeInput {
|
|
|
2143
2143
|
*/
|
|
2144
2144
|
TargetName: string | undefined;
|
|
2145
2145
|
/**
|
|
2146
|
-
* <p>The network interface of the gateway on which to expose the iSCSI target.
|
|
2147
|
-
*
|
|
2148
|
-
*
|
|
2146
|
+
* <p>The network interface of the gateway on which to expose the iSCSI target. Accepts IPv4
|
|
2147
|
+
* and IPv6 addresses. Use <a>DescribeGatewayInformation</a> to get a list of the
|
|
2148
|
+
* network interfaces available on a gateway.</p>
|
|
2149
2149
|
* <p>Valid Values: A valid IP address.</p>
|
|
2150
2150
|
* @public
|
|
2151
2151
|
*/
|
|
@@ -3172,8 +3172,10 @@ export interface NetworkInterface {
|
|
|
3172
3172
|
*/
|
|
3173
3173
|
MacAddress?: string | undefined;
|
|
3174
3174
|
/**
|
|
3175
|
-
* <p>The Internet Protocol version 6 (IPv6) address of the interface
|
|
3176
|
-
*
|
|
3175
|
+
* <p>The Internet Protocol version 6 (IPv6) address of the interface.</p>
|
|
3176
|
+
* <note>
|
|
3177
|
+
* <p>This element returns IPv6 addresses for all gateway types except FSx File Gateway.</p>
|
|
3178
|
+
* </note>
|
|
3177
3179
|
* @public
|
|
3178
3180
|
*/
|
|
3179
3181
|
Ipv6Address?: string | undefined;
|
|
@@ -3613,7 +3615,7 @@ export interface NFSFileShareInfo {
|
|
|
3613
3615
|
ObjectACL?: ObjectACL | undefined;
|
|
3614
3616
|
/**
|
|
3615
3617
|
* <p>The list of clients that are allowed to access the S3 File Gateway. The list must
|
|
3616
|
-
* contain either valid
|
|
3618
|
+
* contain either valid IPv4/IPv6 addresses or valid CIDR blocks.</p>
|
|
3617
3619
|
* @public
|
|
3618
3620
|
*/
|
|
3619
3621
|
ClientList?: string[] | undefined;
|
|
@@ -5421,9 +5423,14 @@ export interface JoinDomainInput {
|
|
|
5421
5423
|
*/
|
|
5422
5424
|
OrganizationalUnit?: string | undefined;
|
|
5423
5425
|
/**
|
|
5424
|
-
* <p>List of
|
|
5425
|
-
*
|
|
5426
|
+
* <p>List of IP addresses, NetBIOS names, or host names of your domain server. If you need to
|
|
5427
|
+
* specify the port number include it after the colon (“:”). For example,
|
|
5426
5428
|
* <code>mydc.mydomain.com:389</code>.</p>
|
|
5429
|
+
* <note>
|
|
5430
|
+
* <p>S3 File Gateway supports IPv6 addresses in addition to IPv4 and other existing
|
|
5431
|
+
* formats.</p>
|
|
5432
|
+
* <p>FSx File Gateway does not support IPv6.</p>
|
|
5433
|
+
* </note>
|
|
5427
5434
|
* @public
|
|
5428
5435
|
*/
|
|
5429
5436
|
DomainControllers?: string[] | undefined;
|
|
@@ -7081,7 +7088,7 @@ export interface UpdateNFSFileShareInput {
|
|
|
7081
7088
|
ObjectACL?: ObjectACL | undefined;
|
|
7082
7089
|
/**
|
|
7083
7090
|
* <p>The list of clients that are allowed to access the S3 File Gateway. The list must
|
|
7084
|
-
* contain either valid
|
|
7091
|
+
* contain either valid IPv4/IPv6 addresses or valid CIDR blocks.</p>
|
|
7085
7092
|
* @public
|
|
7086
7093
|
*/
|
|
7087
7094
|
ClientList?: string[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-storage-gateway",
|
|
3
3
|
"description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.837.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-storage-gateway",
|