@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 { CreateNFSFileShareInput, CreateNFSFileShareOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateNFSFileShareCommand}.
8
10
  */
9
11
  export interface CreateNFSFileShareCommandInput extends CreateNFSFileShareInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateNFSFileShareCommand}.
13
17
  */
14
18
  export interface CreateNFSFileShareCommandOutput extends CreateNFSFileShareOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a Network File System (NFS) file share on an existing S3 File Gateway. In
18
23
  * Storage Gateway, a file share is a file system mount point backed by Amazon S3
19
24
  * cloud storage. Storage Gateway exposes file shares using an NFS interface. This operation
@@ -41,6 +46,8 @@ export interface CreateNFSFileShareCommandOutput extends CreateNFSFileShareOutpu
41
46
  * const response = await client.send(command);
42
47
  * ```
43
48
  *
49
+ * @param CreateNFSFileShareCommandInput - {@link CreateNFSFileShareCommandInput}
50
+ * @returns {@link CreateNFSFileShareCommandOutput}
44
51
  * @see {@link CreateNFSFileShareCommandInput} for command's `input` shape.
45
52
  * @see {@link CreateNFSFileShareCommandOutput} for command's `response` shape.
46
53
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateNFSFileShareCommandOutput extends CreateNFSFileShareOutpu
58
65
  export declare class CreateNFSFileShareCommand extends $Command<CreateNFSFileShareCommandInput, CreateNFSFileShareCommandOutput, StorageGatewayClientResolvedConfig> {
59
66
  readonly input: CreateNFSFileShareCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateNFSFileShareCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNFSFileShareCommandInput, CreateNFSFileShareCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateSMBFileShareInput, CreateSMBFileShareOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSMBFileShareCommand}.
8
10
  */
9
11
  export interface CreateSMBFileShareCommandInput extends CreateSMBFileShareInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSMBFileShareCommand}.
13
17
  */
14
18
  export interface CreateSMBFileShareCommandOutput extends CreateSMBFileShareOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a Server Message Block (SMB) file share on an existing S3 File Gateway. In
18
23
  * Storage Gateway, a file share is a file system mount point backed by Amazon S3
19
24
  * cloud storage. Storage Gateway exposes file shares using an SMB interface. This operation
@@ -41,6 +46,8 @@ export interface CreateSMBFileShareCommandOutput extends CreateSMBFileShareOutpu
41
46
  * const response = await client.send(command);
42
47
  * ```
43
48
  *
49
+ * @param CreateSMBFileShareCommandInput - {@link CreateSMBFileShareCommandInput}
50
+ * @returns {@link CreateSMBFileShareCommandOutput}
44
51
  * @see {@link CreateSMBFileShareCommandInput} for command's `input` shape.
45
52
  * @see {@link CreateSMBFileShareCommandOutput} for command's `response` shape.
46
53
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateSMBFileShareCommandOutput extends CreateSMBFileShareOutpu
58
65
  export declare class CreateSMBFileShareCommand extends $Command<CreateSMBFileShareCommandInput, CreateSMBFileShareCommandOutput, StorageGatewayClientResolvedConfig> {
59
66
  readonly input: CreateSMBFileShareCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateSMBFileShareCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSMBFileShareCommandInput, CreateSMBFileShareCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateSnapshotInput, CreateSnapshotOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSnapshotCommand}.
8
10
  */
9
11
  export interface CreateSnapshotCommandInput extends CreateSnapshotInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSnapshotCommand}.
13
17
  */
14
18
  export interface CreateSnapshotCommandOutput extends CreateSnapshotOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Initiates a snapshot of a volume.</p>
18
23
  *
19
24
  * <p>Storage Gateway provides the ability to back up point-in-time snapshots of your
@@ -52,6 +57,8 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotOutput, __Met
52
57
  * const response = await client.send(command);
