@aws-sdk/client-storage-gateway 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/StorageGatewayServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +48 -5
- package/dist-cjs/protocols/Aws_json1_1.js +619 -2040
- package/dist-es/index.js +1 -0
- package/dist-es/models/StorageGatewayServiceException.js +12 -0
- package/dist-es/models/models_0.js +41 -1
- package/dist-es/protocols/Aws_json1_1.js +1522 -2395
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/StorageGatewayServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +23 -22
- package/dist-types/ts3.4/StorageGateway.d.ts +455 -0
- package/dist-types/ts3.4/StorageGatewayClient.d.ts +163 -0
- package/dist-types/ts3.4/commands/ActivateGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddCacheCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddUploadBufferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddWorkingStorageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssignTapePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateFileSystemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelArchivalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelRetrievalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTapePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTapesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFileShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTapeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTapePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCacheCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTapesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/JoinDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFileSharesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLocalDisksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTapePoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTapesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RefreshCacheCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetCacheCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ShutdownGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSMBLocalGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +90 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/StorageGatewayServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2853 -0
- package/dist-types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTapesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListFileSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTapesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListVolumesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +272 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
+
var StorageGatewayServiceException = (function (_super) {
|
|
4
|
+
__extends(StorageGatewayServiceException, _super);
|
|
5
|
+
function StorageGatewayServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, StorageGatewayServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return StorageGatewayServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { StorageGatewayServiceException };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { StorageGatewayServiceException as __BaseException } from "./StorageGatewayServiceException";
|
|
3
4
|
export var Tag;
|
|
4
5
|
(function (Tag) {
|
|
5
6
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -16,6 +17,32 @@ export var StorageGatewayError;
|
|
|
16
17
|
(function (StorageGatewayError) {
|
|
17
18
|
StorageGatewayError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
19
|
})(StorageGatewayError || (StorageGatewayError = {}));
|
|
20
|
+
var InternalServerError = (function (_super) {
|
|
21
|
+
__extends(InternalServerError, _super);
|
|
22
|
+
function InternalServerError(opts) {
|
|
23
|
+
var _this = _super.call(this, __assign({ name: "InternalServerError", $fault: "server" }, opts)) || this;
|
|
24
|
+
_this.name = "InternalServerError";
|
|
25
|
+
_this.$fault = "server";
|
|
26
|
+
Object.setPrototypeOf(_this, InternalServerError.prototype);
|
|
27
|
+
_this.error = opts.error;
|
|
28
|
+
return _this;
|
|
29
|
+
}
|
|
30
|
+
return InternalServerError;
|
|
31
|
+
}(__BaseException));
|
|
32
|
+
export { InternalServerError };
|
|
33
|
+
var InvalidGatewayRequestException = (function (_super) {
|
|
34
|
+
__extends(InvalidGatewayRequestException, _super);
|
|
35
|
+
function InvalidGatewayRequestException(opts) {
|
|
36
|
+
var _this = _super.call(this, __assign({ name: "InvalidGatewayRequestException", $fault: "client" }, opts)) || this;
|
|
37
|
+
_this.name = "InvalidGatewayRequestException";
|
|
38
|
+
_this.$fault = "client";
|
|
39
|
+
Object.setPrototypeOf(_this, InvalidGatewayRequestException.prototype);
|
|
40
|
+
_this.error = opts.error;
|
|
41
|
+
return _this;
|
|
42
|
+
}
|
|
43
|
+
return InvalidGatewayRequestException;
|
|
44
|
+
}(__BaseException));
|
|
45
|
+
export { InvalidGatewayRequestException };
|
|
19
46
|
export var AddCacheInput;
|
|
20
47
|
(function (AddCacheInput) {
|
|
21
48
|
AddCacheInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -156,6 +183,19 @@ export var CreateSnapshotOutput;
|
|
|
156
183
|
(function (CreateSnapshotOutput) {
|
|
157
184
|
CreateSnapshotOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
185
|
})(CreateSnapshotOutput || (CreateSnapshotOutput = {}));
|
|
186
|
+
var ServiceUnavailableError = (function (_super) {
|
|
187
|
+
__extends(ServiceUnavailableError, _super);
|
|
188
|
+
function ServiceUnavailableError(opts) {
|
|
189
|
+
var _this = _super.call(this, __assign({ name: "ServiceUnavailableError", $fault: "server" }, opts)) || this;
|
|
190
|
+
_this.name = "ServiceUnavailableError";
|
|
191
|
+
_this.$fault = "server";
|
|
192
|
+
Object.setPrototypeOf(_this, ServiceUnavailableError.prototype);
|
|
193
|
+
_this.error = opts.error;
|
|
194
|
+
return _this;
|
|
195
|
+
}
|
|
196
|
+
return ServiceUnavailableError;
|
|
197
|
+
}(__BaseException));
|
|
198
|
+
export { ServiceUnavailableError };
|
|
159
199
|
export var CreateSnapshotFromVolumeRecoveryPointInput;
|
|
160
200
|
(function (CreateSnapshotFromVolumeRecoveryPointInput) {
|
|
161
201
|
CreateSnapshotFromVolumeRecoveryPointInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|