@aws-sdk/client-imagebuilder 3.489.0 → 3.495.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 +7882 -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.ListWorkflowBuildVersionsCommand = 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 ListWorkflowBuildVersionsCommand 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", "ListWorkflowBuildVersions", {})
22
- .n("ImagebuilderClient", "ListWorkflowBuildVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListWorkflowBuildVersionsCommand)
25
- .de(Aws_restJson1_1.de_ListWorkflowBuildVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListWorkflowBuildVersionsCommand = ListWorkflowBuildVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListWorkflowExecutionsCommand = 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 ListWorkflowExecutionsCommand 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", "ListWorkflowExecutions", {})
22
- .n("ImagebuilderClient", "ListWorkflowExecutionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListWorkflowExecutionsCommand)
25
- .de(Aws_restJson1_1.de_ListWorkflowExecutionsCommand)
26
- .build() {
27
- }
28
- exports.ListWorkflowExecutionsCommand = ListWorkflowExecutionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListWorkflowStepExecutionsCommand = 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 ListWorkflowStepExecutionsCommand 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", "ListWorkflowStepExecutions", {})
22
- .n("ImagebuilderClient", "ListWorkflowStepExecutionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListWorkflowStepExecutionsCommand)
25
- .de(Aws_restJson1_1.de_ListWorkflowStepExecutionsCommand)
26
- .build() {
27
- }
28
- exports.ListWorkflowStepExecutionsCommand = ListWorkflowStepExecutionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListWorkflowsCommand = 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 ListWorkflowsCommand 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", "ListWorkflows", {})
22
- .n("ImagebuilderClient", "ListWorkflowsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListWorkflowsCommand)
25
- .de(Aws_restJson1_1.de_ListWorkflowsCommand)
26
- .build() {
27
- }
28
- exports.ListWorkflowsCommand = ListWorkflowsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutComponentPolicyCommand = 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 PutComponentPolicyCommand 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", "PutComponentPolicy", {})
22
- .n("ImagebuilderClient", "PutComponentPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutComponentPolicyCommand)
25
- .de(Aws_restJson1_1.de_PutComponentPolicyCommand)
26
- .build() {
27
- }
28
- exports.PutComponentPolicyCommand = PutComponentPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutContainerRecipePolicyCommand = 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 PutContainerRecipePolicyCommand 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", "PutContainerRecipePolicy", {})
22
- .n("ImagebuilderClient", "PutContainerRecipePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutContainerRecipePolicyCommand)
25
- .de(Aws_restJson1_1.de_PutContainerRecipePolicyCommand)
26
- .build() {
27
- }
28
- exports.PutContainerRecipePolicyCommand = PutContainerRecipePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutImagePolicyCommand = 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 PutImagePolicyCommand 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", "PutImagePolicy", {})
22
- .n("ImagebuilderClient", "PutImagePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutImagePolicyCommand)
25
- .de(Aws_restJson1_1.de_PutImagePolicyCommand)
26
- .build() {
27
- }
28
- exports.PutImagePolicyCommand = PutImagePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutImageRecipePolicyCommand = 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 PutImageRecipePolicyCommand 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", "PutImageRecipePolicy", {})
22
- .n("ImagebuilderClient", "PutImageRecipePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutImageRecipePolicyCommand)
25
- .de(Aws_restJson1_1.de_PutImageRecipePolicyCommand)
26
- .build() {
27
- }
28
- exports.PutImageRecipePolicyCommand = PutImageRecipePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendWorkflowStepActionCommand = 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 SendWorkflowStepActionCommand 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", "SendWorkflowStepAction", {})
22
- .n("ImagebuilderClient", "SendWorkflowStepActionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_SendWorkflowStepActionCommand)
25
- .de(Aws_restJson1_1.de_SendWorkflowStepActionCommand)
26
- .build() {
27
- }
28
- exports.SendWorkflowStepActionCommand = SendWorkflowStepActionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartImagePipelineExecutionCommand = 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 StartImagePipelineExecutionCommand 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", "StartImagePipelineExecution", {})
22
- .n("ImagebuilderClient", "StartImagePipelineExecutionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartImagePipelineExecutionCommand)
25
- .de(Aws_restJson1_1.de_StartImagePipelineExecutionCommand)
26
- .build() {
27
- }
28
- exports.StartImagePipelineExecutionCommand = StartImagePipelineExecutionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartResourceStateUpdateCommand = 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 StartResourceStateUpdateCommand 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", "StartResourceStateUpdate", {})
22
- .n("ImagebuilderClient", "StartResourceStateUpdateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartResourceStateUpdateCommand)
25
- .de(Aws_restJson1_1.de_StartResourceStateUpdateCommand)
26
- .build() {
27
- }
28
- exports.StartResourceStateUpdateCommand = StartResourceStateUpdateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
22
- .n("ImagebuilderClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
22
- .n("ImagebuilderClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDistributionConfigurationCommand = 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 UpdateDistributionConfigurationCommand 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", "UpdateDistributionConfiguration", {})
22
- .n("ImagebuilderClient", "UpdateDistributionConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateDistributionConfigurationCommand)
25
- .de(Aws_restJson1_1.de_UpdateDistributionConfigurationCommand)
26
- .build() {
27
- }
28
- exports.UpdateDistributionConfigurationCommand = UpdateDistributionConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateImagePipelineCommand = 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 UpdateImagePipelineCommand 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", "UpdateImagePipeline", {})
22
- .n("ImagebuilderClient", "UpdateImagePipelineCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateImagePipelineCommand)
25
- .de(Aws_restJson1_1.de_UpdateImagePipelineCommand)
26
- .build() {
27
- }
28
- exports.UpdateImagePipelineCommand = UpdateImagePipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateInfrastructureConfigurationCommand = 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 UpdateInfrastructureConfigurationCommand 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", "UpdateInfrastructureConfiguration", {})
22
- .n("ImagebuilderClient", "UpdateInfrastructureConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateInfrastructureConfigurationCommand)
25
- .de(Aws_restJson1_1.de_UpdateInfrastructureConfigurationCommand)
26
- .build() {
27
- }
28
- exports.UpdateInfrastructureConfigurationCommand = UpdateInfrastructureConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLifecyclePolicyCommand = 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 UpdateLifecyclePolicyCommand 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", "UpdateLifecyclePolicy", {})
22
- .n("ImagebuilderClient", "UpdateLifecyclePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateLifecyclePolicyCommand)
25
- .de(Aws_restJson1_1.de_UpdateLifecyclePolicyCommand)
26
- .build() {
27
- }
28
- exports.UpdateLifecyclePolicyCommand = UpdateLifecyclePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,76 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CancelImageCreationCommand"), exports);
5
- tslib_1.__exportStar(require("./CancelLifecycleExecutionCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateComponentCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateContainerRecipeCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateDistributionConfigurationCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateImageCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateImagePipelineCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateImageRecipeCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateInfrastructureConfigurationCommand"), exports);
13
- tslib_1.__exportStar(require("./CreateLifecyclePolicyCommand"), exports);
14
- tslib_1.__exportStar(require("./CreateWorkflowCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteComponentCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteContainerRecipeCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteDistributionConfigurationCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteImageCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteImagePipelineCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteImageRecipeCommand"), exports);
21
- tslib_1.__exportStar(require("./DeleteInfrastructureConfigurationCommand"), exports);
22
- tslib_1.__exportStar(require("./DeleteLifecyclePolicyCommand"), exports);
23
- tslib_1.__exportStar(require("./DeleteWorkflowCommand"), exports);
24
- tslib_1.__exportStar(require("./GetComponentCommand"), exports);
25
- tslib_1.__exportStar(require("./GetComponentPolicyCommand"), exports);
26
- tslib_1.__exportStar(require("./GetContainerRecipeCommand"), exports);
27
- tslib_1.__exportStar(require("./GetContainerRecipePolicyCommand"), exports);
28
- tslib_1.__exportStar(require("./GetDistributionConfigurationCommand"), exports);
29
- tslib_1.__exportStar(require("./GetImageCommand"), exports);
30
- tslib_1.__exportStar(require("./GetImagePipelineCommand"), exports);
31
- tslib_1.__exportStar(require("./GetImagePolicyCommand"), exports);
32
- tslib_1.__exportStar(require("./GetImageRecipeCommand"), exports);
33
- tslib_1.__exportStar(require("./GetImageRecipePolicyCommand"), exports);
34
- tslib_1.__exportStar(require("./GetInfrastructureConfigurationCommand"), exports);
35
- tslib_1.__exportStar(require("./GetLifecycleExecutionCommand"), exports);
36
- tslib_1.__exportStar(require("./GetLifecyclePolicyCommand"), exports);
37
- tslib_1.__exportStar(require("./GetWorkflowCommand"), exports);
38
- tslib_1.__exportStar(require("./GetWorkflowExecutionCommand"), exports);
39
- tslib_1.__exportStar(require("./GetWorkflowStepExecutionCommand"), exports);
40
- tslib_1.__exportStar(require("./ImportComponentCommand"), exports);
41
- tslib_1.__exportStar(require("./ImportVmImageCommand"), exports);
42
- tslib_1.__exportStar(require("./ListComponentBuildVersionsCommand"), exports);
43
- tslib_1.__exportStar(require("./ListComponentsCommand"), exports);
44
- tslib_1.__exportStar(require("./ListContainerRecipesCommand"), exports);
45
- tslib_1.__exportStar(require("./ListDistributionConfigurationsCommand"), exports);
46
- tslib_1.__exportStar(require("./ListImageBuildVersionsCommand"), exports);
47
- tslib_1.__exportStar(require("./ListImagePackagesCommand"), exports);
48
- tslib_1.__exportStar(require("./ListImagePipelineImagesCommand"), exports);
49
- tslib_1.__exportStar(require("./ListImagePipelinesCommand"), exports);
50
- tslib_1.__exportStar(require("./ListImageRecipesCommand"), exports);
51
- tslib_1.__exportStar(require("./ListImageScanFindingAggregationsCommand"), exports);
52
- tslib_1.__exportStar(require("./ListImageScanFindingsCommand"), exports);
53
- tslib_1.__exportStar(require("./ListImagesCommand"), exports);
54
- tslib_1.__exportStar(require("./ListInfrastructureConfigurationsCommand"), exports);
55
- tslib_1.__exportStar(require("./ListLifecycleExecutionResourcesCommand"), exports);
56
- tslib_1.__exportStar(require("./ListLifecycleExecutionsCommand"), exports);
57
- tslib_1.__exportStar(require("./ListLifecyclePoliciesCommand"), exports);
58
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
59
- tslib_1.__exportStar(require("./ListWaitingWorkflowStepsCommand"), exports);
60
- tslib_1.__exportStar(require("./ListWorkflowBuildVersionsCommand"), exports);
61
- tslib_1.__exportStar(require("./ListWorkflowExecutionsCommand"), exports);
62
- tslib_1.__exportStar(require("./ListWorkflowStepExecutionsCommand"), exports);
63
- tslib_1.__exportStar(require("./ListWorkflowsCommand"), exports);
64
- tslib_1.__exportStar(require("./PutComponentPolicyCommand"), exports);
65
- tslib_1.__exportStar(require("./PutContainerRecipePolicyCommand"), exports);
66
- tslib_1.__exportStar(require("./PutImagePolicyCommand"), exports);
67
- tslib_1.__exportStar(require("./PutImageRecipePolicyCommand"), exports);
68
- tslib_1.__exportStar(require("./SendWorkflowStepActionCommand"), exports);
69
- tslib_1.__exportStar(require("./StartImagePipelineExecutionCommand"), exports);
70
- tslib_1.__exportStar(require("./StartResourceStateUpdateCommand"), exports);
71
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
72
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
73
- tslib_1.__exportStar(require("./UpdateDistributionConfigurationCommand"), exports);
74
- tslib_1.__exportStar(require("./UpdateImagePipelineCommand"), exports);
75
- tslib_1.__exportStar(require("./UpdateInfrastructureConfigurationCommand"), exports);
76
- tslib_1.__exportStar(require("./UpdateLifecyclePolicyCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "imagebuilder",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");