53
58
  * ```
54
59
  *
60
+ * @param CreateSnapshotCommandInput - {@link CreateSnapshotCommandInput}
61
+ * @returns {@link CreateSnapshotCommandOutput}
55
62
  * @see {@link CreateSnapshotCommandInput} for command's `input` shape.
56
63
  * @see {@link CreateSnapshotCommandOutput} for command's `response` shape.
57
64
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -91,11 +98,20 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotOutput, __Met
91
98
  export declare class CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, StorageGatewayClientResolvedConfig> {
92
99
  readonly input: CreateSnapshotCommandInput;
93
100
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
+ /**
102
+ * @public
103
+ */
94
104
  constructor(input: CreateSnapshotCommandInput);
95
105
  /**
96
106
  * @internal
97
107
  */
98
108
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSnapshotCommandInput, CreateSnapshotCommandOutput>;
109
+ /**
110
+ * @internal
111
+ */
99
112
  private serialize;
113
+ /**
114
+ * @internal
115
+ */
100
116
  private deserialize;
101
117
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateSnapshotFromVolumeRecoveryPointInput, CreateSnapshotFromVolumeRecoveryPointOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSnapshotFromVolumeRecoveryPointCommand}.
8
10
  */
9
11
  export interface CreateSnapshotFromVolumeRecoveryPointCommandInput extends CreateSnapshotFromVolumeRecoveryPointInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSnapshotFromVolumeRecoveryPointCommand}.
13
17
  */
14
18
  export interface CreateSnapshotFromVolumeRecoveryPointCommandOutput extends CreateSnapshotFromVolumeRecoveryPointOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Initiates a snapshot of a gateway from a volume recovery point. This operation is only
18
23
  * supported in the cached volume gateway type.</p>
19
24
  *
@@ -45,6 +50,8 @@ export interface CreateSnapshotFromVolumeRecoveryPointCommandOutput extends Crea
45
50
  * const response = await client.send(command);
46
51
  * ```
47
52
  *
53
+ * @param CreateSnapshotFromVolumeRecoveryPointCommandInput - {@link CreateSnapshotFromVolumeRecoveryPointCommandInput}
54
+ * @returns {@link CreateSnapshotFromVolumeRecoveryPointCommandOutput}
48
55
  * @see {@link CreateSnapshotFromVolumeRecoveryPointCommandInput} for command's `input` shape.
49
56
  * @see {@link CreateSnapshotFromVolumeRecoveryPointCommandOutput} for command's `response` shape.
50
57
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -85,11 +92,20 @@ export interface CreateSnapshotFromVolumeRecoveryPointCommandOutput extends Crea
85
92
  export declare class CreateSnapshotFromVolumeRecoveryPointCommand extends $Command<CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput, StorageGatewayClientResolvedConfig> {
86
93
  readonly input: CreateSnapshotFromVolumeRecoveryPointCommandInput;
87
94
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
+ /**
96
+ * @public
97
+ */
88
98
  constructor(input: CreateSnapshotFromVolumeRecoveryPointCommandInput);
89
99
  /**
90
100
  * @internal
91
101
  */
92
102
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput>;
103
+ /**
104
+ * @internal
105
+ */
93
106
  private serialize;
107
+ /**
108
+ * @internal
109
+ */
94
110
  private deserialize;
95
111
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateStorediSCSIVolumeInput, CreateStorediSCSIVolumeOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateStorediSCSIVolumeCommand}.
8
10
  */
9
11
  export interface CreateStorediSCSIVolumeCommandInput extends CreateStorediSCSIVolumeInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateStorediSCSIVolumeCommand}.
13
17
  */
14
18
  export interface CreateStorediSCSIVolumeCommandOutput extends CreateStorediSCSIVolumeOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a volume on a specified gateway. This operation is only supported in the stored
18
23
  * volume gateway type.</p>
19
24
  *
