@aws-sdk/client-imagebuilder 3.490.0 → 3.496.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 (108) hide show
  1. package/dist-cjs/Imagebuilder.js +1 -157
  2. package/dist-cjs/ImagebuilderClient.js +1 -43
  3. package/dist-cjs/commands/CancelImageCreationCommand.js +1 -28
  4. package/dist-cjs/commands/CancelLifecycleExecutionCommand.js +1 -28
  5. package/dist-cjs/commands/CreateComponentCommand.js +1 -28
  6. package/dist-cjs/commands/CreateContainerRecipeCommand.js +1 -28
  7. package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +1 -28
  8. package/dist-cjs/commands/CreateImageCommand.js +1 -28
  9. package/dist-cjs/commands/CreateImagePipelineCommand.js +1 -28
  10. package/dist-cjs/commands/CreateImageRecipeCommand.js +1 -28
  11. package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +1 -28
  12. package/dist-cjs/commands/CreateLifecyclePolicyCommand.js +1 -28
  13. package/dist-cjs/commands/CreateWorkflowCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteComponentCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteContainerRecipeCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteImageCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteImagePipelineCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteImageRecipeCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteWorkflowCommand.js +1 -28
  23. package/dist-cjs/commands/GetComponentCommand.js +1 -28
  24. package/dist-cjs/commands/GetComponentPolicyCommand.js +1 -28
  25. package/dist-cjs/commands/GetContainerRecipeCommand.js +1 -28
  26. package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +1 -28
  27. package/dist-cjs/commands/GetDistributionConfigurationCommand.js +1 -28
  28. package/dist-cjs/commands/GetImageCommand.js +1 -28
  29. package/dist-cjs/commands/GetImagePipelineCommand.js +1 -28
  30. package/dist-cjs/commands/GetImagePolicyCommand.js +1 -28
  31. package/dist-cjs/commands/GetImageRecipeCommand.js +1 -28
  32. package/dist-cjs/commands/GetImageRecipePolicyCommand.js +1 -28
  33. package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +1 -28
  34. package/dist-cjs/commands/GetLifecycleExecutionCommand.js +1 -28
  35. package/dist-cjs/commands/GetLifecyclePolicyCommand.js +1 -28
  36. package/dist-cjs/commands/GetWorkflowCommand.js +1 -28
  37. package/dist-cjs/commands/GetWorkflowExecutionCommand.js +1 -28
  38. package/dist-cjs/commands/GetWorkflowStepExecutionCommand.js +1 -28
  39. package/dist-cjs/commands/ImportComponentCommand.js +1 -28
  40. package/dist-cjs/commands/ImportVmImageCommand.js +1 -28
  41. package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +1 -28
  42. package/dist-cjs/commands/ListComponentsCommand.js +1 -28
  43. package/dist-cjs/commands/ListContainerRecipesCommand.js +1 -28
  44. package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +1 -28
  45. package/dist-cjs/commands/ListImageBuildVersionsCommand.js +1 -28
  46. package/dist-cjs/commands/ListImagePackagesCommand.js +1 -28
  47. package/dist-cjs/commands/ListImagePipelineImagesCommand.js +1 -28
  48. package/dist-cjs/commands/ListImagePipelinesCommand.js +1 -28
  49. package/dist-cjs/commands/ListImageRecipesCommand.js +1 -28
  50. package/dist-cjs/commands/ListImageScanFindingAggregationsCommand.js +1 -28
  51. package/dist-cjs/commands/ListImageScanFindingsCommand.js +1 -28
  52. package/dist-cjs/commands/ListImagesCommand.js +1 -28
  53. package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +1 -28
  54. package/dist-cjs/commands/ListLifecycleExecutionResourcesCommand.js +1 -28
  55. package/dist-cjs/commands/ListLifecycleExecutionsCommand.js +1 -28
  56. package/dist-cjs/commands/ListLifecyclePoliciesCommand.js +1 -28
  57. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  58. package/dist-cjs/commands/ListWaitingWorkflowStepsCommand.js +1 -28
  59. package/dist-cjs/commands/ListWorkflowBuildVersionsCommand.js +1 -28
  60. package/dist-cjs/commands/ListWorkflowExecutionsCommand.js +1 -28
  61. package/dist-cjs/commands/ListWorkflowStepExecutionsCommand.js +1 -28
  62. package/dist-cjs/commands/ListWorkflowsCommand.js +1 -28
  63. package/dist-cjs/commands/PutComponentPolicyCommand.js +1 -28
  64. package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +1 -28
  65. package/dist-cjs/commands/PutImagePolicyCommand.js +1 -28
  66. package/dist-cjs/commands/PutImageRecipePolicyCommand.js +1 -28
  67. package/dist-cjs/commands/SendWorkflowStepActionCommand.js +1 -28
  68. package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +1 -28
  69. package/dist-cjs/commands/StartResourceStateUpdateCommand.js +1 -28
  70. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  71. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  72. package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +1 -28
  73. package/dist-cjs/commands/UpdateImagePipelineCommand.js +1 -28
  74. package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +1 -28
  75. package/dist-cjs/commands/UpdateLifecyclePolicyCommand.js +1 -28
  76. package/dist-cjs/commands/index.js +1 -76
  77. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  78. package/dist-cjs/extensionConfiguration.js +1 -2
  79. package/dist-cjs/index.js +7884 -11
  80. package/dist-cjs/models/ImagebuilderServiceException.js +1 -12
  81. package/dist-cjs/models/index.js +1 -4
  82. package/dist-cjs/models/models_0.js +1 -399
  83. package/dist-cjs/pagination/Interfaces.js +1 -2
  84. package/dist-cjs/pagination/ListComponentBuildVersionsPaginator.js +1 -7
  85. package/dist-cjs/pagination/ListComponentsPaginator.js +1 -7
  86. package/dist-cjs/pagination/ListContainerRecipesPaginator.js +1 -7
  87. package/dist-cjs/pagination/ListDistributionConfigurationsPaginator.js +1 -7
  88. package/dist-cjs/pagination/ListImageBuildVersionsPaginator.js +1 -7
  89. package/dist-cjs/pagination/ListImagePackagesPaginator.js +1 -7
  90. package/dist-cjs/pagination/ListImagePipelineImagesPaginator.js +1 -7
  91. package/dist-cjs/pagination/ListImagePipelinesPaginator.js +1 -7
  92. package/dist-cjs/pagination/ListImageRecipesPaginator.js +1 -7
  93. package/dist-cjs/pagination/ListImageScanFindingAggregationsPaginator.js +1 -7
  94. package/dist-cjs/pagination/ListImageScanFindingsPaginator.js +1 -7
  95. package/dist-cjs/pagination/ListImagesPaginator.js +1 -7
  96. package/dist-cjs/pagination/ListInfrastructureConfigurationsPaginator.js +1 -7
  97. package/dist-cjs/pagination/ListLifecycleExecutionResourcesPaginator.js +1 -7
  98. package/dist-cjs/pagination/ListLifecycleExecutionsPaginator.js +1 -7
  99. package/dist-cjs/pagination/ListLifecyclePoliciesPaginator.js +1 -7
  100. package/dist-cjs/pagination/ListWaitingWorkflowStepsPaginator.js +1 -7
  101. package/dist-cjs/pagination/ListWorkflowBuildVersionsPaginator.js +1 -7
  102. package/dist-cjs/pagination/ListWorkflowExecutionsPaginator.js +1 -7
  103. package/dist-cjs/pagination/ListWorkflowStepExecutionsPaginator.js +1 -7
  104. package/dist-cjs/pagination/ListWorkflowsPaginator.js +1 -7
  105. package/dist-cjs/pagination/index.js +1 -25
  106. package/dist-cjs/protocols/Aws_restJson1.js +1 -5654
  107. package/dist-cjs/runtimeExtensions.js +1 -22
  108. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWorkflowStepExecutionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetWorkflowStepExecutionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "GetWorkflowStepExecution", {})
