@aws-sdk/client-storage-gateway 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/StorageGateway.js +369 -362
- package/dist-es/StorageGatewayClient.js +28 -22
- package/dist-es/commands/ActivateGatewayCommand.js +28 -21
- package/dist-es/commands/AddCacheCommand.js +28 -21
- package/dist-es/commands/AddTagsToResourceCommand.js +28 -21
- package/dist-es/commands/AddUploadBufferCommand.js +28 -21
- package/dist-es/commands/AddWorkingStorageCommand.js +28 -21
- package/dist-es/commands/AssignTapePoolCommand.js +28 -21
- package/dist-es/commands/AssociateFileSystemCommand.js +28 -21
- package/dist-es/commands/AttachVolumeCommand.js +28 -21
- package/dist-es/commands/CancelArchivalCommand.js +28 -21
- package/dist-es/commands/CancelRetrievalCommand.js +28 -21
- package/dist-es/commands/CreateCachediSCSIVolumeCommand.js +28 -21
- package/dist-es/commands/CreateNFSFileShareCommand.js +28 -21
- package/dist-es/commands/CreateSMBFileShareCommand.js +28 -21
- package/dist-es/commands/CreateSnapshotCommand.js +28 -21
- package/dist-es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +28 -21
- package/dist-es/commands/CreateStorediSCSIVolumeCommand.js +28 -21
- package/dist-es/commands/CreateTapePoolCommand.js +28 -21
- package/dist-es/commands/CreateTapeWithBarcodeCommand.js +28 -21
- package/dist-es/commands/CreateTapesCommand.js +28 -21
- package/dist-es/commands/DeleteAutomaticTapeCreationPolicyCommand.js +28 -21
- package/dist-es/commands/DeleteBandwidthRateLimitCommand.js +28 -21
- package/dist-es/commands/DeleteChapCredentialsCommand.js +28 -21
- package/dist-es/commands/DeleteFileShareCommand.js +28 -21
- package/dist-es/commands/DeleteGatewayCommand.js +28 -21
- package/dist-es/commands/DeleteSnapshotScheduleCommand.js +28 -21
- package/dist-es/commands/DeleteTapeArchiveCommand.js +28 -21
- package/dist-es/commands/DeleteTapeCommand.js +28 -21
- package/dist-es/commands/DeleteTapePoolCommand.js +28 -21
- package/dist-es/commands/DeleteVolumeCommand.js +28 -21
- package/dist-es/commands/DescribeAvailabilityMonitorTestCommand.js +28 -21
- package/dist-es/commands/DescribeBandwidthRateLimitCommand.js +28 -21
- package/dist-es/commands/DescribeBandwidthRateLimitScheduleCommand.js +28 -21
- package/dist-es/commands/DescribeCacheCommand.js +28 -21
- package/dist-es/commands/DescribeCachediSCSIVolumesCommand.js +28 -21
- package/dist-es/commands/DescribeChapCredentialsCommand.js +28 -21
- package/dist-es/commands/DescribeFileSystemAssociationsCommand.js +28 -21
- package/dist-es/commands/DescribeGatewayInformationCommand.js +28 -21
- package/dist-es/commands/DescribeMaintenanceStartTimeCommand.js +28 -21
- package/dist-es/commands/DescribeNFSFileSharesCommand.js +28 -21
- package/dist-es/commands/DescribeSMBFileSharesCommand.js +28 -21
- package/dist-es/commands/DescribeSMBSettingsCommand.js +28 -21
- package/dist-es/commands/DescribeSnapshotScheduleCommand.js +28 -21
- package/dist-es/commands/DescribeStorediSCSIVolumesCommand.js +28 -21
- package/dist-es/commands/DescribeTapeArchivesCommand.js +28 -21
- package/dist-es/commands/DescribeTapeRecoveryPointsCommand.js +28 -21
- package/dist-es/commands/DescribeTapesCommand.js +28 -21
- package/dist-es/commands/DescribeUploadBufferCommand.js +28 -21
- package/dist-es/commands/DescribeVTLDevicesCommand.js +28 -21
- package/dist-es/commands/DescribeWorkingStorageCommand.js +28 -21
- package/dist-es/commands/DetachVolumeCommand.js +28 -21
- package/dist-es/commands/DisableGatewayCommand.js +28 -21
- package/dist-es/commands/DisassociateFileSystemCommand.js +28 -21
- package/dist-es/commands/JoinDomainCommand.js +28 -21
- package/dist-es/commands/ListAutomaticTapeCreationPoliciesCommand.js +28 -21
- package/dist-es/commands/ListFileSharesCommand.js +28 -21
- package/dist-es/commands/ListFileSystemAssociationsCommand.js +28 -21
- package/dist-es/commands/ListGatewaysCommand.js +28 -21
- package/dist-es/commands/ListLocalDisksCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTapePoolsCommand.js +28 -21
- package/dist-es/commands/ListTapesCommand.js +28 -21
- package/dist-es/commands/ListVolumeInitiatorsCommand.js +28 -21
- package/dist-es/commands/ListVolumeRecoveryPointsCommand.js +28 -21
- package/dist-es/commands/ListVolumesCommand.js +28 -21
- package/dist-es/commands/NotifyWhenUploadedCommand.js +28 -21
- package/dist-es/commands/RefreshCacheCommand.js +28 -21
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +28 -21
- package/dist-es/commands/ResetCacheCommand.js +28 -21
- package/dist-es/commands/RetrieveTapeArchiveCommand.js +28 -21
- package/dist-es/commands/RetrieveTapeRecoveryPointCommand.js +28 -21
- package/dist-es/commands/SetLocalConsolePasswordCommand.js +28 -21
- package/dist-es/commands/SetSMBGuestPasswordCommand.js +28 -21
- package/dist-es/commands/ShutdownGatewayCommand.js +28 -21
- package/dist-es/commands/StartAvailabilityMonitorTestCommand.js +28 -21
- package/dist-es/commands/StartGatewayCommand.js +28 -21
- package/dist-es/commands/UpdateAutomaticTapeCreationPolicyCommand.js +28 -21
- package/dist-es/commands/UpdateBandwidthRateLimitCommand.js +28 -21
- package/dist-es/commands/UpdateBandwidthRateLimitScheduleCommand.js +28 -21
- package/dist-es/commands/UpdateChapCredentialsCommand.js +28 -21
- package/dist-es/commands/UpdateFileSystemAssociationCommand.js +28 -21
- package/dist-es/commands/UpdateGatewayInformationCommand.js +28 -21
- package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +28 -21
- package/dist-es/commands/UpdateMaintenanceStartTimeCommand.js +28 -21
- package/dist-es/commands/UpdateNFSFileShareCommand.js +28 -21
- package/dist-es/commands/UpdateSMBFileShareCommand.js +28 -21
- package/dist-es/commands/UpdateSMBFileShareVisibilityCommand.js +28 -21
- package/dist-es/commands/UpdateSMBLocalGroupsCommand.js +28 -21
- package/dist-es/commands/UpdateSMBSecurityStrategyCommand.js +28 -21
- package/dist-es/commands/UpdateSnapshotScheduleCommand.js +28 -21
- package/dist-es/commands/UpdateVTLDeviceTypeCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/StorageGatewayServiceException.js +10 -5
- package/dist-es/models/models_0.js +248 -679
- package/dist-es/pagination/DescribeTapeArchivesPaginator.js +68 -25
- package/dist-es/pagination/DescribeTapeRecoveryPointsPaginator.js +68 -25
- package/dist-es/pagination/DescribeTapesPaginator.js +68 -25
- package/dist-es/pagination/DescribeVTLDevicesPaginator.js +68 -25
- package/dist-es/pagination/ListFileSharesPaginator.js +68 -25
- package/dist-es/pagination/ListFileSystemAssociationsPaginator.js +68 -25
- package/dist-es/pagination/ListGatewaysPaginator.js +68 -25
- package/dist-es/pagination/ListTagsForResourcePaginator.js +68 -25
- package/dist-es/pagination/ListTapePoolsPaginator.js +68 -25
- package/dist-es/pagination/ListTapesPaginator.js +68 -25
- package/dist-es/pagination/ListVolumesPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +6606 -5115
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeAvailabilityMonitorTestInputFilterSensitiveLog, DescribeAvailabilityMonitorTestOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeAvailabilityMonitorTestCommand, serializeAws_json1_1DescribeAvailabilityMonitorTestCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeAvailabilityMonitorTestCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeAvailabilityMonitorTestCommand, _super);
|
|
8
|
+
function DescribeAvailabilityMonitorTestCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeAvailabilityMonitorTestCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "StorageGatewayClient";
|
|
18
|
+
var commandName = "DescribeAvailabilityMonitorTestCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeAvailabilityMonitorTestInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeAvailabilityMonitorTestOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeAvailabilityMonitorTestCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeAvailabilityMonitorTestCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeAvailabilityMonitorTestCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeAvailabilityMonitorTestCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeAvailabilityMonitorTestCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeAvailabilityMonitorTestCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeBandwidthRateLimitInputFilterSensitiveLog, DescribeBandwidthRateLimitOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeBandwidthRateLimitCommand, serializeAws_json1_1DescribeBandwidthRateLimitCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeBandwidthRateLimitCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeBandwidthRateLimitCommand, _super);
|
|
8
|
+
function DescribeBandwidthRateLimitCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeBandwidthRateLimitCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "StorageGatewayClient";
|
|
18
|
+
var commandName = "DescribeBandwidthRateLimitCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeBandwidthRateLimitInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeBandwidthRateLimitOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeBandwidthRateLimitCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeBandwidthRateLimitCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeBandwidthRateLimitCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeBandwidthRateLimitCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeBandwidthRateLimitCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeBandwidthRateLimitCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeBandwidthRateLimitScheduleInputFilterSensitiveLog, DescribeBandwidthRateLimitScheduleOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeBandwidthRateLimitScheduleCommand, serializeAws_json1_1DescribeBandwidthRateLimitScheduleCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeBandwidthRateLimitScheduleCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeBandwidthRateLimitScheduleCommand, _super);
|
|
8
|
+
function DescribeBandwidthRateLimitScheduleCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeBandwidthRateLimitScheduleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "StorageGatewayClient";
|
|
18
|
+
var commandName = "DescribeBandwidthRateLimitScheduleCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeBandwidthRateLimitScheduleInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeBandwidthRateLimitScheduleOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeBandwidthRateLimitScheduleCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeBandwidthRateLimitScheduleCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeBandwidthRateLimitScheduleCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeBandwidthRateLimitScheduleCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeBandwidthRateLimitScheduleCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeBandwidthRateLimitScheduleCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeCacheInputFilterSensitiveLog, DescribeCacheOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeCacheCommand, serializeAws_json1_1DescribeCacheCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeCacheCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeCacheCommand, _super);
|
|
8
|
+
function DescribeCacheCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeCacheCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "StorageGatewayClient";
|
|
18
|
+
var commandName = "DescribeCacheCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeCacheInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeCacheOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeCacheCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeCacheCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeCacheCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeCacheCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeCacheCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeCacheCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeCachediSCSIVolumesInputFilterSensitiveLog, DescribeCachediSCSIVolumesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeCachediSCSIVolumesCommand, serializeAws_json1_1DescribeCachediSCSIVolumesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeCachediSCSIVolumesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeCachediSCSIVolumesCommand, _super);
|
|
8
|
+
function DescribeCachediSCSIVolumesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeCachediSCSIVolumesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "StorageGatewayClient";
|
|
18
|
+
var commandName = "DescribeCachediSCSIVolumesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeCachediSCSIVolumesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeCachediSCSIVolumesOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeCachediSCSIVolumesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeCachediSCSIVolumesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeCachediSCSIVolumesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeCachediSCSIVolumesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeCachediSCSIVolumesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeCachediSCSIVolumesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeChapCredentialsInputFilterSensitiveLog, DescribeChapCredentialsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeChapCredentialsCommand, serializeAws_json1_1DescribeChapCredentialsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeChapCredentialsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeChapCredentialsCommand, _super);
|
|
8
|
+
function DescribeChapCredentialsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeChapCredentialsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "StorageGatewayClient";
|
|
18
|
+
var commandName = "DescribeChapCredentialsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeChapCredentialsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeChapCredentialsOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeChapCredentialsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeChapCredentialsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeChapCredentialsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeChapCredentialsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeChapCredentialsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeChapCredentialsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeFileSystemAssociationsInputFilterSensitiveLog, DescribeFileSystemAssociationsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeFileSystemAssociationsCommand, serializeAws_json1_1DescribeFileSystemAssociationsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeFileSystemAssociationsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeFileSystemAssociationsCommand, _super);
|
|
8
|
+
function DescribeFileSystemAssociationsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeFileSystemAssociationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "StorageGatewayClient";
|
|
18
|
+
var commandName = "DescribeFileSystemAssociationsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeFileSystemAssociationsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeFileSystemAssociationsOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeFileSystemAssociationsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeFileSystemAssociationsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeFileSystemAssociationsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeFileSystemAssociationsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeFileSystemAssociationsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeFileSystemAssociationsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeGatewayInformationInputFilterSensitiveLog, DescribeGatewayInformationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeGatewayInformationCommand, serializeAws_json1_1DescribeGatewayInformationCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeGatewayInformationCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeGatewayInformationCommand, _super);
|
|
8
|
+
function DescribeGatewayInformationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeGatewayInformationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "StorageGatewayClient";
|
|
18
|
+
var commandName = "DescribeGatewayInformationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeGatewayInformationInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeGatewayInformationOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeGatewayInformationCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeGatewayInformationCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeGatewayInformationCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeGatewayInformationCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeGatewayInformationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeGatewayInformationCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeMaintenanceStartTimeInputFilterSensitiveLog, DescribeMaintenanceStartTimeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeMaintenanceStartTimeCommand, serializeAws_json1_1DescribeMaintenanceStartTimeCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeMaintenanceStartTimeCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeMaintenanceStartTimeCommand, _super);
|
|
8
|
+
function DescribeMaintenanceStartTimeCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeMaintenanceStartTimeCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "StorageGatewayClient";
|
|
18
|
+
var commandName = "DescribeMaintenanceStartTimeCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeMaintenanceStartTimeInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeMaintenanceStartTimeOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeMaintenanceStartTimeCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeMaintenanceStartTimeCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeMaintenanceStartTimeCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeMaintenanceStartTimeCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeMaintenanceStartTimeCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeMaintenanceStartTimeCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeNFSFileSharesInputFilterSensitiveLog, DescribeNFSFileSharesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeNFSFileSharesCommand, serializeAws_json1_1DescribeNFSFileSharesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeNFSFileSharesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeNFSFileSharesCommand, _super);
|
|
8
|
+
function DescribeNFSFileSharesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeNFSFileSharesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "StorageGatewayClient";
|
|
18
|
+
var commandName = "DescribeNFSFileSharesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeNFSFileSharesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeNFSFileSharesOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeNFSFileSharesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeNFSFileSharesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeNFSFileSharesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeNFSFileSharesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeNFSFileSharesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeNFSFileSharesCommand };
|