@aws-sdk/client-storage-gateway 3.40.0 → 3.44.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 (98) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +8 -0
  3. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  4. package/dist-es/endpoints.js +8 -0
  5. package/dist-es/protocols/Aws_json1_1.js +3 -0
  6. package/dist-types/commands/ActivateGatewayCommand.d.ts +1 -1
  7. package/dist-types/commands/AddCacheCommand.d.ts +1 -1
  8. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  9. package/dist-types/commands/AddUploadBufferCommand.d.ts +1 -1
  10. package/dist-types/commands/AddWorkingStorageCommand.d.ts +1 -1
  11. package/dist-types/commands/AssignTapePoolCommand.d.ts +1 -1
  12. package/dist-types/commands/AssociateFileSystemCommand.d.ts +1 -1
  13. package/dist-types/commands/AttachVolumeCommand.d.ts +1 -1
  14. package/dist-types/commands/CancelArchivalCommand.d.ts +1 -1
  15. package/dist-types/commands/CancelRetrievalCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateCachediSCSIVolumeCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateNFSFileShareCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateSMBFileShareCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateStorediSCSIVolumeCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTapePoolCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateTapeWithBarcodeCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateTapesCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteBandwidthRateLimitCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteChapCredentialsCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteFileShareCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteGatewayCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteTapeArchiveCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteTapeCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteTapePoolCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeBandwidthRateLimitCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeCacheCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeCachediSCSIVolumesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeChapCredentialsCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeFileSystemAssociationsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeGatewayInformationCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeMaintenanceStartTimeCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeNFSFileSharesCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeSMBFileSharesCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeSMBSettingsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeSnapshotScheduleCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeStorediSCSIVolumesCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeTapeArchivesCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeTapeRecoveryPointsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeTapesCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeUploadBufferCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeVTLDevicesCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeWorkingStorageCommand.d.ts +1 -1
  55. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  56. package/dist-types/commands/DisableGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/DisassociateFileSystemCommand.d.ts +1 -1
  58. package/dist-types/commands/JoinDomainCommand.d.ts +1 -1
  59. package/dist-types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +1 -1
  60. package/dist-types/commands/ListFileSharesCommand.d.ts +1 -1
  61. package/dist-types/commands/ListFileSystemAssociationsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
  63. package/dist-types/commands/ListLocalDisksCommand.d.ts +1 -1
  64. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/ListTapePoolsCommand.d.ts +1 -1
  66. package/dist-types/commands/ListTapesCommand.d.ts +1 -1
  67. package/dist-types/commands/ListVolumeInitiatorsCommand.d.ts +1 -1
  68. package/dist-types/commands/ListVolumeRecoveryPointsCommand.d.ts +1 -1
  69. package/dist-types/commands/ListVolumesCommand.d.ts +1 -1
  70. package/dist-types/commands/NotifyWhenUploadedCommand.d.ts +1 -1
  71. package/dist-types/commands/RefreshCacheCommand.d.ts +1 -1
  72. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  73. package/dist-types/commands/ResetCacheCommand.d.ts +1 -1
  74. package/dist-types/commands/RetrieveTapeArchiveCommand.d.ts +1 -1
  75. package/dist-types/commands/RetrieveTapeRecoveryPointCommand.d.ts +1 -1
  76. package/dist-types/commands/SetLocalConsolePasswordCommand.d.ts +1 -1
  77. package/dist-types/commands/SetSMBGuestPasswordCommand.d.ts +1 -1
  78. package/dist-types/commands/ShutdownGatewayCommand.d.ts +1 -1
  79. package/dist-types/commands/StartAvailabilityMonitorTestCommand.d.ts +1 -1
  80. package/dist-types/commands/StartGatewayCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateBandwidthRateLimitCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateChapCredentialsCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateFileSystemAssociationCommand.d.ts +1 -1
  86. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateMaintenanceStartTimeCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateNFSFileShareCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateSMBFileShareCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateSMBLocalGroupsCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateSMBSecurityStrategyCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateSnapshotScheduleCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateVTLDeviceTypeCommand.d.ts +1 -1
  96. package/dist-types/models/models_0.d.ts +19 -3
  97. package/dist-types/ts3.4/models/models_0.d.ts +7 -1
  98. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.44.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.43.0...v3.44.0) (2021-12-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/11/30 ([#3077](https://github.com/aws/aws-sdk-js-v3/issues/3077)) ([2bdba30](https://github.com/aws/aws-sdk-js-v3/commit/2bdba30963e550728ba2903d57daa1e666a29d71))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-storage-gateway
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-storage-gateway
28
+
29
+
30
+
31
+
32
+
33
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
34
+
35
+
36
+ ### Features
37
+
38
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
45
 
8
46
 
@@ -169,6 +169,10 @@ const partitionHash = {
169
169
  hostname: "storagegateway.{region}.c2s.ic.gov",
170
170
  tags: [],
171
171
  },
172
+ {
173
+ hostname: "storagegateway-fips.{region}.c2s.ic.gov",
174
+ tags: ["fips"],
175
+ },
172
176
  ],
173
177
  },
174
178
  "aws-iso-b": {
@@ -179,6 +183,10 @@ const partitionHash = {
179
183
  hostname: "storagegateway.{region}.sc2s.sgov.gov",
180
184
  tags: [],
181
185
  },
186
+ {
187
+ hostname: "storagegateway-fips.{region}.sc2s.sgov.gov",
188
+ tags: ["fips"],
189
+ },
182
190
  ],
183
191
  },
