@aws-sdk/client-imagebuilder 3.180.0 → 3.183.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 (74) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist-cjs/protocols/Aws_restJson1.js +56 -50
  3. package/dist-es/Imagebuilder.js +202 -209
  4. package/dist-es/ImagebuilderClient.js +22 -28
  5. package/dist-es/commands/CancelImageCreationCommand.js +21 -28
  6. package/dist-es/commands/CreateComponentCommand.js +21 -28
  7. package/dist-es/commands/CreateContainerRecipeCommand.js +21 -28
  8. package/dist-es/commands/CreateDistributionConfigurationCommand.js +21 -28
  9. package/dist-es/commands/CreateImageCommand.js +21 -28
  10. package/dist-es/commands/CreateImagePipelineCommand.js +21 -28
  11. package/dist-es/commands/CreateImageRecipeCommand.js +21 -28
  12. package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +21 -28
  13. package/dist-es/commands/DeleteComponentCommand.js +21 -28
  14. package/dist-es/commands/DeleteContainerRecipeCommand.js +21 -28
  15. package/dist-es/commands/DeleteDistributionConfigurationCommand.js +21 -28
  16. package/dist-es/commands/DeleteImageCommand.js +21 -28
  17. package/dist-es/commands/DeleteImagePipelineCommand.js +21 -28
  18. package/dist-es/commands/DeleteImageRecipeCommand.js +21 -28
  19. package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +21 -28
  20. package/dist-es/commands/GetComponentCommand.js +21 -28
  21. package/dist-es/commands/GetComponentPolicyCommand.js +21 -28
  22. package/dist-es/commands/GetContainerRecipeCommand.js +21 -28
  23. package/dist-es/commands/GetContainerRecipePolicyCommand.js +21 -28
  24. package/dist-es/commands/GetDistributionConfigurationCommand.js +21 -28
  25. package/dist-es/commands/GetImageCommand.js +21 -28
  26. package/dist-es/commands/GetImagePipelineCommand.js +21 -28
  27. package/dist-es/commands/GetImagePolicyCommand.js +21 -28
  28. package/dist-es/commands/GetImageRecipeCommand.js +21 -28
  29. package/dist-es/commands/GetImageRecipePolicyCommand.js +21 -28
  30. package/dist-es/commands/GetInfrastructureConfigurationCommand.js +21 -28
  31. package/dist-es/commands/ImportComponentCommand.js +21 -28
  32. package/dist-es/commands/ImportVmImageCommand.js +21 -28
  33. package/dist-es/commands/ListComponentBuildVersionsCommand.js +21 -28
  34. package/dist-es/commands/ListComponentsCommand.js +21 -28
  35. package/dist-es/commands/ListContainerRecipesCommand.js +21 -28
  36. package/dist-es/commands/ListDistributionConfigurationsCommand.js +21 -28
  37. package/dist-es/commands/ListImageBuildVersionsCommand.js +21 -28
  38. package/dist-es/commands/ListImagePackagesCommand.js +21 -28
  39. package/dist-es/commands/ListImagePipelineImagesCommand.js +21 -28
  40. package/dist-es/commands/ListImagePipelinesCommand.js +21 -28
  41. package/dist-es/commands/ListImageRecipesCommand.js +21 -28
  42. package/dist-es/commands/ListImagesCommand.js +21 -28
  43. package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +21 -28
  44. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  45. package/dist-es/commands/PutComponentPolicyCommand.js +21 -28
  46. package/dist-es/commands/PutContainerRecipePolicyCommand.js +21 -28
  47. package/dist-es/commands/PutImagePolicyCommand.js +21 -28
  48. package/dist-es/commands/PutImageRecipePolicyCommand.js +21 -28
  49. package/dist-es/commands/StartImagePipelineExecutionCommand.js +21 -28
  50. package/dist-es/commands/TagResourceCommand.js +21 -28
  51. package/dist-es/commands/UntagResourceCommand.js +21 -28
  52. package/dist-es/commands/UpdateDistributionConfigurationCommand.js +21 -28
  53. package/dist-es/commands/UpdateImagePipelineCommand.js +21 -28
  54. package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +21 -28
  55. package/dist-es/endpoints.js +8 -8
  56. package/dist-es/models/ImagebuilderServiceException.js +5 -10
  57. package/dist-es/models/models_0.js +622 -333
  58. package/dist-es/pagination/ListComponentBuildVersionsPaginator.js +25 -68
  59. package/dist-es/pagination/ListComponentsPaginator.js +25 -68
  60. package/dist-es/pagination/ListContainerRecipesPaginator.js +25 -68
  61. package/dist-es/pagination/ListDistributionConfigurationsPaginator.js +25 -68
  62. package/dist-es/pagination/ListImageBuildVersionsPaginator.js +25 -68
  63. package/dist-es/pagination/ListImagePackagesPaginator.js +25 -68
  64. package/dist-es/pagination/ListImagePipelineImagesPaginator.js +25 -68
  65. package/dist-es/pagination/ListImagePipelinesPaginator.js +25 -68
  66. package/dist-es/pagination/ListImageRecipesPaginator.js +25 -68
  67. package/dist-es/pagination/ListImagesPaginator.js +25 -68
  68. package/dist-es/pagination/ListInfrastructureConfigurationsPaginator.js +25 -68
  69. package/dist-es/protocols/Aws_restJson1.js +4518 -5990
  70. package/dist-es/runtimeConfig.browser.js +26 -12
  71. package/dist-es/runtimeConfig.js +30 -12
  72. package/dist-es/runtimeConfig.native.js +8 -5
  73. package/dist-es/runtimeConfig.shared.js +8 -11
  74. 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 { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
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;
5
+ export class ListTagsForResourceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListTagsForResourceCommand.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 = "ImagebuilderClient";
18
- var commandName = "ListTagsForResourceCommand";
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 = "ImagebuilderClient";
15
+ const commandName = "ListTagsForResourceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
25
22
  };
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) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListTagsForResourceCommand(input, context);
33
- };
34
- ListTagsForResourceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
36
- };
37
- return ListTagsForResourceCommand;
38
- }($Command));
39
- export { ListTagsForResourceCommand };
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 { PutComponentPolicyRequestFilterSensitiveLog, PutComponentPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutComponentPolicyCommand, serializeAws_restJson1PutComponentPolicyCommand, } from "../protocols/Aws_restJson1";
6
- var PutComponentPolicyCommand = (function (_super) {
7
- __extends(PutComponentPolicyCommand, _super);
8
- function PutComponentPolicyCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class PutComponentPolicyCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- PutComponentPolicyCommand.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 = "ImagebuilderClient";
18
- var commandName = "PutComponentPolicyCommand";
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 = "ImagebuilderClient";
15
+ const commandName = "PutComponentPolicyCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: PutComponentPolicyRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: PutComponentPolicyResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- PutComponentPolicyCommand.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_restJson1PutComponentPolicyCommand(input, context);
33
- };
34
- PutComponentPolicyCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1PutComponentPolicyCommand(output, context);
36
- };
37
- return PutComponentPolicyCommand;
38
- }($Command));
39
- export { PutComponentPolicyCommand };
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 { PutContainerRecipePolicyRequestFilterSensitiveLog, PutContainerRecipePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutContainerRecipePolicyCommand, serializeAws_restJson1PutContainerRecipePolicyCommand, } from "../protocols/Aws_restJson1";
6
- var PutContainerRecipePolicyCommand = (function (_super) {
7
- __extends(PutContainerRecipePolicyCommand, _super);
8
- function PutContainerRecipePolicyCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class PutContainerRecipePolicyCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- PutContainerRecipePolicyCommand.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 = "ImagebuilderClient";
18
- var commandName = "PutContainerRecipePolicyCommand";
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 = "ImagebuilderClient";
15
+ const commandName = "PutContainerRecipePolicyCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: PutContainerRecipePolicyRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: PutContainerRecipePolicyResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- PutContainerRecipePolicyCommand.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_restJson1PutContainerRecipePolicyCommand(input, context);
33
- };
34
- PutContainerRecipePolicyCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1PutContainerRecipePolicyCommand(output, context);
36
- };
37
- return PutContainerRecipePolicyCommand;
38
- }($Command));
39
- export { PutContainerRecipePolicyCommand };
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 { PutImagePolicyRequestFilterSensitiveLog, PutImagePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutImagePolicyCommand, serializeAws_restJson1PutImagePolicyCommand, } from "../protocols/Aws_restJson1";
6
- var PutImagePolicyCommand = (function (_super) {
7
- __extends(PutImagePolicyCommand, _super);
8
- function PutImagePolicyCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class PutImagePolicyCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- PutImagePolicyCommand.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 = "ImagebuilderClient";
18
- var commandName = "PutImagePolicyCommand";
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 = "ImagebuilderClient";
15
+ const commandName = "PutImagePolicyCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: PutImagePolicyRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: PutImagePolicyResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- PutImagePolicyCommand.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_restJson1PutImagePolicyCommand(input, context);
33
- };
34
- PutImagePolicyCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1PutImagePolicyCommand(output, context);
36
- };
37
- return PutImagePolicyCommand;
38
- }($Command));
39
- export { PutImagePolicyCommand };
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 { PutImageRecipePolicyRequestFilterSensitiveLog, PutImageRecipePolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutImageRecipePolicyCommand, serializeAws_restJson1PutImageRecipePolicyCommand, } from "../protocols/Aws_restJson1";
6
- var PutImageRecipePolicyCommand = (function (_super) {
7
- __extends(PutImageRecipePolicyCommand, _super);
8
- function PutImageRecipePolicyCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class PutImageRecipePolicyCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- PutImageRecipePolicyCommand.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 = "ImagebuilderClient";
18
- var commandName = "PutImageRecipePolicyCommand";
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 = "ImagebuilderClient";
15
+ const commandName = "PutImageRecipePolicyCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: PutImageRecipePolicyRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: PutImageRecipePolicyResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- PutImageRecipePolicyCommand.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_restJson1PutImageRecipePolicyCommand(input, context);
33
- };
34
- PutImageRecipePolicyCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1PutImageRecipePolicyCommand(output, context);
36
- };
37
- return PutImageRecipePolicyCommand;
38
- }($Command));
39
- export { PutImageRecipePolicyCommand };
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 { StartImagePipelineExecutionRequestFilterSensitiveLog, StartImagePipelineExecutionResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StartImagePipelineExecutionCommand, serializeAws_restJson1StartImagePipelineExecutionCommand, } from "../protocols/Aws_restJson1";
6
- var StartImagePipelineExecutionCommand = (function (_super) {
7
- __extends(StartImagePipelineExecutionCommand, _super);
8
- function StartImagePipelineExecutionCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class StartImagePipelineExecutionCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- StartImagePipelineExecutionCommand.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 = "ImagebuilderClient";
18
- var commandName = "StartImagePipelineExecutionCommand";
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 = "ImagebuilderClient";
15
+ const commandName = "StartImagePipelineExecutionCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: StartImagePipelineExecutionRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: StartImagePipelineExecutionResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- StartImagePipelineExecutionCommand.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_restJson1StartImagePipelineExecutionCommand(input, context);
33
- };
34
- StartImagePipelineExecutionCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1StartImagePipelineExecutionCommand(output, context);
36
- };
37
- return StartImagePipelineExecutionCommand;
38
- }($Command));
39
- export { StartImagePipelineExecutionCommand };
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 { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
- var TagResourceCommand = (function (_super) {
7
- __extends(TagResourceCommand, _super);
8
- function TagResourceCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class TagResourceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- TagResourceCommand.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 = "ImagebuilderClient";
18
- var commandName = "TagResourceCommand";
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 = "ImagebuilderClient";
15
+ const commandName = "TagResourceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- TagResourceCommand.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_restJson1TagResourceCommand(input, context);
33
- };
34
- TagResourceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1TagResourceCommand(output, context);
36
- };
37
- return TagResourceCommand;
38
- }($Command));
39
- export { TagResourceCommand };
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 { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
- var UntagResourceCommand = (function (_super) {
7
- __extends(UntagResourceCommand, _super);
8
- function UntagResourceCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UntagResourceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UntagResourceCommand.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 = "ImagebuilderClient";
18
- var commandName = "UntagResourceCommand";
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 = "ImagebuilderClient";
15
+ const commandName = "UntagResourceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UntagResourceCommand.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_restJson1UntagResourceCommand(input, context);
33
- };
34
- UntagResourceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1UntagResourceCommand(output, context);
36
- };
37
- return UntagResourceCommand;
38
- }($Command));
39
- export { UntagResourceCommand };
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 { UpdateDistributionConfigurationRequestFilterSensitiveLog, UpdateDistributionConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateDistributionConfigurationCommand, serializeAws_restJson1UpdateDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
6
- var UpdateDistributionConfigurationCommand = (function (_super) {
7
- __extends(UpdateDistributionConfigurationCommand, _super);
8
- function UpdateDistributionConfigurationCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateDistributionConfigurationCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateDistributionConfigurationCommand.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 = "ImagebuilderClient";
18
- var commandName = "UpdateDistributionConfigurationCommand";
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 = "ImagebuilderClient";
15
+ const commandName = "UpdateDistributionConfigurationCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateDistributionConfigurationRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateDistributionConfigurationResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateDistributionConfigurationCommand.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_restJson1UpdateDistributionConfigurationCommand(input, context);
33
- };
34
- UpdateDistributionConfigurationCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1UpdateDistributionConfigurationCommand(output, context);
36
- };
37
- return UpdateDistributionConfigurationCommand;
38
- }($Command));
39
- export { UpdateDistributionConfigurationCommand };
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 { UpdateImagePipelineRequestFilterSensitiveLog, UpdateImagePipelineResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateImagePipelineCommand, serializeAws_restJson1UpdateImagePipelineCommand, } from "../protocols/Aws_restJson1";
6
- var UpdateImagePipelineCommand = (function (_super) {
7
- __extends(UpdateImagePipelineCommand, _super);
8
- function UpdateImagePipelineCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateImagePipelineCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateImagePipelineCommand.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 = "ImagebuilderClient";
18
- var commandName = "UpdateImagePipelineCommand";
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 = "ImagebuilderClient";
15
+ const commandName = "UpdateImagePipelineCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateImagePipelineRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateImagePipelineResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateImagePipelineCommand.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_restJson1UpdateImagePipelineCommand(input, context);
33
- };
34
- UpdateImagePipelineCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1UpdateImagePipelineCommand(output, context);
36
- };
37
- return UpdateImagePipelineCommand;
38
- }($Command));
39
- export { UpdateImagePipelineCommand };
31
+ }
32
+ }