@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
@@ -33,6 +33,21 @@ export interface ActivateGatewayCommandOutput extends ActivateGatewayOutput, __M
33
33
  * import { StorageGatewayClient, ActivateGatewayCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
34
34
  * // const { StorageGatewayClient, ActivateGatewayCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
35
35
  * const client = new StorageGatewayClient(config);
36
+ * const input = {
37
+ * ActivationKey: "STRING_VALUE", // required
38
+ * GatewayName: "STRING_VALUE", // required
39
+ * GatewayTimezone: "STRING_VALUE", // required
40
+ * GatewayRegion: "STRING_VALUE", // required
41
+ * GatewayType: "STRING_VALUE",
42
+ * TapeDriveType: "STRING_VALUE",
43
+ * MediumChangerType: "STRING_VALUE",
44
+ * Tags: [
45
+ * {
46
+ * Key: "STRING_VALUE", // required
47
+ * Value: "STRING_VALUE", // required
48
+ * },
49
+ * ],
50
+ * };
36
51
  * const command = new ActivateGatewayCommand(input);
37
52
  * const response = await client.send(command);
38
53
  * ```
@@ -30,6 +30,12 @@ export interface AddCacheCommandOutput extends AddCacheOutput, __MetadataBearer
30
30
  * import { StorageGatewayClient, AddCacheCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
31
31
  * // const { StorageGatewayClient, AddCacheCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
32
32
  * const client = new StorageGatewayClient(config);
33
+ * const input = {
34
+ * GatewayARN: "STRING_VALUE", // required
35
+ * DiskIds: [ // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * };
33
39
  * const command = new AddCacheCommand(input);
34
40
  * const response = await client.send(command);
35
41
  * ```
@@ -50,6 +50,15 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceOutput,
50
50
  * import { StorageGatewayClient, AddTagsToResourceCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
51
51
  * // const { StorageGatewayClient, AddTagsToResourceCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
52
52
  * const client = new StorageGatewayClient(config);
53
+ * const input = {
54
+ * ResourceARN: "STRING_VALUE", // required
55
+ * Tags: [ // required
56
+ * {
57
+ * Key: "STRING_VALUE", // required
58
+ * Value: "STRING_VALUE", // required
59
+ * },
60
+ * ],
61
+ * };
53
62
  * const command = new AddTagsToResourceCommand(input);
54
63
  * const response = await client.send(command);
55
64
  * ```
@@ -32,6 +32,12 @@ export interface AddUploadBufferCommandOutput extends AddUploadBufferOutput, __M
32
32
  * import { StorageGatewayClient, AddUploadBufferCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
33
33
  * // const { StorageGatewayClient, AddUploadBufferCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
34
34
  * const client = new StorageGatewayClient(config);
35
+ * const input = {
36
+ * GatewayARN: "STRING_VALUE", // required
37
+ * DiskIds: [ // required
38
+ * "STRING_VALUE",
39
+ * ],
40
+ * };
35
41
  * const command = new AddUploadBufferCommand(input);
36
42
  * const response = await client.send(command);
37
43
  * ```
@@ -38,6 +38,12 @@ export interface AddWorkingStorageCommandOutput extends AddWorkingStorageOutput,
38
38
  * import { StorageGatewayClient, AddWorkingStorageCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
39
39
  * // const { StorageGatewayClient, AddWorkingStorageCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
40
40
  * const client = new StorageGatewayClient(config);
41
+ * const input = {
42
+ * GatewayARN: "STRING_VALUE", // required
43
+ * DiskIds: [ // required
44
+ * "STRING_VALUE",
45
+ * ],
46
+ * };
41
47
  * const command = new AddWorkingStorageCommand(input);
42
48
  * const response = await client.send(command);
43
49
  * ```
@@ -29,6 +29,11 @@ export interface AssignTapePoolCommandOutput extends AssignTapePoolOutput, __Met
29
29
  * import { StorageGatewayClient, AssignTapePoolCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
30
30
  * // const { StorageGatewayClient, AssignTapePoolCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
31
31
  * const client = new StorageGatewayClient(config);
32
+ * const input = {
33
+ * TapeARN: "STRING_VALUE", // required
34
+ * PoolId: "STRING_VALUE", // required
35
+ * BypassGovernanceRetention: true || false,
36
+ * };
32
37
  * const command = new AssignTapePoolCommand(input);
33
38
  * const response = await client.send(command);
34
39
  * ```
@@ -29,6 +29,28 @@ export interface AssociateFileSystemCommandOutput extends AssociateFileSystemOut
29
29
  * import { StorageGatewayClient, AssociateFileSystemCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
30
30
  * // const { StorageGatewayClient, AssociateFileSystemCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
31
31
  * const client = new StorageGatewayClient(config);
32
+ * const input = {
33
+ * UserName: "STRING_VALUE", // required
34
+ * Password: "STRING_VALUE", // required
35
+ * ClientToken: "STRING_VALUE", // required
36
+ * GatewayARN: "STRING_VALUE", // required
37
+ * LocationARN: "STRING_VALUE", // required
38
+ * Tags: [
39
+ * {
40
+ * Key: "STRING_VALUE", // required
41
+ * Value: "STRING_VALUE", // required
42
+ * },
43
+ * ],
44
+ * AuditDestinationARN: "STRING_VALUE",
45
+ * CacheAttributes: {
46
+ * CacheStaleTimeoutInSeconds: Number("int"),
47
+ * },
48
+ * EndpointNetworkConfiguration: {
49
+ * IpAddresses: [
50
+ * "STRING_VALUE",
51
+ * ],
52
+ * },
53
+ * };
32
54
  * const command = new AssociateFileSystemCommand(input);
33
55
  * const response = await client.send(command);
34
56
  * ```
@@ -29,6 +29,13 @@ export interface AttachVolumeCommandOutput extends AttachVolumeOutput, __Metadat
29
29
  * import { StorageGatewayClient, AttachVolumeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
30
30
  * // const { StorageGatewayClient, AttachVolumeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
31
31
  * const client = new StorageGatewayClient(config);
32
+ * const input = {
33
+ * GatewayARN: "STRING_VALUE", // required
34
+ * TargetName: "STRING_VALUE",
35
+ * VolumeARN: "STRING_VALUE", // required
36
+ * NetworkInterfaceId: "STRING_VALUE", // required
37
+ * DiskId: "STRING_VALUE",
38
+ * };
32
39
  * const command = new AttachVolumeCommand(input);
33
40
  * const response = await client.send(command);
34
41
  * ```
@@ -27,6 +27,10 @@ export interface CancelArchivalCommandOutput extends CancelArchivalOutput, __Met
27
27
  * import { StorageGatewayClient, CancelArchivalCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, CancelArchivalCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * GatewayARN: "STRING_VALUE", // required
32
+ * TapeARN: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new CancelArchivalCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -28,6 +28,10 @@ export interface CancelRetrievalCommandOutput extends CancelRetrievalOutput, __M
28
28
  * import { StorageGatewayClient, CancelRetrievalCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
29
29
  * // const { StorageGatewayClient, CancelRetrievalCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
30
30
  * const client = new StorageGatewayClient(config);
31
+ * const input = {
32
+ * GatewayARN: "STRING_VALUE", // required
33
+ * TapeARN: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new CancelRetrievalCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -43,6 +43,23 @@ export interface CreateCachediSCSIVolumeCommandOutput extends CreateCachediSCSIV
43
43
  * import { StorageGatewayClient, CreateCachediSCSIVolumeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
44
44
  * // const { StorageGatewayClient, CreateCachediSCSIVolumeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
45
45
  * const client = new StorageGatewayClient(config);
46
+ * const input = {
47
+ * GatewayARN: "STRING_VALUE", // required
48
+ * VolumeSizeInBytes: Number("long"), // required
49
+ * SnapshotId: "STRING_VALUE",
50
+ * TargetName: "STRING_VALUE", // required
51
+ * SourceVolumeARN: "STRING_VALUE",
52
+ * NetworkInterfaceId: "STRING_VALUE", // required
53
+ * ClientToken: "STRING_VALUE", // required
54
+ * KMSEncrypted: true || false,
55
+ * KMSKey: "STRING_VALUE",
56
+ * Tags: [
57
+ * {
58
+ * Key: "STRING_VALUE", // required
59
+ * Value: "STRING_VALUE", // required
60
+ * },
61
+ * ],
62
+ * };
46
63
  * const command = new CreateCachediSCSIVolumeCommand(input);
47
64
  * const response = await client.send(command);
48
65
  * ```
@@ -42,6 +42,43 @@ export interface CreateNFSFileShareCommandOutput extends CreateNFSFileShareOutpu
42
42
  * import { StorageGatewayClient, CreateNFSFileShareCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
43
43
  * // const { StorageGatewayClient, CreateNFSFileShareCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
44
44
  * const client = new StorageGatewayClient(config);
45
+ * const input = {
46
+ * ClientToken: "STRING_VALUE", // required
47
+ * NFSFileShareDefaults: {
48
+ * FileMode: "STRING_VALUE",
49
+ * DirectoryMode: "STRING_VALUE",
50
+ * GroupId: Number("long"),
51
+ * OwnerId: Number("long"),
52
+ * },
53
+ * GatewayARN: "STRING_VALUE", // required
54
+ * KMSEncrypted: true || false,
55
+ * KMSKey: "STRING_VALUE",
56
+ * Role: "STRING_VALUE", // required
57
+ * LocationARN: "STRING_VALUE", // required
58
+ * DefaultStorageClass: "STRING_VALUE",
59
+ * ObjectACL: "STRING_VALUE",
60
+ * ClientList: [
61
+ * "STRING_VALUE",
62
+ * ],
63
+ * Squash: "STRING_VALUE",
64
+ * ReadOnly: true || false,
65
+ * GuessMIMETypeEnabled: true || false,
66
+ * RequesterPays: true || false,
67
+ * Tags: [
68
+ * {
69
+ * Key: "STRING_VALUE", // required
70
+ * Value: "STRING_VALUE", // required
71
+ * },
72
+ * ],
73
+ * FileShareName: "STRING_VALUE",
74
+ * CacheAttributes: {
75
+ * CacheStaleTimeoutInSeconds: Number("int"),
76
+ * },
77
+ * NotificationPolicy: "STRING_VALUE",
78
+ * VPCEndpointDNSName: "STRING_VALUE",
79
+ * BucketRegion: "STRING_VALUE",
80
+ * AuditDestinationARN: "STRING_VALUE",
81
+ * };
45
82
  * const command = new CreateNFSFileShareCommand(input);
46
83
  * const response = await client.send(command);
47
84
  * ```
@@ -42,6 +42,47 @@ export interface CreateSMBFileShareCommandOutput extends CreateSMBFileShareOutpu
42
42
  * import { StorageGatewayClient, CreateSMBFileShareCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
43
43
  * // const { StorageGatewayClient, CreateSMBFileShareCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
44
44
  * const client = new StorageGatewayClient(config);
45
+ * const input = {
46
+ * ClientToken: "STRING_VALUE", // required
47
+ * GatewayARN: "STRING_VALUE", // required
48
+ * KMSEncrypted: true || false,
49
+ * KMSKey: "STRING_VALUE",
50
+ * Role: "STRING_VALUE", // required
51
+ * LocationARN: "STRING_VALUE", // required
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
+ * Authentication: "STRING_VALUE",
70
+ * CaseSensitivity: "STRING_VALUE",
71
+ * Tags: [
72
+ * {
73
+ * Key: "STRING_VALUE", // required
74
+ * Value: "STRING_VALUE", // required
75
+ * },
76
+ * ],
77
+ * FileShareName: "STRING_VALUE",
78
+ * CacheAttributes: {
79
+ * CacheStaleTimeoutInSeconds: Number("int"),
80
+ * },
81
+ * NotificationPolicy: "STRING_VALUE",
82
+ * VPCEndpointDNSName: "STRING_VALUE",
83
+ * BucketRegion: "STRING_VALUE",
84
+ * OplocksEnabled: true || false,
85
+ * };
45
86
  * const command = new CreateSMBFileShareCommand(input);
46
87
  * const response = await client.send(command);
47
88
  * ```
@@ -53,6 +53,16 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotOutput, __Met
53
53
  * import { StorageGatewayClient, CreateSnapshotCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
54
54
  * // const { StorageGatewayClient, CreateSnapshotCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
55
55
  * const client = new StorageGatewayClient(config);
56
+ * const input = {
57
+ * VolumeARN: "STRING_VALUE", // required
58
+ * SnapshotDescription: "STRING_VALUE", // required
59
+ * Tags: [
60
+ * {
61
+ * Key: "STRING_VALUE", // required
62
+ * Value: "STRING_VALUE", // required
63
+ * },
64
+ * ],
65
+ * };
56
66
  * const command = new CreateSnapshotCommand(input);
57
67
  * const response = await client.send(command);
58
68
  * ```
@@ -46,6 +46,16 @@ export interface CreateSnapshotFromVolumeRecoveryPointCommandOutput extends Crea
46
46
  * import { StorageGatewayClient, CreateSnapshotFromVolumeRecoveryPointCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
47
47
  * // const { StorageGatewayClient, CreateSnapshotFromVolumeRecoveryPointCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
48
48
  * const client = new StorageGatewayClient(config);
49
+ * const input = {
50
+ * VolumeARN: "STRING_VALUE", // required
51
+ * SnapshotDescription: "STRING_VALUE", // required
52
+ * Tags: [
53
+ * {
54
+ * Key: "STRING_VALUE", // required
55
+ * Value: "STRING_VALUE", // required
56
+ * },
57
+ * ],
58
+ * };
49
59
  * const command = new CreateSnapshotFromVolumeRecoveryPointCommand(input);
50
60
  * const response = await client.send(command);
51
61
  * ```
@@ -37,6 +37,22 @@ export interface CreateStorediSCSIVolumeCommandOutput extends CreateStorediSCSIV
37
37
  * import { StorageGatewayClient, CreateStorediSCSIVolumeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
38
38
  * // const { StorageGatewayClient, CreateStorediSCSIVolumeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
39
39
  * const client = new StorageGatewayClient(config);
40
+ * const input = {
41
+ * GatewayARN: "STRING_VALUE", // required
42
+ * DiskId: "STRING_VALUE", // required
43
+ * SnapshotId: "STRING_VALUE",
44
+ * PreserveExistingData: true || false, // required
45
+ * TargetName: "STRING_VALUE", // required
46
+ * NetworkInterfaceId: "STRING_VALUE", // required
47
+ * KMSEncrypted: true || false,
48
+ * KMSKey: "STRING_VALUE",
49
+ * Tags: [
50
+ * {
51
+ * Key: "STRING_VALUE", // required
52
+ * Value: "STRING_VALUE", // required
53
+ * },
54
+ * ],
55
+ * };
40
56
  * const command = new CreateStorediSCSIVolumeCommand(input);
41
57
  * const response = await client.send(command);
42
58
  * ```
@@ -27,6 +27,18 @@ export interface CreateTapePoolCommandOutput extends CreateTapePoolOutput, __Met
27
27
  * import { StorageGatewayClient, CreateTapePoolCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, CreateTapePoolCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * PoolName: "STRING_VALUE", // required
32
+ * StorageClass: "STRING_VALUE", // required
33
+ * RetentionLockType: "STRING_VALUE",
34
+ * RetentionLockTimeInDays: Number("int"),
35
+ * Tags: [
36
+ * {
37
+ * Key: "STRING_VALUE", // required
38
+ * Value: "STRING_VALUE", // required
39
+ * },
40
+ * ],
41
+ * };
30
42
  * const command = new CreateTapePoolCommand(input);
31
43
  * const response = await client.send(command);
32
44
  * ```
@@ -34,6 +34,21 @@ export interface CreateTapeWithBarcodeCommandOutput extends CreateTapeWithBarcod
34
34
  * import { StorageGatewayClient, CreateTapeWithBarcodeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
35
35
  * // const { StorageGatewayClient, CreateTapeWithBarcodeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
36
36
  * const client = new StorageGatewayClient(config);
37
+ * const input = {
38
+ * GatewayARN: "STRING_VALUE", // required
39
+ * TapeSizeInBytes: Number("long"), // required
40
+ * TapeBarcode: "STRING_VALUE", // required
41
+ * KMSEncrypted: true || false,
42
+ * KMSKey: "STRING_VALUE",
43
+ * PoolId: "STRING_VALUE",
44
+ * Worm: true || false,
45
+ * Tags: [
46
+ * {
47
+ * Key: "STRING_VALUE", // required
48
+ * Value: "STRING_VALUE", // required
49
+ * },
50
+ * ],
51
+ * };
37
52
  * const command = new CreateTapeWithBarcodeCommand(input);
38
53
  * const response = await client.send(command);
39
54
  * ```
@@ -32,6 +32,23 @@ export interface CreateTapesCommandOutput extends CreateTapesOutput, __MetadataB
32
32
  * import { StorageGatewayClient, CreateTapesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
33
33
  * // const { StorageGatewayClient, CreateTapesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
34
34
  * const client = new StorageGatewayClient(config);
35
+ * const input = {
36
+ * GatewayARN: "STRING_VALUE", // required
37
+ * TapeSizeInBytes: Number("long"), // required
38
+ * ClientToken: "STRING_VALUE", // required
39
+ * NumTapesToCreate: Number("int"), // required
40
+ * TapeBarcodePrefix: "STRING_VALUE", // required
41
+ * KMSEncrypted: true || false,
42
+ * KMSKey: "STRING_VALUE",
43
+ * PoolId: "STRING_VALUE",
44
+ * Worm: true || false,
45
+ * Tags: [
46
+ * {
47
+ * Key: "STRING_VALUE", // required
48
+ * Value: "STRING_VALUE", // required
49
+ * },
50
+ * ],
51
+ * };
35
52
  * const command = new CreateTapesCommand(input);
36
53
  * const response = await client.send(command);
37
54
  * ```
@@ -28,6 +28,9 @@ export interface DeleteAutomaticTapeCreationPolicyCommandOutput extends DeleteAu
28
28
  * import { StorageGatewayClient, DeleteAutomaticTapeCreationPolicyCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
29
29
  * // const { StorageGatewayClient, DeleteAutomaticTapeCreationPolicyCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
30
30
  * const client = new StorageGatewayClient(config);
31
+ * const input = {
32
+ * GatewayARN: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DeleteAutomaticTapeCreationPolicyCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -30,6 +30,10 @@ export interface DeleteBandwidthRateLimitCommandOutput extends DeleteBandwidthRa
30
30
  * import { StorageGatewayClient, DeleteBandwidthRateLimitCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
31
31
  * // const { StorageGatewayClient, DeleteBandwidthRateLimitCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
32
32
  * const client = new StorageGatewayClient(config);
33
+ * const input = {
34
+ * GatewayARN: "STRING_VALUE", // required
35
+ * BandwidthType: "STRING_VALUE", // required
36
+ * };
33
37
  * const command = new DeleteBandwidthRateLimitCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -28,6 +28,10 @@ export interface DeleteChapCredentialsCommandOutput extends DeleteChapCredential
28
28
  * import { StorageGatewayClient, DeleteChapCredentialsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
29
29
  * // const { StorageGatewayClient, DeleteChapCredentialsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
30
30
  * const client = new StorageGatewayClient(config);
31
+ * const input = {
32
+ * TargetARN: "STRING_VALUE", // required
33
+ * InitiatorName: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new DeleteChapCredentialsCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -27,6 +27,10 @@ export interface DeleteFileShareCommandOutput extends DeleteFileShareOutput, __M
27
27
  * import { StorageGatewayClient, DeleteFileShareCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, DeleteFileShareCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * FileShareARN: "STRING_VALUE", // required
32
+ * ForceDelete: true || false,
33
+ * };
30
34
  * const command = new DeleteFileShareCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -43,6 +43,9 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __Metad
43
43
  * import { StorageGatewayClient, DeleteGatewayCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
44
44
  * // const { StorageGatewayClient, DeleteGatewayCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
45
45
  * const client = new StorageGatewayClient(config);
46
+ * const input = {
47
+ * GatewayARN: "STRING_VALUE", // required
48
+ * };
46
49
  * const command = new DeleteGatewayCommand(input);
47
50
  * const response = await client.send(command);
48
51
  * ```
@@ -40,6 +40,9 @@ export interface DeleteSnapshotScheduleCommandOutput extends DeleteSnapshotSched
40
40
  * import { StorageGatewayClient, DeleteSnapshotScheduleCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
41
41
  * // const { StorageGatewayClient, DeleteSnapshotScheduleCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
42
42
  * const client = new StorageGatewayClient(config);
43
+ * const input = {
44
+ * VolumeARN: "STRING_VALUE", // required
45
+ * };
43
46
  * const command = new DeleteSnapshotScheduleCommand(input);
44
47
  * const response = await client.send(command);
45
48
  * ```
@@ -27,6 +27,10 @@ export interface DeleteTapeArchiveCommandOutput extends DeleteTapeArchiveOutput,
27
27
  * import { StorageGatewayClient, DeleteTapeArchiveCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, DeleteTapeArchiveCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * TapeARN: "STRING_VALUE", // required
32
+ * BypassGovernanceRetention: true || false,
33
+ * };
30
34
  * const command = new DeleteTapeArchiveCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,11 @@ export interface DeleteTapeCommandOutput extends DeleteTapeOutput, __MetadataBea
27
27
  * import { StorageGatewayClient, DeleteTapeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, DeleteTapeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * GatewayARN: "STRING_VALUE", // required
32
+ * TapeARN: "STRING_VALUE", // required
33
+ * BypassGovernanceRetention: true || false,
34
+ * };
30
35
  * const command = new DeleteTapeCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -28,6 +28,9 @@ export interface DeleteTapePoolCommandOutput extends DeleteTapePoolOutput, __Met
28
28
  * import { StorageGatewayClient, DeleteTapePoolCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
29
29
  * // const { StorageGatewayClient, DeleteTapePoolCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
30
30
  * const client = new StorageGatewayClient(config);
31
+ * const input = {
32
+ * PoolARN: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DeleteTapePoolCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -38,6 +38,9 @@ export interface DeleteVolumeCommandOutput extends DeleteVolumeOutput, __Metadat
38
38
  * import { StorageGatewayClient, DeleteVolumeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
39
39
  * // const { StorageGatewayClient, DeleteVolumeCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
40
40
  * const client = new StorageGatewayClient(config);
41
+ * const input = {
42
+ * VolumeARN: "STRING_VALUE", // required
43
+ * };
41
44
  * const command = new DeleteVolumeCommand(input);
42
45
  * const response = await client.send(command);
43
46
  * ```
@@ -28,6 +28,9 @@ export interface DescribeAvailabilityMonitorTestCommandOutput extends DescribeAv
28
28
  * import { StorageGatewayClient, DescribeAvailabilityMonitorTestCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
29
29
  * // const { StorageGatewayClient, DescribeAvailabilityMonitorTestCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
30
30
  * const client = new StorageGatewayClient(config);
31
+ * const input = {
32
+ * GatewayARN: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DescribeAvailabilityMonitorTestCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -34,6 +34,9 @@ export interface DescribeBandwidthRateLimitCommandOutput extends DescribeBandwid
34
34
  * import { StorageGatewayClient, DescribeBandwidthRateLimitCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
35
35
  * // const { StorageGatewayClient, DescribeBandwidthRateLimitCommand } = 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 DescribeBandwidthRateLimitCommand(input);
38
41
  * const response = await client.send(command);
39
42
  * ```
@@ -42,6 +42,9 @@ export interface DescribeBandwidthRateLimitScheduleCommandOutput extends Describ
42
42
  * import { StorageGatewayClient, DescribeBandwidthRateLimitScheduleCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
43
43
  * // const { StorageGatewayClient, DescribeBandwidthRateLimitScheduleCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
44
44
  * const client = new StorageGatewayClient(config);
45
+ * const input = {
46
+ * GatewayARN: "STRING_VALUE", // required
47
+ * };
45
48
  * const command = new DescribeBandwidthRateLimitScheduleCommand(input);
46
49
  * const response = await client.send(command);
47
50
  * ```
@@ -30,6 +30,9 @@ export interface DescribeCacheCommandOutput extends DescribeCacheOutput, __Metad
30
30
  * import { StorageGatewayClient, DescribeCacheCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
31
31
  * // const { StorageGatewayClient, DescribeCacheCommand } = 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 DescribeCacheCommand(input);
34
37
  * const response = await client.send(command);
35
38
  * ```
@@ -31,6 +31,11 @@ export interface DescribeCachediSCSIVolumesCommandOutput extends DescribeCachedi
31
31
  * import { StorageGatewayClient, DescribeCachediSCSIVolumesCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
32
32
  * // const { StorageGatewayClient, DescribeCachediSCSIVolumesCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
33
33
  * const client = new StorageGatewayClient(config);
34
+ * const input = {
35
+ * VolumeARNs: [ // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * };
34
39
  * const command = new DescribeCachediSCSIVolumesCommand(input);
35
40
  * const response = await client.send(command);
36
41
  * ```
@@ -28,6 +28,9 @@ export interface DescribeChapCredentialsCommandOutput extends DescribeChapCreden
28
28
  * import { StorageGatewayClient, DescribeChapCredentialsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
29
29
  * // const { StorageGatewayClient, DescribeChapCredentialsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
30
30
  * const client = new StorageGatewayClient(config);
31
+ * const input = {
32
+ * TargetARN: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DescribeChapCredentialsCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -27,6 +27,11 @@ export interface DescribeFileSystemAssociationsCommandOutput extends DescribeFil
27
27
  * import { StorageGatewayClient, DescribeFileSystemAssociationsCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, DescribeFileSystemAssociationsCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
29
29
  * const client = new StorageGatewayClient(config);
30
+ * const input = {
31
+ * FileSystemAssociationARNList: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
30
35
  * const command = new DescribeFileSystemAssociationsCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -28,6 +28,9 @@ export interface DescribeGatewayInformationCommandOutput extends DescribeGateway
28
28
  * import { StorageGatewayClient, DescribeGatewayInformationCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
29
29
  * // const { StorageGatewayClient, DescribeGatewayInformationCommand } = require("@aws-sdk/client-storage-gateway"); // CommonJS import
30
30
  * const client = new StorageGatewayClient(config);
31
+ * const input = {
32
+ * GatewayARN: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DescribeGatewayInformationCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -27,6 +27,9 @@ export interface DescribeMaintenanceStartTimeCommandOutput extends DescribeMaint
27
27
  * import { StorageGatewayClient, DescribeMaintenanceStartTimeCommand } from "@aws-sdk/client-storage-gateway"; // ES Modules import
28
28
  * // const { StorageGatewayClient, DescribeMaintenanceStartTimeCommand } = 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 DescribeMaintenanceStartTimeCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```