184
192
  "aws-us-gov": {
@@ -7302,6 +7302,7 @@ const deserializeAws_json1_1DescribeGatewayInformationOutput = (output, context)
7302
7302
  GatewayTimezone: smithy_client_1.expectString(output.GatewayTimezone),
7303
7303
  GatewayType: smithy_client_1.expectString(output.GatewayType),
7304
7304
  HostEnvironment: smithy_client_1.expectString(output.HostEnvironment),
7305
+ HostEnvironmentId: smithy_client_1.expectString(output.HostEnvironmentId),
7305
7306
  LastSoftwareUpdate: smithy_client_1.expectString(output.LastSoftwareUpdate),
7306
7307
  NextUpdateAvailabilityDate: smithy_client_1.expectString(output.NextUpdateAvailabilityDate),
7307
7308
  SoftwareUpdatesEndDate: smithy_client_1.expectString(output.SoftwareUpdatesEndDate),
@@ -7605,6 +7606,8 @@ const deserializeAws_json1_1GatewayInfo = (output, context) => {
7605
7606
  GatewayName: smithy_client_1.expectString(output.GatewayName),
7606
7607
  GatewayOperationalState: smithy_client_1.expectString(output.GatewayOperationalState),
7607
7608
  GatewayType: smithy_client_1.expectString(output.GatewayType),
7609
+ HostEnvironment: smithy_client_1.expectString(output.HostEnvironment),
7610
+ HostEnvironmentId: smithy_client_1.expectString(output.HostEnvironmentId),
7608
7611
  };
7609
7612
  };
7610
7613
  const deserializeAws_json1_1GatewayNetworkInterfaces = (output, context) => {
@@ -167,6 +167,10 @@ var partitionHash = {
167
167
  hostname: "storagegateway.{region}.c2s.ic.gov",
168
168
  tags: [],
169
169
  },
170
+ {
171
+ hostname: "storagegateway-fips.{region}.c2s.ic.gov",
172
+ tags: ["fips"],
173
+ },
170
174
  ],
171
175
  },
172
176
  "aws-iso-b": {
@@ -177,6 +181,10 @@ var partitionHash = {
177
181
  hostname: "storagegateway.{region}.sc2s.sgov.gov",
178
182
  tags: [],
179
183
  },
184
+ {
185
+ hostname: "storagegateway-fips.{region}.sc2s.sgov.gov",
186
+ tags: ["fips"],
187
+ },
180
188
  ],
181
189
  },