22
- .n("ImagebuilderClient", "GetWorkflowStepExecutionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetWorkflowStepExecutionCommand)
25
- .de(Aws_restJson1_1.de_GetWorkflowStepExecutionCommand)
26
- .build() {
27
- }
28
- exports.GetWorkflowStepExecutionCommand = GetWorkflowStepExecutionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportComponentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ImportComponentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ImportComponent", {})
22
- .n("ImagebuilderClient", "ImportComponentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ImportComponentCommand)
25
- .de(Aws_restJson1_1.de_ImportComponentCommand)
26
- .build() {
27
- }
28
- exports.ImportComponentCommand = ImportComponentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportVmImageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ImportVmImageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ImportVmImage", {})
22
- .n("ImagebuilderClient", "ImportVmImageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ImportVmImageCommand)
25
- .de(Aws_restJson1_1.de_ImportVmImageCommand)
26
- .build() {
27
- }
28
- exports.ImportVmImageCommand = ImportVmImageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListComponentBuildVersionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListComponentBuildVersionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListComponentBuildVersions", {})
22
- .n("ImagebuilderClient", "ListComponentBuildVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListComponentBuildVersionsCommand)
25
- .de(Aws_restJson1_1.de_ListComponentBuildVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListComponentBuildVersionsCommand = ListComponentBuildVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListComponentsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListComponentsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListComponents", {})
22
- .n("ImagebuilderClient", "ListComponentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListComponentsCommand)
25
- .de(Aws_restJson1_1.de_ListComponentsCommand)
26
- .build() {
27
- }
28
- exports.ListComponentsCommand = ListComponentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListContainerRecipesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListContainerRecipesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListContainerRecipes", {})
22
- .n("ImagebuilderClient", "ListContainerRecipesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListContainerRecipesCommand)
25
- .de(Aws_restJson1_1.de_ListContainerRecipesCommand)
26
- .build() {
27
- }
28
- exports.ListContainerRecipesCommand = ListContainerRecipesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDistributionConfigurationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListDistributionConfigurationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListDistributionConfigurations", {})
22
- .n("ImagebuilderClient", "ListDistributionConfigurationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDistributionConfigurationsCommand)
25
- .de(Aws_restJson1_1.de_ListDistributionConfigurationsCommand)
26
- .build() {
27
- }
28
- exports.ListDistributionConfigurationsCommand = ListDistributionConfigurationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListImageBuildVersionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListImageBuildVersionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListImageBuildVersions", {})
22
- .n("ImagebuilderClient", "ListImageBuildVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListImageBuildVersionsCommand)
25
- .de(Aws_restJson1_1.de_ListImageBuildVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListImageBuildVersionsCommand = ListImageBuildVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListImagePackagesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListImagePackagesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListImagePackages", {})
22
- .n("ImagebuilderClient", "ListImagePackagesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListImagePackagesCommand)
25
- .de(Aws_restJson1_1.de_ListImagePackagesCommand)
26
- .build() {
27
- }
28
- exports.ListImagePackagesCommand = ListImagePackagesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListImagePipelineImagesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListImagePipelineImagesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListImagePipelineImages", {})
22
- .n("ImagebuilderClient", "ListImagePipelineImagesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListImagePipelineImagesCommand)
25
- .de(Aws_restJson1_1.de_ListImagePipelineImagesCommand)
26
- .build() {
27
- }
28
- exports.ListImagePipelineImagesCommand = ListImagePipelineImagesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListImagePipelinesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListImagePipelinesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListImagePipelines", {})
22
- .n("ImagebuilderClient", "ListImagePipelinesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListImagePipelinesCommand)
25
- .de(Aws_restJson1_1.de_ListImagePipelinesCommand)
26
- .build() {
27
- }
28
- exports.ListImagePipelinesCommand = ListImagePipelinesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListImageRecipesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListImageRecipesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListImageRecipes", {})
22
- .n("ImagebuilderClient", "ListImageRecipesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListImageRecipesCommand)
25
- .de(Aws_restJson1_1.de_ListImageRecipesCommand)
26
- .build() {
27
- }
28
- exports.ListImageRecipesCommand = ListImageRecipesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListImageScanFindingAggregationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListImageScanFindingAggregationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListImageScanFindingAggregations", {})
22
- .n("ImagebuilderClient", "ListImageScanFindingAggregationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListImageScanFindingAggregationsCommand)
25
- .de(Aws_restJson1_1.de_ListImageScanFindingAggregationsCommand)
26
- .build() {
27
- }
28
- exports.ListImageScanFindingAggregationsCommand = ListImageScanFindingAggregationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListImageScanFindingsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListImageScanFindingsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListImageScanFindings", {})
22
- .n("ImagebuilderClient", "ListImageScanFindingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListImageScanFindingsCommand)
25
- .de(Aws_restJson1_1.de_ListImageScanFindingsCommand)
26
- .build() {
27
- }
28
- exports.ListImageScanFindingsCommand = ListImageScanFindingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListImagesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListImagesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListImages", {})
22
- .n("ImagebuilderClient", "ListImagesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListImagesCommand)
25
- .de(Aws_restJson1_1.de_ListImagesCommand)
26
- .build() {
27
- }
28
- exports.ListImagesCommand = ListImagesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListInfrastructureConfigurationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListInfrastructureConfigurationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListInfrastructureConfigurations", {})
22
- .n("ImagebuilderClient", "ListInfrastructureConfigurationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListInfrastructureConfigurationsCommand)
25
- .de(Aws_restJson1_1.de_ListInfrastructureConfigurationsCommand)
26
- .build() {
27
- }
28
- exports.ListInfrastructureConfigurationsCommand = ListInfrastructureConfigurationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLifecycleExecutionResourcesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListLifecycleExecutionResourcesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListLifecycleExecutionResources", {})
22
- .n("ImagebuilderClient", "ListLifecycleExecutionResourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListLifecycleExecutionResourcesCommand)
25
- .de(Aws_restJson1_1.de_ListLifecycleExecutionResourcesCommand)
26
- .build() {
27
- }
28
- exports.ListLifecycleExecutionResourcesCommand = ListLifecycleExecutionResourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLifecycleExecutionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListLifecycleExecutionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListLifecycleExecutions", {})
22
- .n("ImagebuilderClient", "ListLifecycleExecutionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListLifecycleExecutionsCommand)
25
- .de(Aws_restJson1_1.de_ListLifecycleExecutionsCommand)
26
- .build() {
27
- }
28
- exports.ListLifecycleExecutionsCommand = ListLifecycleExecutionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLifecyclePoliciesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListLifecyclePoliciesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListLifecyclePolicies", {})
22
- .n("ImagebuilderClient", "ListLifecyclePoliciesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListLifecyclePoliciesCommand)
25
- .de(Aws_restJson1_1.de_ListLifecyclePoliciesCommand)
26
- .build() {
27
- }
28
- exports.ListLifecyclePoliciesCommand = ListLifecyclePoliciesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListTagsForResource", {})
22
- .n("ImagebuilderClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListWaitingWorkflowStepsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListWaitingWorkflowStepsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("imagebuilder", "ListWaitingWorkflowSteps", {})
22
- .n("ImagebuilderClient", "ListWaitingWorkflowStepsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListWaitingWorkflowStepsCommand)
25
- .de(Aws_restJson1_1.de_ListWaitingWorkflowStepsCommand)
26
- .build() {
27
- }
28
- exports.ListWaitingWorkflowStepsCommand = ListWaitingWorkflowStepsCommand;
1
+ module.exports = require("../index.js");