@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
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeFileSystemAssociationsInput, DescribeFileSystemAssociationsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFileSystemAssociationsCommand}.
8
10
  */
9
11
  export interface DescribeFileSystemAssociationsCommandInput extends DescribeFileSystemAssociationsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFileSystemAssociationsCommand}.
13
17
  */
14
18
  export interface DescribeFileSystemAssociationsCommandOutput extends DescribeFileSystemAssociationsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the file system association information. This operation is only supported for FSx
18
23
  * File Gateways.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeFileSystemAssociationsCommandOutput extends DescribeFil
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeFileSystemAssociationsCommandInput - {@link DescribeFileSystemAssociationsCommandInput}
35
+ * @returns {@link DescribeFileSystemAssociationsCommandOutput}
29
36
  * @see {@link DescribeFileSystemAssociationsCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeFileSystemAssociationsCommandOutput} for command's `response` shape.
31
38
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DescribeFileSystemAssociationsCommandOutput extends DescribeFil
43
50
  export declare class DescribeFileSystemAssociationsCommand extends $Command<DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput, StorageGatewayClientResolvedConfig> {
44
51
  readonly input: DescribeFileSystemAssociationsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DescribeFileSystemAssociationsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeGatewayInformationInput, DescribeGatewayInformationOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeGatewayInformationCommand}.
8
10
  */
9
11
  export interface DescribeGatewayInformationCommandInput extends DescribeGatewayInformationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeGatewayInformationCommand}.
13
17
  */
14
18
  export interface DescribeGatewayInformationCommandOutput extends DescribeGatewayInformationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns metadata about a gateway such as its name, network interfaces, configured time
18
23
  * zone, and the state (whether the gateway is running or not). To specify which gateway to
19
24
  * describe, use the Amazon Resource Name (ARN) of the gateway in your request.</p>
@@ -27,6 +32,8 @@ export interface DescribeGatewayInformationCommandOutput extends DescribeGateway
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeGatewayInformationCommandInput - {@link DescribeGatewayInformationCommandInput}
36
+ * @returns {@link DescribeGatewayInformationCommandOutput}
30
37
  * @see {@link DescribeGatewayInformationCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeGatewayInformationCommandOutput} for command's `response` shape.
32
39
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -72,11 +79,20 @@ export interface DescribeGatewayInformationCommandOutput extends DescribeGateway
72
79
  export declare class DescribeGatewayInformationCommand extends $Command<DescribeGatewayInformationCommandInput, DescribeGatewayInformationCommandOutput, StorageGatewayClientResolvedConfig> {
73
80
  readonly input: DescribeGatewayInformationCommandInput;
74
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
75
85
  constructor(input: DescribeGatewayInformationCommandInput);
76
86
  /**
77
87
  * @internal
78
88
  */
79
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGatewayInformationCommandInput, DescribeGatewayInformationCommandOutput>;
90
+ /**
91
+ * @internal
92
+ */
80
93
  private serialize;
94
+ /**
95
+ * @internal
96
+ */
81
97
  private deserialize;
82
98
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeMaintenanceStartTimeInput, DescribeMaintenanceStartTimeOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeMaintenanceStartTimeCommand}.
8
10
  */
9
11
  export interface DescribeMaintenanceStartTimeCommandInput extends DescribeMaintenanceStartTimeInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeMaintenanceStartTimeCommand}.
13
17
  */
14
18
  export interface DescribeMaintenanceStartTimeCommandOutput extends DescribeMaintenanceStartTimeOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns your gateway's weekly maintenance start time including the day and time of
18
23
  * the week. Note that values are in terms of the gateway's time zone.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeMaintenanceStartTimeCommandOutput extends DescribeMaint
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeMaintenanceStartTimeCommandInput - {@link DescribeMaintenanceStartTimeCommandInput}
35
+ * @returns {@link DescribeMaintenanceStartTimeCommandOutput}
29
36
  * @see {@link DescribeMaintenanceStartTimeCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeMaintenanceStartTimeCommandOutput} for command's `response` shape.
31
38
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -63,11 +70,20 @@ export interface DescribeMaintenanceStartTimeCommandOutput extends DescribeMaint
63
70
  export declare class DescribeMaintenanceStartTimeCommand extends $Command<DescribeMaintenanceStartTimeCommandInput, DescribeMaintenanceStartTimeCommandOutput, StorageGatewayClientResolvedConfig> {
64
71
  readonly input: DescribeMaintenanceStartTimeCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: DescribeMaintenanceStartTimeCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMaintenanceStartTimeCommandInput, DescribeMaintenanceStartTimeCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeNFSFileSharesInput, DescribeNFSFileSharesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeNFSFileSharesCommand}.
8
10
  */
