@aws-sdk/client-storage-gateway 3.325.0 → 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 +3 -3
@@ -43,6 +43,10 @@ export interface StartGatewayCommandOutput extends StartGatewayOutput, __Metadat
43
43
  * };
44
44
  * const command = new StartGatewayCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // StartGatewayOutput
47
+ * // GatewayARN: "STRING_VALUE",
48
+ * // };
49
+ *
46
50
  * ```
47
51
  *
48
52
  * @param StartGatewayCommandInput - {@link StartGatewayCommandInput}
@@ -59,6 +63,8 @@ export interface StartGatewayCommandOutput extends StartGatewayOutput, __Metadat
59
63
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
60
64
  * more information, see the error and message fields.</p>
61
65
  *
66
+ * @throws {@link StorageGatewayServiceException}
67
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
62
68
  *
63
69
  * @example To start a gateway service
64
70
  * ```javascript
@@ -48,6 +48,10 @@ export interface UpdateAutomaticTapeCreationPolicyCommandOutput extends UpdateAu
48
48
  * };
49
49
  * const command = new UpdateAutomaticTapeCreationPolicyCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // UpdateAutomaticTapeCreationPolicyOutput
52
+ * // GatewayARN: "STRING_VALUE",
53
+ * // };
54
+ *
51
55
  * ```
52
56
  *
53
57
  * @param UpdateAutomaticTapeCreationPolicyCommandInput - {@link UpdateAutomaticTapeCreationPolicyCommandInput}
@@ -64,6 +68,8 @@ export interface UpdateAutomaticTapeCreationPolicyCommandOutput extends UpdateAu
64
68
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
65
69
  * more information, see the error and message fields.</p>
66
70
  *
71
+ * @throws {@link StorageGatewayServiceException}
72
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
67
73
  *
68
74
  */
69
75
  export declare class UpdateAutomaticTapeCreationPolicyCommand extends $Command<UpdateAutomaticTapeCreationPolicyCommandInput, UpdateAutomaticTapeCreationPolicyCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -44,6 +44,10 @@ export interface UpdateBandwidthRateLimitCommandOutput extends UpdateBandwidthRa
44
44
  * };
45
45
  * const command = new UpdateBandwidthRateLimitCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // UpdateBandwidthRateLimitOutput
48
+ * // GatewayARN: "STRING_VALUE",
49
+ * // };
50
+ *
47
51
  * ```
48
52
  *
49
53
  * @param UpdateBandwidthRateLimitCommandInput - {@link UpdateBandwidthRateLimitCommandInput}
@@ -60,6 +64,8 @@ export interface UpdateBandwidthRateLimitCommandOutput extends UpdateBandwidthRa
60
64
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
61
65
  * more information, see the error and message fields.</p>
62
66
  *
67
+ * @throws {@link StorageGatewayServiceException}
68
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
63
69
  *
64
70
  * @example To update the bandwidth rate limits of a gateway
65
71
  * ```javascript
@@ -48,6 +48,10 @@ export interface UpdateBandwidthRateLimitScheduleCommandOutput extends UpdateBan
48
48
  * };
49
49
  * const command = new UpdateBandwidthRateLimitScheduleCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // UpdateBandwidthRateLimitScheduleOutput
52
+ * // GatewayARN: "STRING_VALUE",
53
+ * // };
54
+ *
51
55
  * ```
52
56
  *
53
57
  * @param UpdateBandwidthRateLimitScheduleCommandInput - {@link UpdateBandwidthRateLimitScheduleCommandInput}
@@ -64,6 +68,8 @@ export interface UpdateBandwidthRateLimitScheduleCommandOutput extends UpdateBan
64
68
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
65
69
  * more information, see the error and message fields.</p>
66
70
  *
71
+ * @throws {@link StorageGatewayServiceException}
72
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
67
73
  *
68
74
  */
