@aws-sdk/client-storage-gateway 3.296.0 → 3.297.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 (107) hide show
  1. package/dist-types/StorageGateway.d.ts +91 -0
  2. package/dist-types/StorageGatewayClient.d.ts +24 -4
  3. package/dist-types/commands/ActivateGatewayCommand.d.ts +16 -0
  4. package/dist-types/commands/AddCacheCommand.d.ts +16 -0
  5. package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
  6. package/dist-types/commands/AddUploadBufferCommand.d.ts +16 -0
  7. package/dist-types/commands/AddWorkingStorageCommand.d.ts +16 -0
  8. package/dist-types/commands/AssignTapePoolCommand.d.ts +16 -0
  9. package/dist-types/commands/AssociateFileSystemCommand.d.ts +16 -0
  10. package/dist-types/commands/AttachVolumeCommand.d.ts +16 -0
  11. package/dist-types/commands/CancelArchivalCommand.d.ts +16 -0
  12. package/dist-types/commands/CancelRetrievalCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateCachediSCSIVolumeCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateNFSFileShareCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateSMBFileShareCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateSnapshotCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateStorediSCSIVolumeCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateTapePoolCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateTapeWithBarcodeCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateTapesCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteBandwidthRateLimitCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteChapCredentialsCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteFileShareCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteGatewayCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteTapeArchiveCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteTapeCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteTapePoolCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteVolumeCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeBandwidthRateLimitCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeCacheCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeCachediSCSIVolumesCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeChapCredentialsCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeFileSystemAssociationsCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeGatewayInformationCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeMaintenanceStartTimeCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeNFSFileSharesCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeSMBFileSharesCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeSMBSettingsCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeSnapshotScheduleCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeStorediSCSIVolumesCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeTapeArchivesCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeTapeRecoveryPointsCommand.d.ts +16 -0
  48. package/dist-types/commands/DescribeTapesCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeUploadBufferCommand.d.ts +16 -0
  50. package/dist-types/commands/DescribeVTLDevicesCommand.d.ts +16 -0
  51. package/dist-types/commands/DescribeWorkingStorageCommand.d.ts +16 -0
  52. package/dist-types/commands/DetachVolumeCommand.d.ts +16 -0
  53. package/dist-types/commands/DisableGatewayCommand.d.ts +16 -0
  54. package/dist-types/commands/DisassociateFileSystemCommand.d.ts +16 -0
  55. package/dist-types/commands/JoinDomainCommand.d.ts +16 -0
  56. package/dist-types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListFileSharesCommand.d.ts +16 -0
  58. package/dist-types/commands/ListFileSystemAssociationsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListGatewaysCommand.d.ts +16 -0
  60. package/dist-types/commands/ListLocalDisksCommand.d.ts +16 -0
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  62. package/dist-types/commands/ListTapePoolsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListTapesCommand.d.ts +16 -0
  64. package/dist-types/commands/ListVolumeInitiatorsCommand.d.ts +16 -0
  65. package/dist-types/commands/ListVolumeRecoveryPointsCommand.d.ts +16 -0
  66. package/dist-types/commands/ListVolumesCommand.d.ts +16 -0
  67. package/dist-types/commands/NotifyWhenUploadedCommand.d.ts +16 -0
  68. package/dist-types/commands/RefreshCacheCommand.d.ts +16 -0
  69. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
  70. package/dist-types/commands/ResetCacheCommand.d.ts +16 -0
  71. package/dist-types/commands/RetrieveTapeArchiveCommand.d.ts +16 -0
  72. package/dist-types/commands/RetrieveTapeRecoveryPointCommand.d.ts +16 -0
  73. package/dist-types/commands/SetLocalConsolePasswordCommand.d.ts +16 -0
  74. package/dist-types/commands/SetSMBGuestPasswordCommand.d.ts +16 -0
  75. package/dist-types/commands/ShutdownGatewayCommand.d.ts +16 -0
  76. package/dist-types/commands/StartAvailabilityMonitorTestCommand.d.ts +16 -0
  77. package/dist-types/commands/StartGatewayCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateBandwidthRateLimitCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateChapCredentialsCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateFileSystemAssociationCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateMaintenanceStartTimeCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateNFSFileShareCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateSMBFileShareCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +16 -0
  89. package/dist-types/commands/UpdateSMBLocalGroupsCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateSMBSecurityStrategyCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateSnapshotScheduleCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateVTLDeviceTypeCommand.d.ts +16 -0
  93. package/dist-types/models/StorageGatewayServiceException.d.ts +2 -0
  94. package/dist-types/models/models_0.d.ts +400 -12
  95. package/dist-types/pagination/DescribeTapeArchivesPaginator.d.ts +3 -0
  96. package/dist-types/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/DescribeTapesPaginator.d.ts +3 -0
  98. package/dist-types/pagination/DescribeVTLDevicesPaginator.d.ts +3 -0
  99. package/dist-types/pagination/Interfaces.d.ts +3 -0
  100. package/dist-types/pagination/ListFileSharesPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListFileSystemAssociationsPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListGatewaysPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListTapePoolsPaginator.d.ts +3 -0
  105. package/dist-types/pagination/ListTapesPaginator.d.ts +3 -0
  106. package/dist-types/pagination/ListVolumesPaginator.d.ts +3 -0
  107. package/package.json +3 -3
@@ -98,15 +98,24 @@ import { UpdateSMBSecurityStrategyCommandInput, UpdateSMBSecurityStrategyCommand
98
98
  import { UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput } from "./commands/UpdateSnapshotScheduleCommand";
99
99
  import { UpdateVTLDeviceTypeCommandInput, UpdateVTLDeviceTypeCommandOutput } from "./commands/UpdateVTLDeviceTypeCommand";
100
100
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
101
+ /**
102
+ * @public
103
+ */
101
104
  export type ServiceInputTypes = ActivateGatewayCommandInput | AddCacheCommandInput | AddTagsToResourceCommandInput | AddUploadBufferCommandInput | AddWorkingStorageCommandInput | AssignTapePoolCommandInput | AssociateFileSystemCommandInput | AttachVolumeCommandInput | CancelArchivalCommandInput | CancelRetrievalCommandInput | CreateCachediSCSIVolumeCommandInput | CreateNFSFileShareCommandInput | CreateSMBFileShareCommandInput | CreateSnapshotCommandInput | CreateSnapshotFromVolumeRecoveryPointCommandInput | CreateStorediSCSIVolumeCommandInput | CreateTapePoolCommandInput | CreateTapeWithBarcodeCommandInput | CreateTapesCommandInput | DeleteAutomaticTapeCreationPolicyCommandInput | DeleteBandwidthRateLimitCommandInput | DeleteChapCredentialsCommandInput | DeleteFileShareCommandInput | DeleteGatewayCommandInput | DeleteSnapshotScheduleCommandInput | DeleteTapeArchiveCommandInput | DeleteTapeCommandInput | DeleteTapePoolCommandInput | DeleteVolumeCommandInput | DescribeAvailabilityMonitorTestCommandInput | DescribeBandwidthRateLimitCommandInput | DescribeBandwidthRateLimitScheduleCommandInput | DescribeCacheCommandInput | DescribeCachediSCSIVolumesCommandInput | DescribeChapCredentialsCommandInput | DescribeFileSystemAssociationsCommandInput | DescribeGatewayInformationCommandInput | DescribeMaintenanceStartTimeCommandInput | DescribeNFSFileSharesCommandInput | DescribeSMBFileSharesCommandInput | DescribeSMBSettingsCommandInput | DescribeSnapshotScheduleCommandInput | DescribeStorediSCSIVolumesCommandInput | DescribeTapeArchivesCommandInput | DescribeTapeRecoveryPointsCommandInput | DescribeTapesCommandInput | DescribeUploadBufferCommandInput | DescribeVTLDevicesCommandInput | DescribeWorkingStorageCommandInput | DetachVolumeCommandInput | DisableGatewayCommandInput | DisassociateFileSystemCommandInput | JoinDomainCommandInput | ListAutomaticTapeCreationPoliciesCommandInput | ListFileSharesCommandInput | ListFileSystemAssociationsCommandInput | ListGatewaysCommandInput | ListLocalDisksCommandInput | ListTagsForResourceCommandInput | ListTapePoolsCommandInput | ListTapesCommandInput | ListVolumeInitiatorsCommandInput | ListVolumeRecoveryPointsCommandInput | ListVolumesCommandInput | NotifyWhenUploadedCommandInput | RefreshCacheCommandInput | RemoveTagsFromResourceCommandInput | ResetCacheCommandInput | RetrieveTapeArchiveCommandInput | RetrieveTapeRecoveryPointCommandInput | SetLocalConsolePasswordCommandInput | SetSMBGuestPasswordCommandInput | ShutdownGatewayCommandInput | StartAvailabilityMonitorTestCommandInput | StartGatewayCommandInput | UpdateAutomaticTapeCreationPolicyCommandInput | UpdateBandwidthRateLimitCommandInput | UpdateBandwidthRateLimitScheduleCommandInput | UpdateChapCredentialsCommandInput | UpdateFileSystemAssociationCommandInput | UpdateGatewayInformationCommandInput | UpdateGatewaySoftwareNowCommandInput | UpdateMaintenanceStartTimeCommandInput | UpdateNFSFileShareCommandInput | UpdateSMBFileShareCommandInput | UpdateSMBFileShareVisibilityCommandInput | UpdateSMBLocalGroupsCommandInput | UpdateSMBSecurityStrategyCommandInput | UpdateSnapshotScheduleCommandInput | UpdateVTLDeviceTypeCommandInput;
105
+ /**
106
+ * @public
107
+ */
102
108
  export type ServiceOutputTypes = ActivateGatewayCommandOutput | AddCacheCommandOutput | AddTagsToResourceCommandOutput | AddUploadBufferCommandOutput | AddWorkingStorageCommandOutput | AssignTapePoolCommandOutput | AssociateFileSystemCommandOutput | AttachVolumeCommandOutput | CancelArchivalCommandOutput | CancelRetrievalCommandOutput | CreateCachediSCSIVolumeCommandOutput | CreateNFSFileShareCommandOutput | CreateSMBFileShareCommandOutput | CreateSnapshotCommandOutput | CreateSnapshotFromVolumeRecoveryPointCommandOutput | CreateStorediSCSIVolumeCommandOutput | CreateTapePoolCommandOutput | CreateTapeWithBarcodeCommandOutput | CreateTapesCommandOutput | DeleteAutomaticTapeCreationPolicyCommandOutput | DeleteBandwidthRateLimitCommandOutput | DeleteChapCredentialsCommandOutput | DeleteFileShareCommandOutput | DeleteGatewayCommandOutput | DeleteSnapshotScheduleCommandOutput | DeleteTapeArchiveCommandOutput | DeleteTapeCommandOutput | DeleteTapePoolCommandOutput | DeleteVolumeCommandOutput | DescribeAvailabilityMonitorTestCommandOutput | DescribeBandwidthRateLimitCommandOutput | DescribeBandwidthRateLimitScheduleCommandOutput | DescribeCacheCommandOutput | DescribeCachediSCSIVolumesCommandOutput | DescribeChapCredentialsCommandOutput | DescribeFileSystemAssociationsCommandOutput | DescribeGatewayInformationCommandOutput | DescribeMaintenanceStartTimeCommandOutput | DescribeNFSFileSharesCommandOutput | DescribeSMBFileSharesCommandOutput | DescribeSMBSettingsCommandOutput | DescribeSnapshotScheduleCommandOutput | DescribeStorediSCSIVolumesCommandOutput | DescribeTapeArchivesCommandOutput | DescribeTapeRecoveryPointsCommandOutput | DescribeTapesCommandOutput | DescribeUploadBufferCommandOutput | DescribeVTLDevicesCommandOutput | DescribeWorkingStorageCommandOutput | DetachVolumeCommandOutput | DisableGatewayCommandOutput | DisassociateFileSystemCommandOutput | JoinDomainCommandOutput | ListAutomaticTapeCreationPoliciesCommandOutput | ListFileSharesCommandOutput | ListFileSystemAssociationsCommandOutput | ListGatewaysCommandOutput | ListLocalDisksCommandOutput | ListTagsForResourceCommandOutput | ListTapePoolsCommandOutput | ListTapesCommandOutput | ListVolumeInitiatorsCommandOutput | ListVolumeRecoveryPointsCommandOutput | ListVolumesCommandOutput | NotifyWhenUploadedCommandOutput | RefreshCacheCommandOutput | RemoveTagsFromResourceCommandOutput | ResetCacheCommandOutput | RetrieveTapeArchiveCommandOutput | RetrieveTapeRecoveryPointCommandOutput | SetLocalConsolePasswordCommandOutput | SetSMBGuestPasswordCommandOutput | ShutdownGatewayCommandOutput | StartAvailabilityMonitorTestCommandOutput | StartGatewayCommandOutput | UpdateAutomaticTapeCreationPolicyCommandOutput | UpdateBandwidthRateLimitCommandOutput | UpdateBandwidthRateLimitScheduleCommandOutput | UpdateChapCredentialsCommandOutput | UpdateFileSystemAssociationCommandOutput | UpdateGatewayInformationCommandOutput | UpdateGatewaySoftwareNowCommandOutput | UpdateMaintenanceStartTimeCommandOutput | UpdateNFSFileShareCommandOutput | UpdateSMBFileShareCommandOutput | UpdateSMBFileShareVisibilityCommandOutput | UpdateSMBLocalGroupsCommandOutput | UpdateSMBSecurityStrategyCommandOutput | UpdateSnapshotScheduleCommandOutput | UpdateVTLDeviceTypeCommandOutput;
109
+ /**
110
+ * @public
111
+ */
103
112
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
104
113
  /**
105
114
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
106
115
  */
107
116
  requestHandler?: __HttpHandler;
108
117
  /**
109
- * A constructor for a class implementing the {@link __Checksum} interface
118
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
110
119
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
111
120
  * @internal
112
121
  */
@@ -196,23 +205,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
196
205
  */
197
206
  logger?: __Logger;
198
207
  /**
199
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
208
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
200
209
  */
201
210
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
202
211
  }
