@aws-sdk/client-storage-gateway 3.321.1 → 3.326.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 +6 -0
  2. package/dist-types/commands/AddCacheCommand.d.ts +6 -0
  3. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -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 +6 -0
  7. package/dist-types/commands/AssociateFileSystemCommand.d.ts +6 -0
  8. package/dist-types/commands/AttachVolumeCommand.d.ts +7 -0
  9. package/dist-types/commands/CancelArchivalCommand.d.ts +6 -0
  10. package/dist-types/commands/CancelRetrievalCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateCachediSCSIVolumeCommand.d.ts +7 -0
  12. package/dist-types/commands/CreateNFSFileShareCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateSMBFileShareCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateSnapshotCommand.d.ts +7 -0
  15. package/dist-types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +8 -0
  16. package/dist-types/commands/CreateStorediSCSIVolumeCommand.d.ts +8 -0
  17. package/dist-types/commands/CreateTapePoolCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateTapeWithBarcodeCommand.d.ts +6 -0
  19. package/dist-types/commands/CreateTapesCommand.d.ts +8 -0
  20. package/dist-types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteBandwidthRateLimitCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteChapCredentialsCommand.d.ts +7 -0
  23. package/dist-types/commands/DeleteFileShareCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteTapeArchiveCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteTapeCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteTapePoolCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteVolumeCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +8 -0
  31. package/dist-types/commands/DescribeBandwidthRateLimitCommand.d.ts +8 -0
  32. package/dist-types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +19 -0
  33. package/dist-types/commands/DescribeCacheCommand.d.ts +14 -0
  34. package/dist-types/commands/DescribeCachediSCSIVolumesCommand.d.ts +28 -0
  35. package/dist-types/commands/DescribeChapCredentialsCommand.d.ts +13 -0
  36. package/dist-types/commands/DescribeFileSystemAssociationsCommand.d.ts +33 -0
  37. package/dist-types/commands/DescribeGatewayInformationCommand.d.ts +39 -0
  38. package/dist-types/commands/DescribeMaintenanceStartTimeCommand.d.ts +11 -0
  39. package/dist-types/commands/DescribeNFSFileSharesCommand.d.ts +47 -0
  40. package/dist-types/commands/DescribeSMBFileSharesCommand.d.ts +51 -0
  41. package/dist-types/commands/DescribeSMBSettingsCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeSnapshotScheduleCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeStorediSCSIVolumesCommand.d.ts +30 -0
  44. package/dist-types/commands/DescribeTapeArchivesCommand.d.ts +23 -0
  45. package/dist-types/commands/DescribeTapeRecoveryPointsCommand.d.ts +15 -0
  46. package/dist-types/commands/DescribeTapesCommand.d.ts +23 -0
  47. package/dist-types/commands/DescribeUploadBufferCommand.d.ts +11 -0
  48. package/dist-types/commands/DescribeVTLDevicesCommand.d.ts +21 -0
  49. package/dist-types/commands/DescribeWorkingStorageCommand.d.ts +11 -0
  50. package/dist-types/commands/DetachVolumeCommand.d.ts +6 -0
  51. package/dist-types/commands/DisableGatewayCommand.d.ts +6 -0
  52. package/dist-types/commands/DisassociateFileSystemCommand.d.ts +6 -0
  53. package/dist-types/commands/JoinDomainCommand.d.ts +7 -0
  54. package/dist-types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +19 -0
  55. package/dist-types/commands/ListFileSharesCommand.d.ts +16 -0
  56. package/dist-types/commands/ListFileSystemAssociationsCommand.d.ts +15 -0
  57. package/dist-types/commands/ListGatewaysCommand.d.ts +19 -0
  58. package/dist-types/commands/ListLocalDisksCommand.d.ts +20 -0
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  60. package/dist-types/commands/ListTapePoolsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListTapesCommand.d.ts +18 -0
  62. package/dist-types/commands/ListVolumeInitiatorsCommand.d.ts +8 -0
  63. package/dist-types/commands/ListVolumeRecoveryPointsCommand.d.ts +14 -0
  64. package/dist-types/commands/ListVolumesCommand.d.ts +18 -0
  65. package/dist-types/commands/NotifyWhenUploadedCommand.d.ts +7 -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 +6 -0
  69. package/dist-types/commands/RetrieveTapeArchiveCommand.d.ts +6 -0
  70. package/dist-types/commands/RetrieveTapeRecoveryPointCommand.d.ts +6 -0
  71. package/dist-types/commands/SetLocalConsolePasswordCommand.d.ts +6 -0
  72. package/dist-types/commands/SetSMBGuestPasswordCommand.d.ts +6 -0
  73. package/dist-types/commands/ShutdownGatewayCommand.d.ts +6 -0
  74. package/dist-types/commands/StartAvailabilityMonitorTestCommand.d.ts +6 -0
  75. package/dist-types/commands/StartGatewayCommand.d.ts +6 -0
  76. package/dist-types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +6 -0
  77. package/dist-types/commands/UpdateBandwidthRateLimitCommand.d.ts +6 -0
  78. package/dist-types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +6 -0
  79. package/dist-types/commands/UpdateChapCredentialsCommand.d.ts +7 -0
  80. package/dist-types/commands/UpdateFileSystemAssociationCommand.d.ts +6 -0
  81. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +7 -0
  82. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +6 -0
  83. package/dist-types/commands/UpdateMaintenanceStartTimeCommand.d.ts +6 -0
  84. package/dist-types/commands/UpdateNFSFileShareCommand.d.ts +6 -0
  85. package/dist-types/commands/UpdateSMBFileShareCommand.d.ts +6 -0
  86. package/dist-types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +6 -0
  87. package/dist-types/commands/UpdateSMBLocalGroupsCommand.d.ts +6 -0
  88. package/dist-types/commands/UpdateSMBSecurityStrategyCommand.d.ts +6 -0
  89. package/dist-types/commands/UpdateSnapshotScheduleCommand.d.ts +6 -0
  90. package/dist-types/commands/UpdateVTLDeviceTypeCommand.d.ts +6 -0
  91. package/package.json +16 -16