@@ -36,6 +41,8 @@ export interface CreateStorediSCSIVolumeCommandOutput extends CreateStorediSCSIV
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param CreateStorediSCSIVolumeCommandInput - {@link CreateStorediSCSIVolumeCommandInput}
45
+ * @returns {@link CreateStorediSCSIVolumeCommandOutput}
39
46
  * @see {@link CreateStorediSCSIVolumeCommandInput} for command's `input` shape.
40
47
  * @see {@link CreateStorediSCSIVolumeCommandOutput} for command's `response` shape.
41
48
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -76,11 +83,20 @@ export interface CreateStorediSCSIVolumeCommandOutput extends CreateStorediSCSIV
76
83
  export declare class CreateStorediSCSIVolumeCommand extends $Command<CreateStorediSCSIVolumeCommandInput, CreateStorediSCSIVolumeCommandOutput, StorageGatewayClientResolvedConfig> {
77
84
  readonly input: CreateStorediSCSIVolumeCommandInput;
78
85
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
+ /**
87
+ * @public
88
+ */
79
89
  constructor(input: CreateStorediSCSIVolumeCommandInput);
80
90
  /**
81
91
  * @internal
82
92
  */
83
93
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStorediSCSIVolumeCommandInput, CreateStorediSCSIVolumeCommandOutput>;
94
+ /**
95
+ * @internal
96
+ */
84
97
  private serialize;
98
+ /**
99
+ * @internal
100
+ */
85
101
  private deserialize;
86
102
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateTapePoolInput, CreateTapePoolOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTapePoolCommand}.
8
10
  */
9
11
  export interface CreateTapePoolCommandInput extends CreateTapePoolInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTapePoolCommand}.
13
17
  */
14
18
  export interface CreateTapePoolCommandOutput extends CreateTapePoolOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new custom tape pool. You can use custom tape pool to enable tape retention
18
23
  * lock on tapes that are archived in the custom pool.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateTapePoolCommandOutput extends CreateTapePoolOutput, __Met
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateTapePoolCommandInput - {@link CreateTapePoolCommandInput}
35
+ * @returns {@link CreateTapePoolCommandOutput}
29
36
  * @see {@link CreateTapePoolCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateTapePoolCommandOutput} for command's `response` shape.
31
38
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -43,11 +50,20 @@ export interface CreateTapePoolCommandOutput extends CreateTapePoolOutput, __Met
43
50
  export declare class CreateTapePoolCommand extends $Command<CreateTapePoolCommandInput, CreateTapePoolCommandOutput, StorageGatewayClientResolvedConfig> {
44
51
  readonly input: CreateTapePoolCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: CreateTapePoolCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTapePoolCommandInput, CreateTapePoolCommandOutput>;
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 { CreateTapeWithBarcodeInput, CreateTapeWithBarcodeOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTapeWithBarcodeCommand}.
8
10
  */
9
11
  export interface CreateTapeWithBarcodeCommandInput extends CreateTapeWithBarcodeInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTapeWithBarcodeCommand}.
13
17
  */
14
18
  export interface CreateTapeWithBarcodeCommandOutput extends CreateTapeWithBarcodeOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a virtual tape by using your own barcode. You write data to the virtual tape and
18
23
  * then archive the tape. A barcode is unique and cannot be reused if it has already been used
19
24
  * on a tape. This applies to barcodes used on deleted tapes. This operation is only supported
@@ -33,6 +38,8 @@ export interface CreateTapeWithBarcodeCommandOutput extends CreateTapeWithBarcod
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param CreateTapeWithBarcodeCommandInput - {@link CreateTapeWithBarcodeCommandInput}
42
+ * @returns {@link CreateTapeWithBarcodeCommandOutput}
36
43
  * @see {@link CreateTapeWithBarcodeCommandInput} for command's `input` shape.
37
44
  * @see {@link CreateTapeWithBarcodeCommandOutput} for command's `response` shape.