212
+ /**
213
+ * @public
214
+ */
203
215
  type StorageGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
204
216
  /**
205
- * The configuration interface of StorageGatewayClient class constructor that set the region, credentials and other options.
217
+ * @public
218
+ *
219
+ * The configuration interface of StorageGatewayClient class constructor that set the region, credentials and other options.
206
220
  */
207
221
  export interface StorageGatewayClientConfig extends StorageGatewayClientConfigType {
208
222
  }
223
+ /**
224
+ * @public
225
+ */
209
226
  type StorageGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
210
227
  /**
211
- * The resolved configuration interface of StorageGatewayClient class. This is resolved and normalized from the {@link StorageGatewayClientConfig | constructor configuration interface}.
228
+ * @public
229
+ *
230
+ * The resolved configuration interface of StorageGatewayClient class. This is resolved and normalized from the {@link StorageGatewayClientConfig | constructor configuration interface}.
212
231
  */
213
232
  export interface StorageGatewayClientResolvedConfig extends StorageGatewayClientResolvedConfigType {
214
233
  }
215
234
  /**
235
+ * @public
216
236
  * <fullname>Storage Gateway Service</fullname>
217
237
  *
218
238
  * <p>Storage Gateway is the service that connects an on-premises software appliance
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ActivateGatewayInput, ActivateGatewayOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ActivateGatewayCommand}.
8
10
  */