@@ -47,6 +47,23 @@ export interface DescribeBandwidthRateLimitScheduleCommandOutput extends Describ
47
47
  * };
48
48
  * const command = new DescribeBandwidthRateLimitScheduleCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // DescribeBandwidthRateLimitScheduleOutput
51
+ * // GatewayARN: "STRING_VALUE",
52
+ * // BandwidthRateLimitIntervals: [ // BandwidthRateLimitIntervals
53
+ * // { // BandwidthRateLimitInterval
54
+ * // StartHourOfDay: Number("int"), // required
55
+ * // StartMinuteOfHour: Number("int"), // required
56
+ * // EndHourOfDay: Number("int"), // required
57
+ * // EndMinuteOfHour: Number("int"), // required
58
+ * // DaysOfWeek: [ // DaysOfWeek // required
59
+ * // Number("int"),
60
+ * // ],
61
+ * // AverageUploadRateLimitInBitsPerSec: Number("long"),
62
+ * // AverageDownloadRateLimitInBitsPerSec: Number("long"),
63
+ * // },
64
+ * // ],
65
+ * // };
66
+ *
50
67
  * ```
51
68
  *
52
69
  * @param DescribeBandwidthRateLimitScheduleCommandInput - {@link DescribeBandwidthRateLimitScheduleCommandInput}
@@ -63,6 +80,8 @@ export interface DescribeBandwidthRateLimitScheduleCommandOutput extends Describ
63
80
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
64
81
  * more information, see the error and message fields.</p>
65
82
  *
83
+ * @throws {@link StorageGatewayServiceException}
84
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
66
85
  *
67
86
  */
68
87
  export declare class DescribeBandwidthRateLimitScheduleCommand extends $Command<DescribeBandwidthRateLimitScheduleCommandInput, DescribeBandwidthRateLimitScheduleCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -35,6 +35,18 @@ export interface DescribeCacheCommandOutput extends DescribeCacheOutput, __Metad
35
35
  * };
36
36
  * const command = new DescribeCacheCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeCacheOutput
39
+ * // GatewayARN: "STRING_VALUE",
40
+ * // DiskIds: [ // DiskIds
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // CacheAllocatedInBytes: Number("long"),
44
+ * // CacheUsedPercentage: Number("double"),
45
+ * // CacheDirtyPercentage: Number("double"),
46
+ * // CacheHitPercentage: Number("double"),
47
+ * // CacheMissPercentage: Number("double"),
48
+ * // };
49
+ *
38
50
  * ```
39
51
  *
40
52
  * @param DescribeCacheCommandInput - {@link DescribeCacheCommandInput}
@@ -51,6 +63,8 @@ export interface DescribeCacheCommandOutput extends DescribeCacheOutput, __Metad
51
63
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
52
64
  * more information, see the error and message fields.</p>
53
65
  *
66
+ * @throws {@link StorageGatewayServiceException}
67
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
54
68
  *
55
69
  * @example To describe cache information