9
11
  export interface DescribeNFSFileSharesCommandInput extends DescribeNFSFileSharesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeNFSFileSharesCommand}.
13
17
  */
14
18
  export interface DescribeNFSFileSharesCommandOutput extends DescribeNFSFileSharesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a description for one or more Network File System (NFS) file shares from an S3 File
18
23
  * Gateway. This operation is only supported for S3 File Gateways.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeNFSFileSharesCommandOutput extends DescribeNFSFileShare
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeNFSFileSharesCommandInput - {@link DescribeNFSFileSharesCommandInput}
35
+ * @returns {@link DescribeNFSFileSharesCommandOutput}
29
36
  * @see {@link DescribeNFSFileSharesCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeNFSFileSharesCommandOutput} for command's `response` shape.
31
38
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DescribeNFSFileSharesCommandOutput extends DescribeNFSFileShare
43
50
  export declare class DescribeNFSFileSharesCommand extends $Command<DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput, StorageGatewayClientResolvedConfig> {
44
51
  readonly input: DescribeNFSFileSharesCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DescribeNFSFileSharesCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeSMBFileSharesInput, DescribeSMBFileSharesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeSMBFileSharesCommand}.
8
10
  */
9
11
  export interface DescribeSMBFileSharesCommandInput extends DescribeSMBFileSharesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeSMBFileSharesCommand}.
13
17
  */
14
18
  export interface DescribeSMBFileSharesCommandOutput extends DescribeSMBFileSharesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a description for one or more Server Message Block (SMB) file shares from a S3 File
18
23
  * Gateway. This operation is only supported for S3 File Gateways.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeSMBFileSharesCommandOutput extends DescribeSMBFileShare
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeSMBFileSharesCommandInput - {@link DescribeSMBFileSharesCommandInput}
35
+ * @returns {@link DescribeSMBFileSharesCommandOutput}
29
36
  * @see {@link DescribeSMBFileSharesCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeSMBFileSharesCommandOutput} for command's `response` shape.
31
38
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DescribeSMBFileSharesCommandOutput extends DescribeSMBFileShare
43
50
  export declare class DescribeSMBFileSharesCommand extends $Command<DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput, StorageGatewayClientResolvedConfig> {
44
51
  readonly input: DescribeSMBFileSharesCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DescribeSMBFileSharesCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeSMBSettingsInput, DescribeSMBSettingsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeSMBSettingsCommand}.
8
10
  */
9
11
  export interface DescribeSMBSettingsCommandInput extends DescribeSMBSettingsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeSMBSettingsCommand}.
13
17
  */
14
18
  export interface DescribeSMBSettingsCommandOutput extends DescribeSMBSettingsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a description of a Server Message Block (SMB) file share settings from a file
18
23
  * gateway. This operation is only supported for file gateways.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeSMBSettingsCommandOutput extends DescribeSMBSettingsOut
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeSMBSettingsCommandInput - {@link DescribeSMBSettingsCommandInput}
35
+ * @returns {@link DescribeSMBSettingsCommandOutput}
29
36
  * @see {@link DescribeSMBSettingsCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeSMBSettingsCommandOutput} for command's `response` shape.
31
38
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DescribeSMBSettingsCommandOutput extends DescribeSMBSettingsOut
43
50
  export declare class DescribeSMBSettingsCommand extends $Command<DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput, StorageGatewayClientResolvedConfig> {
44
51
  readonly input: DescribeSMBSettingsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DescribeSMBSettingsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeSnapshotScheduleInput, DescribeSnapshotScheduleOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeSnapshotScheduleCommand}.
8
10
  */
9
11
  export interface DescribeSnapshotScheduleCommandInput extends DescribeSnapshotScheduleInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeSnapshotScheduleCommand}.
13
17
  */
14
18
  export interface DescribeSnapshotScheduleCommandOutput extends DescribeSnapshotScheduleOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the snapshot schedule for the specified gateway volume. The snapshot schedule
18
23
  * information includes intervals at which snapshots are automatically initiated on the
19
24
  * volume. This operation is only supported in the cached volume and stored volume
@@ -28,6 +33,8 @@ export interface DescribeSnapshotScheduleCommandOutput extends DescribeSnapshotS
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DescribeSnapshotScheduleCommandInput - {@link DescribeSnapshotScheduleCommandInput}
37
+ * @returns {@link DescribeSnapshotScheduleCommandOutput}
31
38
  * @see {@link DescribeSnapshotScheduleCommandInput} for command's `input` shape.
32
39
  * @see {@link DescribeSnapshotScheduleCommandOutput} for command's `response` shape.