9
11
  export interface ActivateGatewayCommandInput extends ActivateGatewayInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ActivateGatewayCommand}.
13
17
  */
14
18
  export interface ActivateGatewayCommandOutput extends ActivateGatewayOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Activates the gateway you previously deployed on your host. In the activation process,
18
23
  * you specify information such as the Amazon Web Services Region that you want to use for
19
24
  * storing snapshots or tapes, the time zone for scheduled snapshots the gateway snapshot
@@ -32,6 +37,8 @@ export interface ActivateGatewayCommandOutput extends ActivateGatewayOutput, __M
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param ActivateGatewayCommandInput - {@link ActivateGatewayCommandInput}
41
+ * @returns {@link ActivateGatewayCommandOutput}
35
42
  * @see {@link ActivateGatewayCommandInput} for command's `input` shape.
36
43
  * @see {@link ActivateGatewayCommandOutput} for command's `response` shape.
37
44
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -71,11 +78,20 @@ export interface ActivateGatewayCommandOutput extends ActivateGatewayOutput, __M
71
78
  export declare class ActivateGatewayCommand extends $Command<ActivateGatewayCommandInput, ActivateGatewayCommandOutput, StorageGatewayClientResolvedConfig> {
72
79
  readonly input: ActivateGatewayCommandInput;
73
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
74
84
  constructor(input: ActivateGatewayCommandInput);
75
85
  /**
76
86
  * @internal
77
87
  */
78
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ActivateGatewayCommandInput, ActivateGatewayCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
79
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
80
96
  private deserialize;
81
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AddCacheInput, AddCacheOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AddCacheCommand}.
8
10
  */
