@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
@@ -27,6 +27,11 @@ export interface DescribeNFSFileSharesCommandOutput extends DescribeNFSFileShare
27
27
  * import { StorageGatewayClient, DescribeNFSFileSharesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, DescribeNFSFileSharesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * FileShareARNList: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
30
35
  * const command = new DescribeNFSFileSharesCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -27,6 +27,11 @@ export interface DescribeSMBFileSharesCommandOutput extends DescribeSMBFileShare
27
27
  * import { StorageGatewayClient, DescribeSMBFileSharesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, DescribeSMBFileSharesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * FileShareARNList: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
30
35
  * const command = new DescribeSMBFileSharesCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -27,6 +27,9 @@ export interface DescribeSMBSettingsCommandOutput extends DescribeSMBSettingsOut
27
27
  * import { StorageGatewayClient, DescribeSMBSettingsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, DescribeSMBSettingsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * GatewayARN: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DescribeSMBSettingsCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -29,6 +29,9 @@ export interface DescribeSnapshotScheduleCommandOutput extends DescribeSnapshotS
29
29
  * import { StorageGatewayClient, DescribeSnapshotScheduleCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
30
30
  * // const { StorageGatewayClient, DescribeSnapshotScheduleCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
31
31
  * const client = new StorageGatewayClient(config);
32
+ * const input = {
33
+ * VolumeARN: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new DescribeSnapshotScheduleCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -28,6 +28,11 @@ export interface DescribeStorediSCSIVolumesCommandOutput extends DescribeStoredi
28
28
  * import { StorageGatewayClient, DescribeStorediSCSIVolumesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
29
29
  * // const { StorageGatewayClient, DescribeStorediSCSIVolumesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
30
30
  * const client = new StorageGatewayClient(config);
31
+ * const input = {
32
+ * VolumeARNs: [ // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
31
36
  * const command = new DescribeStorediSCSIVolumesCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -30,6 +30,13 @@ export interface DescribeTapeArchivesCommandOutput extends DescribeTapeArchivesO
30
30
  * import { StorageGatewayClient, DescribeTapeArchivesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
31
31
  * // const { StorageGatewayClient, DescribeTapeArchivesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
32
32
  * const client = new StorageGatewayClient(config);
33
+ * const input = {
34
+ * TapeARNs: [
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * Marker: "STRING_VALUE",
38
+ * Limit: Number("int"),
39
+ * };
33
40
  * const command = new DescribeTapeArchivesCommand(input);
34
41
  * const response = await client.send(command);
35
42
  * ```
@@ -32,6 +32,11 @@ export interface DescribeTapeRecoveryPointsCommandOutput extends DescribeTapeRec
32
32
  * import { StorageGatewayClient, DescribeTapeRecoveryPointsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
33
33
  * // const { StorageGatewayClient, DescribeTapeRecoveryPointsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
34
34
  * const client = new StorageGatewayClient(config);
35
+ * const input = {
36
+ * GatewayARN: "STRING_VALUE", // required
37
+ * Marker: "STRING_VALUE",
38
+ * Limit: Number("int"),
39
+ * };
35
40
  * const command = new DescribeTapeRecoveryPointsCommand(input);
36
41
  * const response = await client.send(command);
37
42
  * ```
@@ -29,6 +29,14 @@ export interface DescribeTapesCommandOutput extends DescribeTapesOutput, __Metad
29
29
  * import { StorageGatewayClient, DescribeTapesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
30
30
  * // const { StorageGatewayClient, DescribeTapesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
31
31
  * const client = new StorageGatewayClient(config);
32
+ * const input = {
33
+ * GatewayARN: "STRING_VALUE", // required
34
+ * TapeARNs: [
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * Marker: "STRING_VALUE",
38
+ * Limit: Number("int"),
39
+ * };
32
40
  * const command = new DescribeTapesCommand(input);
33
41
  * const response = await client.send(command);
34
42
  * ```
@@ -30,6 +30,9 @@ export interface DescribeUploadBufferCommandOutput extends DescribeUploadBufferO
30
30
  * import { StorageGatewayClient, DescribeUploadBufferCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
31
31
  * // const { StorageGatewayClient, DescribeUploadBufferCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
32
32
  * const client = new StorageGatewayClient(config);
33
+ * const input = {
34
+ * GatewayARN: "STRING_VALUE", // required
35
+ * };
33
36
  * const command = new DescribeUploadBufferCommand(input);
34
37
  * const response = await client.send(command);
35
38
  * ```
@@ -29,6 +29,14 @@ export interface DescribeVTLDevicesCommandOutput extends DescribeVTLDevicesOutpu
29
29
  * import { StorageGatewayClient, DescribeVTLDevicesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
30
30
  * // const { StorageGatewayClient, DescribeVTLDevicesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
31
31
  * const client = new StorageGatewayClient(config);
32
+ * const input = {
33
+ * GatewayARN: "STRING_VALUE", // required
34
+ * VTLDeviceARNs: [
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * Marker: "STRING_VALUE",
38
+ * Limit: Number("int"),
39
+ * };
32
40
  * const command = new DescribeVTLDevicesCommand(input);
33
41
  * const response = await client.send(command);
34
42
  * ```
@@ -36,6 +36,9 @@ export interface DescribeWorkingStorageCommandOutput extends DescribeWorkingStor
36
36
  * import { StorageGatewayClient, DescribeWorkingStorageCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
37
37
  * // const { StorageGatewayClient, DescribeWorkingStorageCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
38
38
  * const client = new StorageGatewayClient(config);
39
+ * const input = {
40
+ * GatewayARN: "STRING_VALUE", // required
41
+ * };
39
42
  * const command = new DescribeWorkingStorageCommand(input);
40
43
  * const response = await client.send(command);
41
44
  * ```
@@ -30,6 +30,10 @@ export interface DetachVolumeCommandOutput extends DetachVolumeOutput, __Metadat
30
30
  * import { StorageGatewayClient, DetachVolumeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
31
31
  * // const { StorageGatewayClient, DetachVolumeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
32
32
  * const client = new StorageGatewayClient(config);
33
+ * const input = {
34
+ * VolumeARN: "STRING_VALUE", // required
35
+ * ForceDetach: true || false,
36
+ * };
33
37
  * const command = new DetachVolumeCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -34,6 +34,9 @@ export interface DisableGatewayCommandOutput extends DisableGatewayOutput, __Met
34
34
  * import { StorageGatewayClient, DisableGatewayCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
35
35
  * // const { StorageGatewayClient, DisableGatewayCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
36
36
  * const client = new StorageGatewayClient(config);
37
+ * const input = {
38
+ * GatewayARN: "STRING_VALUE", // required
39
+ * };
37
40
  * const command = new DisableGatewayCommand(input);
38
41
  * const response = await client.send(command);
39
42
  * ```
@@ -28,6 +28,10 @@ export interface DisassociateFileSystemCommandOutput extends DisassociateFileSys
28
28
  * import { StorageGatewayClient, DisassociateFileSystemCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
29
29
  * // const { StorageGatewayClient, DisassociateFileSystemCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
30
30
  * const client = new StorageGatewayClient(config);
31
+ * const input = {
32
+ * FileSystemAssociationARN: "STRING_VALUE", // required
33
+ * ForceDelete: true || false,
34
+ * };
31
35
  * const command = new DisassociateFileSystemCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -27,6 +27,17 @@ export interface JoinDomainCommandOutput extends JoinDomainOutput, __MetadataBea
27
27
  * import { StorageGatewayClient, JoinDomainCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, JoinDomainCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * GatewayARN: "STRING_VALUE", // required
32
+ * DomainName: "STRING_VALUE", // required
33
+ * OrganizationalUnit: "STRING_VALUE",
34
+ * DomainControllers: [
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * TimeoutInSeconds: Number("int"),
38
+ * UserName: "STRING_VALUE", // required
39
+ * Password: "STRING_VALUE", // required
40
+ * };
30
41
  * const command = new JoinDomainCommand(input);
31
42
  * const response = await client.send(command);
32
43
  * ```
@@ -29,6 +29,9 @@ export interface ListAutomaticTapeCreationPoliciesCommandOutput extends ListAuto
29
29
  * import { StorageGatewayClient, ListAutomaticTapeCreationPoliciesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
30
30
  * // const { StorageGatewayClient, ListAutomaticTapeCreationPoliciesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
31
31
  * const client = new StorageGatewayClient(config);
32
+ * const input = {
33
+ * GatewayARN: "STRING_VALUE",
34
+ * };
32
35
  * const command = new ListAutomaticTapeCreationPoliciesCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -28,6 +28,11 @@ export interface ListFileSharesCommandOutput extends ListFileSharesOutput, __Met
28
28
  * import { StorageGatewayClient, ListFileSharesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
29
29
  * // const { StorageGatewayClient, ListFileSharesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
30
30
  * const client = new StorageGatewayClient(config);
31
+ * const input = {
32
+ * GatewayARN: "STRING_VALUE",
33
+ * Limit: Number("int"),
34
+ * Marker: "STRING_VALUE",
35
+ * };
31
36
  * const command = new ListFileSharesCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -28,6 +28,11 @@ export interface ListFileSystemAssociationsCommandOutput extends ListFileSystemA
28
28
  * import { StorageGatewayClient, ListFileSystemAssociationsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
29
29
  * // const { StorageGatewayClient, ListFileSystemAssociationsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
30
30
  * const client = new StorageGatewayClient(config);
31
+ * const input = {
32
+ * GatewayARN: "STRING_VALUE",
33
+ * Limit: Number("int"),
34
+ * Marker: "STRING_VALUE",
35
+ * };
31
36
  * const command = new ListFileSystemAssociationsCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -36,6 +36,10 @@ export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __Metadat
36
36
  * import { StorageGatewayClient, ListGatewaysCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
37
37
  * // const { StorageGatewayClient, ListGatewaysCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
38
38
  * const client = new StorageGatewayClient(config);
39
+ * const input = {
40
+ * Marker: "STRING_VALUE",
41
+ * Limit: Number("int"),
42
+ * };
39
43
  * const command = new ListGatewaysCommand(input);
40
44
  * const response = await client.send(command);
41
45
  * ```
@@ -34,6 +34,9 @@ export interface ListLocalDisksCommandOutput extends ListLocalDisksOutput, __Met
34
34
  * import { StorageGatewayClient, ListLocalDisksCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
35
35
  * // const { StorageGatewayClient, ListLocalDisksCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
36
36
  * const client = new StorageGatewayClient(config);
37
+ * const input = {
38
+ * GatewayARN: "STRING_VALUE", // required
39
+ * };
37
40
  * const command = new ListLocalDisksCommand(input);
38
41
  * const response = await client.send(command);
39
42
  * ```
@@ -27,6 +27,11 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
27
27
  * import { StorageGatewayClient, ListTagsForResourceCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, ListTagsForResourceCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * ResourceARN: "STRING_VALUE", // required
32
+ * Marker: "STRING_VALUE",
33
+ * Limit: Number("int"),
34
+ * };
30
35
  * const command = new ListTagsForResourceCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -34,6 +34,13 @@ export interface ListTapePoolsCommandOutput extends ListTapePoolsOutput, __Metad
34
34
  * import { StorageGatewayClient, ListTapePoolsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
35
35
  * // const { StorageGatewayClient, ListTapePoolsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
36
36
  * const client = new StorageGatewayClient(config);
37
+ * const input = {
38
+ * PoolARNs: [
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * Marker: "STRING_VALUE",
42
+ * Limit: Number("int"),
43
+ * };
37
44
  * const command = new ListTapePoolsCommand(input);
38
45
  * const response = await client.send(command);
39
46
  * ```
@@ -36,6 +36,13 @@ export interface ListTapesCommandOutput extends ListTapesOutput, __MetadataBeare
36
36
  * import { StorageGatewayClient, ListTapesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
37
37
  * // const { StorageGatewayClient, ListTapesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
38
38
  * const client = new StorageGatewayClient(config);
39
+ * const input = {
40
+ * TapeARNs: [
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * Marker: "STRING_VALUE",
44
+ * Limit: Number("int"),
45
+ * };
39
46
  * const command = new ListTapesCommand(input);
40
47
  * const response = await client.send(command);
41
48
  * ```
@@ -28,6 +28,9 @@ export interface ListVolumeInitiatorsCommandOutput extends ListVolumeInitiatorsO
28
28
  * import { StorageGatewayClient, ListVolumeInitiatorsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
29
29
  * // const { StorageGatewayClient, ListVolumeInitiatorsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
30
30
  * const client = new StorageGatewayClient(config);
31
+ * const input = {
32
+ * VolumeARN: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new ListVolumeInitiatorsCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -32,6 +32,9 @@ export interface ListVolumeRecoveryPointsCommandOutput extends ListVolumeRecover
32
32
  * import { StorageGatewayClient, ListVolumeRecoveryPointsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
33
33
  * // const { StorageGatewayClient, ListVolumeRecoveryPointsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
34
34
  * const client = new StorageGatewayClient(config);
35
+ * const input = {
36
+ * GatewayARN: "STRING_VALUE", // required
37
+ * };
35
38
  * const command = new ListVolumeRecoveryPointsCommand(input);
36
39
  * const response = await client.send(command);
37
40
  * ```
@@ -35,6 +35,11 @@ export interface ListVolumesCommandOutput extends ListVolumesOutput, __MetadataB
35
35
  * import { StorageGatewayClient, ListVolumesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
36
36
  * // const { StorageGatewayClient, ListVolumesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
37
37
  * const client = new StorageGatewayClient(config);
38
+ * const input = {
39
+ * GatewayARN: "STRING_VALUE",
40
+ * Marker: "STRING_VALUE",
41
+ * Limit: Number("int"),
42
+ * };
38
43
  * const command = new ListVolumesCommand(input);
39
44
  * const response = await client.send(command);
40
45
  * ```
@@ -38,6 +38,9 @@ export interface NotifyWhenUploadedCommandOutput extends NotifyWhenUploadedOutpu
38
38
  * import { StorageGatewayClient, NotifyWhenUploadedCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
39
39
  * // const { StorageGatewayClient, NotifyWhenUploadedCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
40
40
  * const client = new StorageGatewayClient(config);
41
+ * const input = {
42
+ * FileShareARN: "STRING_VALUE", // required
43
+ * };
41
44
  * const command = new NotifyWhenUploadedCommand(input);
42
45
  * const response = await client.send(command);
43
46
  * ```
@@ -75,6 +75,13 @@ export interface RefreshCacheCommandOutput extends RefreshCacheOutput, __Metadat
75
75
  * import { StorageGatewayClient, RefreshCacheCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
76
76
  * // const { StorageGatewayClient, RefreshCacheCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
77
77
  * const client = new StorageGatewayClient(config);
78
+ * const input = {
79
+ * FileShareARN: "STRING_VALUE", // required
80
+ * FolderList: [
81
+ * "STRING_VALUE",
82
+ * ],
83
+ * Recursive: true || false,
84
+ * };
78
85
  * const command = new RefreshCacheCommand(input);
79
86
  * const response = await client.send(command);
80
87
  * ```
@@ -27,6 +27,12 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
27
27
  * import { StorageGatewayClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * ResourceARN: "STRING_VALUE", // required
32
+ * TagKeys: [ // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
30
36
  * const command = new RemoveTagsFromResourceCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -38,6 +38,9 @@ export interface ResetCacheCommandOutput extends ResetCacheOutput, __MetadataBea
38
38
  * import { StorageGatewayClient, ResetCacheCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
39
39
  * // const { StorageGatewayClient, ResetCacheCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
40
40
  * const client = new StorageGatewayClient(config);
41
+ * const input = {
42
+ * GatewayARN: "STRING_VALUE", // required
43
+ * };
41
44
  * const command = new ResetCacheCommand(input);
42
45
  * const response = await client.send(command);
43
46
  * ```
@@ -33,6 +33,10 @@ export interface RetrieveTapeArchiveCommandOutput extends RetrieveTapeArchiveOut
33
33
  * import { StorageGatewayClient, RetrieveTapeArchiveCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
34
34
  * // const { StorageGatewayClient, RetrieveTapeArchiveCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
35
35
  * const client = new StorageGatewayClient(config);
36
+ * const input = {
37
+ * TapeARN: "STRING_VALUE", // required
38
+ * GatewayARN: "STRING_VALUE", // required
39
+ * };
36
40
  * const command = new RetrieveTapeArchiveCommand(input);
37
41
  * const response = await client.send(command);
38
42
  * ```
@@ -37,6 +37,10 @@ export interface RetrieveTapeRecoveryPointCommandOutput extends RetrieveTapeReco
37
37
  * import { StorageGatewayClient, RetrieveTapeRecoveryPointCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
38
38
  * // const { StorageGatewayClient, RetrieveTapeRecoveryPointCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
39
39
  * const client = new StorageGatewayClient(config);
40
+ * const input = {
41
+ * TapeARN: "STRING_VALUE", // required
42
+ * GatewayARN: "STRING_VALUE", // required
43
+ * };
40
44
  * const command = new RetrieveTapeRecoveryPointCommand(input);
41
45
  * const response = await client.send(command);
42
46
  * ```
@@ -29,6 +29,10 @@ export interface SetLocalConsolePasswordCommandOutput extends SetLocalConsolePas
29
29
  * import { StorageGatewayClient, SetLocalConsolePasswordCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
30
30
  * // const { StorageGatewayClient, SetLocalConsolePasswordCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
31
31
  * const client = new StorageGatewayClient(config);
32
+ * const input = {
33
+ * GatewayARN: "STRING_VALUE", // required
34
+ * LocalConsolePassword: "STRING_VALUE", // required
35
+ * };
32
36
  * const command = new SetLocalConsolePasswordCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -28,6 +28,10 @@ export interface SetSMBGuestPasswordCommandOutput extends SetSMBGuestPasswordOut
28
28
  * import { StorageGatewayClient, SetSMBGuestPasswordCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
29
29
  * // const { StorageGatewayClient, SetSMBGuestPasswordCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
30
30
  * const client = new StorageGatewayClient(config);
31
+ * const input = {
32
+ * GatewayARN: "STRING_VALUE", // required
33
+ * Password: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new SetSMBGuestPasswordCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -49,6 +49,9 @@ export interface ShutdownGatewayCommandOutput extends ShutdownGatewayOutput, __M
49
49
  * import { StorageGatewayClient, ShutdownGatewayCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
50
50
  * // const { StorageGatewayClient, ShutdownGatewayCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
51
51
  * const client = new StorageGatewayClient(config);
52
+ * const input = {
53
+ * GatewayARN: "STRING_VALUE", // required
54
+ * };
52
55
  * const command = new ShutdownGatewayCommand(input);
53
56
  * const response = await client.send(command);
54
57
  * ```
@@ -33,6 +33,9 @@ export interface StartAvailabilityMonitorTestCommandOutput extends StartAvailabi
33
33
  * import { StorageGatewayClient, StartAvailabilityMonitorTestCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
34
34
  * // const { StorageGatewayClient, StartAvailabilityMonitorTestCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
35
35
  * const client = new StorageGatewayClient(config);
36
+ * const input = {
37
+ * GatewayARN: "STRING_VALUE", // required
38
+ * };
36
39
  * const command = new StartAvailabilityMonitorTestCommand(input);
37
40
  * const response = await client.send(command);
38
41
  * ```
@@ -38,6 +38,9 @@ export interface StartGatewayCommandOutput extends StartGatewayOutput, __Metadat
38
38
  * import { StorageGatewayClient, StartGatewayCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
39
39
  * // const { StorageGatewayClient, StartGatewayCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
40
40
  * const client = new StorageGatewayClient(config);
41
+ * const input = {
42
+ * GatewayARN: "STRING_VALUE", // required
43
+ * };
41
44
  * const command = new StartGatewayCommand(input);
42
45
  * const response = await client.send(command);
43
46
  * ```
@@ -34,6 +34,18 @@ export interface UpdateAutomaticTapeCreationPolicyCommandOutput extends UpdateAu
34
34
  * import { StorageGatewayClient, UpdateAutomaticTapeCreationPolicyCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
35
35
  * // const { StorageGatewayClient, UpdateAutomaticTapeCreationPolicyCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
36
36
  * const client = new StorageGatewayClient(config);
37
+ * const input = {
38
+ * AutomaticTapeCreationRules: [ // required
39
+ * {
40
+ * TapeBarcodePrefix: "STRING_VALUE", // required
41
+ * PoolId: "STRING_VALUE", // required
42
+ * TapeSizeInBytes: Number("long"), // required
43
+ * MinimumNumTapes: Number("int"), // required
44
+ * Worm: true || false,
45
+ * },
46
+ * ],
47
+ * GatewayARN: "STRING_VALUE", // required
48
+ * };
37
49
  * const command = new UpdateAutomaticTapeCreationPolicyCommand(input);
38
50
  * const response = await client.send(command);
39
51
  * ```
@@ -37,6 +37,11 @@ export interface UpdateBandwidthRateLimitCommandOutput extends UpdateBandwidthRa
37
37
  * import { StorageGatewayClient, UpdateBandwidthRateLimitCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
38
38
  * // const { StorageGatewayClient, UpdateBandwidthRateLimitCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
39
39
  * const client = new StorageGatewayClient(config);
40
+ * const input = {
41
+ * GatewayARN: "STRING_VALUE", // required
42
+ * AverageUploadRateLimitInBitsPerSec: Number("long"),
43
+ * AverageDownloadRateLimitInBitsPerSec: Number("long"),
44
+ * };
40
45
  * const command = new UpdateBandwidthRateLimitCommand(input);
41
46
  * const response = await client.send(command);
42
47
  * ```
@@ -30,6 +30,22 @@ export interface UpdateBandwidthRateLimitScheduleCommandOutput extends UpdateBan
30
30
  * import { StorageGatewayClient, UpdateBandwidthRateLimitScheduleCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
31
31
  * // const { StorageGatewayClient, UpdateBandwidthRateLimitScheduleCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
32
32
  * const client = new StorageGatewayClient(config);
33
+ * const input = {
34
+ * GatewayARN: "STRING_VALUE", // required
35
+ * BandwidthRateLimitIntervals: [ // required
36
+ * {
37
+ * StartHourOfDay: Number("int"), // required
38
+ * StartMinuteOfHour: Number("int"), // required
39
+ * EndHourOfDay: Number("int"), // required
40
+ * EndMinuteOfHour: Number("int"), // required
41
+ * DaysOfWeek: [ // required
42
+ * Number("int"),
43
+ * ],
44
+ * AverageUploadRateLimitInBitsPerSec: Number("long"),
45
+ * AverageDownloadRateLimitInBitsPerSec: Number("long"),
46
+ * },
47
+ * ],
48
+ * };
33
49
  * const command = new UpdateBandwidthRateLimitScheduleCommand(input);
34
50
  * const response = await client.send(command);
35
51
  * ```
@@ -34,6 +34,12 @@ export interface UpdateChapCredentialsCommandOutput extends UpdateChapCredential
34
34
  * import { StorageGatewayClient, UpdateChapCredentialsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
35
35
  * // const { StorageGatewayClient, UpdateChapCredentialsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
36
36
  * const client = new StorageGatewayClient(config);
37
+ * const input = {
38
+ * TargetARN: "STRING_VALUE", // required
39
+ * SecretToAuthenticateInitiator: "STRING_VALUE", // required
40
+ * InitiatorName: "STRING_VALUE", // required
41
+ * SecretToAuthenticateTarget: "STRING_VALUE",
42
+ * };
37
43
  * const command = new UpdateChapCredentialsCommand(input);
38
44
  * const response = await client.send(command);
39
45
  * ```
@@ -27,6 +27,15 @@ export interface UpdateFileSystemAssociationCommandOutput extends UpdateFileSyst
27
27
  * import { StorageGatewayClient, UpdateFileSystemAssociationCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, UpdateFileSystemAssociationCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * FileSystemAssociationARN: "STRING_VALUE", // required
32
+ * UserName: "STRING_VALUE",
33
+ * Password: "STRING_VALUE",
34
+ * AuditDestinationARN: "STRING_VALUE",
35
+ * CacheAttributes: {
36
+ * CacheStaleTimeoutInSeconds: Number("int"),
37
+ * },
38
+ * };
30
39
  * const command = new UpdateFileSystemAssociationCommand(input);
31
40
  * const response = await client.send(command);
32
41
  * ```
@@ -34,6 +34,13 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo
34
34
  * import { StorageGatewayClient, UpdateGatewayInformationCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
35
35
  * // const { StorageGatewayClient, UpdateGatewayInformationCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
36
36
  * const client = new StorageGatewayClient(config);
37
+ * const input = {
38
+ * GatewayARN: "STRING_VALUE", // required
39
+ * GatewayName: "STRING_VALUE",
40
+ * GatewayTimezone: "STRING_VALUE",
41
+ * CloudWatchLogGroupARN: "STRING_VALUE",
42
+ * GatewayCapacity: "STRING_VALUE",
43
+ * };
37
44
  * const command = new UpdateGatewayInformationCommand(input);
38
45
  * const response = await client.send(command);
39
46
  * ```
@@ -41,6 +41,9 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft
41
41
  * import { StorageGatewayClient, UpdateGatewaySoftwareNowCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
42
42
  * // const { StorageGatewayClient, UpdateGatewaySoftwareNowCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
43
43
  * const client = new StorageGatewayClient(config);
44
+ * const input = {
45
+ * GatewayARN: "STRING_VALUE", // required
46
+ * };
44
47
  * const command = new UpdateGatewaySoftwareNowCommand(input);
45
48
  * const response = await client.send(command);
46
49
  * ```
@@ -27,6 +27,13 @@ export interface UpdateMaintenanceStartTimeCommandOutput extends UpdateMaintenan
27
27
  * import { StorageGatewayClient, UpdateMaintenanceStartTimeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, UpdateMaintenanceStartTimeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * GatewayARN: "STRING_VALUE", // required
32
+ * HourOfDay: Number("int"), // required
33
+ * MinuteOfHour: Number("int"), // required
34
+ * DayOfWeek: Number("int"),
35
+ * DayOfMonth: Number("int"),
36
+ * };
30
37
  * const command = new UpdateMaintenanceStartTimeCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```