@aws-sdk/client-storage-gateway 3.741.0 → 3.744.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-types/models/models_0.d.ts +12 -12
- package/package.json +13 -13
|
@@ -1241,8 +1241,6 @@ export interface CreateNFSFileShareInput {
|
|
|
1241
1241
|
*/
|
|
1242
1242
|
EncryptionType?: EncryptionType | undefined;
|
|
1243
1243
|
/**
|
|
1244
|
-
* @deprecated
|
|
1245
|
-
*
|
|
1246
1244
|
* <p>Optional. Set to <code>true</code> to use Amazon S3 server-side encryption with
|
|
1247
1245
|
* your own KMS key (SSE-KMS), or <code>false</code> to use a key managed by
|
|
1248
1246
|
* Amazon S3 (SSE-S3). To use dual-layer encryption (DSSE-KMS), set the
|
|
@@ -1259,6 +1257,8 @@ export interface CreateNFSFileShareInput {
|
|
|
1259
1257
|
* </note>
|
|
1260
1258
|
* <p>Valid Values: <code>true</code> | <code>false</code>
|
|
1261
1259
|
* </p>
|
|
1260
|
+
*
|
|
1261
|
+
* @deprecated
|
|
1262
1262
|
* @public
|
|
1263
1263
|
*/
|
|
1264
1264
|
KMSEncrypted?: boolean | undefined;
|
|
@@ -1503,8 +1503,6 @@ export interface CreateSMBFileShareInput {
|
|
|
1503
1503
|
*/
|
|
1504
1504
|
EncryptionType?: EncryptionType | undefined;
|
|
1505
1505
|
/**
|
|
1506
|
-
* @deprecated
|
|
1507
|
-
*
|
|
1508
1506
|
* <p>Optional. Set to <code>true</code> to use Amazon S3 server-side encryption with
|
|
1509
1507
|
* your own KMS key (SSE-KMS), or <code>false</code> to use a key managed by
|
|
1510
1508
|
* Amazon S3 (SSE-S3). To use dual-layer encryption (DSSE-KMS), set the
|
|
@@ -1521,6 +1519,8 @@ export interface CreateSMBFileShareInput {
|
|
|
1521
1519
|
* </note>
|
|
1522
1520
|
* <p>Valid Values: <code>true</code> | <code>false</code>
|
|
1523
1521
|
* </p>
|
|
1522
|
+
*
|
|
1523
|
+
* @deprecated
|
|
1524
1524
|
* @public
|
|
1525
1525
|
*/
|
|
1526
1526
|
KMSEncrypted?: boolean | undefined;
|
|
@@ -3332,8 +3332,6 @@ export interface NFSFileShareInfo {
|
|
|
3332
3332
|
*/
|
|
3333
3333
|
EncryptionType?: EncryptionType | undefined;
|
|
3334
3334
|
/**
|
|
3335
|
-
* @deprecated
|
|
3336
|
-
*
|
|
3337
3335
|
* <p>Optional. Set to <code>true</code> to use Amazon S3 server-side encryption with
|
|
3338
3336
|
* your own KMS key (SSE-KMS), or <code>false</code> to use a key managed by
|
|
3339
3337
|
* Amazon S3 (SSE-S3). To use dual-layer encryption (DSSE-KMS), set the
|
|
@@ -3350,6 +3348,8 @@ export interface NFSFileShareInfo {
|
|
|
3350
3348
|
* </note>
|
|
3351
3349
|
* <p>Valid Values: <code>true</code> | <code>false</code>
|
|
3352
3350
|
* </p>
|
|
3351
|
+
*
|
|
3352
|
+
* @deprecated
|
|
3353
3353
|
* @public
|
|
3354
3354
|
*/
|
|
3355
3355
|
KMSEncrypted?: boolean | undefined;
|
|
@@ -3617,8 +3617,6 @@ export interface SMBFileShareInfo {
|
|
|
3617
3617
|
*/
|
|
3618
3618
|
EncryptionType?: EncryptionType | undefined;
|
|
3619
3619
|
/**
|
|
3620
|
-
* @deprecated
|
|
3621
|
-
*
|
|
3622
3620
|
* <p>Optional. Set to <code>true</code> to use Amazon S3 server-side encryption with
|
|
3623
3621
|
* your own KMS key (SSE-KMS), or <code>false</code> to use a key managed by
|
|
3624
3622
|
* Amazon S3 (SSE-S3). To use dual-layer encryption (DSSE-KMS), set the
|
|
@@ -3635,6 +3633,8 @@ export interface SMBFileShareInfo {
|
|
|
3635
3633
|
* </note>
|
|
3636
3634
|
* <p>Valid Values: <code>true</code> | <code>false</code>
|
|
3637
3635
|
* </p>
|
|
3636
|
+
*
|
|
3637
|
+
* @deprecated
|
|
3638
3638
|
* @public
|
|
3639
3639
|
*/
|
|
3640
3640
|
KMSEncrypted?: boolean | undefined;
|
|
@@ -6663,8 +6663,6 @@ export interface UpdateNFSFileShareInput {
|
|
|
6663
6663
|
*/
|
|
6664
6664
|
EncryptionType?: EncryptionType | undefined;
|
|
6665
6665
|
/**
|
|
6666
|
-
* @deprecated
|
|
6667
|
-
*
|
|
6668
6666
|
* <p>Optional. Set to <code>true</code> to use Amazon S3 server-side encryption with
|
|
6669
6667
|
* your own KMS key (SSE-KMS), or <code>false</code> to use a key managed by
|
|
6670
6668
|
* Amazon S3 (SSE-S3). To use dual-layer encryption (DSSE-KMS), set the
|
|
@@ -6681,6 +6679,8 @@ export interface UpdateNFSFileShareInput {
|
|
|
6681
6679
|
* </note>
|
|
6682
6680
|
* <p>Valid Values: <code>true</code> | <code>false</code>
|
|
6683
6681
|
* </p>
|
|
6682
|
+
*
|
|
6683
|
+
* @deprecated
|
|
6684
6684
|
* @public
|
|
6685
6685
|
*/
|
|
6686
6686
|
KMSEncrypted?: boolean | undefined;
|
|
@@ -6860,8 +6860,6 @@ export interface UpdateSMBFileShareInput {
|
|
|
6860
6860
|
*/
|
|
6861
6861
|
EncryptionType?: EncryptionType | undefined;
|
|
6862
6862
|
/**
|
|
6863
|
-
* @deprecated
|
|
6864
|
-
*
|
|
6865
6863
|
* <p>Optional. Set to <code>true</code> to use Amazon S3 server-side encryption with
|
|
6866
6864
|
* your own KMS key (SSE-KMS), or <code>false</code> to use a key managed by
|
|
6867
6865
|
* Amazon S3 (SSE-S3). To use dual-layer encryption (DSSE-KMS), set the
|
|
@@ -6878,6 +6876,8 @@ export interface UpdateSMBFileShareInput {
|
|
|
6878
6876
|
* </note>
|
|
6879
6877
|
* <p>Valid Values: <code>true</code> | <code>false</code>
|
|
6880
6878
|
* </p>
|
|
6879
|
+
*
|
|
6880
|
+
* @deprecated
|
|
6881
6881
|
* @public
|
|
6882
6882
|
*/
|
|
6883
6883
|
KMSEncrypted?: boolean | 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.744.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,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.744.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.744.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.744.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.744.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.4",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.2",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.3",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.4",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.4",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|