69
75
  export declare class UpdateBandwidthRateLimitScheduleCommand extends $Command<UpdateBandwidthRateLimitScheduleCommandInput, UpdateBandwidthRateLimitScheduleCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -42,6 +42,11 @@ export interface UpdateChapCredentialsCommandOutput extends UpdateChapCredential
42
42
  * };
43
43
  * const command = new UpdateChapCredentialsCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // UpdateChapCredentialsOutput
46
+ * // TargetARN: "STRING_VALUE",
47
+ * // InitiatorName: "STRING_VALUE",
48
+ * // };
49
+ *
45
50
  * ```
46
51
  *
47
52
  * @param UpdateChapCredentialsCommandInput - {@link UpdateChapCredentialsCommandInput}
@@ -58,6 +63,8 @@ export interface UpdateChapCredentialsCommandOutput extends UpdateChapCredential
58
63
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
59
64
  * more information, see the error and message fields.</p>
60
65
  *
66
+ * @throws {@link StorageGatewayServiceException}
67
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
61
68
  *
62
69
  * @example To update CHAP credentials for an iSCSI target
63
70
  * ```javascript
@@ -38,6 +38,10 @@ export interface UpdateFileSystemAssociationCommandOutput extends UpdateFileSyst
38
38
  * };
39
39
  * const command = new UpdateFileSystemAssociationCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // UpdateFileSystemAssociationOutput
42
+ * // FileSystemAssociationARN: "STRING_VALUE",
43
+ * // };
44
+ *
41
45
  * ```
42
46
  *
43
47
  * @param UpdateFileSystemAssociationCommandInput - {@link UpdateFileSystemAssociationCommandInput}
@@ -54,6 +58,8 @@ export interface UpdateFileSystemAssociationCommandOutput extends UpdateFileSyst
54
58
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
55
59
  * more information, see the error and message fields.</p>
56
60
  *
61
+ * @throws {@link StorageGatewayServiceException}
62
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
57
63
  *
58
64
  */
59
65
  export declare class UpdateFileSystemAssociationCommand extends $Command<UpdateFileSystemAssociationCommandInput, UpdateFileSystemAssociationCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -43,6 +43,11 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo
43
43
  * };
44
44
  * const command = new UpdateGatewayInformationCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // UpdateGatewayInformationOutput
47
+ * // GatewayARN: "STRING_VALUE",
48
+ * // GatewayName: "STRING_VALUE",
49
+ * // };
50
+ *
46
51
  * ```
47
52
  *
48
53
  * @param UpdateGatewayInformationCommandInput - {@link UpdateGatewayInformationCommandInput}
@@ -59,6 +64,8 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo
59
64
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
60
65
  * more information, see the error and message fields.</p>
61
66
  *
67
+ * @throws {@link StorageGatewayServiceException}
68
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
62
69
  *
63
70
  * @example To update a gateway's metadata
64
71
  * ```javascript
@@ -46,6 +46,10 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft
46
46
  * };
47
47
  * const command = new UpdateGatewaySoftwareNowCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // UpdateGatewaySoftwareNowOutput
50
+ * // GatewayARN: "STRING_VALUE",
51
+ * // };
52
+ *
49
53
  * ```
50
54
  *
51
55
  * @param UpdateGatewaySoftwareNowCommandInput - {@link UpdateGatewaySoftwareNowCommandInput}
@@ -62,6 +66,8 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft
62
66
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
63
67
  * more information, see the error and message fields.</p>
64
68
  *
69
+ * @throws {@link StorageGatewayServiceException}
70
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
65
71
  *
66
72
  * @example To update a gateway's VM software
67
73
  * ```javascript
@@ -36,6 +36,10 @@ export interface UpdateMaintenanceStartTimeCommandOutput extends UpdateMaintenan
36
36
  * };
37
37
  * const command = new UpdateMaintenanceStartTimeCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // UpdateMaintenanceStartTimeOutput
40
+ * // GatewayARN: "STRING_VALUE",
41
+ * // };
42
+ *
39
43
  * ```