56
70
  * ```javascript
@@ -38,6 +38,32 @@ export interface DescribeCachediSCSIVolumesCommandOutput extends DescribeCachedi
38
38
  * };
39
39
  * const command = new DescribeCachediSCSIVolumesCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DescribeCachediSCSIVolumesOutput
42
+ * // CachediSCSIVolumes: [ // CachediSCSIVolumes
43
+ * // { // CachediSCSIVolume
44
+ * // VolumeARN: "STRING_VALUE",
45
+ * // VolumeId: "STRING_VALUE",
46
+ * // VolumeType: "STRING_VALUE",
47
+ * // VolumeStatus: "STRING_VALUE",
48
+ * // VolumeAttachmentStatus: "STRING_VALUE",
49
+ * // VolumeSizeInBytes: Number("long"),
50
+ * // VolumeProgress: Number("double"),
51
+ * // SourceSnapshotId: "STRING_VALUE",
52
+ * // VolumeiSCSIAttributes: { // VolumeiSCSIAttributes
53
+ * // TargetARN: "STRING_VALUE",
54
+ * // NetworkInterfaceId: "STRING_VALUE",
55
+ * // NetworkInterfacePort: Number("int"),
56
+ * // LunNumber: Number("int"),
57
+ * // ChapEnabled: true || false,
58
+ * // },
59
+ * // CreatedDate: new Date("TIMESTAMP"),
60
+ * // VolumeUsedInBytes: Number("long"),
61
+ * // KMSKey: "STRING_VALUE",
62
+ * // TargetName: "STRING_VALUE",
63
+ * // },
64
+ * // ],
65
+ * // };
66
+ *
41
67
  * ```
42
68
  *
43
69
  * @param DescribeCachediSCSIVolumesCommandInput - {@link DescribeCachediSCSIVolumesCommandInput}
@@ -54,6 +80,8 @@ export interface DescribeCachediSCSIVolumesCommandOutput extends DescribeCachedi
54
80
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
55
81
  * more information, see the error and message fields.</p>
56
82
  *
83
+ * @throws {@link StorageGatewayServiceException}
84
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
57
85
  *
58
86
  * @example To describe gateway cached iSCSI volumes
59
87
  * ```javascript
@@ -33,6 +33,17 @@ export interface DescribeChapCredentialsCommandOutput extends DescribeChapCreden
33
33
  * };
34
34
  * const command = new DescribeChapCredentialsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeChapCredentialsOutput
37
+ * // ChapCredentials: [ // ChapCredentials
38
+ * // { // ChapInfo
39
+ * // TargetARN: "STRING_VALUE",
40
+ * // SecretToAuthenticateInitiator: "STRING_VALUE",
41
+ * // InitiatorName: "STRING_VALUE",
42
+ * // SecretToAuthenticateTarget: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // };
46
+ *
36
47
  * ```
37
48
  *
38
49
  * @param DescribeChapCredentialsCommandInput - {@link DescribeChapCredentialsCommandInput}
@@ -49,6 +60,8 @@ export interface DescribeChapCredentialsCommandOutput extends DescribeChapCreden
49
60
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
50
61
  * more information, see the error and message fields.</p>
51
62
  *
63
+ * @throws {@link StorageGatewayServiceException}
64
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
52
65
  *
53
66
  * @example To describe CHAP credetnitals for an iSCSI
54
67
  * ```javascript
@@ -34,6 +34,37 @@ export interface DescribeFileSystemAssociationsCommandOutput extends DescribeFil
34
34
  * };
35
35
  * const command = new DescribeFileSystemAssociationsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeFileSystemAssociationsOutput
38
+ * // FileSystemAssociationInfoList: [ // FileSystemAssociationInfoList
39
+ * // { // FileSystemAssociationInfo
40
+ * // FileSystemAssociationARN: "STRING_VALUE",
41
+ * // LocationARN: "STRING_VALUE",
42
+ * // FileSystemAssociationStatus: "STRING_VALUE",
43
+ * // AuditDestinationARN: "STRING_VALUE",
44
+ * // GatewayARN: "STRING_VALUE",
45
+ * // Tags: [ // Tags
46
+ * // { // Tag
47
+ * // Key: "STRING_VALUE", // required
48
+ * // Value: "STRING_VALUE", // required
49
+ * // },
50
+ * // ],
51
+ * // CacheAttributes: { // CacheAttributes
52
+ * // CacheStaleTimeoutInSeconds: Number("int"),
53
+ * // },
54
+ * // EndpointNetworkConfiguration: { // EndpointNetworkConfiguration
55
+ * // IpAddresses: [ // IpAddressList
56
+ * // "STRING_VALUE",
57
+ * // ],
58
+ * // },
59
+ * // FileSystemAssociationStatusDetails: [ // FileSystemAssociationStatusDetails
60
+ * // { // FileSystemAssociationStatusDetail
61
+ * // ErrorCode: "STRING_VALUE",
62
+ * // },
63
+ * // ],
64
+ * // },
65
+ * // ],
66
+ * // };
67
+ *
37
68
  * ```