9
11
  export interface AddCacheCommandInput extends AddCacheInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AddCacheCommand}.
13
17
  */
14
18
  export interface AddCacheCommandOutput extends AddCacheOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Configures one or more gateway local disks as cache for a gateway. This operation is
18
23
  * only supported in the cached volume, tape, and file gateway type (see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/StorageGatewayConcepts.html">How Storage Gateway works (architecture)</a>.</p>
19
24
  *
@@ -29,6 +34,8 @@ export interface AddCacheCommandOutput extends AddCacheOutput, __MetadataBearer
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param AddCacheCommandInput - {@link AddCacheCommandInput}
38
+ * @returns {@link AddCacheCommandOutput}
32
39
  * @see {@link AddCacheCommandInput} for command's `input` shape.
33
40
  * @see {@link AddCacheCommandOutput} for command's `response` shape.
34
41
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -66,11 +73,20 @@ export interface AddCacheCommandOutput extends AddCacheOutput, __MetadataBearer
66
73
  export declare class AddCacheCommand extends $Command<AddCacheCommandInput, AddCacheCommandOutput, StorageGatewayClientResolvedConfig> {
67
74
  readonly input: AddCacheCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: AddCacheCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddCacheCommandInput, AddCacheCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AddTagsToResourceInput, AddTagsToResourceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AddTagsToResourceCommand}.
8
10
  */
9
11
  export interface AddTagsToResourceCommandInput extends AddTagsToResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AddTagsToResourceCommand}.
13
17
  */
14
18
  export interface AddTagsToResourceCommandOutput extends AddTagsToResourceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds one or more tags to the specified resource. You use tags to add metadata to
18
23
  * resources, which you can use to categorize these resources. For example, you can categorize
19
24
  * resources by purpose, owner, environment, or team. Each tag consists of a key and a value,
@@ -49,6 +54,8 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceOutput,
49
54
  * const response = await client.send(command);
