@aws-sdk/client-storage-gateway 3.975.0 → 3.978.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/dist-cjs/index.js +39 -25
- package/dist-es/StorageGateway.js +27 -1
- package/dist-types/StorageGateway.d.ts +85 -1
- package/dist-types/ts3.4/StorageGateway.d.ts +89 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -3401,6 +3401,30 @@ class UpdateVTLDeviceTypeCommand extends smithyClient.Command
|
|
|
3401
3401
|
.build() {
|
|
3402
3402
|
}
|
|
3403
3403
|
|
|
3404
|
+
const paginateDescribeTapeArchives = core.createPaginator(StorageGatewayClient, DescribeTapeArchivesCommand, "Marker", "Marker", "Limit");
|
|
3405
|
+
|
|
3406
|
+
const paginateDescribeTapeRecoveryPoints = core.createPaginator(StorageGatewayClient, DescribeTapeRecoveryPointsCommand, "Marker", "Marker", "Limit");
|
|
3407
|
+
|
|
3408
|
+
const paginateDescribeTapes = core.createPaginator(StorageGatewayClient, DescribeTapesCommand, "Marker", "Marker", "Limit");
|
|
3409
|
+
|
|
3410
|
+
const paginateDescribeVTLDevices = core.createPaginator(StorageGatewayClient, DescribeVTLDevicesCommand, "Marker", "Marker", "Limit");
|
|
3411
|
+
|
|
3412
|
+
const paginateListCacheReports = core.createPaginator(StorageGatewayClient, ListCacheReportsCommand, "Marker", "Marker", "");
|
|
3413
|
+
|
|
3414
|
+
const paginateListFileShares = core.createPaginator(StorageGatewayClient, ListFileSharesCommand, "Marker", "NextMarker", "Limit");
|
|
3415
|
+
|
|
3416
|
+
const paginateListFileSystemAssociations = core.createPaginator(StorageGatewayClient, ListFileSystemAssociationsCommand, "Marker", "NextMarker", "Limit");
|
|
3417
|
+
|
|
3418
|
+
const paginateListGateways = core.createPaginator(StorageGatewayClient, ListGatewaysCommand, "Marker", "Marker", "Limit");
|
|
3419
|
+
|
|
3420
|
+
const paginateListTagsForResource = core.createPaginator(StorageGatewayClient, ListTagsForResourceCommand, "Marker", "Marker", "Limit");
|
|
3421
|
+
|
|
3422
|
+
const paginateListTapePools = core.createPaginator(StorageGatewayClient, ListTapePoolsCommand, "Marker", "Marker", "Limit");
|
|
3423
|
+
|
|
3424
|
+
const paginateListTapes = core.createPaginator(StorageGatewayClient, ListTapesCommand, "Marker", "Marker", "Limit");
|
|
3425
|
+
|
|
3426
|
+
const paginateListVolumes = core.createPaginator(StorageGatewayClient, ListVolumesCommand, "Marker", "Marker", "Limit");
|
|
3427
|
+
|
|
3404
3428
|
const commands = {
|
|
3405
3429
|
ActivateGatewayCommand,
|
|
3406
3430
|
AddCacheCommand,
|
|
@@ -3499,33 +3523,23 @@ const commands = {
|
|
|
3499
3523
|
UpdateSnapshotScheduleCommand,
|
|
3500
3524
|
UpdateVTLDeviceTypeCommand,
|
|
3501
3525
|
};
|
|
3526
|
+
const paginators = {
|
|
3527
|
+
paginateDescribeTapeArchives,
|
|
3528
|
+
paginateDescribeTapeRecoveryPoints,
|
|
3529
|
+
paginateDescribeTapes,
|
|
3530
|
+
paginateDescribeVTLDevices,
|
|
3531
|
+
paginateListCacheReports,
|
|
3532
|
+
paginateListFileShares,
|
|
3533
|
+
paginateListFileSystemAssociations,
|
|
3534
|
+
paginateListGateways,
|
|
3535
|
+
paginateListTagsForResource,
|
|
3536
|
+
paginateListTapePools,
|
|
3537
|
+
paginateListTapes,
|
|
3538
|
+
paginateListVolumes,
|
|
3539
|
+
};
|
|
3502
3540
|
class StorageGateway extends StorageGatewayClient {
|
|
3503
3541
|
}
|
|
3504
|
-
smithyClient.createAggregatedClient(commands, StorageGateway);
|
|
3505
|
-
|
|
3506
|
-
const paginateDescribeTapeArchives = core.createPaginator(StorageGatewayClient, DescribeTapeArchivesCommand, "Marker", "Marker", "Limit");
|
|
3507
|
-
|
|
3508
|
-
const paginateDescribeTapeRecoveryPoints = core.createPaginator(StorageGatewayClient, DescribeTapeRecoveryPointsCommand, "Marker", "Marker", "Limit");
|
|
3509
|
-
|
|
3510
|
-
const paginateDescribeTapes = core.createPaginator(StorageGatewayClient, DescribeTapesCommand, "Marker", "Marker", "Limit");
|
|
3511
|
-
|
|
3512
|
-
const paginateDescribeVTLDevices = core.createPaginator(StorageGatewayClient, DescribeVTLDevicesCommand, "Marker", "Marker", "Limit");
|
|
3513
|
-
|
|
3514
|
-
const paginateListCacheReports = core.createPaginator(StorageGatewayClient, ListCacheReportsCommand, "Marker", "Marker", "");
|
|
3515
|
-
|
|
3516
|
-
const paginateListFileShares = core.createPaginator(StorageGatewayClient, ListFileSharesCommand, "Marker", "NextMarker", "Limit");
|
|
3517
|
-
|
|
3518
|
-
const paginateListFileSystemAssociations = core.createPaginator(StorageGatewayClient, ListFileSystemAssociationsCommand, "Marker", "NextMarker", "Limit");
|
|
3519
|
-
|
|
3520
|
-
const paginateListGateways = core.createPaginator(StorageGatewayClient, ListGatewaysCommand, "Marker", "Marker", "Limit");
|
|
3521
|
-
|
|
3522
|
-
const paginateListTagsForResource = core.createPaginator(StorageGatewayClient, ListTagsForResourceCommand, "Marker", "Marker", "Limit");
|
|
3523
|
-
|
|
3524
|
-
const paginateListTapePools = core.createPaginator(StorageGatewayClient, ListTapePoolsCommand, "Marker", "Marker", "Limit");
|
|
3525
|
-
|
|
3526
|
-
const paginateListTapes = core.createPaginator(StorageGatewayClient, ListTapesCommand, "Marker", "Marker", "Limit");
|
|
3527
|
-
|
|
3528
|
-
const paginateListVolumes = core.createPaginator(StorageGatewayClient, ListVolumesCommand, "Marker", "Marker", "Limit");
|
|
3542
|
+
smithyClient.createAggregatedClient(commands, StorageGateway, { paginators });
|
|
3529
3543
|
|
|
3530
3544
|
const ErrorCode = {
|
|
3531
3545
|
ActivationKeyExpired: "ActivationKeyExpired",
|
|
@@ -95,6 +95,18 @@ import { UpdateSMBLocalGroupsCommand, } from "./commands/UpdateSMBLocalGroupsCom
|
|
|
95
95
|
import { UpdateSMBSecurityStrategyCommand, } from "./commands/UpdateSMBSecurityStrategyCommand";
|
|
96
96
|
import { UpdateSnapshotScheduleCommand, } from "./commands/UpdateSnapshotScheduleCommand";
|
|
97
97
|
import { UpdateVTLDeviceTypeCommand, } from "./commands/UpdateVTLDeviceTypeCommand";
|
|
98
|
+
import { paginateDescribeTapeArchives } from "./pagination/DescribeTapeArchivesPaginator";
|
|
99
|
+
import { paginateDescribeTapeRecoveryPoints } from "./pagination/DescribeTapeRecoveryPointsPaginator";
|
|
100
|
+
import { paginateDescribeTapes } from "./pagination/DescribeTapesPaginator";
|
|
101
|
+
import { paginateDescribeVTLDevices } from "./pagination/DescribeVTLDevicesPaginator";
|
|
102
|
+
import { paginateListCacheReports } from "./pagination/ListCacheReportsPaginator";
|
|
103
|
+
import { paginateListFileShares } from "./pagination/ListFileSharesPaginator";
|
|
104
|
+
import { paginateListFileSystemAssociations } from "./pagination/ListFileSystemAssociationsPaginator";
|
|
105
|
+
import { paginateListGateways } from "./pagination/ListGatewaysPaginator";
|
|
106
|
+
import { paginateListTagsForResource } from "./pagination/ListTagsForResourcePaginator";
|
|
107
|
+
import { paginateListTapePools } from "./pagination/ListTapePoolsPaginator";
|
|
108
|
+
import { paginateListTapes } from "./pagination/ListTapesPaginator";
|
|
109
|
+
import { paginateListVolumes } from "./pagination/ListVolumesPaginator";
|
|
98
110
|
import { StorageGatewayClient } from "./StorageGatewayClient";
|
|
99
111
|
const commands = {
|
|
100
112
|
ActivateGatewayCommand,
|
|
@@ -194,6 +206,20 @@ const commands = {
|
|
|
194
206
|
UpdateSnapshotScheduleCommand,
|
|
195
207
|
UpdateVTLDeviceTypeCommand,
|
|
196
208
|
};
|
|
209
|
+
const paginators = {
|
|
210
|
+
paginateDescribeTapeArchives,
|
|
211
|
+
paginateDescribeTapeRecoveryPoints,
|
|
212
|
+
paginateDescribeTapes,
|
|
213
|
+
paginateDescribeVTLDevices,
|
|
214
|
+
paginateListCacheReports,
|
|
215
|
+
paginateListFileShares,
|
|
216
|
+
paginateListFileSystemAssociations,
|
|
217
|
+
paginateListGateways,
|
|
218
|
+
paginateListTagsForResource,
|
|
219
|
+
paginateListTapePools,
|
|
220
|
+
paginateListTapes,
|
|
221
|
+
paginateListVolumes,
|
|
222
|
+
};
|
|
197
223
|
export class StorageGateway extends StorageGatewayClient {
|
|
198
224
|
}
|
|
199
|
-
createAggregatedClient(commands, StorageGateway);
|
|
225
|
+
createAggregatedClient(commands, StorageGateway, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { ActivateGatewayCommandInput, ActivateGatewayCommandOutput } from "./commands/ActivateGatewayCommand";
|
|
3
3
|
import { AddCacheCommandInput, AddCacheCommandOutput } from "./commands/AddCacheCommand";
|
|
4
4
|
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
@@ -682,6 +682,90 @@ export interface StorageGateway {
|
|
|
682
682
|
updateVTLDeviceType(args: UpdateVTLDeviceTypeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVTLDeviceTypeCommandOutput>;
|
|
683
683
|
updateVTLDeviceType(args: UpdateVTLDeviceTypeCommandInput, cb: (err: any, data?: UpdateVTLDeviceTypeCommandOutput) => void): void;
|
|
684
684
|
updateVTLDeviceType(args: UpdateVTLDeviceTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVTLDeviceTypeCommandOutput) => void): void;
|
|
685
|
+
/**
|
|
686
|
+
* @see {@link DescribeTapeArchivesCommand}
|
|
687
|
+
* @param args - command input.
|
|
688
|
+
* @param paginationConfig - optional pagination config.
|
|
689
|
+
* @returns AsyncIterable of {@link DescribeTapeArchivesCommandOutput}.
|
|
690
|
+
*/
|
|
691
|
+
paginateDescribeTapeArchives(args?: DescribeTapeArchivesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeTapeArchivesCommandOutput>;
|
|
692
|
+
/**
|
|
693
|
+
* @see {@link DescribeTapeRecoveryPointsCommand}
|
|
694
|
+
* @param args - command input.
|
|
695
|
+
* @param paginationConfig - optional pagination config.
|
|
696
|
+
* @returns AsyncIterable of {@link DescribeTapeRecoveryPointsCommandOutput}.
|
|
697
|
+
*/
|
|
698
|
+
paginateDescribeTapeRecoveryPoints(args: DescribeTapeRecoveryPointsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeTapeRecoveryPointsCommandOutput>;
|
|
699
|
+
/**
|
|
700
|
+
* @see {@link DescribeTapesCommand}
|
|
701
|
+
* @param args - command input.
|
|
702
|
+
* @param paginationConfig - optional pagination config.
|
|
703
|
+
* @returns AsyncIterable of {@link DescribeTapesCommandOutput}.
|
|
704
|
+
*/
|
|
705
|
+
paginateDescribeTapes(args: DescribeTapesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeTapesCommandOutput>;
|
|
706
|
+
/**
|
|
707
|
+
* @see {@link DescribeVTLDevicesCommand}
|
|
708
|
+
* @param args - command input.
|
|
709
|
+
* @param paginationConfig - optional pagination config.
|
|
710
|
+
* @returns AsyncIterable of {@link DescribeVTLDevicesCommandOutput}.
|
|
711
|
+
*/
|
|
712
|
+
paginateDescribeVTLDevices(args: DescribeVTLDevicesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeVTLDevicesCommandOutput>;
|
|
713
|
+
/**
|
|
714
|
+
* @see {@link ListCacheReportsCommand}
|
|
715
|
+
* @param args - command input.
|
|
716
|
+
* @param paginationConfig - optional pagination config.
|
|
717
|
+
* @returns AsyncIterable of {@link ListCacheReportsCommandOutput}.
|
|
718
|
+
*/
|
|
719
|
+
paginateListCacheReports(args?: ListCacheReportsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCacheReportsCommandOutput>;
|
|
720
|
+
/**
|
|
721
|
+
* @see {@link ListFileSharesCommand}
|
|
722
|
+
* @param args - command input.
|
|
723
|
+
* @param paginationConfig - optional pagination config.
|
|
724
|
+
* @returns AsyncIterable of {@link ListFileSharesCommandOutput}.
|
|
725
|
+
*/
|
|
726
|
+
paginateListFileShares(args?: ListFileSharesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFileSharesCommandOutput>;
|
|
727
|
+
/**
|
|
728
|
+
* @see {@link ListFileSystemAssociationsCommand}
|
|
729
|
+
* @param args - command input.
|
|
730
|
+
* @param paginationConfig - optional pagination config.
|
|
731
|
+
* @returns AsyncIterable of {@link ListFileSystemAssociationsCommandOutput}.
|
|
732
|
+
*/
|
|
733
|
+
paginateListFileSystemAssociations(args?: ListFileSystemAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFileSystemAssociationsCommandOutput>;
|
|
734
|
+
/**
|
|
735
|
+
* @see {@link ListGatewaysCommand}
|
|
736
|
+
* @param args - command input.
|
|
737
|
+
* @param paginationConfig - optional pagination config.
|
|
738
|
+
* @returns AsyncIterable of {@link ListGatewaysCommandOutput}.
|
|
739
|
+
*/
|
|
740
|
+
paginateListGateways(args?: ListGatewaysCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGatewaysCommandOutput>;
|
|
741
|
+
/**
|
|
742
|
+
* @see {@link ListTagsForResourceCommand}
|
|
743
|
+
* @param args - command input.
|
|
744
|
+
* @param paginationConfig - optional pagination config.
|
|
745
|
+
* @returns AsyncIterable of {@link ListTagsForResourceCommandOutput}.
|
|
746
|
+
*/
|
|
747
|
+
paginateListTagsForResource(args: ListTagsForResourceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTagsForResourceCommandOutput>;
|
|
748
|
+
/**
|
|
749
|
+
* @see {@link ListTapePoolsCommand}
|
|
750
|
+
* @param args - command input.
|
|
751
|
+
* @param paginationConfig - optional pagination config.
|
|
752
|
+
* @returns AsyncIterable of {@link ListTapePoolsCommandOutput}.
|
|
753
|
+
*/
|
|
754
|
+
paginateListTapePools(args?: ListTapePoolsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTapePoolsCommandOutput>;
|
|
755
|
+
/**
|
|
756
|
+
* @see {@link ListTapesCommand}
|
|
757
|
+
* @param args - command input.
|
|
758
|
+
* @param paginationConfig - optional pagination config.
|
|
759
|
+
* @returns AsyncIterable of {@link ListTapesCommandOutput}.
|
|
760
|
+
*/
|
|
761
|
+
paginateListTapes(args?: ListTapesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTapesCommandOutput>;
|
|
762
|
+
/**
|
|
763
|
+
* @see {@link ListVolumesCommand}
|
|
764
|
+
* @param args - command input.
|
|
765
|
+
* @param paginationConfig - optional pagination config.
|
|
766
|
+
* @returns AsyncIterable of {@link ListVolumesCommandOutput}.
|
|
767
|
+
*/
|
|
768
|
+
paginateListVolumes(args?: ListVolumesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVolumesCommandOutput>;
|
|
685
769
|
}
|
|
686
770
|
/**
|
|
687
771
|
* <fullname>Storage Gateway Service</fullname>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
ActivateGatewayCommandInput,
|
|
4
8
|
ActivateGatewayCommandOutput,
|
|
@@ -1672,6 +1676,90 @@ export interface StorageGateway {
|
|
|
1672
1676
|
options: __HttpHandlerOptions,
|
|
1673
1677
|
cb: (err: any, data?: UpdateVTLDeviceTypeCommandOutput) => void
|
|
1674
1678
|
): void;
|
|
1679
|
+
paginateDescribeTapeArchives(
|
|
1680
|
+
args?: DescribeTapeArchivesCommandInput,
|
|
1681
|
+
paginationConfig?: Pick<
|
|
1682
|
+
PaginationConfiguration,
|
|
1683
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1684
|
+
>
|
|
1685
|
+
): Paginator<DescribeTapeArchivesCommandOutput>;
|
|
1686
|
+
paginateDescribeTapeRecoveryPoints(
|
|
1687
|
+
args: DescribeTapeRecoveryPointsCommandInput,
|
|
1688
|
+
paginationConfig?: Pick<
|
|
1689
|
+
PaginationConfiguration,
|
|
1690
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1691
|
+
>
|
|
1692
|
+
): Paginator<DescribeTapeRecoveryPointsCommandOutput>;
|
|
1693
|
+
paginateDescribeTapes(
|
|
1694
|
+
args: DescribeTapesCommandInput,
|
|
1695
|
+
paginationConfig?: Pick<
|
|
1696
|
+
PaginationConfiguration,
|
|
1697
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1698
|
+
>
|
|
1699
|
+
): Paginator<DescribeTapesCommandOutput>;
|
|
1700
|
+
paginateDescribeVTLDevices(
|
|
1701
|
+
args: DescribeVTLDevicesCommandInput,
|
|
1702
|
+
paginationConfig?: Pick<
|
|
1703
|
+
PaginationConfiguration,
|
|
1704
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1705
|
+
>
|
|
1706
|
+
): Paginator<DescribeVTLDevicesCommandOutput>;
|
|
1707
|
+
paginateListCacheReports(
|
|
1708
|
+
args?: ListCacheReportsCommandInput,
|
|
1709
|
+
paginationConfig?: Pick<
|
|
1710
|
+
PaginationConfiguration,
|
|
1711
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1712
|
+
>
|
|
1713
|
+
): Paginator<ListCacheReportsCommandOutput>;
|
|
1714
|
+
paginateListFileShares(
|
|
1715
|
+
args?: ListFileSharesCommandInput,
|
|
1716
|
+
paginationConfig?: Pick<
|
|
1717
|
+
PaginationConfiguration,
|
|
1718
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1719
|
+
>
|
|
1720
|
+
): Paginator<ListFileSharesCommandOutput>;
|
|
1721
|
+
paginateListFileSystemAssociations(
|
|
1722
|
+
args?: ListFileSystemAssociationsCommandInput,
|
|
1723
|
+
paginationConfig?: Pick<
|
|
1724
|
+
PaginationConfiguration,
|
|
1725
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1726
|
+
>
|
|
1727
|
+
): Paginator<ListFileSystemAssociationsCommandOutput>;
|
|
1728
|
+
paginateListGateways(
|
|
1729
|
+
args?: ListGatewaysCommandInput,
|
|
1730
|
+
paginationConfig?: Pick<
|
|
1731
|
+
PaginationConfiguration,
|
|
1732
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1733
|
+
>
|
|
1734
|
+
): Paginator<ListGatewaysCommandOutput>;
|
|
1735
|
+
paginateListTagsForResource(
|
|
1736
|
+
args: ListTagsForResourceCommandInput,
|
|
1737
|
+
paginationConfig?: Pick<
|
|
1738
|
+
PaginationConfiguration,
|
|
1739
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1740
|
+
>
|
|
1741
|
+
): Paginator<ListTagsForResourceCommandOutput>;
|
|
1742
|
+
paginateListTapePools(
|
|
1743
|
+
args?: ListTapePoolsCommandInput,
|
|
1744
|
+
paginationConfig?: Pick<
|
|
1745
|
+
PaginationConfiguration,
|
|
1746
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1747
|
+
>
|
|
1748
|
+
): Paginator<ListTapePoolsCommandOutput>;
|
|
1749
|
+
paginateListTapes(
|
|
1750
|
+
args?: ListTapesCommandInput,
|
|
1751
|
+
paginationConfig?: Pick<
|
|
1752
|
+
PaginationConfiguration,
|
|
1753
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1754
|
+
>
|
|
1755
|
+
): Paginator<ListTapesCommandOutput>;
|
|
1756
|
+
paginateListVolumes(
|
|
1757
|
+
args?: ListVolumesCommandInput,
|
|
1758
|
+
paginationConfig?: Pick<
|
|
1759
|
+
PaginationConfiguration,
|
|
1760
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1761
|
+
>
|
|
1762
|
+
): Paginator<ListVolumesCommandOutput>;
|
|
1675
1763
|
}
|
|
1676
1764
|
export declare class StorageGateway
|
|
1677
1765
|
extends StorageGatewayClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-storage-gateway",
|
|
3
3
|
"description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-storage-gateway",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
26
|
+
"@aws-sdk/core": "^3.973.4",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.22.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
48
|
"@smithy/node-http-handler": "^4.4.8",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|