40
44
  *
41
45
  * @param UpdateMaintenanceStartTimeCommandInput - {@link UpdateMaintenanceStartTimeCommandInput}
@@ -52,6 +56,8 @@ export interface UpdateMaintenanceStartTimeCommandOutput extends UpdateMaintenan
52
56
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
53
57
  * more information, see the error and message fields.</p>
54
58
  *
59
+ * @throws {@link StorageGatewayServiceException}
60
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
55
61
  *
56
62
  * @example To update a gateway's maintenance start time
57
63
  * ```javascript
@@ -80,6 +80,10 @@ export interface UpdateNFSFileShareCommandOutput extends UpdateNFSFileShareOutpu
80
80
  * };
81
81
  * const command = new UpdateNFSFileShareCommand(input);
82
82
  * const response = await client.send(command);
83
+ * // { // UpdateNFSFileShareOutput
84
+ * // FileShareARN: "STRING_VALUE",
85
+ * // };
86
+ *
83
87
  * ```
84
88
  *
85
89
  * @param UpdateNFSFileShareCommandInput - {@link UpdateNFSFileShareCommandInput}
@@ -96,6 +100,8 @@ export interface UpdateNFSFileShareCommandOutput extends UpdateNFSFileShareOutpu
96
100
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
97
101
  * more information, see the error and message fields.</p>
98
102
  *
103
+ * @throws {@link StorageGatewayServiceException}
104
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
99
105
  *
100
106
  */
101
107
  export declare class UpdateNFSFileShareCommand extends $Command<UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -76,6 +76,10 @@ export interface UpdateSMBFileShareCommandOutput extends UpdateSMBFileShareOutpu
76
76
  * };
77
77
  * const command = new UpdateSMBFileShareCommand(input);
78
78
  * const response = await client.send(command);
79
+ * // { // UpdateSMBFileShareOutput
80
+ * // FileShareARN: "STRING_VALUE",
81
+ * // };
82
+ *
79
83
  * ```
80
84
  *
81
85
  * @param UpdateSMBFileShareCommandInput - {@link UpdateSMBFileShareCommandInput}
@@ -92,6 +96,8 @@ export interface UpdateSMBFileShareCommandOutput extends UpdateSMBFileShareOutpu
92
96
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
93
97
  * more information, see the error and message fields.</p>
94
98
  *
99
+ * @throws {@link StorageGatewayServiceException}
100
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
95
101
  *
96
102
  */
97
103
  export declare class UpdateSMBFileShareCommand extends $Command<UpdateSMBFileShareCommandInput, UpdateSMBFileShareCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface UpdateSMBFileShareVisibilityCommandOutput extends UpdateSMBFile
33
33
  * };
34
34
  * const command = new UpdateSMBFileShareVisibilityCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // UpdateSMBFileShareVisibilityOutput
37
+ * // GatewayARN: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param UpdateSMBFileShareVisibilityCommandInput - {@link UpdateSMBFileShareVisibilityCommandInput}
@@ -49,6 +53,8 @@ export interface UpdateSMBFileShareVisibilityCommandOutput extends UpdateSMBFile
49
53
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
50
54
  * more information, see the error and message fields.</p>
51
55
  *
56
+ * @throws {@link StorageGatewayServiceException}
57
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
52
58
  *
53
59
  */
54
60
  export declare class UpdateSMBFileShareVisibilityCommand extends $Command<UpdateSMBFileShareVisibilityCommandInput, UpdateSMBFileShareVisibilityCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -37,6 +37,10 @@ export interface UpdateSMBLocalGroupsCommandOutput extends UpdateSMBLocalGroupsO
37
37
  * };
38
38
  * const command = new UpdateSMBLocalGroupsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // UpdateSMBLocalGroupsOutput
41
+ * // GatewayARN: "STRING_VALUE",
42
+ * // };
43
+ *
40
44
  * ```
