@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 { DetachVolumeInputFilterSensitiveLog, DetachVolumeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DetachVolumeCommand, serializeAws_json1_1DetachVolumeCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DetachVolumeCommand = (function (_super) {
|
|
7
|
+
__extends(DetachVolumeCommand, _super);
|
|
8
|
+
function DetachVolumeCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DetachVolumeCommand.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 = "DetachVolumeCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DetachVolumeInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DetachVolumeOutputFilterSensitiveLog,
|
|
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
|
+
DetachVolumeCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DetachVolumeCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DetachVolumeCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DetachVolumeCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DetachVolumeCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DetachVolumeCommand };
|
|
@@ -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 { DisableGatewayInputFilterSensitiveLog, DisableGatewayOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisableGatewayCommand, serializeAws_json1_1DisableGatewayCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DisableGatewayCommand = (function (_super) {
|
|
7
|
+
__extends(DisableGatewayCommand, _super);
|
|
8
|
+
function DisableGatewayCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisableGatewayCommand.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 = "DisableGatewayCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisableGatewayInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DisableGatewayOutputFilterSensitiveLog,
|
|
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
|
+
DisableGatewayCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DisableGatewayCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisableGatewayCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisableGatewayCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisableGatewayCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisableGatewayCommand };
|
|
@@ -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 { DisassociateFileSystemInputFilterSensitiveLog, DisassociateFileSystemOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisassociateFileSystemCommand, serializeAws_json1_1DisassociateFileSystemCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DisassociateFileSystemCommand = (function (_super) {
|
|
7
|
+
__extends(DisassociateFileSystemCommand, _super);
|
|
8
|
+
function DisassociateFileSystemCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisassociateFileSystemCommand.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 = "DisassociateFileSystemCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisassociateFileSystemInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DisassociateFileSystemOutputFilterSensitiveLog,
|
|
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
|
+
DisassociateFileSystemCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DisassociateFileSystemCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisassociateFileSystemCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisassociateFileSystemCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisassociateFileSystemCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociateFileSystemCommand };
|
|
@@ -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 { JoinDomainInputFilterSensitiveLog, JoinDomainOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1JoinDomainCommand, serializeAws_json1_1JoinDomainCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var JoinDomainCommand = (function (_super) {
|
|
7
|
+
__extends(JoinDomainCommand, _super);
|
|
8
|
+
function JoinDomainCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
JoinDomainCommand.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 = "JoinDomainCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: JoinDomainInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: JoinDomainOutputFilterSensitiveLog,
|
|
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
|
+
JoinDomainCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1JoinDomainCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
JoinDomainCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1JoinDomainCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return JoinDomainCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { JoinDomainCommand };
|
|
@@ -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 { ListAutomaticTapeCreationPoliciesInputFilterSensitiveLog, ListAutomaticTapeCreationPoliciesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListAutomaticTapeCreationPoliciesCommand, serializeAws_json1_1ListAutomaticTapeCreationPoliciesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListAutomaticTapeCreationPoliciesCommand = (function (_super) {
|
|
7
|
+
__extends(ListAutomaticTapeCreationPoliciesCommand, _super);
|
|
8
|
+
function ListAutomaticTapeCreationPoliciesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListAutomaticTapeCreationPoliciesCommand.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 = "ListAutomaticTapeCreationPoliciesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListAutomaticTapeCreationPoliciesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListAutomaticTapeCreationPoliciesOutputFilterSensitiveLog,
|
|
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
|
+
ListAutomaticTapeCreationPoliciesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListAutomaticTapeCreationPoliciesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListAutomaticTapeCreationPoliciesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListAutomaticTapeCreationPoliciesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListAutomaticTapeCreationPoliciesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListAutomaticTapeCreationPoliciesCommand };
|
|
@@ -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 { ListFileSharesInputFilterSensitiveLog, ListFileSharesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListFileSharesCommand, serializeAws_json1_1ListFileSharesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListFileSharesCommand = (function (_super) {
|
|
7
|
+
__extends(ListFileSharesCommand, _super);
|
|
8
|
+
function ListFileSharesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListFileSharesCommand.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 = "ListFileSharesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListFileSharesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListFileSharesOutputFilterSensitiveLog,
|
|
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
|
+
ListFileSharesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListFileSharesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListFileSharesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListFileSharesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListFileSharesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListFileSharesCommand };
|
|
@@ -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 { ListFileSystemAssociationsInputFilterSensitiveLog, ListFileSystemAssociationsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListFileSystemAssociationsCommand, serializeAws_json1_1ListFileSystemAssociationsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListFileSystemAssociationsCommand = (function (_super) {
|
|
7
|
+
__extends(ListFileSystemAssociationsCommand, _super);
|
|
8
|
+
function ListFileSystemAssociationsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListFileSystemAssociationsCommand.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 = "ListFileSystemAssociationsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListFileSystemAssociationsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListFileSystemAssociationsOutputFilterSensitiveLog,
|
|
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
|
+
ListFileSystemAssociationsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListFileSystemAssociationsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListFileSystemAssociationsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListFileSystemAssociationsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListFileSystemAssociationsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListFileSystemAssociationsCommand };
|
|
@@ -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 { ListGatewaysInputFilterSensitiveLog, ListGatewaysOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListGatewaysCommand, serializeAws_json1_1ListGatewaysCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListGatewaysCommand = (function (_super) {
|
|
7
|
+
__extends(ListGatewaysCommand, _super);
|
|
8
|
+
function ListGatewaysCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListGatewaysCommand.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 = "ListGatewaysCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListGatewaysInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListGatewaysOutputFilterSensitiveLog,
|
|
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
|
+
ListGatewaysCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListGatewaysCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListGatewaysCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListGatewaysCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListGatewaysCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListGatewaysCommand };
|
|
@@ -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 { ListLocalDisksInputFilterSensitiveLog, ListLocalDisksOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListLocalDisksCommand, serializeAws_json1_1ListLocalDisksCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListLocalDisksCommand = (function (_super) {
|
|
7
|
+
__extends(ListLocalDisksCommand, _super);
|
|
8
|
+
function ListLocalDisksCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListLocalDisksCommand.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 = "ListLocalDisksCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListLocalDisksInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListLocalDisksOutputFilterSensitiveLog,
|
|
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
|
+
ListLocalDisksCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListLocalDisksCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListLocalDisksCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListLocalDisksCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListLocalDisksCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListLocalDisksCommand };
|
|
@@ -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 { ListTagsForResourceInputFilterSensitiveLog, ListTagsForResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListTagsForResourceCommand = (function (_super) {
|
|
7
|
+
__extends(ListTagsForResourceCommand, _super);
|
|
8
|
+
function ListTagsForResourceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListTagsForResourceCommand.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 = "ListTagsForResourceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListTagsForResourceInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListTagsForResourceOutputFilterSensitiveLog,
|
|
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
|
+
ListTagsForResourceCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListTagsForResourceCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListTagsForResourceCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListTagsForResourceCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListTagsForResourceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListTagsForResourceCommand };
|