@aws-sdk/client-storage-gateway 3.169.0 → 3.171.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 (118) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/StorageGateway.d.ts +1564 -455
  3. package/dist-types/ts3.4/StorageGatewayClient.d.ts +645 -163
  4. package/dist-types/ts3.4/commands/ActivateGatewayCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AddCacheCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/AddUploadBufferCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/AddWorkingStorageCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/AssignTapePoolCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/AssociateFileSystemCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CancelArchivalCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/CancelRetrievalCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateTapePoolCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/CreateTapesCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DeleteFileShareCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DeleteTapeCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/DeleteTapePoolCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeCacheCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/DescribeTapesCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/DisableGatewayCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/JoinDomainCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/ListFileSharesCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/ListLocalDisksCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/ListTapePoolsCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/ListTapesCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +36 -17
  69. package/dist-types/ts3.4/commands/RefreshCacheCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/ResetCacheCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +36 -17
  73. package/dist-types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +36 -17
  76. package/dist-types/ts3.4/commands/ShutdownGatewayCommand.d.ts +35 -17
  77. package/dist-types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/StartGatewayCommand.d.ts +32 -17
  79. package/dist-types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +39 -17
  80. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +39 -17
  82. package/dist-types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +39 -17
  83. package/dist-types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +39 -17
  84. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +39 -17
  85. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +39 -17
  86. package/dist-types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +39 -17
  87. package/dist-types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +36 -17
  88. package/dist-types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +36 -17
  89. package/dist-types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +39 -17
  90. package/dist-types/ts3.4/commands/UpdateSMBLocalGroupsCommand.d.ts +39 -17
  91. package/dist-types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +39 -17
  92. package/dist-types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +39 -17
  93. package/dist-types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +36 -17
  94. package/dist-types/ts3.4/commands/index.d.ts +90 -90
  95. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  96. package/dist-types/ts3.4/index.d.ts +6 -6
  97. package/dist-types/ts3.4/models/StorageGatewayServiceException.d.ts +7 -6
  98. package/dist-types/ts3.4/models/index.d.ts +1 -1
  99. package/dist-types/ts3.4/models/models_0.d.ts +1864 -2429
  100. package/dist-types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/DescribeTapesPaginator.d.ts +11 -4
  103. package/dist-types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +11 -4
  104. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  105. package/dist-types/ts3.4/pagination/ListFileSharesPaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +11 -4
  107. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +11 -4
  108. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  109. package/dist-types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +11 -4
  110. package/dist-types/ts3.4/pagination/ListTapesPaginator.d.ts +11 -4
  111. package/dist-types/ts3.4/pagination/ListVolumesPaginator.d.ts +11 -4
  112. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  113. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1085 -272
  114. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  115. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  116. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  117. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  118. package/package.json +34 -34
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput } from "../commands/DescribeTapeArchivesCommand";
3
- import { StorageGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateDescribeTapeArchives(config: StorageGatewayPaginationConfiguration, input: DescribeTapeArchivesCommandInput, ...additionalArguments: any): Paginator<DescribeTapeArchivesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ DescribeTapeArchivesCommandInput,
4
+ DescribeTapeArchivesCommandOutput,
5
+ } from "../commands/DescribeTapeArchivesCommand";
6
+ import { StorageGatewayPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeTapeArchives(
8
+ config: StorageGatewayPaginationConfiguration,
9
+ input: DescribeTapeArchivesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeTapeArchivesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput } from "../commands/DescribeTapeRecoveryPointsCommand";
3
- import { StorageGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateDescribeTapeRecoveryPoints(config: StorageGatewayPaginationConfiguration, input: DescribeTapeRecoveryPointsCommandInput, ...additionalArguments: any): Paginator<DescribeTapeRecoveryPointsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ DescribeTapeRecoveryPointsCommandInput,
4
+ DescribeTapeRecoveryPointsCommandOutput,
5
+ } from "../commands/DescribeTapeRecoveryPointsCommand";
6
+ import { StorageGatewayPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeTapeRecoveryPoints(
8
+ config: StorageGatewayPaginationConfiguration,
9
+ input: DescribeTapeRecoveryPointsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeTapeRecoveryPointsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { DescribeTapesCommandInput, DescribeTapesCommandOutput } from "../commands/DescribeTapesCommand";
3
- import { StorageGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateDescribeTapes(config: StorageGatewayPaginationConfiguration, input: DescribeTapesCommandInput, ...additionalArguments: any): Paginator<DescribeTapesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ DescribeTapesCommandInput,
4
+ DescribeTapesCommandOutput,
5
+ } from "../commands/DescribeTapesCommand";
6
+ import { StorageGatewayPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeTapes(
8
+ config: StorageGatewayPaginationConfiguration,
9
+ input: DescribeTapesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeTapesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { DescribeVTLDevicesCommandInput, DescribeVTLDevicesCommandOutput } from "../commands/DescribeVTLDevicesCommand";
3
- import { StorageGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateDescribeVTLDevices(config: StorageGatewayPaginationConfiguration, input: DescribeVTLDevicesCommandInput, ...additionalArguments: any): Paginator<DescribeVTLDevicesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ DescribeVTLDevicesCommandInput,
4
+ DescribeVTLDevicesCommandOutput,
5
+ } from "../commands/DescribeVTLDevicesCommand";
6
+ import { StorageGatewayPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeVTLDevices(
8
+ config: StorageGatewayPaginationConfiguration,
9
+ input: DescribeVTLDevicesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeVTLDevicesCommandOutput>;
@@ -1,6 +1,7 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { StorageGateway } from "../StorageGateway";
3
- import { StorageGatewayClient } from "../StorageGatewayClient";
4
- export interface StorageGatewayPaginationConfiguration extends PaginationConfiguration {
5
- client: StorageGateway | StorageGatewayClient;
6
- }
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { StorageGateway } from "../StorageGateway";
3
+ import { StorageGatewayClient } from "../StorageGatewayClient";
4
+ export interface StorageGatewayPaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: StorageGateway | StorageGatewayClient;
7
+ }
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListFileSharesCommandInput, ListFileSharesCommandOutput } from "../commands/ListFileSharesCommand";
3
- import { StorageGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListFileShares(config: StorageGatewayPaginationConfiguration, input: ListFileSharesCommandInput, ...additionalArguments: any): Paginator<ListFileSharesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListFileSharesCommandInput,
4
+ ListFileSharesCommandOutput,
5
+ } from "../commands/ListFileSharesCommand";
6
+ import { StorageGatewayPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListFileShares(
8
+ config: StorageGatewayPaginationConfiguration,
9
+ input: ListFileSharesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListFileSharesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListFileSystemAssociationsCommandInput, ListFileSystemAssociationsCommandOutput } from "../commands/ListFileSystemAssociationsCommand";
3
- import { StorageGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListFileSystemAssociations(config: StorageGatewayPaginationConfiguration, input: ListFileSystemAssociationsCommandInput, ...additionalArguments: any): Paginator<ListFileSystemAssociationsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListFileSystemAssociationsCommandInput,
4
+ ListFileSystemAssociationsCommandOutput,
5
+ } from "../commands/ListFileSystemAssociationsCommand";
6
+ import { StorageGatewayPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListFileSystemAssociations(
8
+ config: StorageGatewayPaginationConfiguration,
9
+ input: ListFileSystemAssociationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListFileSystemAssociationsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands/ListGatewaysCommand";
3
- import { StorageGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListGateways(config: StorageGatewayPaginationConfiguration, input: ListGatewaysCommandInput, ...additionalArguments: any): Paginator<ListGatewaysCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListGatewaysCommandInput,
4
+ ListGatewaysCommandOutput,
5
+ } from "../commands/ListGatewaysCommand";
6
+ import { StorageGatewayPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListGateways(
8
+ config: StorageGatewayPaginationConfiguration,
9
+ input: ListGatewaysCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListGatewaysCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
3
- import { StorageGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListTagsForResource(config: StorageGatewayPaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListTagsForResourceCommandInput,
4
+ ListTagsForResourceCommandOutput,
5
+ } from "../commands/ListTagsForResourceCommand";
6
+ import { StorageGatewayPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListTagsForResource(
8
+ config: StorageGatewayPaginationConfiguration,
9
+ input: ListTagsForResourceCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListTagsForResourceCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListTapePoolsCommandInput, ListTapePoolsCommandOutput } from "../commands/ListTapePoolsCommand";
3
- import { StorageGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListTapePools(config: StorageGatewayPaginationConfiguration, input: ListTapePoolsCommandInput, ...additionalArguments: any): Paginator<ListTapePoolsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListTapePoolsCommandInput,
4
+ ListTapePoolsCommandOutput,
5
+ } from "../commands/ListTapePoolsCommand";
6
+ import { StorageGatewayPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListTapePools(
8
+ config: StorageGatewayPaginationConfiguration,
9
+ input: ListTapePoolsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListTapePoolsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListTapesCommandInput, ListTapesCommandOutput } from "../commands/ListTapesCommand";
3
- import { StorageGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListTapes(config: StorageGatewayPaginationConfiguration, input: ListTapesCommandInput, ...additionalArguments: any): Paginator<ListTapesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListTapesCommandInput,
4
+ ListTapesCommandOutput,
5
+ } from "../commands/ListTapesCommand";
6
+ import { StorageGatewayPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListTapes(
8
+ config: StorageGatewayPaginationConfiguration,
9
+ input: ListTapesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListTapesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListVolumesCommandInput, ListVolumesCommandOutput } from "../commands/ListVolumesCommand";
3
- import { StorageGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListVolumes(config: StorageGatewayPaginationConfiguration, input: ListVolumesCommandInput, ...additionalArguments: any): Paginator<ListVolumesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListVolumesCommandInput,
4
+ ListVolumesCommandOutput,
5
+ } from "../commands/ListVolumesCommand";
6
+ import { StorageGatewayPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListVolumes(
8
+ config: StorageGatewayPaginationConfiguration,
9
+ input: ListVolumesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListVolumesCommandOutput>;
@@ -1,12 +1,12 @@
1
- export * from "./DescribeTapeArchivesPaginator";
2
- export * from "./DescribeTapeRecoveryPointsPaginator";
3
- export * from "./DescribeTapesPaginator";
4
- export * from "./DescribeVTLDevicesPaginator";
5
- export * from "./Interfaces";
6
- export * from "./ListFileSharesPaginator";
7
- export * from "./ListFileSystemAssociationsPaginator";
8
- export * from "./ListGatewaysPaginator";
9
- export * from "./ListTagsForResourcePaginator";
10
- export * from "./ListTapePoolsPaginator";
11
- export * from "./ListTapesPaginator";
12
- export * from "./ListVolumesPaginator";
1
+ export * from "./DescribeTapeArchivesPaginator";
2
+ export * from "./DescribeTapeRecoveryPointsPaginator";
3
+ export * from "./DescribeTapesPaginator";
4
+ export * from "./DescribeVTLDevicesPaginator";
5
+ export * from "./Interfaces";
6
+ export * from "./ListFileSharesPaginator";
7
+ export * from "./ListFileSystemAssociationsPaginator";
8
+ export * from "./ListGatewaysPaginator";
9
+ export * from "./ListTagsForResourcePaginator";
10
+ export * from "./ListTapePoolsPaginator";
11
+ export * from "./ListTapesPaginator";
12
+ export * from "./ListVolumesPaginator";