33
40
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -65,11 +72,20 @@ export interface DescribeSnapshotScheduleCommandOutput extends DescribeSnapshotS
65
72
  export declare class DescribeSnapshotScheduleCommand extends $Command<DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput, StorageGatewayClientResolvedConfig> {
66
73
  readonly input: DescribeSnapshotScheduleCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: DescribeSnapshotScheduleCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeStorediSCSIVolumesInput, DescribeStorediSCSIVolumesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeStorediSCSIVolumesCommand}.
8
10
  */
9
11
  export interface DescribeStorediSCSIVolumesCommandInput extends DescribeStorediSCSIVolumesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeStorediSCSIVolumesCommand}.
13
17
  */
14
18
  export interface DescribeStorediSCSIVolumesCommandOutput extends DescribeStorediSCSIVolumesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the description of the gateway volumes specified in the request. The list of
18
23
  * gateway volumes in the request must be from one gateway. In the response, Storage Gateway returns volume information sorted by volume ARNs. This operation is only
19
24
  * supported in stored volume gateway type.</p>
@@ -27,6 +32,8 @@ export interface DescribeStorediSCSIVolumesCommandOutput extends DescribeStoredi
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeStorediSCSIVolumesCommandInput - {@link DescribeStorediSCSIVolumesCommandInput}
36
+ * @returns {@link DescribeStorediSCSIVolumesCommandOutput}
30
37
  * @see {@link DescribeStorediSCSIVolumesCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeStorediSCSIVolumesCommandOutput} for command's `response` shape.
32
39
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -78,11 +85,20 @@ export interface DescribeStorediSCSIVolumesCommandOutput extends DescribeStoredi
78
85
  export declare class DescribeStorediSCSIVolumesCommand extends $Command<DescribeStorediSCSIVolumesCommandInput, DescribeStorediSCSIVolumesCommandOutput, StorageGatewayClientResolvedConfig> {
79
86
  readonly input: DescribeStorediSCSIVolumesCommandInput;
80
87
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
+ /**
89
+ * @public
90
+ */
81
91
  constructor(input: DescribeStorediSCSIVolumesCommandInput);
82
92
  /**
83
93
  * @internal
84
94
  */
85
95
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStorediSCSIVolumesCommandInput, DescribeStorediSCSIVolumesCommandOutput>;
96
+ /**
97
+ * @internal
98
+ */
86
99
  private serialize;
100
+ /**
101
+ * @internal
102
+ */
87
103
  private deserialize;
88
104
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeTapeArchivesInput, DescribeTapeArchivesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeTapeArchivesCommand}.
8
10
  */
9
11
  export interface DescribeTapeArchivesCommandInput extends DescribeTapeArchivesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeTapeArchivesCommand}.
13
17
  */
14
18
  export interface DescribeTapeArchivesCommandOutput extends DescribeTapeArchivesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a description of specified virtual tapes in the virtual tape shelf (VTS). This
18
23
  * operation is only supported in the tape gateway type.</p>
19
24
  *
@@ -29,6 +34,8 @@ export interface DescribeTapeArchivesCommandOutput extends DescribeTapeArchivesO
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DescribeTapeArchivesCommandInput - {@link DescribeTapeArchivesCommandInput}
38
+ * @returns {@link DescribeTapeArchivesCommandOutput}
32
39
  * @see {@link DescribeTapeArchivesCommandInput} for command's `input` shape.
33
40
  * @see {@link DescribeTapeArchivesCommandOutput} for command's `response` shape.
34
41
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -83,11 +90,20 @@ export interface DescribeTapeArchivesCommandOutput extends DescribeTapeArchivesO
83
90
  export declare class DescribeTapeArchivesCommand extends $Command<DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput, StorageGatewayClientResolvedConfig> {
84
91
  readonly input: DescribeTapeArchivesCommandInput;
85
92
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
+ /**
94
+ * @public
95
+ */
86
96
  constructor(input: DescribeTapeArchivesCommandInput);
87
97
  /**
88
98
  * @internal
89
99
  */
90
100
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput>;
101
+ /**
102
+ * @internal
103
+ */
91
104
  private serialize;
105
+ /**
106
+ * @internal
107
+ */
92
108
  private deserialize;
93
109
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeTapeRecoveryPointsInput, DescribeTapeRecoveryPointsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeTapeRecoveryPointsCommand}.
8
10
  */
9
11
  export interface DescribeTapeRecoveryPointsCommandInput extends DescribeTapeRecoveryPointsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeTapeRecoveryPointsCommand}.
13
17
  */
14
18
  export interface DescribeTapeRecoveryPointsCommandOutput extends DescribeTapeRecoveryPointsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of virtual tape recovery points that are available for the specified tape
18
23
  * gateway.</p>
19
24
  *
