@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/StorageGateway.d.ts +1564 -455
- package/dist-types/ts3.4/StorageGatewayClient.d.ts +645 -163
- package/dist-types/ts3.4/commands/ActivateGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddCacheCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddUploadBufferCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddWorkingStorageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AssignTapePoolCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociateFileSystemCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CancelArchivalCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CancelRetrievalCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTapePoolCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTapesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteFileShareCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTapeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTapePoolCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCacheCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTapesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/JoinDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFileSharesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListLocalDisksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTapePoolsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTapesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RefreshCacheCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetCacheCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ShutdownGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSMBLocalGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +90 -90
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/StorageGatewayServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1864 -2429
- package/dist-types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTapesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListFileSharesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTapesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVolumesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1085 -272
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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
|
|
5
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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";
|