38
69
  *
39
70
  * @param DescribeFileSystemAssociationsCommandInput - {@link DescribeFileSystemAssociationsCommandInput}
@@ -50,6 +81,8 @@ export interface DescribeFileSystemAssociationsCommandOutput extends DescribeFil
50
81
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
51
82
  * more information, see the error and message fields.</p>
52
83
  *
84
+ * @throws {@link StorageGatewayServiceException}
85
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
53
86
  *
54
87
  */
55
88
  export declare class DescribeFileSystemAssociationsCommand extends $Command<DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -33,6 +33,43 @@ export interface DescribeGatewayInformationCommandOutput extends DescribeGateway
33
33
  * };
34
34
  * const command = new DescribeGatewayInformationCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeGatewayInformationOutput
37
+ * // GatewayARN: "STRING_VALUE",
38
+ * // GatewayId: "STRING_VALUE",
39
+ * // GatewayName: "STRING_VALUE",
40
+ * // GatewayTimezone: "STRING_VALUE",
41
+ * // GatewayState: "STRING_VALUE",
42
+ * // GatewayNetworkInterfaces: [ // GatewayNetworkInterfaces
43
+ * // { // NetworkInterface
44
+ * // Ipv4Address: "STRING_VALUE",
45
+ * // MacAddress: "STRING_VALUE",
46
+ * // Ipv6Address: "STRING_VALUE",
47
+ * // },
48
+ * // ],
49
+ * // GatewayType: "STRING_VALUE",
50
+ * // NextUpdateAvailabilityDate: "STRING_VALUE",
51
+ * // LastSoftwareUpdate: "STRING_VALUE",
52
+ * // Ec2InstanceId: "STRING_VALUE",
53
+ * // Ec2InstanceRegion: "STRING_VALUE",
54
+ * // Tags: [ // Tags
55
+ * // { // Tag
56
+ * // Key: "STRING_VALUE", // required
57
+ * // Value: "STRING_VALUE", // required
58
+ * // },
59
+ * // ],
60
+ * // VPCEndpoint: "STRING_VALUE",
61
+ * // CloudWatchLogGroupARN: "STRING_VALUE",
62
+ * // HostEnvironment: "STRING_VALUE",
63
+ * // EndpointType: "STRING_VALUE",
64
+ * // SoftwareUpdatesEndDate: "STRING_VALUE",
65
+ * // DeprecationDate: "STRING_VALUE",
66
+ * // GatewayCapacity: "STRING_VALUE",
67
+ * // SupportedGatewayCapacities: [ // SupportedGatewayCapacities
68
+ * // "STRING_VALUE",
69
+ * // ],
70
+ * // HostEnvironmentId: "STRING_VALUE",
71
+ * // };
72
+ *
36
73
  * ```
37
74
  *
38
75
  * @param DescribeGatewayInformationCommandInput - {@link DescribeGatewayInformationCommandInput}
@@ -49,6 +86,8 @@ export interface DescribeGatewayInformationCommandOutput extends DescribeGateway
49
86
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
50
87
  * more information, see the error and message fields.</p>
51
88
  *
89
+ * @throws {@link StorageGatewayServiceException}
90
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
52
91
  *
53
92
  * @example To describe metadata about the gateway
54
93
  * ```javascript
@@ -32,6 +32,15 @@ export interface DescribeMaintenanceStartTimeCommandOutput extends DescribeMaint
32
32
  * };
33
33
  * const command = new DescribeMaintenanceStartTimeCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeMaintenanceStartTimeOutput
36
+ * // GatewayARN: "STRING_VALUE",
37
+ * // HourOfDay: Number("int"),
38
+ * // MinuteOfHour: Number("int"),
39
+ * // DayOfWeek: Number("int"),
40
+ * // DayOfMonth: Number("int"),
41
+ * // Timezone: "STRING_VALUE",
42
+ * // };
43
+ *
35
44
  * ```
36
45
  *
37
46
  * @param DescribeMaintenanceStartTimeCommandInput - {@link DescribeMaintenanceStartTimeCommandInput}
@@ -48,6 +57,8 @@ export interface DescribeMaintenanceStartTimeCommandOutput extends DescribeMaint
48
57
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
49
58
  * more information, see the error and message fields.</p>
50
59
  *
60
+ * @throws {@link StorageGatewayServiceException}
61
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
51
62
  *
52
63
  * @example To describe gateway's maintenance start time
53
64
  * ```javascript
@@ -34,6 +34,51 @@ export interface DescribeNFSFileSharesCommandOutput extends DescribeNFSFileShare
34
34
  * };
