@aws-sdk/client-storage-gateway 3.185.0 → 3.188.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.
Files changed (113) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-es/StorageGateway.js +362 -369
  3. package/dist-es/StorageGatewayClient.js +22 -28
  4. package/dist-es/commands/ActivateGatewayCommand.js +21 -28
  5. package/dist-es/commands/AddCacheCommand.js +21 -28
  6. package/dist-es/commands/AddTagsToResourceCommand.js +21 -28
  7. package/dist-es/commands/AddUploadBufferCommand.js +21 -28
  8. package/dist-es/commands/AddWorkingStorageCommand.js +21 -28
  9. package/dist-es/commands/AssignTapePoolCommand.js +21 -28
  10. package/dist-es/commands/AssociateFileSystemCommand.js +21 -28
  11. package/dist-es/commands/AttachVolumeCommand.js +21 -28
  12. package/dist-es/commands/CancelArchivalCommand.js +21 -28
  13. package/dist-es/commands/CancelRetrievalCommand.js +21 -28
  14. package/dist-es/commands/CreateCachediSCSIVolumeCommand.js +21 -28
  15. package/dist-es/commands/CreateNFSFileShareCommand.js +21 -28
  16. package/dist-es/commands/CreateSMBFileShareCommand.js +21 -28
  17. package/dist-es/commands/CreateSnapshotCommand.js +21 -28
  18. package/dist-es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +21 -28
  19. package/dist-es/commands/CreateStorediSCSIVolumeCommand.js +21 -28
  20. package/dist-es/commands/CreateTapePoolCommand.js +21 -28
  21. package/dist-es/commands/CreateTapeWithBarcodeCommand.js +21 -28
  22. package/dist-es/commands/CreateTapesCommand.js +21 -28
  23. package/dist-es/commands/DeleteAutomaticTapeCreationPolicyCommand.js +21 -28
  24. package/dist-es/commands/DeleteBandwidthRateLimitCommand.js +21 -28
  25. package/dist-es/commands/DeleteChapCredentialsCommand.js +21 -28
  26. package/dist-es/commands/DeleteFileShareCommand.js +21 -28
  27. package/dist-es/commands/DeleteGatewayCommand.js +21 -28
  28. package/dist-es/commands/DeleteSnapshotScheduleCommand.js +21 -28
  29. package/dist-es/commands/DeleteTapeArchiveCommand.js +21 -28
  30. package/dist-es/commands/DeleteTapeCommand.js +21 -28
  31. package/dist-es/commands/DeleteTapePoolCommand.js +21 -28
  32. package/dist-es/commands/DeleteVolumeCommand.js +21 -28
  33. package/dist-es/commands/DescribeAvailabilityMonitorTestCommand.js +21 -28
  34. package/dist-es/commands/DescribeBandwidthRateLimitCommand.js +21 -28
  35. package/dist-es/commands/DescribeBandwidthRateLimitScheduleCommand.js +21 -28
  36. package/dist-es/commands/DescribeCacheCommand.js +21 -28
  37. package/dist-es/commands/DescribeCachediSCSIVolumesCommand.js +21 -28
  38. package/dist-es/commands/DescribeChapCredentialsCommand.js +21 -28
  39. package/dist-es/commands/DescribeFileSystemAssociationsCommand.js +21 -28
  40. package/dist-es/commands/DescribeGatewayInformationCommand.js +21 -28
  41. package/dist-es/commands/DescribeMaintenanceStartTimeCommand.js +21 -28
  42. package/dist-es/commands/DescribeNFSFileSharesCommand.js +21 -28
  43. package/dist-es/commands/DescribeSMBFileSharesCommand.js +21 -28
  44. package/dist-es/commands/DescribeSMBSettingsCommand.js +21 -28
  45. package/dist-es/commands/DescribeSnapshotScheduleCommand.js +21 -28
  46. package/dist-es/commands/DescribeStorediSCSIVolumesCommand.js +21 -28
  47. package/dist-es/commands/DescribeTapeArchivesCommand.js +21 -28
  48. package/dist-es/commands/DescribeTapeRecoveryPointsCommand.js +21 -28
  49. package/dist-es/commands/DescribeTapesCommand.js +21 -28
  50. package/dist-es/commands/DescribeUploadBufferCommand.js +21 -28
  51. package/dist-es/commands/DescribeVTLDevicesCommand.js +21 -28
  52. package/dist-es/commands/DescribeWorkingStorageCommand.js +21 -28
  53. package/dist-es/commands/DetachVolumeCommand.js +21 -28
  54. package/dist-es/commands/DisableGatewayCommand.js +21 -28
  55. package/dist-es/commands/DisassociateFileSystemCommand.js +21 -28
  56. package/dist-es/commands/JoinDomainCommand.js +21 -28
  57. package/dist-es/commands/ListAutomaticTapeCreationPoliciesCommand.js +21 -28
  58. package/dist-es/commands/ListFileSharesCommand.js +21 -28
  59. package/dist-es/commands/ListFileSystemAssociationsCommand.js +21 -28
  60. package/dist-es/commands/ListGatewaysCommand.js +21 -28
  61. package/dist-es/commands/ListLocalDisksCommand.js +21 -28
  62. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  63. package/dist-es/commands/ListTapePoolsCommand.js +21 -28
  64. package/dist-es/commands/ListTapesCommand.js +21 -28
  65. package/dist-es/commands/ListVolumeInitiatorsCommand.js +21 -28
  66. package/dist-es/commands/ListVolumeRecoveryPointsCommand.js +21 -28
  67. package/dist-es/commands/ListVolumesCommand.js +21 -28
  68. package/dist-es/commands/NotifyWhenUploadedCommand.js +21 -28
  69. package/dist-es/commands/RefreshCacheCommand.js +21 -28
  70. package/dist-es/commands/RemoveTagsFromResourceCommand.js +21 -28
  71. package/dist-es/commands/ResetCacheCommand.js +21 -28
  72. package/dist-es/commands/RetrieveTapeArchiveCommand.js +21 -28
  73. package/dist-es/commands/RetrieveTapeRecoveryPointCommand.js +21 -28
  74. package/dist-es/commands/SetLocalConsolePasswordCommand.js +21 -28
  75. package/dist-es/commands/SetSMBGuestPasswordCommand.js +21 -28
  76. package/dist-es/commands/ShutdownGatewayCommand.js +21 -28
  77. package/dist-es/commands/StartAvailabilityMonitorTestCommand.js +21 -28
  78. package/dist-es/commands/StartGatewayCommand.js +21 -28
  79. package/dist-es/commands/UpdateAutomaticTapeCreationPolicyCommand.js +21 -28
  80. package/dist-es/commands/UpdateBandwidthRateLimitCommand.js +21 -28
  81. package/dist-es/commands/UpdateBandwidthRateLimitScheduleCommand.js +21 -28
  82. package/dist-es/commands/UpdateChapCredentialsCommand.js +21 -28
  83. package/dist-es/commands/UpdateFileSystemAssociationCommand.js +21 -28
  84. package/dist-es/commands/UpdateGatewayInformationCommand.js +21 -28
  85. package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +21 -28
  86. package/dist-es/commands/UpdateMaintenanceStartTimeCommand.js +21 -28
  87. package/dist-es/commands/UpdateNFSFileShareCommand.js +21 -28
  88. package/dist-es/commands/UpdateSMBFileShareCommand.js +21 -28
  89. package/dist-es/commands/UpdateSMBFileShareVisibilityCommand.js +21 -28
  90. package/dist-es/commands/UpdateSMBLocalGroupsCommand.js +21 -28
  91. package/dist-es/commands/UpdateSMBSecurityStrategyCommand.js +21 -28
  92. package/dist-es/commands/UpdateSnapshotScheduleCommand.js +21 -28
  93. package/dist-es/commands/UpdateVTLDeviceTypeCommand.js +21 -28
  94. package/dist-es/endpoints.js +8 -8
  95. package/dist-es/models/StorageGatewayServiceException.js +5 -10
  96. package/dist-es/models/models_0.js +679 -248
  97. package/dist-es/pagination/DescribeTapeArchivesPaginator.js +25 -68
  98. package/dist-es/pagination/DescribeTapeRecoveryPointsPaginator.js +25 -68
  99. package/dist-es/pagination/DescribeTapesPaginator.js +25 -68
  100. package/dist-es/pagination/DescribeVTLDevicesPaginator.js +25 -68
  101. package/dist-es/pagination/ListFileSharesPaginator.js +25 -68
  102. package/dist-es/pagination/ListFileSystemAssociationsPaginator.js +25 -68
  103. package/dist-es/pagination/ListGatewaysPaginator.js +25 -68
  104. package/dist-es/pagination/ListTagsForResourcePaginator.js +25 -68
  105. package/dist-es/pagination/ListTapePoolsPaginator.js +25 -68
  106. package/dist-es/pagination/ListTapesPaginator.js +25 -68
  107. package/dist-es/pagination/ListVolumesPaginator.js +25 -68
  108. package/dist-es/protocols/Aws_json1_1.js +5115 -6606
  109. package/dist-es/runtimeConfig.browser.js +26 -12
  110. package/dist-es/runtimeConfig.js +30 -12
  111. package/dist-es/runtimeConfig.native.js +8 -5
  112. package/dist-es/runtimeConfig.shared.js +8 -11
  113. package/package.json +33 -33
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { RetrieveTapeRecoveryPointInputFilterSensitiveLog, RetrieveTapeRecoveryPointOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1RetrieveTapeRecoveryPointCommand, serializeAws_json1_1RetrieveTapeRecoveryPointCommand, } from "../protocols/Aws_json1_1";
6
- var RetrieveTapeRecoveryPointCommand = (function (_super) {
7
- __extends(RetrieveTapeRecoveryPointCommand, _super);
8
- function RetrieveTapeRecoveryPointCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class RetrieveTapeRecoveryPointCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- RetrieveTapeRecoveryPointCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "StorageGatewayClient";
18
- var commandName = "RetrieveTapeRecoveryPointCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "StorageGatewayClient";
15
+ const commandName = "RetrieveTapeRecoveryPointCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: RetrieveTapeRecoveryPointInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: RetrieveTapeRecoveryPointOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- RetrieveTapeRecoveryPointCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1RetrieveTapeRecoveryPointCommand(input, context);
33
- };
34
- RetrieveTapeRecoveryPointCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1RetrieveTapeRecoveryPointCommand(output, context);
36
- };
37
- return RetrieveTapeRecoveryPointCommand;
38
- }($Command));
39
- export { RetrieveTapeRecoveryPointCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { SetLocalConsolePasswordInputFilterSensitiveLog, SetLocalConsolePasswordOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1SetLocalConsolePasswordCommand, serializeAws_json1_1SetLocalConsolePasswordCommand, } from "../protocols/Aws_json1_1";
6
- var SetLocalConsolePasswordCommand = (function (_super) {
7
- __extends(SetLocalConsolePasswordCommand, _super);
8
- function SetLocalConsolePasswordCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class SetLocalConsolePasswordCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- SetLocalConsolePasswordCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "StorageGatewayClient";
18
- var commandName = "SetLocalConsolePasswordCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "StorageGatewayClient";
15
+ const commandName = "SetLocalConsolePasswordCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: SetLocalConsolePasswordInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: SetLocalConsolePasswordOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- SetLocalConsolePasswordCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1SetLocalConsolePasswordCommand(input, context);
33
- };
34
- SetLocalConsolePasswordCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1SetLocalConsolePasswordCommand(output, context);
36
- };
37
- return SetLocalConsolePasswordCommand;
38
- }($Command));
39
- export { SetLocalConsolePasswordCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { SetSMBGuestPasswordInputFilterSensitiveLog, SetSMBGuestPasswordOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1SetSMBGuestPasswordCommand, serializeAws_json1_1SetSMBGuestPasswordCommand, } from "../protocols/Aws_json1_1";
6
- var SetSMBGuestPasswordCommand = (function (_super) {
7
- __extends(SetSMBGuestPasswordCommand, _super);
8
- function SetSMBGuestPasswordCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class SetSMBGuestPasswordCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- SetSMBGuestPasswordCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "StorageGatewayClient";
18
- var commandName = "SetSMBGuestPasswordCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "StorageGatewayClient";
15
+ const commandName = "SetSMBGuestPasswordCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: SetSMBGuestPasswordInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: SetSMBGuestPasswordOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- SetSMBGuestPasswordCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1SetSMBGuestPasswordCommand(input, context);
33
- };
34
- SetSMBGuestPasswordCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1SetSMBGuestPasswordCommand(output, context);
36
- };
37
- return SetSMBGuestPasswordCommand;
38
- }($Command));
39
- export { SetSMBGuestPasswordCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ShutdownGatewayInputFilterSensitiveLog, ShutdownGatewayOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ShutdownGatewayCommand, serializeAws_json1_1ShutdownGatewayCommand, } from "../protocols/Aws_json1_1";
6
- var ShutdownGatewayCommand = (function (_super) {
7
- __extends(ShutdownGatewayCommand, _super);
8
- function ShutdownGatewayCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ShutdownGatewayCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ShutdownGatewayCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "StorageGatewayClient";
18
- var commandName = "ShutdownGatewayCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "StorageGatewayClient";
15
+ const commandName = "ShutdownGatewayCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ShutdownGatewayInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ShutdownGatewayOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ShutdownGatewayCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1ShutdownGatewayCommand(input, context);
33
- };
34
- ShutdownGatewayCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1ShutdownGatewayCommand(output, context);
36
- };
37
- return ShutdownGatewayCommand;
38
- }($Command));
39
- export { ShutdownGatewayCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { StartAvailabilityMonitorTestInputFilterSensitiveLog, StartAvailabilityMonitorTestOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1StartAvailabilityMonitorTestCommand, serializeAws_json1_1StartAvailabilityMonitorTestCommand, } from "../protocols/Aws_json1_1";
6
- var StartAvailabilityMonitorTestCommand = (function (_super) {
7
- __extends(StartAvailabilityMonitorTestCommand, _super);
8
- function StartAvailabilityMonitorTestCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class StartAvailabilityMonitorTestCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- StartAvailabilityMonitorTestCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "StorageGatewayClient";
18
- var commandName = "StartAvailabilityMonitorTestCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "StorageGatewayClient";
15
+ const commandName = "StartAvailabilityMonitorTestCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: StartAvailabilityMonitorTestInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: StartAvailabilityMonitorTestOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- StartAvailabilityMonitorTestCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1StartAvailabilityMonitorTestCommand(input, context);
33
- };
34
- StartAvailabilityMonitorTestCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1StartAvailabilityMonitorTestCommand(output, context);
36
- };
37
- return StartAvailabilityMonitorTestCommand;
38
- }($Command));
39
- export { StartAvailabilityMonitorTestCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { StartGatewayInputFilterSensitiveLog, StartGatewayOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1StartGatewayCommand, serializeAws_json1_1StartGatewayCommand, } from "../protocols/Aws_json1_1";
6
- var StartGatewayCommand = (function (_super) {
7
- __extends(StartGatewayCommand, _super);
8
- function StartGatewayCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class StartGatewayCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- StartGatewayCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "StorageGatewayClient";
18
- var commandName = "StartGatewayCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "StorageGatewayClient";
15
+ const commandName = "StartGatewayCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: StartGatewayInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: StartGatewayOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- StartGatewayCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1StartGatewayCommand(input, context);
33
- };
34
- StartGatewayCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1StartGatewayCommand(output, context);
36
- };
37
- return StartGatewayCommand;
38
- }($Command));
39
- export { StartGatewayCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateAutomaticTapeCreationPolicyInputFilterSensitiveLog, UpdateAutomaticTapeCreationPolicyOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateAutomaticTapeCreationPolicyCommand, serializeAws_json1_1UpdateAutomaticTapeCreationPolicyCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateAutomaticTapeCreationPolicyCommand = (function (_super) {
7
- __extends(UpdateAutomaticTapeCreationPolicyCommand, _super);
8
- function UpdateAutomaticTapeCreationPolicyCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateAutomaticTapeCreationPolicyCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateAutomaticTapeCreationPolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "StorageGatewayClient";
18
- var commandName = "UpdateAutomaticTapeCreationPolicyCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "StorageGatewayClient";
15
+ const commandName = "UpdateAutomaticTapeCreationPolicyCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateAutomaticTapeCreationPolicyInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateAutomaticTapeCreationPolicyOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateAutomaticTapeCreationPolicyCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateAutomaticTapeCreationPolicyCommand(input, context);
33
- };
34
- UpdateAutomaticTapeCreationPolicyCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateAutomaticTapeCreationPolicyCommand(output, context);
36
- };
37
- return UpdateAutomaticTapeCreationPolicyCommand;
38
- }($Command));
39
- export { UpdateAutomaticTapeCreationPolicyCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateBandwidthRateLimitInputFilterSensitiveLog, UpdateBandwidthRateLimitOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateBandwidthRateLimitCommand, serializeAws_json1_1UpdateBandwidthRateLimitCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateBandwidthRateLimitCommand = (function (_super) {
7
- __extends(UpdateBandwidthRateLimitCommand, _super);
8
- function UpdateBandwidthRateLimitCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateBandwidthRateLimitCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateBandwidthRateLimitCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "StorageGatewayClient";
18
- var commandName = "UpdateBandwidthRateLimitCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "StorageGatewayClient";
15
+ const commandName = "UpdateBandwidthRateLimitCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateBandwidthRateLimitInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateBandwidthRateLimitOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateBandwidthRateLimitCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateBandwidthRateLimitCommand(input, context);
33
- };
34
- UpdateBandwidthRateLimitCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateBandwidthRateLimitCommand(output, context);
36
- };
37
- return UpdateBandwidthRateLimitCommand;
38
- }($Command));
39
- export { UpdateBandwidthRateLimitCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateBandwidthRateLimitScheduleInputFilterSensitiveLog, UpdateBandwidthRateLimitScheduleOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateBandwidthRateLimitScheduleCommand, serializeAws_json1_1UpdateBandwidthRateLimitScheduleCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateBandwidthRateLimitScheduleCommand = (function (_super) {
7
- __extends(UpdateBandwidthRateLimitScheduleCommand, _super);
8
- function UpdateBandwidthRateLimitScheduleCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateBandwidthRateLimitScheduleCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateBandwidthRateLimitScheduleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "StorageGatewayClient";
18
- var commandName = "UpdateBandwidthRateLimitScheduleCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "StorageGatewayClient";
15
+ const commandName = "UpdateBandwidthRateLimitScheduleCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateBandwidthRateLimitScheduleInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateBandwidthRateLimitScheduleOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateBandwidthRateLimitScheduleCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateBandwidthRateLimitScheduleCommand(input, context);
33
- };
34
- UpdateBandwidthRateLimitScheduleCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateBandwidthRateLimitScheduleCommand(output, context);
36
- };
37
- return UpdateBandwidthRateLimitScheduleCommand;
38
- }($Command));
39
- export { UpdateBandwidthRateLimitScheduleCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateChapCredentialsInputFilterSensitiveLog, UpdateChapCredentialsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateChapCredentialsCommand, serializeAws_json1_1UpdateChapCredentialsCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateChapCredentialsCommand = (function (_super) {
7
- __extends(UpdateChapCredentialsCommand, _super);
8
- function UpdateChapCredentialsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateChapCredentialsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateChapCredentialsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "StorageGatewayClient";
18
- var commandName = "UpdateChapCredentialsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "StorageGatewayClient";
15
+ const commandName = "UpdateChapCredentialsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateChapCredentialsInputFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateChapCredentialsOutputFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateChapCredentialsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateChapCredentialsCommand(input, context);
33
- };
34
- UpdateChapCredentialsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateChapCredentialsCommand(output, context);
36
- };
37
- return UpdateChapCredentialsCommand;
38
- }($Command));
39
- export { UpdateChapCredentialsCommand };
31
+ }
32
+ }