38
45
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -68,11 +75,20 @@ export interface CreateTapeWithBarcodeCommandOutput extends CreateTapeWithBarcod
68
75
  export declare class CreateTapeWithBarcodeCommand extends $Command<CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput, StorageGatewayClientResolvedConfig> {
69
76
  readonly input: CreateTapeWithBarcodeCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: CreateTapeWithBarcodeCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput>;
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 { CreateTapesInput, CreateTapesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTapesCommand}.
8
10
  */
9
11
  export interface CreateTapesCommandInput extends CreateTapesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTapesCommand}.
13
17
  */
14
18
  export interface CreateTapesCommandOutput extends CreateTapesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates one or more virtual tapes. You write data to the virtual tapes and then archive
18
23
  * the tapes. This operation is only supported in the tape gateway type.</p>
19
24
  *
@@ -31,6 +36,8 @@ export interface CreateTapesCommandOutput extends CreateTapesOutput, __MetadataB
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param CreateTapesCommandInput - {@link CreateTapesCommandInput}
40
+ * @returns {@link CreateTapesCommandOutput}
34
41
  * @see {@link CreateTapesCommandInput} for command's `input` shape.
35
42
  * @see {@link CreateTapesCommandOutput} for command's `response` shape.
36
43
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -72,11 +79,20 @@ export interface CreateTapesCommandOutput extends CreateTapesOutput, __MetadataB
72
79
  export declare class CreateTapesCommand extends $Command<CreateTapesCommandInput, CreateTapesCommandOutput, StorageGatewayClientResolvedConfig> {
73
80
  readonly input: CreateTapesCommandInput;
74
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
75
85
  constructor(input: CreateTapesCommandInput);
76
86
  /**
77
87
  * @internal
78
88
  */
79
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTapesCommandInput, CreateTapesCommandOutput>;
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 { DeleteAutomaticTapeCreationPolicyInput, DeleteAutomaticTapeCreationPolicyOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteAutomaticTapeCreationPolicyCommand}.
8
10
  */
9
11
  export interface DeleteAutomaticTapeCreationPolicyCommandInput extends DeleteAutomaticTapeCreationPolicyInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteAutomaticTapeCreationPolicyCommand}.
13
17
  */
14
18
  export interface DeleteAutomaticTapeCreationPolicyCommandOutput extends DeleteAutomaticTapeCreationPolicyOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the automatic tape creation policy of a gateway. If you delete this policy, new
18
23
  * virtual tapes must be created manually. Use the Amazon Resource Name (ARN) of the gateway
19
24
  * in your request to remove the policy.</p>
@@ -27,6 +32,8 @@ export interface DeleteAutomaticTapeCreationPolicyCommandOutput extends DeleteAu
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteAutomaticTapeCreationPolicyCommandInput - {@link DeleteAutomaticTapeCreationPolicyCommandInput}
36
+ * @returns {@link DeleteAutomaticTapeCreationPolicyCommandOutput}
30
37
  * @see {@link DeleteAutomaticTapeCreationPolicyCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteAutomaticTapeCreationPolicyCommandOutput} for command's `response` shape.
32
39
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DeleteAutomaticTapeCreationPolicyCommandOutput extends DeleteAu
44
51
  export declare class DeleteAutomaticTapeCreationPolicyCommand extends $Command<DeleteAutomaticTapeCreationPolicyCommandInput, DeleteAutomaticTapeCreationPolicyCommandOutput, StorageGatewayClientResolvedConfig> {
45
52
  readonly input: DeleteAutomaticTapeCreationPolicyCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DeleteAutomaticTapeCreationPolicyCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAutomaticTapeCreationPolicyCommandInput, DeleteAutomaticTapeCreationPolicyCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteBandwidthRateLimitInput, DeleteBandwidthRateLimitOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBandwidthRateLimitCommand}.
8
10
  */
9
11
  export interface DeleteBandwidthRateLimitCommandInput extends DeleteBandwidthRateLimitInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBandwidthRateLimitCommand}.
13
17
  */
14
18
  export interface DeleteBandwidthRateLimitCommandOutput extends DeleteBandwidthRateLimitOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the bandwidth rate limits of a gateway. You can delete either the upload and
18
23
  * download bandwidth rate limit, or you can delete both. If you delete only one of the
19
24
  * limits, the other limit remains unchanged. To specify which gateway to work with, use the
@@ -29,6 +34,8 @@ export interface DeleteBandwidthRateLimitCommandOutput extends DeleteBandwidthRa
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteBandwidthRateLimitCommandInput - {@link DeleteBandwidthRateLimitCommandInput}
38
+ * @returns {@link DeleteBandwidthRateLimitCommandOutput}
32
39
  * @see {@link DeleteBandwidthRateLimitCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteBandwidthRateLimitCommandOutput} for command's `response` shape.
34
41
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -63,11 +70,20 @@ export interface DeleteBandwidthRateLimitCommandOutput extends DeleteBandwidthRa
63
70
  export declare class DeleteBandwidthRateLimitCommand extends $Command<DeleteBandwidthRateLimitCommandInput, DeleteBandwidthRateLimitCommandOutput, StorageGatewayClientResolvedConfig> {
64
71
  readonly input: DeleteBandwidthRateLimitCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: DeleteBandwidthRateLimitCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBandwidthRateLimitCommandInput, DeleteBandwidthRateLimitCommandOutput>;
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 { DeleteChapCredentialsInput, DeleteChapCredentialsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteChapCredentialsCommand}.
8
10
  */
9
11
  export interface DeleteChapCredentialsCommandInput extends DeleteChapCredentialsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteChapCredentialsCommand}.
13
17
  */
14
18
  export interface DeleteChapCredentialsCommandOutput extends DeleteChapCredentialsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified
18
23
  * iSCSI target and initiator pair. This operation is supported in volume and tape gateway
19
24
  * types.</p>
@@ -27,6 +32,8 @@ export interface DeleteChapCredentialsCommandOutput extends DeleteChapCredential
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteChapCredentialsCommandInput - {@link DeleteChapCredentialsCommandInput}
36
+ * @returns {@link DeleteChapCredentialsCommandOutput}
30
37
  * @see {@link DeleteChapCredentialsCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteChapCredentialsCommandOutput} for command's `response` shape.
32
39
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -62,11 +69,20 @@ export interface DeleteChapCredentialsCommandOutput extends DeleteChapCredential
62
69
  export declare class DeleteChapCredentialsCommand extends $Command<DeleteChapCredentialsCommandInput, DeleteChapCredentialsCommandOutput, StorageGatewayClientResolvedConfig> {
63
70
  readonly input: DeleteChapCredentialsCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: DeleteChapCredentialsCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChapCredentialsCommandInput, DeleteChapCredentialsCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteFileShareInput, DeleteFileShareOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFileShareCommand}.
8
10
  */
9
11
  export interface DeleteFileShareCommandInput extends DeleteFileShareInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFileShareCommand}.
13
17
  */
14
18
  export interface DeleteFileShareCommandOutput extends DeleteFileShareOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a file share from an S3 File Gateway. This operation is only supported for S3
18
23
  * File Gateways.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteFileShareCommandOutput extends DeleteFileShareOutput, __M
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteFileShareCommandInput - {@link DeleteFileShareCommandInput}
35
+ * @returns {@link DeleteFileShareCommandOutput}
29
36
  * @see {@link DeleteFileShareCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteFileShareCommandOutput} for command's `response` shape.
31
38
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteFileShareCommandOutput extends DeleteFileShareOutput, __M
43
50
  export declare class DeleteFileShareCommand extends $Command<DeleteFileShareCommandInput, DeleteFileShareCommandOutput, StorageGatewayClientResolvedConfig> {
44
51
  readonly input: DeleteFileShareCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteFileShareCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFileShareCommandInput, DeleteFileShareCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }