@aws-sdk/client-proton 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.
Files changed (118) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_json1_0.js +2 -2
  3. package/dist-es/Proton.js +309 -302
  4. package/dist-es/ProtonClient.js +28 -22
  5. package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +28 -21
  6. package/dist-es/commands/CancelComponentDeploymentCommand.js +28 -21
  7. package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +28 -21
  8. package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +28 -21
  9. package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +28 -21
  10. package/dist-es/commands/CreateComponentCommand.js +28 -21
  11. package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +28 -21
  12. package/dist-es/commands/CreateEnvironmentCommand.js +28 -21
  13. package/dist-es/commands/CreateEnvironmentTemplateCommand.js +28 -21
  14. package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +28 -21
  15. package/dist-es/commands/CreateRepositoryCommand.js +28 -21
  16. package/dist-es/commands/CreateServiceCommand.js +28 -21
  17. package/dist-es/commands/CreateServiceTemplateCommand.js +28 -21
  18. package/dist-es/commands/CreateServiceTemplateVersionCommand.js +28 -21
  19. package/dist-es/commands/CreateTemplateSyncConfigCommand.js +28 -21
  20. package/dist-es/commands/DeleteComponentCommand.js +28 -21
  21. package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +28 -21
  22. package/dist-es/commands/DeleteEnvironmentCommand.js +28 -21
  23. package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +28 -21
  24. package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +28 -21
  25. package/dist-es/commands/DeleteRepositoryCommand.js +28 -21
  26. package/dist-es/commands/DeleteServiceCommand.js +28 -21
  27. package/dist-es/commands/DeleteServiceTemplateCommand.js +28 -21
  28. package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +28 -21
  29. package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +28 -21
  30. package/dist-es/commands/GetAccountSettingsCommand.js +28 -21
  31. package/dist-es/commands/GetComponentCommand.js +28 -21
  32. package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +28 -21
  33. package/dist-es/commands/GetEnvironmentCommand.js +28 -21
  34. package/dist-es/commands/GetEnvironmentTemplateCommand.js +28 -21
  35. package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +28 -21
  36. package/dist-es/commands/GetRepositoryCommand.js +28 -21
  37. package/dist-es/commands/GetRepositorySyncStatusCommand.js +28 -21
  38. package/dist-es/commands/GetServiceCommand.js +28 -21
  39. package/dist-es/commands/GetServiceInstanceCommand.js +28 -21
  40. package/dist-es/commands/GetServiceTemplateCommand.js +28 -21
  41. package/dist-es/commands/GetServiceTemplateVersionCommand.js +28 -21
  42. package/dist-es/commands/GetTemplateSyncConfigCommand.js +28 -21
  43. package/dist-es/commands/GetTemplateSyncStatusCommand.js +28 -21
  44. package/dist-es/commands/ListComponentOutputsCommand.js +28 -21
  45. package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +28 -21
  46. package/dist-es/commands/ListComponentsCommand.js +28 -21
  47. package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +28 -21
  48. package/dist-es/commands/ListEnvironmentOutputsCommand.js +28 -21
  49. package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +28 -21
  50. package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +28 -21
  51. package/dist-es/commands/ListEnvironmentTemplatesCommand.js +28 -21
  52. package/dist-es/commands/ListEnvironmentsCommand.js +28 -21
  53. package/dist-es/commands/ListRepositoriesCommand.js +28 -21
  54. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +28 -21
  55. package/dist-es/commands/ListServiceInstanceOutputsCommand.js +28 -21
  56. package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +28 -21
  57. package/dist-es/commands/ListServiceInstancesCommand.js +28 -21
  58. package/dist-es/commands/ListServicePipelineOutputsCommand.js +28 -21
  59. package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +28 -21
  60. package/dist-es/commands/ListServiceTemplateVersionsCommand.js +28 -21
  61. package/dist-es/commands/ListServiceTemplatesCommand.js +28 -21
  62. package/dist-es/commands/ListServicesCommand.js +28 -21
  63. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  64. package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +28 -21
  65. package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +28 -21
  66. package/dist-es/commands/TagResourceCommand.js +28 -21
  67. package/dist-es/commands/UntagResourceCommand.js +28 -21
  68. package/dist-es/commands/UpdateAccountSettingsCommand.js +28 -21
  69. package/dist-es/commands/UpdateComponentCommand.js +28 -21
  70. package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +28 -21
  71. package/dist-es/commands/UpdateEnvironmentCommand.js +28 -21
  72. package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +28 -21
  73. package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +28 -21
  74. package/dist-es/commands/UpdateServiceCommand.js +28 -21
  75. package/dist-es/commands/UpdateServiceInstanceCommand.js +28 -21
  76. package/dist-es/commands/UpdateServicePipelineCommand.js +28 -21
  77. package/dist-es/commands/UpdateServiceTemplateCommand.js +28 -21
  78. package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +28 -21
  79. package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +28 -21
  80. package/dist-es/endpoints.js +8 -8
  81. package/dist-es/models/ProtonServiceException.js +10 -5
  82. package/dist-es/models/models_0.js +302 -794
  83. package/dist-es/pagination/ListComponentOutputsPaginator.js +67 -24
  84. package/dist-es/pagination/ListComponentProvisionedResourcesPaginator.js +67 -24
  85. package/dist-es/pagination/ListComponentsPaginator.js +68 -25
  86. package/dist-es/pagination/ListEnvironmentAccountConnectionsPaginator.js +68 -25
  87. package/dist-es/pagination/ListEnvironmentOutputsPaginator.js +67 -24
  88. package/dist-es/pagination/ListEnvironmentProvisionedResourcesPaginator.js +67 -24
  89. package/dist-es/pagination/ListEnvironmentTemplateVersionsPaginator.js +68 -25
  90. package/dist-es/pagination/ListEnvironmentTemplatesPaginator.js +68 -25
  91. package/dist-es/pagination/ListEnvironmentsPaginator.js +68 -25
  92. package/dist-es/pagination/ListRepositoriesPaginator.js +68 -25
  93. package/dist-es/pagination/ListRepositorySyncDefinitionsPaginator.js +67 -24
  94. package/dist-es/pagination/ListServiceInstanceOutputsPaginator.js +67 -24
  95. package/dist-es/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +67 -24
  96. package/dist-es/pagination/ListServiceInstancesPaginator.js +68 -25
  97. package/dist-es/pagination/ListServicePipelineOutputsPaginator.js +67 -24
  98. package/dist-es/pagination/ListServicePipelineProvisionedResourcesPaginator.js +67 -24
  99. package/dist-es/pagination/ListServiceTemplateVersionsPaginator.js +68 -25
  100. package/dist-es/pagination/ListServiceTemplatesPaginator.js +68 -25
  101. package/dist-es/pagination/ListServicesPaginator.js +68 -25
  102. package/dist-es/pagination/ListTagsForResourcePaginator.js +68 -25
  103. package/dist-es/protocols/Aws_json1_0.js +6546 -5018
  104. package/dist-es/runtimeConfig.browser.js +12 -26
  105. package/dist-es/runtimeConfig.js +12 -30
  106. package/dist-es/runtimeConfig.native.js +5 -8
  107. package/dist-es/runtimeConfig.shared.js +11 -8
  108. package/dist-es/waiters/waitForComponentDeleted.js +50 -30
  109. package/dist-es/waiters/waitForComponentDeployed.js +56 -36
  110. package/dist-es/waiters/waitForEnvironmentDeployed.js +56 -36
  111. package/dist-es/waiters/waitForEnvironmentTemplateVersionRegistered.js +65 -45
  112. package/dist-es/waiters/waitForServiceCreated.js +74 -54
  113. package/dist-es/waiters/waitForServiceDeleted.js +50 -30
  114. package/dist-es/waiters/waitForServiceInstanceDeployed.js +56 -36
  115. package/dist-es/waiters/waitForServicePipelineDeployed.js +56 -36
  116. package/dist-es/waiters/waitForServiceTemplateVersionRegistered.js +65 -45
  117. package/dist-es/waiters/waitForServiceUpdated.js +83 -63
  118. 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 { GetEnvironmentTemplateInputFilterSensitiveLog, GetEnvironmentTemplateOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0GetEnvironmentTemplateCommand, serializeAws_json1_0GetEnvironmentTemplateCommand, } from "../protocols/Aws_json1_0";