35
35
  * const command = new DescribeNFSFileSharesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeNFSFileSharesOutput
38
+ * // NFSFileShareInfoList: [ // NFSFileShareInfoList
39
+ * // { // NFSFileShareInfo
40
+ * // NFSFileShareDefaults: { // NFSFileShareDefaults
41
+ * // FileMode: "STRING_VALUE",
42
+ * // DirectoryMode: "STRING_VALUE",
43
+ * // GroupId: Number("long"),
44
+ * // OwnerId: Number("long"),
45
+ * // },
46
+ * // FileShareARN: "STRING_VALUE",
47
+ * // FileShareId: "STRING_VALUE",
48
+ * // FileShareStatus: "STRING_VALUE",
49
+ * // GatewayARN: "STRING_VALUE",
50
+ * // KMSEncrypted: true || false,
51
+ * // KMSKey: "STRING_VALUE",
52
+ * // Path: "STRING_VALUE",
53
+ * // Role: "STRING_VALUE",
54
+ * // LocationARN: "STRING_VALUE",
55
+ * // DefaultStorageClass: "STRING_VALUE",
56
+ * // ObjectACL: "STRING_VALUE",
57
+ * // ClientList: [ // FileShareClientList
58
+ * // "STRING_VALUE",
59
+ * // ],
60
+ * // Squash: "STRING_VALUE",
61
+ * // ReadOnly: true || false,
62
+ * // GuessMIMETypeEnabled: true || false,
63
+ * // RequesterPays: true || false,
64
+ * // Tags: [ // Tags
65
+ * // { // Tag
66
+ * // Key: "STRING_VALUE", // required
67
+ * // Value: "STRING_VALUE", // required
68
+ * // },
69
+ * // ],
70
+ * // FileShareName: "STRING_VALUE",
71
+ * // CacheAttributes: { // CacheAttributes
72
+ * // CacheStaleTimeoutInSeconds: Number("int"),
73
+ * // },
74
+ * // NotificationPolicy: "STRING_VALUE",
75
+ * // VPCEndpointDNSName: "STRING_VALUE",
76
+ * // BucketRegion: "STRING_VALUE",
77
+ * // AuditDestinationARN: "STRING_VALUE",
78
+ * // },
79
+ * // ],
80
+ * // };
81
+ *
37
82
  * ```
38
83
  *
39
84
  * @param DescribeNFSFileSharesCommandInput - {@link DescribeNFSFileSharesCommandInput}
@@ -50,6 +95,8 @@ export interface DescribeNFSFileSharesCommandOutput extends DescribeNFSFileShare
50
95
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
51
96
  * more information, see the error and message fields.</p>
52
97
  *
98
+ * @throws {@link StorageGatewayServiceException}
99
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
53
100
  *
54
101
  */
55
102
  export declare class DescribeNFSFileSharesCommand extends $Command<DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -34,6 +34,55 @@ export interface DescribeSMBFileSharesCommandOutput extends DescribeSMBFileShare
34
34
  * };
35
35
  * const command = new DescribeSMBFileSharesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeSMBFileSharesOutput
38
+ * // SMBFileShareInfoList: [ // SMBFileShareInfoList
39
+ * // { // SMBFileShareInfo
40
+ * // FileShareARN: "STRING_VALUE",
41
+ * // FileShareId: "STRING_VALUE",
42
+ * // FileShareStatus: "STRING_VALUE",
43
+ * // GatewayARN: "STRING_VALUE",
44
+ * // KMSEncrypted: true || false,
45
+ * // KMSKey: "STRING_VALUE",
46
+ * // Path: "STRING_VALUE",
47
+ * // Role: "STRING_VALUE",
48
+ * // LocationARN: "STRING_VALUE",
49
+ * // DefaultStorageClass: "STRING_VALUE",
50
+ * // ObjectACL: "STRING_VALUE",
51
+ * // ReadOnly: true || false,
52
+ * // GuessMIMETypeEnabled: true || false,
53
+ * // RequesterPays: true || false,
54
+ * // SMBACLEnabled: true || false,
55
+ * // AccessBasedEnumeration: true || false,
56
+ * // AdminUserList: [ // UserList
57
+ * // "STRING_VALUE",
58
+ * // ],
59
+ * // ValidUserList: [
60
+ * // "STRING_VALUE",
61
+ * // ],
62
+ * // InvalidUserList: [
63
+ * // "STRING_VALUE",
64
+ * // ],
65
+ * // AuditDestinationARN: "STRING_VALUE",
66
+ * // Authentication: "STRING_VALUE",
67
+ * // CaseSensitivity: "STRING_VALUE",
68
+ * // Tags: [ // Tags
69
+ * // { // Tag
70
+ * // Key: "STRING_VALUE", // required
71
+ * // Value: "STRING_VALUE", // required
72
+ * // },
73
+ * // ],
74
+ * // FileShareName: "STRING_VALUE",
75
+ * // CacheAttributes: { // CacheAttributes
76
+ * // CacheStaleTimeoutInSeconds: Number("int"),
77
+ * // },
78
+ * // NotificationPolicy: "STRING_VALUE",
79
+ * // VPCEndpointDNSName: "STRING_VALUE",
80
+ * // BucketRegion: "STRING_VALUE",
81
+ * // OplocksEnabled: true || false,
82
+ * // },
83
+ * // ],
84
+ * // };
85
+ *
37
86
  * ```