@@ -31,6 +36,8 @@ export interface DescribeTapeRecoveryPointsCommandOutput extends DescribeTapeRec
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param DescribeTapeRecoveryPointsCommandInput - {@link DescribeTapeRecoveryPointsCommandInput}
40
+ * @returns {@link DescribeTapeRecoveryPointsCommandOutput}
34
41
  * @see {@link DescribeTapeRecoveryPointsCommandInput} for command's `input` shape.
35
42
  * @see {@link DescribeTapeRecoveryPointsCommandOutput} for command's `response` shape.
36
43
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -75,11 +82,20 @@ export interface DescribeTapeRecoveryPointsCommandOutput extends DescribeTapeRec
75
82
  export declare class DescribeTapeRecoveryPointsCommand extends $Command<DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput, StorageGatewayClientResolvedConfig> {
76
83
  readonly input: DescribeTapeRecoveryPointsCommandInput;
77
84
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
+ /**
86
+ * @public
87
+ */
78
88
  constructor(input: DescribeTapeRecoveryPointsCommandInput);
79
89
  /**
80
90
  * @internal
81
91
  */
82
92
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput>;
93
+ /**
94
+ * @internal
95
+ */
83
96
  private serialize;
97
+ /**
98
+ * @internal
99
+ */
84
100
  private deserialize;
85
101
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeTapesInput, DescribeTapesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeTapesCommand}.
8
10
  */
9
11
  export interface DescribeTapesCommandInput extends DescribeTapesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeTapesCommand}.
13
17
  */
14
18
  export interface DescribeTapesCommandOutput extends DescribeTapesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a
18
23
  * <code>TapeARN</code> is not specified, returns a description of all virtual tapes
19
24
  * associated with the specified gateway. This operation is only supported in the tape gateway
@@ -28,6 +33,8 @@ export interface DescribeTapesCommandOutput extends DescribeTapesOutput, __Metad
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DescribeTapesCommandInput - {@link DescribeTapesCommandInput}
37
+ * @returns {@link DescribeTapesCommandOutput}
31
38
  * @see {@link DescribeTapesCommandInput} for command's `input` shape.
32
39
  * @see {@link DescribeTapesCommandOutput} for command's `response` shape.
33
40
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -81,11 +88,20 @@ export interface DescribeTapesCommandOutput extends DescribeTapesOutput, __Metad
81
88
  export declare class DescribeTapesCommand extends $Command<DescribeTapesCommandInput, DescribeTapesCommandOutput, StorageGatewayClientResolvedConfig> {
82
89
  readonly input: DescribeTapesCommandInput;
83
90
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
+ /**
92
+ * @public
93
+ */
84
94
  constructor(input: DescribeTapesCommandInput);
85
95
  /**
86
96
  * @internal
87
97
  */
88
98
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTapesCommandInput, DescribeTapesCommandOutput>;
99
+ /**
100
+ * @internal
101
+ */
89
102
  private serialize;
103
+ /**
104
+ * @internal
105
+ */
90
106
  private deserialize;
91
107
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeUploadBufferInput, DescribeUploadBufferOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeUploadBufferCommand}.
8
10
  */
9
11
  export interface DescribeUploadBufferCommandInput extends DescribeUploadBufferInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeUploadBufferCommand}.
13
17
  */
14
18
  export interface DescribeUploadBufferCommandOutput extends DescribeUploadBufferOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the upload buffer of a gateway. This operation is supported
18
23
  * for the stored volume, cached volume, and tape gateway types.</p>
19
24
  *
@@ -29,6 +34,8 @@ export interface DescribeUploadBufferCommandOutput extends DescribeUploadBufferO
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DescribeUploadBufferCommandInput - {@link DescribeUploadBufferCommandInput}
38
+ * @returns {@link DescribeUploadBufferCommandOutput}
32
39
  * @see {@link DescribeUploadBufferCommandInput} for command's `input` shape.
33
40
  * @see {@link DescribeUploadBufferCommandOutput} for command's `response` shape.
34
41
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -90,11 +97,20 @@ export interface DescribeUploadBufferCommandOutput extends DescribeUploadBufferO
90
97
  export declare class DescribeUploadBufferCommand extends $Command<DescribeUploadBufferCommandInput, DescribeUploadBufferCommandOutput, StorageGatewayClientResolvedConfig> {
91
98
  readonly input: DescribeUploadBufferCommandInput;
92
99
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
+ /**
101
+ * @public
102
+ */
93
103
  constructor(input: DescribeUploadBufferCommandInput);
94
104
  /**
95
105
  * @internal
96
106
  */
97
107
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUploadBufferCommandInput, DescribeUploadBufferCommandOutput>;
108
+ /**
109
+ * @internal
110
+ */
98
111
  private serialize;
112
+ /**
113
+ * @internal
114
+ */
99
115
  private deserialize;
100
116
  }