@aws-sdk/client-storage-gateway 3.37.0 → 3.38.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 +12 -0
- package/dist-cjs/commands/index.js +93 -0
- package/dist-cjs/index.js +4 -104
- package/dist-cjs/pagination/index.js +15 -0
- package/dist-es/commands/index.js +90 -0
- package/dist-es/index.js +4 -104
- package/dist-es/pagination/index.js +12 -0
- package/dist-types/commands/index.d.ts +90 -0
- package/dist-types/index.d.ts +4 -104
- package/dist-types/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/commands/index.d.ts +90 -0
- package/dist-types/ts3.4/index.d.ts +4 -104
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./ActivateGatewayCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./AddCacheCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./AddTagsToResourceCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./AddUploadBufferCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./AddWorkingStorageCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./AssignTapePoolCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./AssociateFileSystemCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./AttachVolumeCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CancelArchivalCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CancelRetrievalCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreateCachediSCSIVolumeCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./CreateNFSFileShareCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./CreateSMBFileShareCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./CreateSnapshotCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./CreateSnapshotFromVolumeRecoveryPointCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./CreateStorediSCSIVolumeCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./CreateTapePoolCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./CreateTapeWithBarcodeCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./CreateTapesCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DeleteAutomaticTapeCreationPolicyCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DeleteBandwidthRateLimitCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DeleteChapCredentialsCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DeleteFileShareCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DeleteGatewayCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./DeleteSnapshotScheduleCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./DeleteTapeArchiveCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./DeleteTapeCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./DeleteTapePoolCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./DeleteVolumeCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./DescribeAvailabilityMonitorTestCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./DescribeBandwidthRateLimitCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./DescribeBandwidthRateLimitScheduleCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./DescribeCacheCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./DescribeCachediSCSIVolumesCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./DescribeChapCredentialsCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./DescribeFileSystemAssociationsCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./DescribeGatewayInformationCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./DescribeMaintenanceStartTimeCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./DescribeNFSFileSharesCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./DescribeSMBFileSharesCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./DescribeSMBSettingsCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./DescribeSnapshotScheduleCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./DescribeStorediSCSIVolumesCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./DescribeTapeArchivesCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./DescribeTapeRecoveryPointsCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./DescribeTapesCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./DescribeUploadBufferCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./DescribeVTLDevicesCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./DescribeWorkingStorageCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./DetachVolumeCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./DisableGatewayCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./DisassociateFileSystemCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./JoinDomainCommand"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./ListAutomaticTapeCreationPoliciesCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./ListFileSharesCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./ListFileSystemAssociationsCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./ListGatewaysCommand"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./ListLocalDisksCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./ListTapePoolsCommand"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./ListTapesCommand"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./ListVolumeInitiatorsCommand"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./ListVolumeRecoveryPointsCommand"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./ListVolumesCommand"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./NotifyWhenUploadedCommand"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./RefreshCacheCommand"), exports);
|
|
70
|
+
tslib_1.__exportStar(require("./RemoveTagsFromResourceCommand"), exports);
|
|
71
|
+
tslib_1.__exportStar(require("./ResetCacheCommand"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./RetrieveTapeArchiveCommand"), exports);
|
|
73
|
+
tslib_1.__exportStar(require("./RetrieveTapeRecoveryPointCommand"), exports);
|
|
74
|
+
tslib_1.__exportStar(require("./SetLocalConsolePasswordCommand"), exports);
|
|
75
|
+
tslib_1.__exportStar(require("./SetSMBGuestPasswordCommand"), exports);
|
|
76
|
+
tslib_1.__exportStar(require("./ShutdownGatewayCommand"), exports);
|
|
77
|
+
tslib_1.__exportStar(require("./StartAvailabilityMonitorTestCommand"), exports);
|
|
78
|
+
tslib_1.__exportStar(require("./StartGatewayCommand"), exports);
|
|
79
|
+
tslib_1.__exportStar(require("./UpdateAutomaticTapeCreationPolicyCommand"), exports);
|
|
80
|
+
tslib_1.__exportStar(require("./UpdateBandwidthRateLimitCommand"), exports);
|
|
81
|
+
tslib_1.__exportStar(require("./UpdateBandwidthRateLimitScheduleCommand"), exports);
|
|
82
|
+
tslib_1.__exportStar(require("./UpdateChapCredentialsCommand"), exports);
|
|
83
|
+
tslib_1.__exportStar(require("./UpdateFileSystemAssociationCommand"), exports);
|
|
84
|
+
tslib_1.__exportStar(require("./UpdateGatewayInformationCommand"), exports);
|
|
85
|
+
tslib_1.__exportStar(require("./UpdateGatewaySoftwareNowCommand"), exports);
|
|
86
|
+
tslib_1.__exportStar(require("./UpdateMaintenanceStartTimeCommand"), exports);
|
|
87
|
+
tslib_1.__exportStar(require("./UpdateNFSFileShareCommand"), exports);
|
|
88
|
+
tslib_1.__exportStar(require("./UpdateSMBFileShareCommand"), exports);
|
|
89
|
+
tslib_1.__exportStar(require("./UpdateSMBFileShareVisibilityCommand"), exports);
|
|
90
|
+
tslib_1.__exportStar(require("./UpdateSMBLocalGroupsCommand"), exports);
|
|
91
|
+
tslib_1.__exportStar(require("./UpdateSMBSecurityStrategyCommand"), exports);
|
|
92
|
+
tslib_1.__exportStar(require("./UpdateSnapshotScheduleCommand"), exports);
|
|
93
|
+
tslib_1.__exportStar(require("./UpdateVTLDeviceTypeCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,108 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./StorageGatewayClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./StorageGateway"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/AddWorkingStorageCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/AssignTapePoolCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/AssociateFileSystemCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/AttachVolumeCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CancelArchivalCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CancelRetrievalCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreateCachediSCSIVolumeCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/CreateNFSFileShareCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/CreateSMBFileShareCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/CreateSnapshotCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/CreateSnapshotFromVolumeRecoveryPointCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/CreateStorediSCSIVolumeCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/CreateTapePoolCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/CreateTapesCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/CreateTapeWithBarcodeCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DeleteAutomaticTapeCreationPolicyCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/DeleteBandwidthRateLimitCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/DeleteChapCredentialsCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/DeleteFileShareCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/DeleteGatewayCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/DeleteSnapshotScheduleCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/DeleteTapeCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/DeleteTapeArchiveCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/DeleteTapePoolCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/DeleteVolumeCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/DescribeAvailabilityMonitorTestCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/DescribeBandwidthRateLimitCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/DescribeBandwidthRateLimitScheduleCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/DescribeCacheCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/DescribeCachediSCSIVolumesCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/DescribeChapCredentialsCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/DescribeFileSystemAssociationsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/DescribeGatewayInformationCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/DescribeMaintenanceStartTimeCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/DescribeNFSFileSharesCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/DescribeSMBFileSharesCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/DescribeSMBSettingsCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/DescribeSnapshotScheduleCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/DescribeStorediSCSIVolumesCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/DescribeTapeArchivesCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./pagination/DescribeTapeArchivesPaginator"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/DescribeTapeRecoveryPointsCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./pagination/DescribeTapeRecoveryPointsPaginator"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/DescribeTapesCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./pagination/DescribeTapesPaginator"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/DescribeUploadBufferCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/DescribeVTLDevicesCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./pagination/DescribeVTLDevicesPaginator"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/DescribeWorkingStorageCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/DetachVolumeCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/DisableGatewayCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/DisassociateFileSystemCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/JoinDomainCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/ListAutomaticTapeCreationPoliciesCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/ListFileSharesCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./pagination/ListFileSharesPaginator"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./commands/ListFileSystemAssociationsCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./pagination/ListFileSystemAssociationsPaginator"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./commands/ListGatewaysCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./pagination/ListGatewaysPaginator"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./commands/ListLocalDisksCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./pagination/ListTagsForResourcePaginator"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./commands/ListTapePoolsCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./pagination/ListTapePoolsPaginator"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./commands/ListTapesCommand"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./pagination/ListTapesPaginator"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./commands/ListVolumeInitiatorsCommand"), exports);
|
|
78
|
-
tslib_1.__exportStar(require("./commands/ListVolumeRecoveryPointsCommand"), exports);
|
|
79
|
-
tslib_1.__exportStar(require("./commands/ListVolumesCommand"), exports);
|
|
80
|
-
tslib_1.__exportStar(require("./pagination/ListVolumesPaginator"), exports);
|
|
81
|
-
tslib_1.__exportStar(require("./commands/NotifyWhenUploadedCommand"), exports);
|
|
82
|
-
tslib_1.__exportStar(require("./commands/RefreshCacheCommand"), exports);
|
|
83
|
-
tslib_1.__exportStar(require("./commands/RemoveTagsFromResourceCommand"), exports);
|
|
84
|
-
tslib_1.__exportStar(require("./commands/ResetCacheCommand"), exports);
|
|
85
|
-
tslib_1.__exportStar(require("./commands/RetrieveTapeArchiveCommand"), exports);
|
|
86
|
-
tslib_1.__exportStar(require("./commands/RetrieveTapeRecoveryPointCommand"), exports);
|
|
87
|
-
tslib_1.__exportStar(require("./commands/SetLocalConsolePasswordCommand"), exports);
|
|
88
|
-
tslib_1.__exportStar(require("./commands/SetSMBGuestPasswordCommand"), exports);
|
|
89
|
-
tslib_1.__exportStar(require("./commands/ShutdownGatewayCommand"), exports);
|
|
90
|
-
tslib_1.__exportStar(require("./commands/StartAvailabilityMonitorTestCommand"), exports);
|
|
91
|
-
tslib_1.__exportStar(require("./commands/StartGatewayCommand"), exports);
|
|
92
|
-
tslib_1.__exportStar(require("./commands/UpdateAutomaticTapeCreationPolicyCommand"), exports);
|
|
93
|
-
tslib_1.__exportStar(require("./commands/UpdateBandwidthRateLimitCommand"), exports);
|
|
94
|
-
tslib_1.__exportStar(require("./commands/UpdateBandwidthRateLimitScheduleCommand"), exports);
|
|
95
|
-
tslib_1.__exportStar(require("./commands/UpdateChapCredentialsCommand"), exports);
|
|
96
|
-
tslib_1.__exportStar(require("./commands/UpdateFileSystemAssociationCommand"), exports);
|
|
97
|
-
tslib_1.__exportStar(require("./commands/UpdateGatewayInformationCommand"), exports);
|
|
98
|
-
tslib_1.__exportStar(require("./commands/UpdateGatewaySoftwareNowCommand"), exports);
|
|
99
|
-
tslib_1.__exportStar(require("./commands/UpdateMaintenanceStartTimeCommand"), exports);
|
|
100
|
-
tslib_1.__exportStar(require("./commands/UpdateNFSFileShareCommand"), exports);
|
|
101
|
-
tslib_1.__exportStar(require("./commands/UpdateSMBFileShareCommand"), exports);
|
|
102
|
-
tslib_1.__exportStar(require("./commands/UpdateSMBFileShareVisibilityCommand"), exports);
|
|
103
|
-
tslib_1.__exportStar(require("./commands/UpdateSMBLocalGroupsCommand"), exports);
|
|
104
|
-
tslib_1.__exportStar(require("./commands/UpdateSMBSecurityStrategyCommand"), exports);
|
|
105
|
-
tslib_1.__exportStar(require("./commands/UpdateSnapshotScheduleCommand"), exports);
|
|
106
|
-
tslib_1.__exportStar(require("./commands/UpdateVTLDeviceTypeCommand"), exports);
|
|
107
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
108
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./StorageGatewayClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./DescribeTapeArchivesPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./DescribeTapeRecoveryPointsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./DescribeTapesPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DescribeVTLDevicesPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListFileSharesPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListFileSystemAssociationsPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListGatewaysPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListTapePoolsPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListTapesPaginator"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ListVolumesPaginator"), exports);
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export * from "./ActivateGatewayCommand";
|
|
2
|
+
export * from "./AddCacheCommand";
|
|
3
|
+
export * from "./AddTagsToResourceCommand";
|
|
4
|
+
export * from "./AddUploadBufferCommand";
|
|
5
|
+
export * from "./AddWorkingStorageCommand";
|
|
6
|
+
export * from "./AssignTapePoolCommand";
|
|
7
|
+
export * from "./AssociateFileSystemCommand";
|
|
8
|
+
export * from "./AttachVolumeCommand";
|
|
9
|
+
export * from "./CancelArchivalCommand";
|
|
10
|
+
export * from "./CancelRetrievalCommand";
|
|
11
|
+
export * from "./CreateCachediSCSIVolumeCommand";
|
|
12
|
+
export * from "./CreateNFSFileShareCommand";
|
|
13
|
+
export * from "./CreateSMBFileShareCommand";
|
|
14
|
+
export * from "./CreateSnapshotCommand";
|
|
15
|
+
export * from "./CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
16
|
+
export * from "./CreateStorediSCSIVolumeCommand";
|
|
17
|
+
export * from "./CreateTapePoolCommand";
|
|
18
|
+
export * from "./CreateTapeWithBarcodeCommand";
|
|
19
|
+
export * from "./CreateTapesCommand";
|
|
20
|
+
export * from "./DeleteAutomaticTapeCreationPolicyCommand";
|
|
21
|
+
export * from "./DeleteBandwidthRateLimitCommand";
|
|
22
|
+
export * from "./DeleteChapCredentialsCommand";
|
|
23
|
+
export * from "./DeleteFileShareCommand";
|
|
24
|
+
export * from "./DeleteGatewayCommand";
|
|
25
|
+
export * from "./DeleteSnapshotScheduleCommand";
|
|
26
|
+
export * from "./DeleteTapeArchiveCommand";
|
|
27
|
+
export * from "./DeleteTapeCommand";
|
|
28
|
+
export * from "./DeleteTapePoolCommand";
|
|
29
|
+
export * from "./DeleteVolumeCommand";
|
|
30
|
+
export * from "./DescribeAvailabilityMonitorTestCommand";
|
|
31
|
+
export * from "./DescribeBandwidthRateLimitCommand";
|
|
32
|
+
export * from "./DescribeBandwidthRateLimitScheduleCommand";
|
|
33
|
+
export * from "./DescribeCacheCommand";
|
|
34
|
+
export * from "./DescribeCachediSCSIVolumesCommand";
|
|
35
|
+
export * from "./DescribeChapCredentialsCommand";
|
|
36
|
+
export * from "./DescribeFileSystemAssociationsCommand";
|
|
37
|
+
export * from "./DescribeGatewayInformationCommand";
|
|
38
|
+
export * from "./DescribeMaintenanceStartTimeCommand";
|
|
39
|
+
export * from "./DescribeNFSFileSharesCommand";
|
|
40
|
+
export * from "./DescribeSMBFileSharesCommand";
|
|
41
|
+
export * from "./DescribeSMBSettingsCommand";
|
|
42
|
+
export * from "./DescribeSnapshotScheduleCommand";
|
|
43
|
+
export * from "./DescribeStorediSCSIVolumesCommand";
|
|
44
|
+
export * from "./DescribeTapeArchivesCommand";
|
|
45
|
+
export * from "./DescribeTapeRecoveryPointsCommand";
|
|
46
|
+
export * from "./DescribeTapesCommand";
|
|
47
|
+
export * from "./DescribeUploadBufferCommand";
|
|
48
|
+
export * from "./DescribeVTLDevicesCommand";
|
|
49
|
+
export * from "./DescribeWorkingStorageCommand";
|
|
50
|
+
export * from "./DetachVolumeCommand";
|
|
51
|
+
export * from "./DisableGatewayCommand";
|
|
52
|
+
export * from "./DisassociateFileSystemCommand";
|
|
53
|
+
export * from "./JoinDomainCommand";
|
|
54
|
+
export * from "./ListAutomaticTapeCreationPoliciesCommand";
|
|
55
|
+
export * from "./ListFileSharesCommand";
|
|
56
|
+
export * from "./ListFileSystemAssociationsCommand";
|
|
57
|
+
export * from "./ListGatewaysCommand";
|
|
58
|
+
export * from "./ListLocalDisksCommand";
|
|
59
|
+
export * from "./ListTagsForResourceCommand";
|
|
60
|
+
export * from "./ListTapePoolsCommand";
|
|
61
|
+
export * from "./ListTapesCommand";
|
|
62
|
+
export * from "./ListVolumeInitiatorsCommand";
|
|
63
|
+
export * from "./ListVolumeRecoveryPointsCommand";
|
|
64
|
+
export * from "./ListVolumesCommand";
|
|
65
|
+
export * from "./NotifyWhenUploadedCommand";
|
|
66
|
+
export * from "./RefreshCacheCommand";
|
|
67
|
+
export * from "./RemoveTagsFromResourceCommand";
|
|
68
|
+
export * from "./ResetCacheCommand";
|
|
69
|
+
export * from "./RetrieveTapeArchiveCommand";
|
|
70
|
+
export * from "./RetrieveTapeRecoveryPointCommand";
|
|
71
|
+
export * from "./SetLocalConsolePasswordCommand";
|
|
72
|
+
export * from "./SetSMBGuestPasswordCommand";
|
|
73
|
+
export * from "./ShutdownGatewayCommand";
|
|
74
|
+
export * from "./StartAvailabilityMonitorTestCommand";
|
|
75
|
+
export * from "./StartGatewayCommand";
|
|
76
|
+
export * from "./UpdateAutomaticTapeCreationPolicyCommand";
|
|
77
|
+
export * from "./UpdateBandwidthRateLimitCommand";
|
|
78
|
+
export * from "./UpdateBandwidthRateLimitScheduleCommand";
|
|
79
|
+
export * from "./UpdateChapCredentialsCommand";
|
|
80
|
+
export * from "./UpdateFileSystemAssociationCommand";
|
|
81
|
+
export * from "./UpdateGatewayInformationCommand";
|
|
82
|
+
export * from "./UpdateGatewaySoftwareNowCommand";
|
|
83
|
+
export * from "./UpdateMaintenanceStartTimeCommand";
|
|
84
|
+
export * from "./UpdateNFSFileShareCommand";
|
|
85
|
+
export * from "./UpdateSMBFileShareCommand";
|
|
86
|
+
export * from "./UpdateSMBFileShareVisibilityCommand";
|
|
87
|
+
export * from "./UpdateSMBLocalGroupsCommand";
|
|
88
|
+
export * from "./UpdateSMBSecurityStrategyCommand";
|
|
89
|
+
export * from "./UpdateSnapshotScheduleCommand";
|
|
90
|
+
export * from "./UpdateVTLDeviceTypeCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,105 +1,5 @@
|
|
|
1
|
-
export * from "./StorageGatewayClient";
|
|
2
1
|
export * from "./StorageGateway";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/AddWorkingStorageCommand";
|
|
8
|
-
export * from "./commands/AssignTapePoolCommand";
|
|
9
|
-
export * from "./commands/AssociateFileSystemCommand";
|
|
10
|
-
export * from "./commands/AttachVolumeCommand";
|
|
11
|
-
export * from "./commands/CancelArchivalCommand";
|
|
12
|
-
export * from "./commands/CancelRetrievalCommand";
|
|
13
|
-
export * from "./commands/CreateCachediSCSIVolumeCommand";
|
|
14
|
-
export * from "./commands/CreateNFSFileShareCommand";
|
|
15
|
-
export * from "./commands/CreateSMBFileShareCommand";
|
|
16
|
-
export * from "./commands/CreateSnapshotCommand";
|
|
17
|
-
export * from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
18
|
-
export * from "./commands/CreateStorediSCSIVolumeCommand";
|
|
19
|
-
export * from "./commands/CreateTapePoolCommand";
|
|
20
|
-
export * from "./commands/CreateTapesCommand";
|
|
21
|
-
export * from "./commands/CreateTapeWithBarcodeCommand";
|
|
22
|
-
export * from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
|
|
23
|
-
export * from "./commands/DeleteBandwidthRateLimitCommand";
|
|
24
|
-
export * from "./commands/DeleteChapCredentialsCommand";
|
|
25
|
-
export * from "./commands/DeleteFileShareCommand";
|
|
26
|
-
export * from "./commands/DeleteGatewayCommand";
|
|
27
|
-
export * from "./commands/DeleteSnapshotScheduleCommand";
|
|
28
|
-
export * from "./commands/DeleteTapeCommand";
|
|
29
|
-
export * from "./commands/DeleteTapeArchiveCommand";
|
|
30
|
-
export * from "./commands/DeleteTapePoolCommand";
|
|
31
|
-
export * from "./commands/DeleteVolumeCommand";
|
|
32
|
-
export * from "./commands/DescribeAvailabilityMonitorTestCommand";
|
|
33
|
-
export * from "./commands/DescribeBandwidthRateLimitCommand";
|
|
34
|
-
export * from "./commands/DescribeBandwidthRateLimitScheduleCommand";
|
|
35
|
-
export * from "./commands/DescribeCacheCommand";
|
|
36
|
-
export * from "./commands/DescribeCachediSCSIVolumesCommand";
|
|
37
|
-
export * from "./commands/DescribeChapCredentialsCommand";
|
|
38
|
-
export * from "./commands/DescribeFileSystemAssociationsCommand";
|
|
39
|
-
export * from "./commands/DescribeGatewayInformationCommand";
|
|
40
|
-
export * from "./commands/DescribeMaintenanceStartTimeCommand";
|
|
41
|
-
export * from "./commands/DescribeNFSFileSharesCommand";
|
|
42
|
-
export * from "./commands/DescribeSMBFileSharesCommand";
|
|
43
|
-
export * from "./commands/DescribeSMBSettingsCommand";
|
|
44
|
-
export * from "./commands/DescribeSnapshotScheduleCommand";
|
|
45
|
-
export * from "./commands/DescribeStorediSCSIVolumesCommand";
|
|
46
|
-
export * from "./commands/DescribeTapeArchivesCommand";
|
|
47
|
-
export * from "./pagination/DescribeTapeArchivesPaginator";
|
|
48
|
-
export * from "./commands/DescribeTapeRecoveryPointsCommand";
|
|
49
|
-
export * from "./pagination/DescribeTapeRecoveryPointsPaginator";
|
|
50
|
-
export * from "./commands/DescribeTapesCommand";
|
|
51
|
-
export * from "./pagination/DescribeTapesPaginator";
|
|
52
|
-
export * from "./commands/DescribeUploadBufferCommand";
|
|
53
|
-
export * from "./commands/DescribeVTLDevicesCommand";
|
|
54
|
-
export * from "./pagination/DescribeVTLDevicesPaginator";
|
|
55
|
-
export * from "./commands/DescribeWorkingStorageCommand";
|
|
56
|
-
export * from "./commands/DetachVolumeCommand";
|
|
57
|
-
export * from "./commands/DisableGatewayCommand";
|
|
58
|
-
export * from "./commands/DisassociateFileSystemCommand";
|
|
59
|
-
export * from "./commands/JoinDomainCommand";
|
|
60
|
-
export * from "./commands/ListAutomaticTapeCreationPoliciesCommand";
|
|
61
|
-
export * from "./commands/ListFileSharesCommand";
|
|
62
|
-
export * from "./pagination/ListFileSharesPaginator";
|
|
63
|
-
export * from "./commands/ListFileSystemAssociationsCommand";
|
|
64
|
-
export * from "./pagination/ListFileSystemAssociationsPaginator";
|
|
65
|
-
export * from "./commands/ListGatewaysCommand";
|
|
66
|
-
export * from "./pagination/ListGatewaysPaginator";
|
|
67
|
-
export * from "./commands/ListLocalDisksCommand";
|
|
68
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
69
|
-
export * from "./pagination/ListTagsForResourcePaginator";
|
|
70
|
-
export * from "./commands/ListTapePoolsCommand";
|
|
71
|
-
export * from "./pagination/ListTapePoolsPaginator";
|
|
72
|
-
export * from "./commands/ListTapesCommand";
|
|
73
|
-
export * from "./pagination/ListTapesPaginator";
|
|
74
|
-
export * from "./commands/ListVolumeInitiatorsCommand";
|
|
75
|
-
export * from "./commands/ListVolumeRecoveryPointsCommand";
|
|
76
|
-
export * from "./commands/ListVolumesCommand";
|
|
77
|
-
export * from "./pagination/ListVolumesPaginator";
|
|
78
|
-
export * from "./commands/NotifyWhenUploadedCommand";
|
|
79
|
-
export * from "./commands/RefreshCacheCommand";
|
|
80
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
81
|
-
export * from "./commands/ResetCacheCommand";
|
|
82
|
-
export * from "./commands/RetrieveTapeArchiveCommand";
|
|
83
|
-
export * from "./commands/RetrieveTapeRecoveryPointCommand";
|
|
84
|
-
export * from "./commands/SetLocalConsolePasswordCommand";
|
|
85
|
-
export * from "./commands/SetSMBGuestPasswordCommand";
|
|
86
|
-
export * from "./commands/ShutdownGatewayCommand";
|
|
87
|
-
export * from "./commands/StartAvailabilityMonitorTestCommand";
|
|
88
|
-
export * from "./commands/StartGatewayCommand";
|
|
89
|
-
export * from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
|
|
90
|
-
export * from "./commands/UpdateBandwidthRateLimitCommand";
|
|
91
|
-
export * from "./commands/UpdateBandwidthRateLimitScheduleCommand";
|
|
92
|
-
export * from "./commands/UpdateChapCredentialsCommand";
|
|
93
|
-
export * from "./commands/UpdateFileSystemAssociationCommand";
|
|
94
|
-
export * from "./commands/UpdateGatewayInformationCommand";
|
|
95
|
-
export * from "./commands/UpdateGatewaySoftwareNowCommand";
|
|
96
|
-
export * from "./commands/UpdateMaintenanceStartTimeCommand";
|
|
97
|
-
export * from "./commands/UpdateNFSFileShareCommand";
|
|
98
|
-
export * from "./commands/UpdateSMBFileShareCommand";
|
|
99
|
-
export * from "./commands/UpdateSMBFileShareVisibilityCommand";
|
|
100
|
-
export * from "./commands/UpdateSMBLocalGroupsCommand";
|
|
101
|
-
export * from "./commands/UpdateSMBSecurityStrategyCommand";
|
|
102
|
-
export * from "./commands/UpdateSnapshotScheduleCommand";
|
|
103
|
-
export * from "./commands/UpdateVTLDeviceTypeCommand";
|
|
104
|
-
export * from "./pagination/Interfaces";
|
|
105
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./StorageGatewayClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +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";
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export * from "./ActivateGatewayCommand";
|
|
2
|
+
export * from "./AddCacheCommand";
|
|
3
|
+
export * from "./AddTagsToResourceCommand";
|
|
4
|
+
export * from "./AddUploadBufferCommand";
|
|
5
|
+
export * from "./AddWorkingStorageCommand";
|
|
6
|
+
export * from "./AssignTapePoolCommand";
|
|
7
|
+
export * from "./AssociateFileSystemCommand";
|
|
8
|
+
export * from "./AttachVolumeCommand";
|
|
9
|
+
export * from "./CancelArchivalCommand";
|
|
10
|
+
export * from "./CancelRetrievalCommand";
|
|
11
|
+
export * from "./CreateCachediSCSIVolumeCommand";
|
|
12
|
+
export * from "./CreateNFSFileShareCommand";
|
|
13
|
+
export * from "./CreateSMBFileShareCommand";
|
|
14
|
+
export * from "./CreateSnapshotCommand";
|
|
15
|
+
export * from "./CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
16
|
+
export * from "./CreateStorediSCSIVolumeCommand";
|
|
17
|
+
export * from "./CreateTapePoolCommand";
|
|
18
|
+
export * from "./CreateTapeWithBarcodeCommand";
|
|
19
|
+
export * from "./CreateTapesCommand";
|
|
20
|
+
export * from "./DeleteAutomaticTapeCreationPolicyCommand";
|
|
21
|
+
export * from "./DeleteBandwidthRateLimitCommand";
|
|
22
|
+
export * from "./DeleteChapCredentialsCommand";
|
|
23
|
+
export * from "./DeleteFileShareCommand";
|
|
24
|
+
export * from "./DeleteGatewayCommand";
|
|
25
|
+
export * from "./DeleteSnapshotScheduleCommand";
|
|
26
|
+
export * from "./DeleteTapeArchiveCommand";
|
|
27
|
+
export * from "./DeleteTapeCommand";
|
|
28
|
+
export * from "./DeleteTapePoolCommand";
|
|
29
|
+
export * from "./DeleteVolumeCommand";
|
|
30
|
+
export * from "./DescribeAvailabilityMonitorTestCommand";
|
|
31
|
+
export * from "./DescribeBandwidthRateLimitCommand";
|
|
32
|
+
export * from "./DescribeBandwidthRateLimitScheduleCommand";
|
|
33
|
+
export * from "./DescribeCacheCommand";
|
|
34
|
+
export * from "./DescribeCachediSCSIVolumesCommand";
|
|
35
|
+
export * from "./DescribeChapCredentialsCommand";
|
|
36
|
+
export * from "./DescribeFileSystemAssociationsCommand";
|
|
37
|
+
export * from "./DescribeGatewayInformationCommand";
|
|
38
|
+
export * from "./DescribeMaintenanceStartTimeCommand";
|
|
39
|
+
export * from "./DescribeNFSFileSharesCommand";
|
|
40
|
+
export * from "./DescribeSMBFileSharesCommand";
|
|
41
|
+
export * from "./DescribeSMBSettingsCommand";
|
|
42
|
+
export * from "./DescribeSnapshotScheduleCommand";
|
|
43
|
+
export * from "./DescribeStorediSCSIVolumesCommand";
|
|
44
|
+
export * from "./DescribeTapeArchivesCommand";
|
|
45
|
+
export * from "./DescribeTapeRecoveryPointsCommand";
|
|
46
|
+
export * from "./DescribeTapesCommand";
|
|
47
|
+
export * from "./DescribeUploadBufferCommand";
|
|
48
|
+
export * from "./DescribeVTLDevicesCommand";
|
|
49
|
+
export * from "./DescribeWorkingStorageCommand";
|
|
50
|
+
export * from "./DetachVolumeCommand";
|
|
51
|
+
export * from "./DisableGatewayCommand";
|
|
52
|
+
export * from "./DisassociateFileSystemCommand";
|
|
53
|
+
export * from "./JoinDomainCommand";
|
|
54
|
+
export * from "./ListAutomaticTapeCreationPoliciesCommand";
|
|
55
|
+
export * from "./ListFileSharesCommand";
|
|
56
|
+
export * from "./ListFileSystemAssociationsCommand";
|
|
57
|
+
export * from "./ListGatewaysCommand";
|
|
58
|
+
export * from "./ListLocalDisksCommand";
|
|
59
|
+
export * from "./ListTagsForResourceCommand";
|
|
60
|
+
export * from "./ListTapePoolsCommand";
|
|
61
|
+
export * from "./ListTapesCommand";
|
|
62
|
+
export * from "./ListVolumeInitiatorsCommand";
|
|
63
|
+
export * from "./ListVolumeRecoveryPointsCommand";
|
|
64
|
+
export * from "./ListVolumesCommand";
|
|
65
|
+
export * from "./NotifyWhenUploadedCommand";
|
|
66
|
+
export * from "./RefreshCacheCommand";
|
|
67
|
+
export * from "./RemoveTagsFromResourceCommand";
|
|
68
|
+
export * from "./ResetCacheCommand";
|
|
69
|
+
export * from "./RetrieveTapeArchiveCommand";
|
|
70
|
+
export * from "./RetrieveTapeRecoveryPointCommand";
|
|
71
|
+
export * from "./SetLocalConsolePasswordCommand";
|
|
72
|
+
export * from "./SetSMBGuestPasswordCommand";
|
|
73
|
+
export * from "./ShutdownGatewayCommand";
|
|
74
|
+
export * from "./StartAvailabilityMonitorTestCommand";
|
|
75
|
+
export * from "./StartGatewayCommand";
|
|
76
|
+
export * from "./UpdateAutomaticTapeCreationPolicyCommand";
|
|
77
|
+
export * from "./UpdateBandwidthRateLimitCommand";
|
|
78
|
+
export * from "./UpdateBandwidthRateLimitScheduleCommand";
|
|
79
|
+
export * from "./UpdateChapCredentialsCommand";
|
|
80
|
+
export * from "./UpdateFileSystemAssociationCommand";
|
|
81
|
+
export * from "./UpdateGatewayInformationCommand";
|
|
82
|
+
export * from "./UpdateGatewaySoftwareNowCommand";
|
|
83
|
+
export * from "./UpdateMaintenanceStartTimeCommand";
|
|
84
|
+
export * from "./UpdateNFSFileShareCommand";
|
|
85
|
+
export * from "./UpdateSMBFileShareCommand";
|
|
86
|
+
export * from "./UpdateSMBFileShareVisibilityCommand";
|
|
87
|
+
export * from "./UpdateSMBLocalGroupsCommand";
|
|
88
|
+
export * from "./UpdateSMBSecurityStrategyCommand";
|
|
89
|
+
export * from "./UpdateSnapshotScheduleCommand";
|
|
90
|
+
export * from "./UpdateVTLDeviceTypeCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,105 +1,5 @@
|
|
|
1
|
-
export * from "./StorageGatewayClient";
|
|
2
1
|
export * from "./StorageGateway";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/AddWorkingStorageCommand";
|
|
8
|
-
export * from "./commands/AssignTapePoolCommand";
|
|
9
|
-
export * from "./commands/AssociateFileSystemCommand";
|
|
10
|
-
export * from "./commands/AttachVolumeCommand";
|
|
11
|
-
export * from "./commands/CancelArchivalCommand";
|
|
12
|
-
export * from "./commands/CancelRetrievalCommand";
|
|
13
|
-
export * from "./commands/CreateCachediSCSIVolumeCommand";
|
|
14
|
-
export * from "./commands/CreateNFSFileShareCommand";
|
|
15
|
-
export * from "./commands/CreateSMBFileShareCommand";
|
|
16
|
-
export * from "./commands/CreateSnapshotCommand";
|
|
17
|
-
export * from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
18
|
-
export * from "./commands/CreateStorediSCSIVolumeCommand";
|
|
19
|
-
export * from "./commands/CreateTapePoolCommand";
|
|
20
|
-
export * from "./commands/CreateTapesCommand";
|
|
21
|
-
export * from "./commands/CreateTapeWithBarcodeCommand";
|
|
22
|
-
export * from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
|
|
23
|
-
export * from "./commands/DeleteBandwidthRateLimitCommand";
|
|
24
|
-
export * from "./commands/DeleteChapCredentialsCommand";
|
|
25
|
-
export * from "./commands/DeleteFileShareCommand";
|
|
26
|
-
export * from "./commands/DeleteGatewayCommand";
|
|
27
|
-
export * from "./commands/DeleteSnapshotScheduleCommand";
|
|
28
|
-
export * from "./commands/DeleteTapeCommand";
|
|
29
|
-
export * from "./commands/DeleteTapeArchiveCommand";
|
|
30
|
-
export * from "./commands/DeleteTapePoolCommand";
|
|
31
|
-
export * from "./commands/DeleteVolumeCommand";
|
|
32
|
-
export * from "./commands/DescribeAvailabilityMonitorTestCommand";
|
|
33
|
-
export * from "./commands/DescribeBandwidthRateLimitCommand";
|
|
34
|
-
export * from "./commands/DescribeBandwidthRateLimitScheduleCommand";
|
|
35
|
-
export * from "./commands/DescribeCacheCommand";
|
|
36
|
-
export * from "./commands/DescribeCachediSCSIVolumesCommand";
|
|
37
|
-
export * from "./commands/DescribeChapCredentialsCommand";
|
|
38
|
-
export * from "./commands/DescribeFileSystemAssociationsCommand";
|
|
39
|
-
export * from "./commands/DescribeGatewayInformationCommand";
|
|
40
|
-
export * from "./commands/DescribeMaintenanceStartTimeCommand";
|
|
41
|
-
export * from "./commands/DescribeNFSFileSharesCommand";
|
|
42
|
-
export * from "./commands/DescribeSMBFileSharesCommand";
|
|
43
|
-
export * from "./commands/DescribeSMBSettingsCommand";
|
|
44
|
-
export * from "./commands/DescribeSnapshotScheduleCommand";
|
|
45
|
-
export * from "./commands/DescribeStorediSCSIVolumesCommand";
|
|
46
|
-
export * from "./commands/DescribeTapeArchivesCommand";
|
|
47
|
-
export * from "./pagination/DescribeTapeArchivesPaginator";
|
|
48
|
-
export * from "./commands/DescribeTapeRecoveryPointsCommand";
|
|
49
|
-
export * from "./pagination/DescribeTapeRecoveryPointsPaginator";
|
|
50
|
-
export * from "./commands/DescribeTapesCommand";
|
|
51
|
-
export * from "./pagination/DescribeTapesPaginator";
|
|
52
|
-
export * from "./commands/DescribeUploadBufferCommand";
|
|
53
|
-
export * from "./commands/DescribeVTLDevicesCommand";
|
|
54
|
-
export * from "./pagination/DescribeVTLDevicesPaginator";
|
|
55
|
-
export * from "./commands/DescribeWorkingStorageCommand";
|
|
56
|
-
export * from "./commands/DetachVolumeCommand";
|
|
57
|
-
export * from "./commands/DisableGatewayCommand";
|
|
58
|
-
export * from "./commands/DisassociateFileSystemCommand";
|
|
59
|
-
export * from "./commands/JoinDomainCommand";
|
|
60
|
-
export * from "./commands/ListAutomaticTapeCreationPoliciesCommand";
|
|
61
|
-
export * from "./commands/ListFileSharesCommand";
|
|
62
|
-
export * from "./pagination/ListFileSharesPaginator";
|
|
63
|
-
export * from "./commands/ListFileSystemAssociationsCommand";
|
|
64
|
-
export * from "./pagination/ListFileSystemAssociationsPaginator";
|
|
65
|
-
export * from "./commands/ListGatewaysCommand";
|
|
66
|
-
export * from "./pagination/ListGatewaysPaginator";
|
|
67
|
-
export * from "./commands/ListLocalDisksCommand";
|
|
68
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
69
|
-
export * from "./pagination/ListTagsForResourcePaginator";
|
|
70
|
-
export * from "./commands/ListTapePoolsCommand";
|
|
71
|
-
export * from "./pagination/ListTapePoolsPaginator";
|
|
72
|
-
export * from "./commands/ListTapesCommand";
|
|
73
|
-
export * from "./pagination/ListTapesPaginator";
|
|
74
|
-
export * from "./commands/ListVolumeInitiatorsCommand";
|
|
75
|
-
export * from "./commands/ListVolumeRecoveryPointsCommand";
|
|
76
|
-
export * from "./commands/ListVolumesCommand";
|
|
77
|
-
export * from "./pagination/ListVolumesPaginator";
|
|
78
|
-
export * from "./commands/NotifyWhenUploadedCommand";
|
|
79
|
-
export * from "./commands/RefreshCacheCommand";
|
|
80
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
81
|
-
export * from "./commands/ResetCacheCommand";
|
|
82
|
-
export * from "./commands/RetrieveTapeArchiveCommand";
|
|
83
|
-
export * from "./commands/RetrieveTapeRecoveryPointCommand";
|
|
84
|
-
export * from "./commands/SetLocalConsolePasswordCommand";
|
|
85
|
-
export * from "./commands/SetSMBGuestPasswordCommand";
|
|
86
|
-
export * from "./commands/ShutdownGatewayCommand";
|
|
87
|
-
export * from "./commands/StartAvailabilityMonitorTestCommand";
|
|
88
|
-
export * from "./commands/StartGatewayCommand";
|
|
89
|
-
export * from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
|
|
90
|
-
export * from "./commands/UpdateBandwidthRateLimitCommand";
|
|
91
|
-
export * from "./commands/UpdateBandwidthRateLimitScheduleCommand";
|
|
92
|
-
export * from "./commands/UpdateChapCredentialsCommand";
|
|
93
|
-
export * from "./commands/UpdateFileSystemAssociationCommand";
|
|
94
|
-
export * from "./commands/UpdateGatewayInformationCommand";
|
|
95
|
-
export * from "./commands/UpdateGatewaySoftwareNowCommand";
|
|
96
|
-
export * from "./commands/UpdateMaintenanceStartTimeCommand";
|
|
97
|
-
export * from "./commands/UpdateNFSFileShareCommand";
|
|
98
|
-
export * from "./commands/UpdateSMBFileShareCommand";
|
|
99
|
-
export * from "./commands/UpdateSMBFileShareVisibilityCommand";
|
|
100
|
-
export * from "./commands/UpdateSMBLocalGroupsCommand";
|
|
101
|
-
export * from "./commands/UpdateSMBSecurityStrategyCommand";
|
|
102
|
-
export * from "./commands/UpdateSnapshotScheduleCommand";
|
|
103
|
-
export * from "./commands/UpdateVTLDeviceTypeCommand";
|
|
104
|
-
export * from "./pagination/Interfaces";
|
|
105
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./StorageGatewayClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +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";
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export * from "./ActivateGatewayCommand";
|
|
2
|
+
export * from "./AddCacheCommand";
|
|
3
|
+
export * from "./AddTagsToResourceCommand";
|
|
4
|
+
export * from "./AddUploadBufferCommand";
|
|
5
|
+
export * from "./AddWorkingStorageCommand";
|
|
6
|
+
export * from "./AssignTapePoolCommand";
|
|
7
|
+
export * from "./AssociateFileSystemCommand";
|
|
8
|
+
export * from "./AttachVolumeCommand";
|
|
9
|
+
export * from "./CancelArchivalCommand";
|
|
10
|
+
export * from "./CancelRetrievalCommand";
|
|
11
|
+
export * from "./CreateCachediSCSIVolumeCommand";
|
|
12
|
+
export * from "./CreateNFSFileShareCommand";
|
|
13
|
+
export * from "./CreateSMBFileShareCommand";
|
|
14
|
+
export * from "./CreateSnapshotCommand";
|
|
15
|
+
export * from "./CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
16
|
+
export * from "./CreateStorediSCSIVolumeCommand";
|
|
17
|
+
export * from "./CreateTapePoolCommand";
|
|
18
|
+
export * from "./CreateTapeWithBarcodeCommand";
|
|
19
|
+
export * from "./CreateTapesCommand";
|
|
20
|
+
export * from "./DeleteAutomaticTapeCreationPolicyCommand";
|
|
21
|
+
export * from "./DeleteBandwidthRateLimitCommand";
|
|
22
|
+
export * from "./DeleteChapCredentialsCommand";
|
|
23
|
+
export * from "./DeleteFileShareCommand";
|
|
24
|
+
export * from "./DeleteGatewayCommand";
|
|
25
|
+
export * from "./DeleteSnapshotScheduleCommand";
|
|
26
|
+
export * from "./DeleteTapeArchiveCommand";
|
|
27
|
+
export * from "./DeleteTapeCommand";
|
|
28
|
+
export * from "./DeleteTapePoolCommand";
|
|
29
|
+
export * from "./DeleteVolumeCommand";
|
|
30
|
+
export * from "./DescribeAvailabilityMonitorTestCommand";
|
|
31
|
+
export * from "./DescribeBandwidthRateLimitCommand";
|
|
32
|
+
export * from "./DescribeBandwidthRateLimitScheduleCommand";
|
|
33
|
+
export * from "./DescribeCacheCommand";
|
|
34
|
+
export * from "./DescribeCachediSCSIVolumesCommand";
|
|
35
|
+
export * from "./DescribeChapCredentialsCommand";
|
|
36
|
+
export * from "./DescribeFileSystemAssociationsCommand";
|
|
37
|
+
export * from "./DescribeGatewayInformationCommand";
|
|
38
|
+
export * from "./DescribeMaintenanceStartTimeCommand";
|
|
39
|
+
export * from "./DescribeNFSFileSharesCommand";
|
|
40
|
+
export * from "./DescribeSMBFileSharesCommand";
|
|
41
|
+
export * from "./DescribeSMBSettingsCommand";
|
|
42
|
+
export * from "./DescribeSnapshotScheduleCommand";
|
|
43
|
+
export * from "./DescribeStorediSCSIVolumesCommand";
|
|
44
|
+
export * from "./DescribeTapeArchivesCommand";
|
|
45
|
+
export * from "./DescribeTapeRecoveryPointsCommand";
|
|
46
|
+
export * from "./DescribeTapesCommand";
|
|
47
|
+
export * from "./DescribeUploadBufferCommand";
|
|
48
|
+
export * from "./DescribeVTLDevicesCommand";
|
|
49
|
+
export * from "./DescribeWorkingStorageCommand";
|
|
50
|
+
export * from "./DetachVolumeCommand";
|
|
51
|
+
export * from "./DisableGatewayCommand";
|
|
52
|
+
export * from "./DisassociateFileSystemCommand";
|
|
53
|
+
export * from "./JoinDomainCommand";
|
|
54
|
+
export * from "./ListAutomaticTapeCreationPoliciesCommand";
|
|
55
|
+
export * from "./ListFileSharesCommand";
|
|
56
|
+
export * from "./ListFileSystemAssociationsCommand";
|
|
57
|
+
export * from "./ListGatewaysCommand";
|
|
58
|
+
export * from "./ListLocalDisksCommand";
|
|
59
|
+
export * from "./ListTagsForResourceCommand";
|
|
60
|
+
export * from "./ListTapePoolsCommand";
|
|
61
|
+
export * from "./ListTapesCommand";
|
|
62
|
+
export * from "./ListVolumeInitiatorsCommand";
|
|
63
|
+
export * from "./ListVolumeRecoveryPointsCommand";
|
|
64
|
+
export * from "./ListVolumesCommand";
|
|
65
|
+
export * from "./NotifyWhenUploadedCommand";
|
|
66
|
+
export * from "./RefreshCacheCommand";
|
|
67
|
+
export * from "./RemoveTagsFromResourceCommand";
|
|
68
|
+
export * from "./ResetCacheCommand";
|
|
69
|
+
export * from "./RetrieveTapeArchiveCommand";
|
|
70
|
+
export * from "./RetrieveTapeRecoveryPointCommand";
|
|
71
|
+
export * from "./SetLocalConsolePasswordCommand";
|
|
72
|
+
export * from "./SetSMBGuestPasswordCommand";
|
|
73
|
+
export * from "./ShutdownGatewayCommand";
|
|
74
|
+
export * from "./StartAvailabilityMonitorTestCommand";
|
|
75
|
+
export * from "./StartGatewayCommand";
|
|
76
|
+
export * from "./UpdateAutomaticTapeCreationPolicyCommand";
|
|
77
|
+
export * from "./UpdateBandwidthRateLimitCommand";
|
|
78
|
+
export * from "./UpdateBandwidthRateLimitScheduleCommand";
|
|
79
|
+
export * from "./UpdateChapCredentialsCommand";
|
|
80
|
+
export * from "./UpdateFileSystemAssociationCommand";
|
|
81
|
+
export * from "./UpdateGatewayInformationCommand";
|
|
82
|
+
export * from "./UpdateGatewaySoftwareNowCommand";
|
|
83
|
+
export * from "./UpdateMaintenanceStartTimeCommand";
|
|
84
|
+
export * from "./UpdateNFSFileShareCommand";
|
|
85
|
+
export * from "./UpdateSMBFileShareCommand";
|
|
86
|
+
export * from "./UpdateSMBFileShareVisibilityCommand";
|
|
87
|
+
export * from "./UpdateSMBLocalGroupsCommand";
|
|
88
|
+
export * from "./UpdateSMBSecurityStrategyCommand";
|
|
89
|
+
export * from "./UpdateSnapshotScheduleCommand";
|
|
90
|
+
export * from "./UpdateVTLDeviceTypeCommand";
|
|
@@ -1,105 +1,5 @@
|
|
|
1
|
-
export * from "./StorageGatewayClient";
|
|
2
1
|
export * from "./StorageGateway";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/AddWorkingStorageCommand";
|
|
8
|
-
export * from "./commands/AssignTapePoolCommand";
|
|
9
|
-
export * from "./commands/AssociateFileSystemCommand";
|
|
10
|
-
export * from "./commands/AttachVolumeCommand";
|
|
11
|
-
export * from "./commands/CancelArchivalCommand";
|
|
12
|
-
export * from "./commands/CancelRetrievalCommand";
|
|
13
|
-
export * from "./commands/CreateCachediSCSIVolumeCommand";
|
|
14
|
-
export * from "./commands/CreateNFSFileShareCommand";
|
|
15
|
-
export * from "./commands/CreateSMBFileShareCommand";
|
|
16
|
-
export * from "./commands/CreateSnapshotCommand";
|
|
17
|
-
export * from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
|
|
18
|
-
export * from "./commands/CreateStorediSCSIVolumeCommand";
|
|
19
|
-
export * from "./commands/CreateTapePoolCommand";
|
|
20
|
-
export * from "./commands/CreateTapesCommand";
|
|
21
|
-
export * from "./commands/CreateTapeWithBarcodeCommand";
|
|
22
|
-
export * from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
|
|
23
|
-
export * from "./commands/DeleteBandwidthRateLimitCommand";
|
|
24
|
-
export * from "./commands/DeleteChapCredentialsCommand";
|
|
25
|
-
export * from "./commands/DeleteFileShareCommand";
|
|
26
|
-
export * from "./commands/DeleteGatewayCommand";
|
|
27
|
-
export * from "./commands/DeleteSnapshotScheduleCommand";
|
|
28
|
-
export * from "./commands/DeleteTapeCommand";
|
|
29
|
-
export * from "./commands/DeleteTapeArchiveCommand";
|
|
30
|
-
export * from "./commands/DeleteTapePoolCommand";
|
|
31
|
-
export * from "./commands/DeleteVolumeCommand";
|
|
32
|
-
export * from "./commands/DescribeAvailabilityMonitorTestCommand";
|
|
33
|
-
export * from "./commands/DescribeBandwidthRateLimitCommand";
|
|
34
|
-
export * from "./commands/DescribeBandwidthRateLimitScheduleCommand";
|
|
35
|
-
export * from "./commands/DescribeCacheCommand";
|
|
36
|
-
export * from "./commands/DescribeCachediSCSIVolumesCommand";
|
|
37
|
-
export * from "./commands/DescribeChapCredentialsCommand";
|
|
38
|
-
export * from "./commands/DescribeFileSystemAssociationsCommand";
|
|
39
|
-
export * from "./commands/DescribeGatewayInformationCommand";
|
|
40
|
-
export * from "./commands/DescribeMaintenanceStartTimeCommand";
|
|
41
|
-
export * from "./commands/DescribeNFSFileSharesCommand";
|
|
42
|
-
export * from "./commands/DescribeSMBFileSharesCommand";
|
|
43
|
-
export * from "./commands/DescribeSMBSettingsCommand";
|
|
44
|
-
export * from "./commands/DescribeSnapshotScheduleCommand";
|
|
45
|
-
export * from "./commands/DescribeStorediSCSIVolumesCommand";
|
|
46
|
-
export * from "./commands/DescribeTapeArchivesCommand";
|
|
47
|
-
export * from "./pagination/DescribeTapeArchivesPaginator";
|
|
48
|
-
export * from "./commands/DescribeTapeRecoveryPointsCommand";
|
|
49
|
-
export * from "./pagination/DescribeTapeRecoveryPointsPaginator";
|
|
50
|
-
export * from "./commands/DescribeTapesCommand";
|
|
51
|
-
export * from "./pagination/DescribeTapesPaginator";
|
|
52
|
-
export * from "./commands/DescribeUploadBufferCommand";
|
|
53
|
-
export * from "./commands/DescribeVTLDevicesCommand";
|
|
54
|
-
export * from "./pagination/DescribeVTLDevicesPaginator";
|
|
55
|
-
export * from "./commands/DescribeWorkingStorageCommand";
|
|
56
|
-
export * from "./commands/DetachVolumeCommand";
|
|
57
|
-
export * from "./commands/DisableGatewayCommand";
|
|
58
|
-
export * from "./commands/DisassociateFileSystemCommand";
|
|
59
|
-
export * from "./commands/JoinDomainCommand";
|
|
60
|
-
export * from "./commands/ListAutomaticTapeCreationPoliciesCommand";
|
|
61
|
-
export * from "./commands/ListFileSharesCommand";
|
|
62
|
-
export * from "./pagination/ListFileSharesPaginator";
|
|
63
|
-
export * from "./commands/ListFileSystemAssociationsCommand";
|
|
64
|
-
export * from "./pagination/ListFileSystemAssociationsPaginator";
|
|
65
|
-
export * from "./commands/ListGatewaysCommand";
|
|
66
|
-
export * from "./pagination/ListGatewaysPaginator";
|
|
67
|
-
export * from "./commands/ListLocalDisksCommand";
|
|
68
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
69
|
-
export * from "./pagination/ListTagsForResourcePaginator";
|
|
70
|
-
export * from "./commands/ListTapePoolsCommand";
|
|
71
|
-
export * from "./pagination/ListTapePoolsPaginator";
|
|
72
|
-
export * from "./commands/ListTapesCommand";
|
|
73
|
-
export * from "./pagination/ListTapesPaginator";
|
|
74
|
-
export * from "./commands/ListVolumeInitiatorsCommand";
|
|
75
|
-
export * from "./commands/ListVolumeRecoveryPointsCommand";
|
|
76
|
-
export * from "./commands/ListVolumesCommand";
|
|
77
|
-
export * from "./pagination/ListVolumesPaginator";
|
|
78
|
-
export * from "./commands/NotifyWhenUploadedCommand";
|
|
79
|
-
export * from "./commands/RefreshCacheCommand";
|
|
80
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
81
|
-
export * from "./commands/ResetCacheCommand";
|
|
82
|
-
export * from "./commands/RetrieveTapeArchiveCommand";
|
|
83
|
-
export * from "./commands/RetrieveTapeRecoveryPointCommand";
|
|
84
|
-
export * from "./commands/SetLocalConsolePasswordCommand";
|
|
85
|
-
export * from "./commands/SetSMBGuestPasswordCommand";
|
|
86
|
-
export * from "./commands/ShutdownGatewayCommand";
|
|
87
|
-
export * from "./commands/StartAvailabilityMonitorTestCommand";
|
|
88
|
-
export * from "./commands/StartGatewayCommand";
|
|
89
|
-
export * from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
|
|
90
|
-
export * from "./commands/UpdateBandwidthRateLimitCommand";
|
|
91
|
-
export * from "./commands/UpdateBandwidthRateLimitScheduleCommand";
|
|
92
|
-
export * from "./commands/UpdateChapCredentialsCommand";
|
|
93
|
-
export * from "./commands/UpdateFileSystemAssociationCommand";
|
|
94
|
-
export * from "./commands/UpdateGatewayInformationCommand";
|
|
95
|
-
export * from "./commands/UpdateGatewaySoftwareNowCommand";
|
|
96
|
-
export * from "./commands/UpdateMaintenanceStartTimeCommand";
|
|
97
|
-
export * from "./commands/UpdateNFSFileShareCommand";
|
|
98
|
-
export * from "./commands/UpdateSMBFileShareCommand";
|
|
99
|
-
export * from "./commands/UpdateSMBFileShareVisibilityCommand";
|
|
100
|
-
export * from "./commands/UpdateSMBLocalGroupsCommand";
|
|
101
|
-
export * from "./commands/UpdateSMBSecurityStrategyCommand";
|
|
102
|
-
export * from "./commands/UpdateSnapshotScheduleCommand";
|
|
103
|
-
export * from "./commands/UpdateVTLDeviceTypeCommand";
|
|
104
|
-
export * from "./pagination/Interfaces";
|
|
105
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./StorageGatewayClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +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";
|
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.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"downlevel-dts": "0.7.0",
|
|
58
58
|
"jest": "^26.1.0",
|