@aws-sdk/client-storage-gateway 3.679.0 → 3.682.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/README.md
CHANGED
|
@@ -7,7 +7,12 @@
|
|
|
7
7
|
AWS SDK for JavaScript StorageGateway Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<fullname>Storage Gateway Service</fullname>
|
|
10
|
+
<important>
|
|
10
11
|
|
|
12
|
+
<p>Amazon FSx File Gateway is no longer available to new customers. Existing
|
|
13
|
+
customers of FSx File Gateway can continue to use the service normally. For
|
|
14
|
+
capabilities similar to FSx File Gateway, visit <a href="https://aws.amazon.com/blogs/storage/switch-your-file-share-access-from-amazon-fsx-file-gateway-to-amazon-fsx-for-windows-file-server/">this blog post</a>.</p>
|
|
15
|
+
</important>
|
|
11
16
|
<p>Storage Gateway is the service that connects an on-premises software appliance
|
|
12
17
|
with cloud-based storage to provide seamless and secure integration between an
|
|
13
18
|
organization's on-premises IT environment and the Amazon Web Services storage
|
|
@@ -69,7 +74,7 @@ Heads-up – Longer Storage Gateway volume and snapshot IDs coming in
|
|
|
69
74
|
|
|
70
75
|
## Installing
|
|
71
76
|
|
|
72
|
-
To install
|
|
77
|
+
To install this package, simply type add or install @aws-sdk/client-storage-gateway
|
|
73
78
|
using your favorite package manager:
|
|
74
79
|
|
|
75
80
|
- `npm install @aws-sdk/client-storage-gateway`
|
|
@@ -642,6 +642,11 @@ export interface StorageGateway {
|
|
|
642
642
|
}
|
|
643
643
|
/**
|
|
644
644
|
* <fullname>Storage Gateway Service</fullname>
|
|
645
|
+
* <important>
|
|
646
|
+
* <p>Amazon FSx File Gateway is no longer available to new customers. Existing
|
|
647
|
+
* customers of FSx File Gateway can continue to use the service normally. For
|
|
648
|
+
* capabilities similar to FSx File Gateway, visit <a href="https://aws.amazon.com/blogs/storage/switch-your-file-share-access-from-amazon-fsx-file-gateway-to-amazon-fsx-for-windows-file-server/">this blog post</a>.</p>
|
|
649
|
+
* </important>
|
|
645
650
|
* <p>Storage Gateway is the service that connects an on-premises software appliance
|
|
646
651
|
* with cloud-based storage to provide seamless and secure integration between an
|
|
647
652
|
* organization's on-premises IT environment and the Amazon Web Services storage
|
|
@@ -242,6 +242,11 @@ export interface StorageGatewayClientResolvedConfig extends StorageGatewayClient
|
|
|
242
242
|
}
|
|
243
243
|
/**
|
|
244
244
|
* <fullname>Storage Gateway Service</fullname>
|
|
245
|
+
* <important>
|
|
246
|
+
* <p>Amazon FSx File Gateway is no longer available to new customers. Existing
|
|
247
|
+
* customers of FSx File Gateway can continue to use the service normally. For
|
|
248
|
+
* capabilities similar to FSx File Gateway, visit <a href="https://aws.amazon.com/blogs/storage/switch-your-file-share-access-from-amazon-fsx-file-gateway-to-amazon-fsx-for-windows-file-server/">this blog post</a>.</p>
|
|
249
|
+
* </important>
|
|
245
250
|
* <p>Storage Gateway is the service that connects an on-premises software appliance
|
|
246
251
|
* with cloud-based storage to provide seamless and secure integration between an
|
|
247
252
|
* organization's on-premises IT environment and the Amazon Web Services storage
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* <fullname>Storage Gateway Service</fullname>
|
|
3
|
+
* <important>
|
|
4
|
+
* <p>Amazon FSx File Gateway is no longer available to new customers. Existing
|
|
5
|
+
* customers of FSx File Gateway can continue to use the service normally. For
|
|
6
|
+
* capabilities similar to FSx File Gateway, visit <a href="https://aws.amazon.com/blogs/storage/switch-your-file-share-access-from-amazon-fsx-file-gateway-to-amazon-fsx-for-windows-file-server/">this blog post</a>.</p>
|
|
7
|
+
* </important>
|
|
3
8
|
* <p>Storage Gateway is the service that connects an on-premises software appliance
|
|
4
9
|
* with cloud-based storage to provide seamless and secure integration between an
|
|
5
10
|
* organization's on-premises IT environment and the Amazon Web Services storage
|
|
@@ -106,6 +106,11 @@ export interface ActivateGatewayInput {
|
|
|
106
106
|
* <p>A value that defines the type of gateway to activate. The type specified is critical to
|
|
107
107
|
* all later functions of the gateway and cannot be changed after activation. The default
|
|
108
108
|
* value is <code>CACHED</code>.</p>
|
|
109
|
+
* <important>
|
|
110
|
+
* <p>Amazon FSx File Gateway is no longer available to new customers. Existing
|
|
111
|
+
* customers of FSx File Gateway can continue to use the service normally. For
|
|
112
|
+
* capabilities similar to FSx File Gateway, visit <a href="https://aws.amazon.com/blogs/storage/switch-your-file-share-access-from-amazon-fsx-file-gateway-to-amazon-fsx-for-windows-file-server/">this blog post</a>.</p>
|
|
113
|
+
* </important>
|
|
109
114
|
* <p>Valid Values: <code>STORED</code> | <code>CACHED</code> | <code>VTL</code>
|
|
110
115
|
* | <code>FILE_S3</code> |
|
|
111
116
|
* <code>FILE_FSX_SMB</code>
|
|
@@ -735,10 +740,13 @@ export declare const AvailabilityMonitorTestStatus: {
|
|
|
735
740
|
*/
|
|
736
741
|
export type AvailabilityMonitorTestStatus = (typeof AvailabilityMonitorTestStatus)[keyof typeof AvailabilityMonitorTestStatus];
|
|
737
742
|
/**
|
|
738
|
-
* <p>
|
|
739
|
-
*
|
|
740
|
-
*
|
|
741
|
-
*
|
|
743
|
+
* <p>Describes a bandwidth rate limit interval for a gateway. A bandwidth rate limit schedule
|
|
744
|
+
* consists of one or more bandwidth rate limit intervals. A bandwidth rate limit interval
|
|
745
|
+
* defines a period of time on one or more days of the week, during which bandwidth rate
|
|
746
|
+
* limits are specified for uploading, downloading, or both.</p>
|
|
747
|
+
* <note>
|
|
748
|
+
* <p>FSx File Gateway does not support this feature.</p>
|
|
749
|
+
* </note>
|
|
742
750
|
* @public
|
|
743
751
|
*/
|
|
744
752
|
export interface BandwidthRateLimitInterval {
|
|
@@ -779,8 +787,8 @@ export interface BandwidthRateLimitInterval {
|
|
|
779
787
|
* per second. This field does not appear in the response if the upload rate limit is not set. </p>
|
|
780
788
|
* <note>
|
|
781
789
|
* <p>For Tape Gateway and Volume Gateway, the minimum value is <code>51200</code>.</p>
|
|
782
|
-
* <p>
|
|
783
|
-
*
|
|
790
|
+
* <p>This field is required for S3 File Gateway, and the minimum value is
|
|
791
|
+
* <code>104857600</code>.</p>
|
|
784
792
|
* </note>
|
|
785
793
|
* @public
|
|
786
794
|
*/
|
|
@@ -789,6 +797,9 @@ export interface BandwidthRateLimitInterval {
|
|
|
789
797
|
* <p> The average download rate limit component of the bandwidth rate limit interval, in bits
|
|
790
798
|
* per second. This field does not appear in the response if the download rate limit is not
|
|
791
799
|
* set. </p>
|
|
800
|
+
* <note>
|
|
801
|
+
* <p>S3 File Gateway does not support this feature.</p>
|
|
802
|
+
* </note>
|
|
792
803
|
* @public
|
|
793
804
|
*/
|
|
794
805
|
AverageDownloadRateLimitInBitsPerSec?: number;
|
|
@@ -1274,7 +1285,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1274
1285
|
* as shown in the following examples.</p>
|
|
1275
1286
|
* <p>Bucket ARN:</p>
|
|
1276
1287
|
* <p>
|
|
1277
|
-
* <code>arn:aws:s3:::
|
|
1288
|
+
* <code>arn:aws:s3:::amzn-s3-demo-bucket/prefix/</code>
|
|
1278
1289
|
* </p>
|
|
1279
1290
|
* <p>Access point ARN:</p>
|
|
1280
1291
|
* <p>
|
|
@@ -1382,6 +1393,10 @@ export interface CreateNFSFileShareInput {
|
|
|
1382
1393
|
* <p>
|
|
1383
1394
|
* <code>FileShareName</code> must be set if an S3 prefix name is set in
|
|
1384
1395
|
* <code>LocationARN</code>, or if an access point or access point alias is used.</p>
|
|
1396
|
+
* <p>A valid NFS file share name can only contain the following characters:
|
|
1397
|
+
* <code>a</code>-<code>z</code>, <code>A</code>-<code>Z</code>,
|
|
1398
|
+
* <code>0</code>-<code>9</code>, <code>-</code>, <code>.</code>, and
|
|
1399
|
+
* <code>_</code>.</p>
|
|
1385
1400
|
* </note>
|
|
1386
1401
|
* @public
|
|
1387
1402
|
*/
|
|
@@ -1532,7 +1547,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1532
1547
|
* as shown in the following examples.</p>
|
|
1533
1548
|
* <p>Bucket ARN:</p>
|
|
1534
1549
|
* <p>
|
|
1535
|
-
* <code>arn:aws:s3:::
|
|
1550
|
+
* <code>arn:aws:s3:::amzn-s3-demo-bucket/prefix/</code>
|
|
1536
1551
|
* </p>
|
|
1537
1552
|
* <p>Access point ARN:</p>
|
|
1538
1553
|
* <p>
|
|
@@ -1683,6 +1698,9 @@ export interface CreateSMBFileShareInput {
|
|
|
1683
1698
|
* <p>
|
|
1684
1699
|
* <code>FileShareName</code> must be set if an S3 prefix name is set in
|
|
1685
1700
|
* <code>LocationARN</code>, or if an access point or access point alias is used.</p>
|
|
1701
|
+
* <p>A valid SMB file share name cannot contain the following characters:
|
|
1702
|
+
* <code>[</code>,<code>]</code>,<code>#</code>,<code>;</code>,<code><</code>,<code>></code>,<code>:</code>,<code>"</code>,<code>\</code>,<code>/</code>,<code>|</code>,<code>?</code>,<code>*</code>,<code>+</code>,
|
|
1703
|
+
* or ASCII control characters <code>1-31</code>.</p>
|
|
1686
1704
|
* </note>
|
|
1687
1705
|
* @public
|
|
1688
1706
|
*/
|
|
@@ -3019,6 +3037,11 @@ export interface DescribeGatewayInformationOutput {
|
|
|
3019
3037
|
GatewayNetworkInterfaces?: NetworkInterface[];
|
|
3020
3038
|
/**
|
|
3021
3039
|
* <p>The type of the gateway.</p>
|
|
3040
|
+
* <important>
|
|
3041
|
+
* <p>Amazon FSx File Gateway is no longer available to new customers. Existing
|
|
3042
|
+
* customers of FSx File Gateway can continue to use the service normally. For
|
|
3043
|
+
* capabilities similar to FSx File Gateway, visit <a href="https://aws.amazon.com/blogs/storage/switch-your-file-share-access-from-amazon-fsx-file-gateway-to-amazon-fsx-for-windows-file-server/">this blog post</a>.</p>
|
|
3044
|
+
* </important>
|
|
3022
3045
|
* @public
|
|
3023
3046
|
*/
|
|
3024
3047
|
GatewayType?: string;
|
|
@@ -3358,7 +3381,7 @@ export interface NFSFileShareInfo {
|
|
|
3358
3381
|
* as shown in the following examples.</p>
|
|
3359
3382
|
* <p>Bucket ARN:</p>
|
|
3360
3383
|
* <p>
|
|
3361
|
-
* <code>arn:aws:s3:::
|
|
3384
|
+
* <code>arn:aws:s3:::amzn-s3-demo-bucket/prefix/</code>
|
|
3362
3385
|
* </p>
|
|
3363
3386
|
* <p>Access point ARN:</p>
|
|
3364
3387
|
* <p>
|
|
@@ -3643,7 +3666,7 @@ export interface SMBFileShareInfo {
|
|
|
3643
3666
|
* as shown in the following examples.</p>
|
|
3644
3667
|
* <p>Bucket ARN:</p>
|
|
3645
3668
|
* <p>
|
|
3646
|
-
* <code>arn:aws:s3:::
|
|
3669
|
+
* <code>arn:aws:s3:::amzn-s3-demo-bucket/prefix/</code>
|
|
3647
3670
|
* </p>
|
|
3648
3671
|
* <p>Access point ARN:</p>
|
|
3649
3672
|
* <p>
|
|
@@ -5066,6 +5089,11 @@ export interface GatewayInfo {
|
|
|
5066
5089
|
GatewayARN?: string;
|
|
5067
5090
|
/**
|
|
5068
5091
|
* <p>The type of the gateway.</p>
|
|
5092
|
+
* <important>
|
|
5093
|
+
* <p>Amazon FSx File Gateway is no longer available to new customers. Existing
|
|
5094
|
+
* customers of FSx File Gateway can continue to use the service normally. For
|
|
5095
|
+
* capabilities similar to FSx File Gateway, visit <a href="https://aws.amazon.com/blogs/storage/switch-your-file-share-access-from-amazon-fsx-file-gateway-to-amazon-fsx-for-windows-file-server/">this blog post</a>.</p>
|
|
5096
|
+
* </important>
|
|
5069
5097
|
* @public
|
|
5070
5098
|
*/
|
|
5071
5099
|
GatewayType?: string;
|
|
@@ -6749,6 +6777,10 @@ export interface UpdateNFSFileShareInput {
|
|
|
6749
6777
|
* <p>
|
|
6750
6778
|
* <code>FileShareName</code> must be set if an S3 prefix name is set in
|
|
6751
6779
|
* <code>LocationARN</code>, or if an access point or access point alias is used.</p>
|
|
6780
|
+
* <p>A valid NFS file share name can only contain the following characters:
|
|
6781
|
+
* <code>a</code>-<code>z</code>, <code>A</code>-<code>Z</code>,
|
|
6782
|
+
* <code>0</code>-<code>9</code>, <code>-</code>, <code>.</code>, and
|
|
6783
|
+
* <code>_</code>.</p>
|
|
6752
6784
|
* </note>
|
|
6753
6785
|
* @public
|
|
6754
6786
|
*/
|
|
@@ -6969,6 +7001,9 @@ export interface UpdateSMBFileShareInput {
|
|
|
6969
7001
|
* <p>
|
|
6970
7002
|
* <code>FileShareName</code> must be set if an S3 prefix name is set in
|
|
6971
7003
|
* <code>LocationARN</code>, or if an access point or access point alias is used.</p>
|
|
7004
|
+
* <p>A valid SMB file share name cannot contain the following characters:
|
|
7005
|
+
* <code>[</code>,<code>]</code>,<code>#</code>,<code>;</code>,<code><</code>,<code>></code>,<code>:</code>,<code>"</code>,<code>\</code>,<code>/</code>,<code>|</code>,<code>?</code>,<code>*</code>,<code>+</code>,
|
|
7006
|
+
* or ASCII control characters <code>1-31</code>.</p>
|
|
6972
7007
|
* </note>
|
|
6973
7008
|
* @public
|
|
6974
7009
|
*/
|
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.682.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",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.682.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.682.0",
|
|
25
25
|
"@aws-sdk/core": "3.679.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.682.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.679.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.679.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.679.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.682.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.679.0",
|
|
32
32
|
"@aws-sdk/types": "3.679.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.679.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.679.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.682.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.9",
|
|
37
37
|
"@smithy/core": "^2.4.8",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.2.9",
|