41
45
  *
42
46
  * @param UpdateSMBLocalGroupsCommandInput - {@link UpdateSMBLocalGroupsCommandInput}
@@ -53,6 +57,8 @@ export interface UpdateSMBLocalGroupsCommandOutput extends UpdateSMBLocalGroupsO
53
57
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
54
58
  * more information, see the error and message fields.</p>
55
59
  *
60
+ * @throws {@link StorageGatewayServiceException}
61
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
56
62
  *
57
63
  */
58
64
  export declare class UpdateSMBLocalGroupsCommand extends $Command<UpdateSMBLocalGroupsCommandInput, UpdateSMBLocalGroupsCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -39,6 +39,10 @@ export interface UpdateSMBSecurityStrategyCommandOutput extends UpdateSMBSecurit
39
39
  * };
40
40
  * const command = new UpdateSMBSecurityStrategyCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // UpdateSMBSecurityStrategyOutput
43
+ * // GatewayARN: "STRING_VALUE",
44
+ * // };
45
+ *
42
46
  * ```
43
47
  *
44
48
  * @param UpdateSMBSecurityStrategyCommandInput - {@link UpdateSMBSecurityStrategyCommandInput}
@@ -55,6 +59,8 @@ export interface UpdateSMBSecurityStrategyCommandOutput extends UpdateSMBSecurit
55
59
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
56
60
  * more information, see the error and message fields.</p>
57
61
  *
62
+ * @throws {@link StorageGatewayServiceException}
63
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
58
64
  *
59
65
  */
60
66
  export declare class UpdateSMBSecurityStrategyCommand extends $Command<UpdateSMBSecurityStrategyCommandInput, UpdateSMBSecurityStrategyCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -49,6 +49,10 @@ export interface UpdateSnapshotScheduleCommandOutput extends UpdateSnapshotSched
49
49
  * };
50
50
  * const command = new UpdateSnapshotScheduleCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // UpdateSnapshotScheduleOutput
53
+ * // VolumeARN: "STRING_VALUE",
54
+ * // };
55
+ *
52
56
  * ```
53
57
  *
54
58
  * @param UpdateSnapshotScheduleCommandInput - {@link UpdateSnapshotScheduleCommandInput}
@@ -65,6 +69,8 @@ export interface UpdateSnapshotScheduleCommandOutput extends UpdateSnapshotSched
65
69
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
66
70
  * more information, see the error and message fields.</p>
67
71
  *
72
+ * @throws {@link StorageGatewayServiceException}
73
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
68
74
  *
69
75
  * @example To update a volume snapshot schedule
70
76
  * ```javascript
@@ -35,6 +35,10 @@ export interface UpdateVTLDeviceTypeCommandOutput extends UpdateVTLDeviceTypeOut
35
35
  * };
36
36
  * const command = new UpdateVTLDeviceTypeCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // UpdateVTLDeviceTypeOutput
39
+ * // VTLDeviceARN: "STRING_VALUE",
40
+ * // };
41
+ *
38
42
  * ```
39
43
  *
40
44
  * @param UpdateVTLDeviceTypeCommandInput - {@link UpdateVTLDeviceTypeCommandInput}
@@ -51,6 +55,8 @@ export interface UpdateVTLDeviceTypeCommandOutput extends UpdateVTLDeviceTypeOut
51
55
  * <p>An exception occurred because an invalid gateway request was issued to the service. For
52
56
  * more information, see the error and message fields.</p>
53
57
  *
58
+ * @throws {@link StorageGatewayServiceException}
59
+ * <p>Base exception class for all service exceptions from StorageGateway service.</p>
54
60
  *
55
61
  * @example To update a VTL device type
56
62
  * ```javascript
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-storage-gateway",
3
3
  "description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native",
4
- "version": "3.325.0",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.325.0",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",