@aws-sdk/client-storage-gateway 3.298.0 → 3.300.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.
Files changed (91) hide show
  1. package/dist-types/commands/ActivateGatewayCommand.d.ts +15 -0
  2. package/dist-types/commands/AddCacheCommand.d.ts +6 -0
  3. package/dist-types/commands/AddTagsToResourceCommand.d.ts +9 -0
  4. package/dist-types/commands/AddUploadBufferCommand.d.ts +6 -0
  5. package/dist-types/commands/AddWorkingStorageCommand.d.ts +6 -0
  6. package/dist-types/commands/AssignTapePoolCommand.d.ts +5 -0
  7. package/dist-types/commands/AssociateFileSystemCommand.d.ts +22 -0
  8. package/dist-types/commands/AttachVolumeCommand.d.ts +7 -0
  9. package/dist-types/commands/CancelArchivalCommand.d.ts +4 -0
  10. package/dist-types/commands/CancelRetrievalCommand.d.ts +4 -0
  11. package/dist-types/commands/CreateCachediSCSIVolumeCommand.d.ts +17 -0
  12. package/dist-types/commands/CreateNFSFileShareCommand.d.ts +37 -0
  13. package/dist-types/commands/CreateSMBFileShareCommand.d.ts +41 -0
  14. package/dist-types/commands/CreateSnapshotCommand.d.ts +10 -0
  15. package/dist-types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +10 -0
  16. package/dist-types/commands/CreateStorediSCSIVolumeCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateTapePoolCommand.d.ts +12 -0
  18. package/dist-types/commands/CreateTapeWithBarcodeCommand.d.ts +15 -0
  19. package/dist-types/commands/CreateTapesCommand.d.ts +17 -0
  20. package/dist-types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +3 -0
  21. package/dist-types/commands/DeleteBandwidthRateLimitCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteChapCredentialsCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteFileShareCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteGatewayCommand.d.ts +3 -0
  25. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +3 -0
  26. package/dist-types/commands/DeleteTapeArchiveCommand.d.ts +4 -0
  27. package/dist-types/commands/DeleteTapeCommand.d.ts +5 -0
  28. package/dist-types/commands/DeleteTapePoolCommand.d.ts +3 -0
  29. package/dist-types/commands/DeleteVolumeCommand.d.ts +3 -0
  30. package/dist-types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +3 -0
  31. package/dist-types/commands/DescribeBandwidthRateLimitCommand.d.ts +3 -0
  32. package/dist-types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +3 -0
  33. package/dist-types/commands/DescribeCacheCommand.d.ts +3 -0
  34. package/dist-types/commands/DescribeCachediSCSIVolumesCommand.d.ts +5 -0
  35. package/dist-types/commands/DescribeChapCredentialsCommand.d.ts +3 -0
  36. package/dist-types/commands/DescribeFileSystemAssociationsCommand.d.ts +5 -0
  37. package/dist-types/commands/DescribeGatewayInformationCommand.d.ts +3 -0
  38. package/dist-types/commands/DescribeMaintenanceStartTimeCommand.d.ts +3 -0
  39. package/dist-types/commands/DescribeNFSFileSharesCommand.d.ts +5 -0
  40. package/dist-types/commands/DescribeSMBFileSharesCommand.d.ts +5 -0
  41. package/dist-types/commands/DescribeSMBSettingsCommand.d.ts +3 -0
  42. package/dist-types/commands/DescribeSnapshotScheduleCommand.d.ts +3 -0
  43. package/dist-types/commands/DescribeStorediSCSIVolumesCommand.d.ts +5 -0
  44. package/dist-types/commands/DescribeTapeArchivesCommand.d.ts +7 -0
  45. package/dist-types/commands/DescribeTapeRecoveryPointsCommand.d.ts +5 -0
  46. package/dist-types/commands/DescribeTapesCommand.d.ts +8 -0
  47. package/dist-types/commands/DescribeUploadBufferCommand.d.ts +3 -0
  48. package/dist-types/commands/DescribeVTLDevicesCommand.d.ts +8 -0
  49. package/dist-types/commands/DescribeWorkingStorageCommand.d.ts +3 -0
  50. package/dist-types/commands/DetachVolumeCommand.d.ts +4 -0
  51. package/dist-types/commands/DisableGatewayCommand.d.ts +3 -0
  52. package/dist-types/commands/DisassociateFileSystemCommand.d.ts +4 -0
  53. package/dist-types/commands/JoinDomainCommand.d.ts +11 -0
  54. package/dist-types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +3 -0
  55. package/dist-types/commands/ListFileSharesCommand.d.ts +5 -0
  56. package/dist-types/commands/ListFileSystemAssociationsCommand.d.ts +5 -0
  57. package/dist-types/commands/ListGatewaysCommand.d.ts +4 -0
  58. package/dist-types/commands/ListLocalDisksCommand.d.ts +3 -0
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -0
  60. package/dist-types/commands/ListTapePoolsCommand.d.ts +7 -0
  61. package/dist-types/commands/ListTapesCommand.d.ts +7 -0
  62. package/dist-types/commands/ListVolumeInitiatorsCommand.d.ts +3 -0
  63. package/dist-types/commands/ListVolumeRecoveryPointsCommand.d.ts +3 -0
  64. package/dist-types/commands/ListVolumesCommand.d.ts +5 -0
  65. package/dist-types/commands/NotifyWhenUploadedCommand.d.ts +3 -0
  66. package/dist-types/commands/RefreshCacheCommand.d.ts +7 -0
  67. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -0
  68. package/dist-types/commands/ResetCacheCommand.d.ts +3 -0
  69. package/dist-types/commands/RetrieveTapeArchiveCommand.d.ts +4 -0
  70. package/dist-types/commands/RetrieveTapeRecoveryPointCommand.d.ts +4 -0
  71. package/dist-types/commands/SetLocalConsolePasswordCommand.d.ts +4 -0
  72. package/dist-types/commands/SetSMBGuestPasswordCommand.d.ts +4 -0
  73. package/dist-types/commands/ShutdownGatewayCommand.d.ts +3 -0
  74. package/dist-types/commands/StartAvailabilityMonitorTestCommand.d.ts +3 -0
  75. package/dist-types/commands/StartGatewayCommand.d.ts +3 -0
  76. package/dist-types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +12 -0
  77. package/dist-types/commands/UpdateBandwidthRateLimitCommand.d.ts +5 -0
  78. package/dist-types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateChapCredentialsCommand.d.ts +6 -0
  80. package/dist-types/commands/UpdateFileSystemAssociationCommand.d.ts +9 -0
  81. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +7 -0
  82. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +3 -0
  83. package/dist-types/commands/UpdateMaintenanceStartTimeCommand.d.ts +7 -0
  84. package/dist-types/commands/UpdateNFSFileShareCommand.d.ts +26 -0
  85. package/dist-types/commands/UpdateSMBFileShareCommand.d.ts +29 -0
  86. package/dist-types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +4 -0
  87. package/dist-types/commands/UpdateSMBLocalGroupsCommand.d.ts +8 -0
  88. package/dist-types/commands/UpdateSMBSecurityStrategyCommand.d.ts +4 -0
  89. package/dist-types/commands/UpdateSnapshotScheduleCommand.d.ts +12 -0
  90. package/dist-types/commands/UpdateVTLDeviceTypeCommand.d.ts +4 -0
  91. package/package.json +12 -12