50
55
  * ```
51
56
  *
57
+ * @param AddTagsToResourceCommandInput - {@link AddTagsToResourceCommandInput}
58
+ * @returns {@link AddTagsToResourceCommandOutput}
52
59
  * @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
53
60
  * @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
54
61
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -88,11 +95,20 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceOutput,
88
95
  export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, StorageGatewayClientResolvedConfig> {
89
96
  readonly input: AddTagsToResourceCommandInput;
90
97
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
+ /**
99
+ * @public
100
+ */
91
101
  constructor(input: AddTagsToResourceCommandInput);
92
102
  /**
93
103
  * @internal
94
104
  */
95
105
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
106
+ /**
107
+ * @internal
108
+ */
96
109
  private serialize;
110
+ /**
111
+ * @internal
112
+ */
97
113
  private deserialize;
98
114
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AddUploadBufferInput, AddUploadBufferOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AddUploadBufferCommand}.
8
10
  */
9
11
  export interface AddUploadBufferCommandInput extends AddUploadBufferInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AddUploadBufferCommand}.
13
17
  */
14
18
  export interface AddUploadBufferCommandOutput extends AddUploadBufferOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Configures one or more gateway local disks as upload buffer for a specified gateway.
18
23
  * This operation is supported for the stored volume, cached volume, and tape gateway
19
24
  * types.</p>
@@ -31,6 +36,8 @@ export interface AddUploadBufferCommandOutput extends AddUploadBufferOutput, __M
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param AddUploadBufferCommandInput - {@link AddUploadBufferCommandInput}
40
+ * @returns {@link AddUploadBufferCommandOutput}
34
41
  * @see {@link AddUploadBufferCommandInput} for command's `input` shape.
35
42
  * @see {@link AddUploadBufferCommandOutput} for command's `response` shape.
36
43
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -68,11 +75,20 @@ export interface AddUploadBufferCommandOutput extends AddUploadBufferOutput, __M
68
75
  export declare class AddUploadBufferCommand extends $Command<AddUploadBufferCommandInput, AddUploadBufferCommandOutput, StorageGatewayClientResolvedConfig> {
69
76
  readonly input: AddUploadBufferCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: AddUploadBufferCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddUploadBufferCommandInput, AddUploadBufferCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AddWorkingStorageInput, AddWorkingStorageOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AddWorkingStorageCommand}.
8
10
  */
9
11
  export interface AddWorkingStorageCommandInput extends AddWorkingStorageInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AddWorkingStorageCommand}.
13
17
  */
14
18
  export interface AddWorkingStorageCommandOutput extends AddWorkingStorageOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Configures one or more gateway local disks as working storage for a gateway. This
18
23
  * operation is only supported in the stored volume gateway type. This operation is deprecated
19
24
  * in cached volume API version 20120630. Use <a>AddUploadBuffer</a>
@@ -37,6 +42,8 @@ export interface AddWorkingStorageCommandOutput extends AddWorkingStorageOutput,
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param AddWorkingStorageCommandInput - {@link AddWorkingStorageCommandInput}
46
+ * @returns {@link AddWorkingStorageCommandOutput}
40
47
  * @see {@link AddWorkingStorageCommandInput} for command's `input` shape.
41
48
  * @see {@link AddWorkingStorageCommandOutput} for command's `response` shape.
42
49
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -74,11 +81,20 @@ export interface AddWorkingStorageCommandOutput extends AddWorkingStorageOutput,
74
81
  export declare class AddWorkingStorageCommand extends $Command<AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput, StorageGatewayClientResolvedConfig> {
75
82
  readonly input: AddWorkingStorageCommandInput;
76
83
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
+ /**
85
+ * @public
86
+ */
77
87
  constructor(input: AddWorkingStorageCommandInput);
78
88
  /**
79
89
  * @internal
80
90
  */
81
91
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput>;
92
+ /**
93
+ * @internal
94
+ */
82
95
  private serialize;
96
+ /**
97
+ * @internal
98
+ */
83
99
  private deserialize;
84
100
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AssignTapePoolInput, AssignTapePoolOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssignTapePoolCommand}.
8
10
  */
9
11
  export interface AssignTapePoolCommandInput extends AssignTapePoolInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssignTapePoolCommand}.
13
17
  */
14
18
  export interface AssignTapePoolCommandOutput extends AssignTapePoolOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Assigns a tape to a tape pool for archiving. The tape assigned to a pool is archived in
18
23
  * the S3 storage class that is associated with the pool. When you use your backup application
19
24
  * to eject the tape, the tape is archived directly into the S3 storage class (S3 Glacier or
@@ -28,6 +33,8 @@ export interface AssignTapePoolCommandOutput extends AssignTapePoolOutput, __Met
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param AssignTapePoolCommandInput - {@link AssignTapePoolCommandInput}
37
+ * @returns {@link AssignTapePoolCommandOutput}
31
38
  * @see {@link AssignTapePoolCommandInput} for command's `input` shape.
32
39
  * @see {@link AssignTapePoolCommandOutput} for command's `response` shape.
33
40
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -45,11 +52,20 @@ export interface AssignTapePoolCommandOutput extends AssignTapePoolOutput, __Met
45
52
  export declare class AssignTapePoolCommand extends $Command<AssignTapePoolCommandInput, AssignTapePoolCommandOutput, StorageGatewayClientResolvedConfig> {
46
53
  readonly input: AssignTapePoolCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: AssignTapePoolCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssignTapePoolCommandInput, AssignTapePoolCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AssociateFileSystemInput, AssociateFileSystemOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateFileSystemCommand}.
8
10
  */
9
11
  export interface AssociateFileSystemCommandInput extends AssociateFileSystemInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateFileSystemCommand}.
13
17
  */
14
18
  export interface AssociateFileSystemCommandOutput extends AssociateFileSystemOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associate an Amazon FSx file system with the FSx File Gateway. After the
18
23
  * association process is complete, the file shares on the Amazon FSx file system are
19
24
  * available for access through the gateway. This operation only supports the FSx File Gateway
@@ -28,6 +33,8 @@ export interface AssociateFileSystemCommandOutput extends AssociateFileSystemOut
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param AssociateFileSystemCommandInput - {@link AssociateFileSystemCommandInput}
37
+ * @returns {@link AssociateFileSystemCommandOutput}
31
38
  * @see {@link AssociateFileSystemCommandInput} for command's `input` shape.
32
39
  * @see {@link AssociateFileSystemCommandOutput} for command's `response` shape.
33
40
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -45,11 +52,20 @@ export interface AssociateFileSystemCommandOutput extends AssociateFileSystemOut
45
52
  export declare class AssociateFileSystemCommand extends $Command<AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput, StorageGatewayClientResolvedConfig> {
46
53
  readonly input: AssociateFileSystemCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: AssociateFileSystemCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AttachVolumeInput, AttachVolumeOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AttachVolumeCommand}.
8
10
  */
9
11
  export interface AttachVolumeCommandInput extends AttachVolumeInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AttachVolumeCommand}.
13
17
  */
14
18
  export interface AttachVolumeCommandOutput extends AttachVolumeOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Connects a volume to an iSCSI connection and then attaches the volume to the specified
18
23
  * gateway. Detaching and attaching a volume enables you to recover your data from one gateway
19
24
  * to a different gateway without creating a snapshot. It also makes it easier to move your
@@ -28,6 +33,8 @@ export interface AttachVolumeCommandOutput extends AttachVolumeOutput, __Metadat
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param AttachVolumeCommandInput - {@link AttachVolumeCommandInput}
37
+ * @returns {@link AttachVolumeCommandOutput}
31
38
  * @see {@link AttachVolumeCommandInput} for command's `input` shape.
32
39
  * @see {@link AttachVolumeCommandOutput} for command's `response` shape.
33
40
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -45,11 +52,20 @@ export interface AttachVolumeCommandOutput extends AttachVolumeOutput, __Metadat
45
52
  export declare class AttachVolumeCommand extends $Command<AttachVolumeCommandInput, AttachVolumeCommandOutput, StorageGatewayClientResolvedConfig> {
46
53
  readonly input: AttachVolumeCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: AttachVolumeCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachVolumeCommandInput, AttachVolumeCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CancelArchivalInput, CancelArchivalOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelArchivalCommand}.
8
10
  */
9
11
  export interface CancelArchivalCommandInput extends CancelArchivalInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelArchivalCommand}.
13
17
  */
14
18
  export interface CancelArchivalCommandOutput extends CancelArchivalOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the archiving
18
23
  * process is initiated. This operation is only supported in the tape gateway type.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CancelArchivalCommandOutput extends CancelArchivalOutput, __Met
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CancelArchivalCommandInput - {@link CancelArchivalCommandInput}
35
+ * @returns {@link CancelArchivalCommandOutput}
29
36
  * @see {@link CancelArchivalCommandInput} for command's `input` shape.
30
37
  * @see {@link CancelArchivalCommandOutput} for command's `response` shape.
31
38
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -60,11 +67,20 @@ export interface CancelArchivalCommandOutput extends CancelArchivalOutput, __Met
60
67
  export declare class CancelArchivalCommand extends $Command<CancelArchivalCommandInput, CancelArchivalCommandOutput, StorageGatewayClientResolvedConfig> {
61
68
  readonly input: CancelArchivalCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: CancelArchivalCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelArchivalCommandInput, CancelArchivalCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CancelRetrievalInput, CancelRetrievalOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelRetrievalCommand}.
8
10
  */
9
11
  export interface CancelRetrievalCommandInput extends CancelRetrievalInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelRetrievalCommand}.
13
17
  */
14
18
  export interface CancelRetrievalCommandOutput extends CancelRetrievalOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after
18
23
  * the retrieval process is initiated. The virtual tape is returned to the VTS. This operation
19
24
  * is only supported in the tape gateway type.</p>
@@ -27,6 +32,8 @@ export interface CancelRetrievalCommandOutput extends CancelRetrievalOutput, __M
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param CancelRetrievalCommandInput - {@link CancelRetrievalCommandInput}
36
+ * @returns {@link CancelRetrievalCommandOutput}
30
37
  * @see {@link CancelRetrievalCommandInput} for command's `input` shape.
31
38
  * @see {@link CancelRetrievalCommandOutput} for command's `response` shape.
32
39
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -61,11 +68,20 @@ export interface CancelRetrievalCommandOutput extends CancelRetrievalOutput, __M
61
68
  export declare class CancelRetrievalCommand extends $Command<CancelRetrievalCommandInput, CancelRetrievalCommandOutput, StorageGatewayClientResolvedConfig> {
62
69
  readonly input: CancelRetrievalCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: CancelRetrievalCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelRetrievalCommandInput, CancelRetrievalCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateCachediSCSIVolumeInput, CreateCachediSCSIVolumeOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateCachediSCSIVolumeCommand}.
8
10
  */
9
11
  export interface CreateCachediSCSIVolumeCommandInput extends CreateCachediSCSIVolumeInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateCachediSCSIVolumeCommand}.
13
17
  */
14
18
  export interface CreateCachediSCSIVolumeCommandOutput extends CreateCachediSCSIVolumeOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a cached volume on a specified cached volume gateway. This operation is only
18
23
  * supported in the cached volume gateway type.</p>
19
24
  *
@@ -42,6 +47,8 @@ export interface CreateCachediSCSIVolumeCommandOutput extends CreateCachediSCSIV
42
47
  * const response = await client.send(command);
43
48
  * ```
44
49
  *
50
+ * @param CreateCachediSCSIVolumeCommandInput - {@link CreateCachediSCSIVolumeCommandInput}
51
+ * @returns {@link CreateCachediSCSIVolumeCommandOutput}
45
52
  * @see {@link CreateCachediSCSIVolumeCommandInput} for command's `input` shape.
46
53
  * @see {@link CreateCachediSCSIVolumeCommandOutput} for command's `response` shape.
47
54
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -81,11 +88,20 @@ export interface CreateCachediSCSIVolumeCommandOutput extends CreateCachediSCSIV
81
88
  export declare class CreateCachediSCSIVolumeCommand extends $Command<CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput, StorageGatewayClientResolvedConfig> {
82
89
  readonly input: CreateCachediSCSIVolumeCommandInput;
83
90
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
+ /**
92
+ * @public
93
+ */
84
94
  constructor(input: CreateCachediSCSIVolumeCommandInput);
85
95
  /**
86
96
  * @internal
87
97
  */
88
98
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput>;
99
+ /**
100
+ * @internal
101
+ */
89
102
  private serialize;
103
+ /**
104
+ * @internal
105
+ */
90
106
  private deserialize;
91
107
  }