182
190
  "aws-us-gov": {
@@ -7767,6 +7767,7 @@ var deserializeAws_json1_1DescribeGatewayInformationOutput = function (output, c
7767
7767
  GatewayTimezone: __expectString(output.GatewayTimezone),
7768
7768
  GatewayType: __expectString(output.GatewayType),
7769
7769
  HostEnvironment: __expectString(output.HostEnvironment),
7770
+ HostEnvironmentId: __expectString(output.HostEnvironmentId),
7770
7771
  LastSoftwareUpdate: __expectString(output.LastSoftwareUpdate),
7771
7772
  NextUpdateAvailabilityDate: __expectString(output.NextUpdateAvailabilityDate),
7772
7773
  SoftwareUpdatesEndDate: __expectString(output.SoftwareUpdatesEndDate),
@@ -8069,6 +8070,8 @@ var deserializeAws_json1_1GatewayInfo = function (output, context) {
8069
8070
  GatewayName: __expectString(output.GatewayName),
8070
8071
  GatewayOperationalState: __expectString(output.GatewayOperationalState),
8071
8072
  GatewayType: __expectString(output.GatewayType),
8073
+ HostEnvironment: __expectString(output.HostEnvironment),
8074
+ HostEnvironmentId: __expectString(output.HostEnvironmentId),
8072
8075
  };
8073
8076
  };
8074
8077
  var deserializeAws_json1_1GatewayNetworkInterfaces = function (output, context) {
@@ -27,7 +27,7 @@ export interface ActivateGatewayCommandOutput extends ActivateGatewayOutput, __M
27
27
  *
28
28
  * @see {@link ActivateGatewayCommandInput} for command's `input` shape.
29
29
  * @see {@link ActivateGatewayCommandOutput} for command's `response` shape.
30
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class ActivateGatewayCommand extends $Command<ActivateGatewayCommandInput, ActivateGatewayCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface AddCacheCommandOutput extends AddCacheOutput, __MetadataBearer
24
24
  *
25
25
  * @see {@link AddCacheCommandInput} for command's `input` shape.
26
26
  * @see {@link AddCacheCommandOutput} for command's `response` shape.
27
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class AddCacheCommand extends $Command<AddCacheCommandInput, AddCacheCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceOutput,
44
44
  *
45
45
  * @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
46
46
  * @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
47
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface AddUploadBufferCommandOutput extends AddUploadBufferOutput, __M
26
26
  *
27
27
  * @see {@link AddUploadBufferCommandInput} for command's `input` shape.
28
28
  * @see {@link AddUploadBufferCommandOutput} for command's `response` shape.
29
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class AddUploadBufferCommand extends $Command<AddUploadBufferCommandInput, AddUploadBufferCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface AddWorkingStorageCommandOutput extends AddWorkingStorageOutput,
32
32
  *
33
33
  * @see {@link AddWorkingStorageCommandInput} for command's `input` shape.
34
34
  * @see {@link AddWorkingStorageCommandOutput} for command's `response` shape.
35
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class AddWorkingStorageCommand extends $Command<AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface AssignTapePoolCommandOutput extends AssignTapePoolOutput, __Met
26
26
  *
27
27
  * @see {@link AssignTapePoolCommandInput} for command's `input` shape.
28
28
  * @see {@link AssignTapePoolCommandOutput} for command's `response` shape.
29
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class AssignTapePoolCommand extends $Command<AssignTapePoolCommandInput, AssignTapePoolCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface AssociateFileSystemCommandOutput extends AssociateFileSystemOut
23
23
  *
24
24
  * @see {@link AssociateFileSystemCommandInput} for command's `input` shape.
25
25
  * @see {@link AssociateFileSystemCommandOutput} for command's `response` shape.
26
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class AssociateFileSystemCommand extends $Command<AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface AttachVolumeCommandOutput extends AttachVolumeOutput, __Metadat
23
23
  *
24
24
  * @see {@link AttachVolumeCommandInput} for command's `input` shape.
25
25
  * @see {@link AttachVolumeCommandOutput} for command's `response` shape.
26
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class AttachVolumeCommand extends $Command<AttachVolumeCommandInput, AttachVolumeCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CancelArchivalCommandOutput extends CancelArchivalOutput, __Met
21
21
  *
22
22
  * @see {@link CancelArchivalCommandInput} for command's `input` shape.
23
23
  * @see {@link CancelArchivalCommandOutput} for command's `response` shape.
24
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CancelArchivalCommand extends $Command<CancelArchivalCommandInput, CancelArchivalCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CancelRetrievalCommandOutput extends CancelRetrievalOutput, __M
22
22
  *
23
23
  * @see {@link CancelRetrievalCommandInput} for command's `input` shape.
24
24
  * @see {@link CancelRetrievalCommandOutput} for command's `response` shape.
25
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CancelRetrievalCommand extends $Command<CancelRetrievalCommandInput, CancelRetrievalCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface CreateCachediSCSIVolumeCommandOutput extends CreateCachediSCSIV
37
37
  *
38
38
  * @see {@link CreateCachediSCSIVolumeCommandInput} for command's `input` shape.
39
39
  * @see {@link CreateCachediSCSIVolumeCommandOutput} for command's `response` shape.
40
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class CreateCachediSCSIVolumeCommand extends $Command<CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface CreateNFSFileShareCommandOutput extends CreateNFSFileShareOutpu
36
36
  *
37
37
  * @see {@link CreateNFSFileShareCommandInput} for command's `input` shape.
38
38
  * @see {@link CreateNFSFileShareCommandOutput} for command's `response` shape.
39
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class CreateNFSFileShareCommand extends $Command<CreateNFSFileShareCommandInput, CreateNFSFileShareCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface CreateSMBFileShareCommandOutput extends CreateSMBFileShareOutpu
36
36
  *
37
37
  * @see {@link CreateSMBFileShareCommandInput} for command's `input` shape.
38
38
  * @see {@link CreateSMBFileShareCommandOutput} for command's `response` shape.
39
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class CreateSMBFileShareCommand extends $Command<CreateSMBFileShareCommandInput, CreateSMBFileShareCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotOutput, __Met
47
47
  *
48
48
  * @see {@link CreateSnapshotCommandInput} for command's `input` shape.
49
49
  * @see {@link CreateSnapshotCommandOutput} for command's `response` shape.
50
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface CreateSnapshotFromVolumeRecoveryPointCommandOutput extends Crea
40
40
  *
41
41
  * @see {@link CreateSnapshotFromVolumeRecoveryPointCommandInput} for command's `input` shape.
42
42
  * @see {@link CreateSnapshotFromVolumeRecoveryPointCommandOutput} for command's `response` shape.
43
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class CreateSnapshotFromVolumeRecoveryPointCommand extends $Command<CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface CreateStorediSCSIVolumeCommandOutput extends CreateStorediSCSIV
31
31
  *
32
32
  * @see {@link CreateStorediSCSIVolumeCommandInput} for command's `input` shape.
33
33
  * @see {@link CreateStorediSCSIVolumeCommandOutput} for command's `response` shape.
34
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class CreateStorediSCSIVolumeCommand extends $Command<CreateStorediSCSIVolumeCommandInput, CreateStorediSCSIVolumeCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateTapePoolCommandOutput extends CreateTapePoolOutput, __Met
21
21
  *
22
22
  * @see {@link CreateTapePoolCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateTapePoolCommandOutput} for command's `response` shape.
24
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateTapePoolCommand extends $Command<CreateTapePoolCommandInput, CreateTapePoolCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface CreateTapeWithBarcodeCommandOutput extends CreateTapeWithBarcod
28
28
  *
29
29
  * @see {@link CreateTapeWithBarcodeCommandInput} for command's `input` shape.
30
30
  * @see {@link CreateTapeWithBarcodeCommandOutput} for command's `response` shape.
31
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class CreateTapeWithBarcodeCommand extends $Command<CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface CreateTapesCommandOutput extends CreateTapesOutput, __MetadataB
26
26
  *
27
27
  * @see {@link CreateTapesCommandInput} for command's `input` shape.
28
28
  * @see {@link CreateTapesCommandOutput} for command's `response` shape.
29
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class CreateTapesCommand extends $Command<CreateTapesCommandInput, CreateTapesCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteAutomaticTapeCreationPolicyCommandOutput extends DeleteAu
22
22
  *
23
23
  * @see {@link DeleteAutomaticTapeCreationPolicyCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteAutomaticTapeCreationPolicyCommandOutput} for command's `response` shape.
25
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteAutomaticTapeCreationPolicyCommand extends $Command<DeleteAutomaticTapeCreationPolicyCommandInput, DeleteAutomaticTapeCreationPolicyCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteBandwidthRateLimitCommandOutput extends DeleteBandwidthRa
24
24
  *
25
25
  * @see {@link DeleteBandwidthRateLimitCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteBandwidthRateLimitCommandOutput} for command's `response` shape.
27
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteBandwidthRateLimitCommand extends $Command<DeleteBandwidthRateLimitCommandInput, DeleteBandwidthRateLimitCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteChapCredentialsCommandOutput extends DeleteChapCredential
22
22
  *
23
23
  * @see {@link DeleteChapCredentialsCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteChapCredentialsCommandOutput} for command's `response` shape.
25
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteChapCredentialsCommand extends $Command<DeleteChapCredentialsCommandInput, DeleteChapCredentialsCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteFileShareCommandOutput extends DeleteFileShareOutput, __M
21
21
  *
22
22
  * @see {@link DeleteFileShareCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteFileShareCommandOutput} for command's `response` shape.
24
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteFileShareCommand extends $Command<DeleteFileShareCommandInput, DeleteFileShareCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __Metad
37
37
  *
38
38
  * @see {@link DeleteGatewayCommandInput} for command's `input` shape.
39
39
  * @see {@link DeleteGatewayCommandOutput} for command's `response` shape.
40
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class DeleteGatewayCommand extends $Command<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface DeleteSnapshotScheduleCommandOutput extends DeleteSnapshotSched
34
34
  *
35
35
  * @see {@link DeleteSnapshotScheduleCommandInput} for command's `input` shape.
36
36
  * @see {@link DeleteSnapshotScheduleCommandOutput} for command's `response` shape.
37
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class DeleteSnapshotScheduleCommand extends $Command<DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteTapeArchiveCommandOutput extends DeleteTapeArchiveOutput,
21
21
  *
22
22
  * @see {@link DeleteTapeArchiveCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteTapeArchiveCommandOutput} for command's `response` shape.
24
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteTapeArchiveCommand extends $Command<DeleteTapeArchiveCommandInput, DeleteTapeArchiveCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteTapeCommandOutput extends DeleteTapeOutput, __MetadataBea
21
21
  *
22
22
  * @see {@link DeleteTapeCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteTapeCommandOutput} for command's `response` shape.
24
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteTapeCommand extends $Command<DeleteTapeCommandInput, DeleteTapeCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteTapePoolCommandOutput extends DeleteTapePoolOutput, __Met
22
22
  *
23
23
  * @see {@link DeleteTapePoolCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteTapePoolCommandOutput} for command's `response` shape.
25
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteTapePoolCommand extends $Command<DeleteTapePoolCommandInput, DeleteTapePoolCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface DeleteVolumeCommandOutput extends DeleteVolumeOutput, __Metadat
32
32
  *
33
33
  * @see {@link DeleteVolumeCommandInput} for command's `input` shape.
34
34
  * @see {@link DeleteVolumeCommandOutput} for command's `response` shape.
35
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class DeleteVolumeCommand extends $Command<DeleteVolumeCommandInput, DeleteVolumeCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeAvailabilityMonitorTestCommandOutput extends DescribeAv
22
22
  *
23
23
  * @see {@link DescribeAvailabilityMonitorTestCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeAvailabilityMonitorTestCommandOutput} for command's `response` shape.
25
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeAvailabilityMonitorTestCommand extends $Command<DescribeAvailabilityMonitorTestCommandInput, DescribeAvailabilityMonitorTestCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DescribeBandwidthRateLimitCommandOutput extends DescribeBandwid
27
27
  *
28
28
  * @see {@link DescribeBandwidthRateLimitCommandInput} for command's `input` shape.
29
29
  * @see {@link DescribeBandwidthRateLimitCommandOutput} for command's `response` shape.
30
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class DescribeBandwidthRateLimitCommand extends $Command<DescribeBandwidthRateLimitCommandInput, DescribeBandwidthRateLimitCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface DescribeBandwidthRateLimitScheduleCommandOutput extends Describ
35
35
  *
36
36
  * @see {@link DescribeBandwidthRateLimitScheduleCommandInput} for command's `input` shape.
37
37
  * @see {@link DescribeBandwidthRateLimitScheduleCommandOutput} for command's `response` shape.
38
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class DescribeBandwidthRateLimitScheduleCommand extends $Command<DescribeBandwidthRateLimitScheduleCommandInput, DescribeBandwidthRateLimitScheduleCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeCacheCommandOutput extends DescribeCacheOutput, __Metad
24
24
  *
25
25
  * @see {@link DescribeCacheCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeCacheCommandOutput} for command's `response` shape.
27
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DescribeCacheCommand extends $Command<DescribeCacheCommandInput, DescribeCacheCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeCachediSCSIVolumesCommandOutput extends DescribeCachedi
25
25
  *
26
26
  * @see {@link DescribeCachediSCSIVolumesCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeCachediSCSIVolumesCommandOutput} for command's `response` shape.
28
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DescribeCachediSCSIVolumesCommand extends $Command<DescribeCachediSCSIVolumesCommandInput, DescribeCachediSCSIVolumesCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeChapCredentialsCommandOutput extends DescribeChapCreden
22
22
  *
23
23
  * @see {@link DescribeChapCredentialsCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeChapCredentialsCommandOutput} for command's `response` shape.
25
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeChapCredentialsCommand extends $Command<DescribeChapCredentialsCommandInput, DescribeChapCredentialsCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeFileSystemAssociationsCommandOutput extends DescribeFil
21
21
  *
22
22
  * @see {@link DescribeFileSystemAssociationsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeFileSystemAssociationsCommandOutput} for command's `response` shape.
24
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeFileSystemAssociationsCommand extends $Command<DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeGatewayInformationCommandOutput extends DescribeGateway
22
22
  *
23
23
  * @see {@link DescribeGatewayInformationCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeGatewayInformationCommandOutput} for command's `response` shape.
25
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeGatewayInformationCommand extends $Command<DescribeGatewayInformationCommandInput, DescribeGatewayInformationCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeMaintenanceStartTimeCommandOutput extends DescribeMaint
21
21
  *
22
22
  * @see {@link DescribeMaintenanceStartTimeCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeMaintenanceStartTimeCommandOutput} for command's `response` shape.
24
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeMaintenanceStartTimeCommand extends $Command<DescribeMaintenanceStartTimeCommandInput, DescribeMaintenanceStartTimeCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeNFSFileSharesCommandOutput extends DescribeNFSFileShare
21
21
  *
22
22
  * @see {@link DescribeNFSFileSharesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeNFSFileSharesCommandOutput} for command's `response` shape.
24
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeNFSFileSharesCommand extends $Command<DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeSMBFileSharesCommandOutput extends DescribeSMBFileShare
21
21
  *
22
22
  * @see {@link DescribeSMBFileSharesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeSMBFileSharesCommandOutput} for command's `response` shape.
24
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeSMBFileSharesCommand extends $Command<DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeSMBSettingsCommandOutput extends DescribeSMBSettingsOut
21
21
  *
22
22
  * @see {@link DescribeSMBSettingsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeSMBSettingsCommandOutput} for command's `response` shape.
24
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeSMBSettingsCommand extends $Command<DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeSnapshotScheduleCommandOutput extends DescribeSnapshotS
23
23
  *
24
24
  * @see {@link DescribeSnapshotScheduleCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeSnapshotScheduleCommandOutput} for command's `response` shape.
26
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeSnapshotScheduleCommand extends $Command<DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeStorediSCSIVolumesCommandOutput extends DescribeStoredi
22
22
  *
23
23
  * @see {@link DescribeStorediSCSIVolumesCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeStorediSCSIVolumesCommandOutput} for command's `response` shape.
25
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeStorediSCSIVolumesCommand extends $Command<DescribeStorediSCSIVolumesCommandInput, DescribeStorediSCSIVolumesCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeTapeArchivesCommandOutput extends DescribeTapeArchivesO
24
24
  *
25
25
  * @see {@link DescribeTapeArchivesCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeTapeArchivesCommandOutput} for command's `response` shape.
27
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DescribeTapeArchivesCommand extends $Command<DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DescribeTapeRecoveryPointsCommandOutput extends DescribeTapeRec
26
26
  *
27
27
  * @see {@link DescribeTapeRecoveryPointsCommandInput} for command's `input` shape.
28
28
  * @see {@link DescribeTapeRecoveryPointsCommandOutput} for command's `response` shape.
29
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DescribeTapeRecoveryPointsCommand extends $Command<DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput, StorageGatewayClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeTapesCommandOutput extends DescribeTapesOutput, __Metad
23
23
  *
24
24
  * @see {@link DescribeTapesCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeTapesCommandOutput} for command's `response` shape.
26
- * @see {@link StorageGatewayClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeTapesCommand extends $Command<DescribeTapesCommandInput, DescribeTapesCommandOutput, StorageGatewayClientResolvedConfig> {