38
87
  *
39
88
  * @param DescribeSMBFileSharesCommandInput - {@link DescribeSMBFileSharesCommandInput}
@@ -50,6 +99,8 @@ export interface DescribeSMBFileSharesCommandOutput extends DescribeSMBFileShare
50
99
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
51
100
  * more information, see the error and message fields.</p>
52
101
  *
102
+ * @throws {@link StorageGatewayServiceException}
103
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
53
104
  *
54
105
  */
55
106
  export declare class DescribeSMBFileSharesCommand extends $Command<DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -32,6 +32,20 @@ export interface DescribeSMBSettingsCommandOutput extends DescribeSMBSettingsOut
32
32
  * };
33
33
  * const command = new DescribeSMBSettingsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeSMBSettingsOutput
36
+ * // GatewayARN: "STRING_VALUE",
37
+ * // DomainName: "STRING_VALUE",
38
+ * // ActiveDirectoryStatus: "STRING_VALUE",
39
+ * // SMBGuestPasswordSet: true || false,
40
+ * // SMBSecurityStrategy: "STRING_VALUE",
41
+ * // FileSharesVisible: true || false,
42
+ * // SMBLocalGroups: { // SMBLocalGroups
43
+ * // GatewayAdmins: [ // UserList
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // },
47
+ * // };
48
+ *
35
49
  * ```
36
50
  *
37
51
  * @param DescribeSMBSettingsCommandInput - {@link DescribeSMBSettingsCommandInput}
@@ -48,6 +62,8 @@ export interface DescribeSMBSettingsCommandOutput extends DescribeSMBSettingsOut
48
62
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
49
63
  * more information, see the error and message fields.</p>
50
64
  *
65
+ * @throws {@link StorageGatewayServiceException}
66
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
51
67
  *
52
68
  */
53
69
  export declare class DescribeSMBSettingsCommand extends $Command<DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -34,6 +34,20 @@ export interface DescribeSnapshotScheduleCommandOutput extends DescribeSnapshotS
34
34
  * };
35
35
  * const command = new DescribeSnapshotScheduleCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeSnapshotScheduleOutput
38
+ * // VolumeARN: "STRING_VALUE",
39
+ * // StartAt: Number("int"),
40
+ * // RecurrenceInHours: Number("int"),
41
+ * // Description: "STRING_VALUE",
42
+ * // Timezone: "STRING_VALUE",
43
+ * // Tags: [ // Tags
44
+ * // { // Tag
45
+ * // Key: "STRING_VALUE", // required
46
+ * // Value: "STRING_VALUE", // required
47
+ * // },
48
+ * // ],
49
+ * // };
50
+ *
37
51
  * ```
38
52
  *
39
53
  * @param DescribeSnapshotScheduleCommandInput - {@link DescribeSnapshotScheduleCommandInput}
@@ -50,6 +64,8 @@ export interface DescribeSnapshotScheduleCommandOutput extends DescribeSnapshotS
50
64
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
51
65
  * more information, see the error and message fields.</p>
52
66
  *
67
+ * @throws {@link StorageGatewayServiceException}
68
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
53
69
  *
54
70
  * @example To describe snapshot schedule for gateway volume
55
71
  * ```javascript
@@ -35,6 +35,34 @@ export interface DescribeStorediSCSIVolumesCommandOutput extends DescribeStoredi
35
35
  * };
36
36
  * const command = new DescribeStorediSCSIVolumesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeStorediSCSIVolumesOutput
39
+ * // StorediSCSIVolumes: [ // StorediSCSIVolumes
40
+ * // { // StorediSCSIVolume
41
+ * // VolumeARN: "STRING_VALUE",
42
+ * // VolumeId: "STRING_VALUE",
43
+ * // VolumeType: "STRING_VALUE",
44
+ * // VolumeStatus: "STRING_VALUE",
45
+ * // VolumeAttachmentStatus: "STRING_VALUE",
46
+ * // VolumeSizeInBytes: Number("long"),
47
+ * // VolumeProgress: Number("double"),
48
+ * // VolumeDiskId: "STRING_VALUE",
49
+ * // SourceSnapshotId: "STRING_VALUE",
50
+ * // PreservedExistingData: true || false,
51
+ * // VolumeiSCSIAttributes: { // VolumeiSCSIAttributes
52
+ * // TargetARN: "STRING_VALUE",
53
+ * // NetworkInterfaceId: "STRING_VALUE",
54
+ * // NetworkInterfacePort: Number("int"),
55
+ * // LunNumber: Number("int"),
56
+ * // ChapEnabled: true || false,
57
+ * // },
58
+ * // CreatedDate: new Date("TIMESTAMP"),
59
+ * // VolumeUsedInBytes: Number("long"),
60
+ * // KMSKey: "STRING_VALUE",
61
+ * // TargetName: "STRING_VALUE",
62
+ * // },
63
+ * // ],
64
+ * // };
65
+ *
38
66
  * ```
39
67
  *
40
68
  * @param DescribeStorediSCSIVolumesCommandInput - {@link DescribeStorediSCSIVolumesCommandInput}
@@ -51,6 +79,8 @@ export interface DescribeStorediSCSIVolumesCommandOutput extends DescribeStoredi
51
79
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
52
80
  * more information, see the error and message fields.</p>
53
81
  *
82
+ * @throws {@link StorageGatewayServiceException}
83
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
54
84
  *
55
85
  * @example To describe the volumes of a gateway
56
86
  * ```javascript
@@ -39,6 +39,27 @@ export interface DescribeTapeArchivesCommandOutput extends DescribeTapeArchivesO
39
39
  * };
40
40
  * const command = new DescribeTapeArchivesCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // DescribeTapeArchivesOutput
43
+ * // TapeArchives: [ // TapeArchives
44
+ * // { // TapeArchive
45
+ * // TapeARN: "STRING_VALUE",
46
+ * // TapeBarcode: "STRING_VALUE",
47
+ * // TapeCreatedDate: new Date("TIMESTAMP"),
48
+ * // TapeSizeInBytes: Number("long"),
49
+ * // CompletionTime: new Date("TIMESTAMP"),
50
+ * // RetrievedTo: "STRING_VALUE",
51
+ * // TapeStatus: "STRING_VALUE",
52
+ * // TapeUsedInBytes: Number("long"),
53
+ * // KMSKey: "STRING_VALUE",
54
+ * // PoolId: "STRING_VALUE",
55
+ * // Worm: true || false,
56
+ * // RetentionStartDate: new Date("TIMESTAMP"),
57
+ * // PoolEntryDate: new Date("TIMESTAMP"),
58
+ * // },
59
+ * // ],
60
+ * // Marker: "STRING_VALUE",
61
+ * // };
62
+ *
42
63
  * ```
43
64
  *
44
65
  * @param DescribeTapeArchivesCommandInput - {@link DescribeTapeArchivesCommandInput}
@@ -55,6 +76,8 @@ export interface DescribeTapeArchivesCommandOutput extends DescribeTapeArchivesO
55
76
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
56
77
  * more information, see the error and message fields.</p>
57
78
  *
79
+ * @throws {@link StorageGatewayServiceException}
80
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
58
81
  *
59
82
  * @example To describe virtual tapes in the VTS
60
83
  * ```javascript
@@ -39,6 +39,19 @@ export interface DescribeTapeRecoveryPointsCommandOutput extends DescribeTapeRec
39
39
  * };
40
40
  * const command = new DescribeTapeRecoveryPointsCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // DescribeTapeRecoveryPointsOutput
43
+ * // GatewayARN: "STRING_VALUE",
44
+ * // TapeRecoveryPointInfos: [ // TapeRecoveryPointInfos
45
+ * // { // TapeRecoveryPointInfo
46
+ * // TapeARN: "STRING_VALUE",
47
+ * // TapeRecoveryPointTime: new Date("TIMESTAMP"),
48
+ * // TapeSizeInBytes: Number("long"),
49
+ * // TapeStatus: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // Marker: "STRING_VALUE",
53
+ * // };
54
+ *
42
55
  * ```
43
56
  *
44
57
  * @param DescribeTapeRecoveryPointsCommandInput - {@link DescribeTapeRecoveryPointsCommandInput}
@@ -55,6 +68,8 @@ export interface DescribeTapeRecoveryPointsCommandOutput extends DescribeTapeRec
55
68
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
56
69
  * more information, see the error and message fields.</p>
57
70
  *
71
+ * @throws {@link StorageGatewayServiceException}
72
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
58
73
  *
59
74
  * @example To describe virtual tape recovery points
60
75
  * ```javascript
@@ -39,6 +39,27 @@ export interface DescribeTapesCommandOutput extends DescribeTapesOutput, __Metad
39
39
  * };
40
40
  * const command = new DescribeTapesCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // DescribeTapesOutput
43
+ * // Tapes: [ // Tapes
44
+ * // { // Tape
45
+ * // TapeARN: "STRING_VALUE",
46
+ * // TapeBarcode: "STRING_VALUE",
47
+ * // TapeCreatedDate: new Date("TIMESTAMP"),
48
+ * // TapeSizeInBytes: Number("long"),
49
+ * // TapeStatus: "STRING_VALUE",
50
+ * // VTLDevice: "STRING_VALUE",
51
+ * // Progress: Number("double"),
52
+ * // TapeUsedInBytes: Number("long"),
53
+ * // KMSKey: "STRING_VALUE",
54
+ * // PoolId: "STRING_VALUE",
55
+ * // Worm: true || false,
56
+ * // RetentionStartDate: new Date("TIMESTAMP"),
57
+ * // PoolEntryDate: new Date("TIMESTAMP"),
58
+ * // },
59
+ * // ],
60
+ * // Marker: "STRING_VALUE",
61
+ * // };
62
+ *
42
63
  * ```
43
64
  *
44
65
  * @param DescribeTapesCommandInput - {@link DescribeTapesCommandInput}
@@ -55,6 +76,8 @@ export interface DescribeTapesCommandOutput extends DescribeTapesOutput, __Metad
55
76
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
56
77
  * more information, see the error and message fields.</p>
57
78
  *
79
+ * @throws {@link StorageGatewayServiceException}
80
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
58
81
  *
59
82
  * @example To describe virtual tape(s) associated with gateway
60
83
  * ```javascript
@@ -35,6 +35,15 @@ export interface DescribeUploadBufferCommandOutput extends DescribeUploadBufferO
35
35
  * };
36
36
  * const command = new DescribeUploadBufferCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeUploadBufferOutput
39
+ * // GatewayARN: "STRING_VALUE",
40
+ * // DiskIds: [ // DiskIds
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // UploadBufferUsedInBytes: Number("long"),
44
+ * // UploadBufferAllocatedInBytes: Number("long"),
45
+ * // };
46
+ *
38
47
  * ```
39
48
  *
40
49
  * @param DescribeUploadBufferCommandInput - {@link DescribeUploadBufferCommandInput}
@@ -51,6 +60,8 @@ export interface DescribeUploadBufferCommandOutput extends DescribeUploadBufferO
51
60
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
52
61
  * more information, see the error and message fields.</p>
53
62
  *
63
+ * @throws {@link StorageGatewayServiceException}
64
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
54
65
  *
55
66
  * @example To describe upload buffer of gateway
56
67
  * ```javascript
@@ -39,6 +39,25 @@ export interface DescribeVTLDevicesCommandOutput extends DescribeVTLDevicesOutpu
39
39
  * };
40
40
  * const command = new DescribeVTLDevicesCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // DescribeVTLDevicesOutput
43
+ * // GatewayARN: "STRING_VALUE",
44
+ * // VTLDevices: [ // VTLDevices
45
+ * // { // VTLDevice
46
+ * // VTLDeviceARN: "STRING_VALUE",
47
+ * // VTLDeviceType: "STRING_VALUE",
48
+ * // VTLDeviceVendor: "STRING_VALUE",
49
+ * // VTLDeviceProductIdentifier: "STRING_VALUE",
50
+ * // DeviceiSCSIAttributes: { // DeviceiSCSIAttributes
51
+ * // TargetARN: "STRING_VALUE",
52
+ * // NetworkInterfaceId: "STRING_VALUE",
53
+ * // NetworkInterfacePort: Number("int"),
54
+ * // ChapEnabled: true || false,
55
+ * // },
56
+ * // },
57
+ * // ],
58
+ * // Marker: "STRING_VALUE",
59
+ * // };
60
+ *
42
61
  * ```
43
62
  *
44
63
  * @param DescribeVTLDevicesCommandInput - {@link DescribeVTLDevicesCommandInput}
@@ -55,6 +74,8 @@ export interface DescribeVTLDevicesCommandOutput extends DescribeVTLDevicesOutpu
55
74
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
56
75
  * more information, see the error and message fields.</p>
57
76
  *
77
+ * @throws {@link StorageGatewayServiceException}
78
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
58
79
  *
59
80
  * @example To describe virtual tape library (VTL) devices of a single gateway
60
81
  * ```javascript