@@ -52,6 +52,32 @@ export interface UpdateNFSFileShareCommandOutput extends UpdateNFSFileShareOutpu
52
52
  * import { StorageGatewayClient, UpdateNFSFileShareCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
53
53
  * // const { StorageGatewayClient, UpdateNFSFileShareCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
54
54
  * const client = new StorageGatewayClient(config);
55
+ * const input = {
56
+ * FileShareARN: "STRING_VALUE", // required
57
+ * KMSEncrypted: true || false,
58
+ * KMSKey: "STRING_VALUE",
59
+ * NFSFileShareDefaults: {
60
+ * FileMode: "STRING_VALUE",
61
+ * DirectoryMode: "STRING_VALUE",
62
+ * GroupId: Number("long"),
63
+ * OwnerId: Number("long"),
64
+ * },
65
+ * DefaultStorageClass: "STRING_VALUE",
66
+ * ObjectACL: "STRING_VALUE",
67
+ * ClientList: [
68
+ * "STRING_VALUE",
69
+ * ],
70
+ * Squash: "STRING_VALUE",
71
+ * ReadOnly: true || false,
72
+ * GuessMIMETypeEnabled: true || false,
73
+ * RequesterPays: true || false,
74
+ * FileShareName: "STRING_VALUE",
75
+ * CacheAttributes: {
76
+ * CacheStaleTimeoutInSeconds: Number("int"),
77
+ * },
78
+ * NotificationPolicy: "STRING_VALUE",
79
+ * AuditDestinationARN: "STRING_VALUE",
80
+ * };
55
81
  * const command = new UpdateNFSFileShareCommand(input);
56
82
  * const response = await client.send(command);
57
83
  * ```
@@ -45,6 +45,35 @@ export interface UpdateSMBFileShareCommandOutput extends UpdateSMBFileShareOutpu
45
45
  * import { StorageGatewayClient, UpdateSMBFileShareCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
46
46
  * // const { StorageGatewayClient, UpdateSMBFileShareCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
47
47
  * const client = new StorageGatewayClient(config);
48
+ * const input = {
49
+ * FileShareARN: "STRING_VALUE", // required
50
+ * KMSEncrypted: true || false,
51
+ * KMSKey: "STRING_VALUE",
52
+ * DefaultStorageClass: "STRING_VALUE",
53
+ * ObjectACL: "STRING_VALUE",
54
+ * ReadOnly: true || false,
55
+ * GuessMIMETypeEnabled: true || false,
56
+ * RequesterPays: true || false,
57
+ * SMBACLEnabled: true || false,
58
+ * AccessBasedEnumeration: true || false,
59
+ * AdminUserList: [
60
+ * "STRING_VALUE",
61
+ * ],
62
+ * ValidUserList: [
63
+ * "STRING_VALUE",
64
+ * ],
65
+ * InvalidUserList: [
66
+ * "STRING_VALUE",
67
+ * ],
68
+ * AuditDestinationARN: "STRING_VALUE",
69
+ * CaseSensitivity: "STRING_VALUE",
70
+ * FileShareName: "STRING_VALUE",
71
+ * CacheAttributes: {
72
+ * CacheStaleTimeoutInSeconds: Number("int"),
73
+ * },
74
+ * NotificationPolicy: "STRING_VALUE",
75
+ * OplocksEnabled: true || false,
76
+ * };
48
77
  * const command = new UpdateSMBFileShareCommand(input);
49
78
  * const response = await client.send(command);
50
79
  * ```
@@ -27,6 +27,10 @@ export interface UpdateSMBFileShareVisibilityCommandOutput extends UpdateSMBFile
27
27
  * import { StorageGatewayClient, UpdateSMBFileShareVisibilityCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, UpdateSMBFileShareVisibilityCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * GatewayARN: "STRING_VALUE", // required
32
+ * FileSharesVisible: true || false, // required
33
+ * };
30
34
  * const command = new UpdateSMBFileShareVisibilityCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,14 @@ export interface UpdateSMBLocalGroupsCommandOutput extends UpdateSMBLocalGroupsO
27
27
  * import { StorageGatewayClient, UpdateSMBLocalGroupsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, UpdateSMBLocalGroupsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * GatewayARN: "STRING_VALUE", // required
32
+ * SMBLocalGroups: {
33
+ * GatewayAdmins: [
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * },
37
+ * };
30
38
  * const command = new UpdateSMBLocalGroupsCommand(input);
31
39
  * const response = await client.send(command);
32
40
  * ```
@@ -33,6 +33,10 @@ export interface UpdateSMBSecurityStrategyCommandOutput extends UpdateSMBSecurit
33
33
  * import { StorageGatewayClient, UpdateSMBSecurityStrategyCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
34
34
  * // const { StorageGatewayClient, UpdateSMBSecurityStrategyCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
35
35
  * const client = new StorageGatewayClient(config);
36
+ * const input = {
37
+ * GatewayARN: "STRING_VALUE", // required
38
+ * SMBSecurityStrategy: "STRING_VALUE", // required
39
+ * };
36
40
  * const command = new UpdateSMBSecurityStrategyCommand(input);
37
41
  * const response = await client.send(command);
38
42
  * ```
@@ -35,6 +35,18 @@ export interface UpdateSnapshotScheduleCommandOutput extends UpdateSnapshotSched
35
35
  * import { StorageGatewayClient, UpdateSnapshotScheduleCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
36
36
  * // const { StorageGatewayClient, UpdateSnapshotScheduleCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
37
37
  * const client = new StorageGatewayClient(config);
38
+ * const input = {
39
+ * VolumeARN: "STRING_VALUE", // required
40
+ * StartAt: Number("int"), // required
41
+ * RecurrenceInHours: Number("int"), // required
42
+ * Description: "STRING_VALUE",
43
+ * Tags: [
44
+ * {
45
+ * Key: "STRING_VALUE", // required
46
+ * Value: "STRING_VALUE", // required
47
+ * },
48
+ * ],
49
+ * };
38
50
  * const command = new UpdateSnapshotScheduleCommand(input);
39
51
  * const response = await client.send(command);
40
52
  * ```
@@ -29,6 +29,10 @@ export interface UpdateVTLDeviceTypeCommandOutput extends UpdateVTLDeviceTypeOut
29
29
  * import { StorageGatewayClient, UpdateVTLDeviceTypeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
30
30
  * // const { StorageGatewayClient, UpdateVTLDeviceTypeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
31
31
  * const client = new StorageGatewayClient(config);
32
+ * const input = {
33
+ * VTLDeviceARN: "STRING_VALUE", // required
34
+ * DeviceType: "STRING_VALUE", // required
35
+ * };
32
36
  * const command = new UpdateVTLDeviceTypeCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
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.298.0",
4
+ "version": "3.300.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,23 +21,23 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.298.0",
25
- "@aws-sdk/config-resolver": "3.296.0",
26
- "@aws-sdk/credential-provider-node": "3.298.0",
24
+ "@aws-sdk/client-sts": "3.300.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.300.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",
30
30
  "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-endpoint": "3.299.0",
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
- "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
- "@aws-sdk/middleware-user-agent": "3.296.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
39
+ "@aws-sdk/middleware-user-agent": "3.299.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,11 +47,11 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
- "@aws-sdk/util-user-agent-browser": "3.296.0",
54
- "@aws-sdk/util-user-agent-node": "3.296.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.300.0",
55
55
  "@aws-sdk/util-utf8": "3.295.0",
56
56
  "tslib": "^2.5.0"
57
57
  },