5
- export class GetEnvironmentTemplateCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var GetEnvironmentTemplateCommand = (function (_super) {
7
+ __extends(GetEnvironmentTemplateCommand, _super);
8
+ function GetEnvironmentTemplateCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ GetEnvironmentTemplateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "ProtonClient";
15
- const commandName = "GetEnvironmentTemplateCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ProtonClient";
18
+ var commandName = "GetEnvironmentTemplateCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: GetEnvironmentTemplateInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: GetEnvironmentTemplateOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetEnvironmentTemplateCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0GetEnvironmentTemplateCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ GetEnvironmentTemplateCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0GetEnvironmentTemplateCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return GetEnvironmentTemplateCommand;
38
+ }($Command));
39
+ export { GetEnvironmentTemplateCommand };
@@ -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 { GetEnvironmentTemplateVersionInputFilterSensitiveLog, GetEnvironmentTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0GetEnvironmentTemplateVersionCommand, serializeAws_json1_0GetEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
5
- export class GetEnvironmentTemplateVersionCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var GetEnvironmentTemplateVersionCommand = (function (_super) {
7
+ __extends(GetEnvironmentTemplateVersionCommand, _super);
8
+ function GetEnvironmentTemplateVersionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ GetEnvironmentTemplateVersionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "ProtonClient";
15
- const commandName = "GetEnvironmentTemplateVersionCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ProtonClient";
18
+ var commandName = "GetEnvironmentTemplateVersionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: GetEnvironmentTemplateVersionInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: GetEnvironmentTemplateVersionOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetEnvironmentTemplateVersionCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0GetEnvironmentTemplateVersionCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ GetEnvironmentTemplateVersionCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0GetEnvironmentTemplateVersionCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return GetEnvironmentTemplateVersionCommand;
38
+ }($Command));
39
+ export { GetEnvironmentTemplateVersionCommand };
@@ -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 { GetRepositoryInputFilterSensitiveLog, GetRepositoryOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0GetRepositoryCommand, serializeAws_json1_0GetRepositoryCommand, } from "../protocols/Aws_json1_0";
5
- export class GetRepositoryCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var GetRepositoryCommand = (function (_super) {
7
+ __extends(GetRepositoryCommand, _super);
8
+ function GetRepositoryCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ GetRepositoryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "ProtonClient";
15
- const commandName = "GetRepositoryCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ProtonClient";
18
+ var commandName = "GetRepositoryCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: GetRepositoryInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: GetRepositoryOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetRepositoryCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0GetRepositoryCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ GetRepositoryCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0GetRepositoryCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return GetRepositoryCommand;
38
+ }($Command));
39
+ export { GetRepositoryCommand };
@@ -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 { GetRepositorySyncStatusInputFilterSensitiveLog, GetRepositorySyncStatusOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0GetRepositorySyncStatusCommand, serializeAws_json1_0GetRepositorySyncStatusCommand, } from "../protocols/Aws_json1_0";
5
- export class GetRepositorySyncStatusCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var GetRepositorySyncStatusCommand = (function (_super) {
7
+ __extends(GetRepositorySyncStatusCommand, _super);
8
+ function GetRepositorySyncStatusCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ GetRepositorySyncStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "ProtonClient";
15
- const commandName = "GetRepositorySyncStatusCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ProtonClient";
18
+ var commandName = "GetRepositorySyncStatusCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: GetRepositorySyncStatusInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: GetRepositorySyncStatusOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetRepositorySyncStatusCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0GetRepositorySyncStatusCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ GetRepositorySyncStatusCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0GetRepositorySyncStatusCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return GetRepositorySyncStatusCommand;
38
+ }($Command));
39
+ export { GetRepositorySyncStatusCommand };
@@ -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 { GetServiceInputFilterSensitiveLog, GetServiceOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0GetServiceCommand, serializeAws_json1_0GetServiceCommand, } from "../protocols/Aws_json1_0";
5
- export class GetServiceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var GetServiceCommand = (function (_super) {
7
+ __extends(GetServiceCommand, _super);
8
+ function GetServiceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ GetServiceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "ProtonClient";
15
- const commandName = "GetServiceCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ProtonClient";
18
+ var commandName = "GetServiceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: GetServiceInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: GetServiceOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetServiceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0GetServiceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ GetServiceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0GetServiceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return GetServiceCommand;
38
+ }($Command));
39
+ export { GetServiceCommand };
@@ -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 { GetServiceInstanceInputFilterSensitiveLog, GetServiceInstanceOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0GetServiceInstanceCommand, serializeAws_json1_0GetServiceInstanceCommand, } from "../protocols/Aws_json1_0";
5
- export class GetServiceInstanceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var GetServiceInstanceCommand = (function (_super) {
7
+ __extends(GetServiceInstanceCommand, _super);
8
+ function GetServiceInstanceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ GetServiceInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "ProtonClient";
15
- const commandName = "GetServiceInstanceCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ProtonClient";
18
+ var commandName = "GetServiceInstanceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: GetServiceInstanceInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: GetServiceInstanceOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetServiceInstanceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0GetServiceInstanceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ GetServiceInstanceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0GetServiceInstanceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return GetServiceInstanceCommand;
38
+ }($Command));
39
+ export { GetServiceInstanceCommand };
@@ -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 { GetServiceTemplateInputFilterSensitiveLog, GetServiceTemplateOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0GetServiceTemplateCommand, serializeAws_json1_0GetServiceTemplateCommand, } from "../protocols/Aws_json1_0";
5
- export class GetServiceTemplateCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var GetServiceTemplateCommand = (function (_super) {
7
+ __extends(GetServiceTemplateCommand, _super);
8
+ function GetServiceTemplateCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ GetServiceTemplateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "ProtonClient";
15
- const commandName = "GetServiceTemplateCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ProtonClient";
18
+ var commandName = "GetServiceTemplateCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: GetServiceTemplateInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: GetServiceTemplateOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetServiceTemplateCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0GetServiceTemplateCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ GetServiceTemplateCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0GetServiceTemplateCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return GetServiceTemplateCommand;
38
+ }($Command));
39
+ export { GetServiceTemplateCommand };
@@ -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 { GetServiceTemplateVersionInputFilterSensitiveLog, GetServiceTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0GetServiceTemplateVersionCommand, serializeAws_json1_0GetServiceTemplateVersionCommand, } from "../protocols/Aws_json1_0";
5
- export class GetServiceTemplateVersionCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var GetServiceTemplateVersionCommand = (function (_super) {
7
+ __extends(GetServiceTemplateVersionCommand, _super);
8
+ function GetServiceTemplateVersionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ GetServiceTemplateVersionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "ProtonClient";
15
- const commandName = "GetServiceTemplateVersionCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ProtonClient";
18
+ var commandName = "GetServiceTemplateVersionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: GetServiceTemplateVersionInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: GetServiceTemplateVersionOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetServiceTemplateVersionCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0GetServiceTemplateVersionCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ GetServiceTemplateVersionCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0GetServiceTemplateVersionCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return GetServiceTemplateVersionCommand;
38
+ }($Command));
39
+ export { GetServiceTemplateVersionCommand };
@@ -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 { GetTemplateSyncConfigInputFilterSensitiveLog, GetTemplateSyncConfigOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0GetTemplateSyncConfigCommand, serializeAws_json1_0GetTemplateSyncConfigCommand, } from "../protocols/Aws_json1_0";
5
- export class GetTemplateSyncConfigCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var GetTemplateSyncConfigCommand = (function (_super) {
7
+ __extends(GetTemplateSyncConfigCommand, _super);
8
+ function GetTemplateSyncConfigCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ GetTemplateSyncConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "ProtonClient";
15
- const commandName = "GetTemplateSyncConfigCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ProtonClient";
18
+ var commandName = "GetTemplateSyncConfigCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: GetTemplateSyncConfigInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: GetTemplateSyncConfigOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetTemplateSyncConfigCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0GetTemplateSyncConfigCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ GetTemplateSyncConfigCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0GetTemplateSyncConfigCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return GetTemplateSyncConfigCommand;
38
+ }($Command));
39
+ export { GetTemplateSyncConfigCommand };
@@ -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 { GetTemplateSyncStatusInputFilterSensitiveLog, GetTemplateSyncStatusOutputFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0GetTemplateSyncStatusCommand, serializeAws_json1_0GetTemplateSyncStatusCommand, } from "../protocols/Aws_json1_0";
5
- export class GetTemplateSyncStatusCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var GetTemplateSyncStatusCommand = (function (_super) {
7
+ __extends(GetTemplateSyncStatusCommand, _super);
8
+ function GetTemplateSyncStatusCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ GetTemplateSyncStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "ProtonClient";
15
- const commandName = "GetTemplateSyncStatusCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ProtonClient";
18
+ var commandName = "GetTemplateSyncStatusCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: GetTemplateSyncStatusInputFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: GetTemplateSyncStatusOutputFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetTemplateSyncStatusCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0GetTemplateSyncStatusCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ GetTemplateSyncStatusCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0GetTemplateSyncStatusCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return GetTemplateSyncStatusCommand;
38
+ }($Command));
39
+ export { GetTemplateSyncStatusCommand };