@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,157 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Imagebuilder = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CancelImageCreationCommand_1 = require("./commands/CancelImageCreationCommand");
6
- const CancelLifecycleExecutionCommand_1 = require("./commands/CancelLifecycleExecutionCommand");
7
- const CreateComponentCommand_1 = require("./commands/CreateComponentCommand");
8
- const CreateContainerRecipeCommand_1 = require("./commands/CreateContainerRecipeCommand");
9
- const CreateDistributionConfigurationCommand_1 = require("./commands/CreateDistributionConfigurationCommand");
10
- const CreateImageCommand_1 = require("./commands/CreateImageCommand");
11
- const CreateImagePipelineCommand_1 = require("./commands/CreateImagePipelineCommand");
12
- const CreateImageRecipeCommand_1 = require("./commands/CreateImageRecipeCommand");
13
- const CreateInfrastructureConfigurationCommand_1 = require("./commands/CreateInfrastructureConfigurationCommand");
14
- const CreateLifecyclePolicyCommand_1 = require("./commands/CreateLifecyclePolicyCommand");
15
- const CreateWorkflowCommand_1 = require("./commands/CreateWorkflowCommand");
16
- const DeleteComponentCommand_1 = require("./commands/DeleteComponentCommand");
17
- const DeleteContainerRecipeCommand_1 = require("./commands/DeleteContainerRecipeCommand");
18
- const DeleteDistributionConfigurationCommand_1 = require("./commands/DeleteDistributionConfigurationCommand");
19
- const DeleteImageCommand_1 = require("./commands/DeleteImageCommand");
20
- const DeleteImagePipelineCommand_1 = require("./commands/DeleteImagePipelineCommand");
21
- const DeleteImageRecipeCommand_1 = require("./commands/DeleteImageRecipeCommand");
22
- const DeleteInfrastructureConfigurationCommand_1 = require("./commands/DeleteInfrastructureConfigurationCommand");
23
- const DeleteLifecyclePolicyCommand_1 = require("./commands/DeleteLifecyclePolicyCommand");
24
- const DeleteWorkflowCommand_1 = require("./commands/DeleteWorkflowCommand");
25
- const GetComponentCommand_1 = require("./commands/GetComponentCommand");
26
- const GetComponentPolicyCommand_1 = require("./commands/GetComponentPolicyCommand");
27
- const GetContainerRecipeCommand_1 = require("./commands/GetContainerRecipeCommand");
28
- const GetContainerRecipePolicyCommand_1 = require("./commands/GetContainerRecipePolicyCommand");
29
- const GetDistributionConfigurationCommand_1 = require("./commands/GetDistributionConfigurationCommand");
30
- const GetImageCommand_1 = require("./commands/GetImageCommand");
31
- const GetImagePipelineCommand_1 = require("./commands/GetImagePipelineCommand");
32
- const GetImagePolicyCommand_1 = require("./commands/GetImagePolicyCommand");
33
- const GetImageRecipeCommand_1 = require("./commands/GetImageRecipeCommand");
34
- const GetImageRecipePolicyCommand_1 = require("./commands/GetImageRecipePolicyCommand");
35
- const GetInfrastructureConfigurationCommand_1 = require("./commands/GetInfrastructureConfigurationCommand");
36
- const GetLifecycleExecutionCommand_1 = require("./commands/GetLifecycleExecutionCommand");
37
- const GetLifecyclePolicyCommand_1 = require("./commands/GetLifecyclePolicyCommand");
38
- const GetWorkflowCommand_1 = require("./commands/GetWorkflowCommand");
39
- const GetWorkflowExecutionCommand_1 = require("./commands/GetWorkflowExecutionCommand");
40
- const GetWorkflowStepExecutionCommand_1 = require("./commands/GetWorkflowStepExecutionCommand");
41
- const ImportComponentCommand_1 = require("./commands/ImportComponentCommand");
42
- const ImportVmImageCommand_1 = require("./commands/ImportVmImageCommand");
43
- const ListComponentBuildVersionsCommand_1 = require("./commands/ListComponentBuildVersionsCommand");
44
- const ListComponentsCommand_1 = require("./commands/ListComponentsCommand");
45
- const ListContainerRecipesCommand_1 = require("./commands/ListContainerRecipesCommand");
46
- const ListDistributionConfigurationsCommand_1 = require("./commands/ListDistributionConfigurationsCommand");
47
- const ListImageBuildVersionsCommand_1 = require("./commands/ListImageBuildVersionsCommand");
48
- const ListImagePackagesCommand_1 = require("./commands/ListImagePackagesCommand");
49
- const ListImagePipelineImagesCommand_1 = require("./commands/ListImagePipelineImagesCommand");
50
- const ListImagePipelinesCommand_1 = require("./commands/ListImagePipelinesCommand");
51
- const ListImageRecipesCommand_1 = require("./commands/ListImageRecipesCommand");
52
- const ListImageScanFindingAggregationsCommand_1 = require("./commands/ListImageScanFindingAggregationsCommand");
53
- const ListImageScanFindingsCommand_1 = require("./commands/ListImageScanFindingsCommand");
54
- const ListImagesCommand_1 = require("./commands/ListImagesCommand");
55
- const ListInfrastructureConfigurationsCommand_1 = require("./commands/ListInfrastructureConfigurationsCommand");
56
- const ListLifecycleExecutionResourcesCommand_1 = require("./commands/ListLifecycleExecutionResourcesCommand");
57
- const ListLifecycleExecutionsCommand_1 = require("./commands/ListLifecycleExecutionsCommand");
58
- const ListLifecyclePoliciesCommand_1 = require("./commands/ListLifecyclePoliciesCommand");
59
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
60
- const ListWaitingWorkflowStepsCommand_1 = require("./commands/ListWaitingWorkflowStepsCommand");
61
- const ListWorkflowBuildVersionsCommand_1 = require("./commands/ListWorkflowBuildVersionsCommand");
62
- const ListWorkflowExecutionsCommand_1 = require("./commands/ListWorkflowExecutionsCommand");
63
- const ListWorkflowsCommand_1 = require("./commands/ListWorkflowsCommand");
64
- const ListWorkflowStepExecutionsCommand_1 = require("./commands/ListWorkflowStepExecutionsCommand");
65
- const PutComponentPolicyCommand_1 = require("./commands/PutComponentPolicyCommand");
66
- const PutContainerRecipePolicyCommand_1 = require("./commands/PutContainerRecipePolicyCommand");
67
- const PutImagePolicyCommand_1 = require("./commands/PutImagePolicyCommand");
68
- const PutImageRecipePolicyCommand_1 = require("./commands/PutImageRecipePolicyCommand");
69
- const SendWorkflowStepActionCommand_1 = require("./commands/SendWorkflowStepActionCommand");
70
- const StartImagePipelineExecutionCommand_1 = require("./commands/StartImagePipelineExecutionCommand");
71
- const StartResourceStateUpdateCommand_1 = require("./commands/StartResourceStateUpdateCommand");
72
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
73
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
74
- const UpdateDistributionConfigurationCommand_1 = require("./commands/UpdateDistributionConfigurationCommand");
75
- const UpdateImagePipelineCommand_1 = require("./commands/UpdateImagePipelineCommand");
76
- const UpdateInfrastructureConfigurationCommand_1 = require("./commands/UpdateInfrastructureConfigurationCommand");
77
- const UpdateLifecyclePolicyCommand_1 = require("./commands/UpdateLifecyclePolicyCommand");
78
- const ImagebuilderClient_1 = require("./ImagebuilderClient");
79
- const commands = {
80
- CancelImageCreationCommand: CancelImageCreationCommand_1.CancelImageCreationCommand,
81
- CancelLifecycleExecutionCommand: CancelLifecycleExecutionCommand_1.CancelLifecycleExecutionCommand,
82
- CreateComponentCommand: CreateComponentCommand_1.CreateComponentCommand,
83
- CreateContainerRecipeCommand: CreateContainerRecipeCommand_1.CreateContainerRecipeCommand,
84
- CreateDistributionConfigurationCommand: CreateDistributionConfigurationCommand_1.CreateDistributionConfigurationCommand,
85
- CreateImageCommand: CreateImageCommand_1.CreateImageCommand,
86
- CreateImagePipelineCommand: CreateImagePipelineCommand_1.CreateImagePipelineCommand,
87
- CreateImageRecipeCommand: CreateImageRecipeCommand_1.CreateImageRecipeCommand,
88
- CreateInfrastructureConfigurationCommand: CreateInfrastructureConfigurationCommand_1.CreateInfrastructureConfigurationCommand,
89
- CreateLifecyclePolicyCommand: CreateLifecyclePolicyCommand_1.CreateLifecyclePolicyCommand,
90
- CreateWorkflowCommand: CreateWorkflowCommand_1.CreateWorkflowCommand,
91
- DeleteComponentCommand: DeleteComponentCommand_1.DeleteComponentCommand,
92
- DeleteContainerRecipeCommand: DeleteContainerRecipeCommand_1.DeleteContainerRecipeCommand,
93
- DeleteDistributionConfigurationCommand: DeleteDistributionConfigurationCommand_1.DeleteDistributionConfigurationCommand,
94
- DeleteImageCommand: DeleteImageCommand_1.DeleteImageCommand,
95
- DeleteImagePipelineCommand: DeleteImagePipelineCommand_1.DeleteImagePipelineCommand,
96
- DeleteImageRecipeCommand: DeleteImageRecipeCommand_1.DeleteImageRecipeCommand,
97
- DeleteInfrastructureConfigurationCommand: DeleteInfrastructureConfigurationCommand_1.DeleteInfrastructureConfigurationCommand,
98
- DeleteLifecyclePolicyCommand: DeleteLifecyclePolicyCommand_1.DeleteLifecyclePolicyCommand,
99
- DeleteWorkflowCommand: DeleteWorkflowCommand_1.DeleteWorkflowCommand,
100
- GetComponentCommand: GetComponentCommand_1.GetComponentCommand,
101
- GetComponentPolicyCommand: GetComponentPolicyCommand_1.GetComponentPolicyCommand,
102
- GetContainerRecipeCommand: GetContainerRecipeCommand_1.GetContainerRecipeCommand,
103
- GetContainerRecipePolicyCommand: GetContainerRecipePolicyCommand_1.GetContainerRecipePolicyCommand,
104
- GetDistributionConfigurationCommand: GetDistributionConfigurationCommand_1.GetDistributionConfigurationCommand,
105
- GetImageCommand: GetImageCommand_1.GetImageCommand,
106
- GetImagePipelineCommand: GetImagePipelineCommand_1.GetImagePipelineCommand,
107
- GetImagePolicyCommand: GetImagePolicyCommand_1.GetImagePolicyCommand,
108
- GetImageRecipeCommand: GetImageRecipeCommand_1.GetImageRecipeCommand,
109
- GetImageRecipePolicyCommand: GetImageRecipePolicyCommand_1.GetImageRecipePolicyCommand,
110
- GetInfrastructureConfigurationCommand: GetInfrastructureConfigurationCommand_1.GetInfrastructureConfigurationCommand,
111
- GetLifecycleExecutionCommand: GetLifecycleExecutionCommand_1.GetLifecycleExecutionCommand,
112
- GetLifecyclePolicyCommand: GetLifecyclePolicyCommand_1.GetLifecyclePolicyCommand,
113
- GetWorkflowCommand: GetWorkflowCommand_1.GetWorkflowCommand,
114
- GetWorkflowExecutionCommand: GetWorkflowExecutionCommand_1.GetWorkflowExecutionCommand,
115
- GetWorkflowStepExecutionCommand: GetWorkflowStepExecutionCommand_1.GetWorkflowStepExecutionCommand,
116
- ImportComponentCommand: ImportComponentCommand_1.ImportComponentCommand,
117
- ImportVmImageCommand: ImportVmImageCommand_1.ImportVmImageCommand,
118
- ListComponentBuildVersionsCommand: ListComponentBuildVersionsCommand_1.ListComponentBuildVersionsCommand,
119
- ListComponentsCommand: ListComponentsCommand_1.ListComponentsCommand,
120
- ListContainerRecipesCommand: ListContainerRecipesCommand_1.ListContainerRecipesCommand,
121
- ListDistributionConfigurationsCommand: ListDistributionConfigurationsCommand_1.ListDistributionConfigurationsCommand,
122
- ListImageBuildVersionsCommand: ListImageBuildVersionsCommand_1.ListImageBuildVersionsCommand,
123
- ListImagePackagesCommand: ListImagePackagesCommand_1.ListImagePackagesCommand,
124
- ListImagePipelineImagesCommand: ListImagePipelineImagesCommand_1.ListImagePipelineImagesCommand,
125
- ListImagePipelinesCommand: ListImagePipelinesCommand_1.ListImagePipelinesCommand,
126
- ListImageRecipesCommand: ListImageRecipesCommand_1.ListImageRecipesCommand,
127
- ListImagesCommand: ListImagesCommand_1.ListImagesCommand,
128
- ListImageScanFindingAggregationsCommand: ListImageScanFindingAggregationsCommand_1.ListImageScanFindingAggregationsCommand,
129
- ListImageScanFindingsCommand: ListImageScanFindingsCommand_1.ListImageScanFindingsCommand,
130
- ListInfrastructureConfigurationsCommand: ListInfrastructureConfigurationsCommand_1.ListInfrastructureConfigurationsCommand,
131
- ListLifecycleExecutionResourcesCommand: ListLifecycleExecutionResourcesCommand_1.ListLifecycleExecutionResourcesCommand,
132
- ListLifecycleExecutionsCommand: ListLifecycleExecutionsCommand_1.ListLifecycleExecutionsCommand,
133
- ListLifecyclePoliciesCommand: ListLifecyclePoliciesCommand_1.ListLifecyclePoliciesCommand,
134
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
135
- ListWaitingWorkflowStepsCommand: ListWaitingWorkflowStepsCommand_1.ListWaitingWorkflowStepsCommand,
136
- ListWorkflowBuildVersionsCommand: ListWorkflowBuildVersionsCommand_1.ListWorkflowBuildVersionsCommand,
137
- ListWorkflowExecutionsCommand: ListWorkflowExecutionsCommand_1.ListWorkflowExecutionsCommand,
138
- ListWorkflowsCommand: ListWorkflowsCommand_1.ListWorkflowsCommand,
139
- ListWorkflowStepExecutionsCommand: ListWorkflowStepExecutionsCommand_1.ListWorkflowStepExecutionsCommand,
140
- PutComponentPolicyCommand: PutComponentPolicyCommand_1.PutComponentPolicyCommand,
141
- PutContainerRecipePolicyCommand: PutContainerRecipePolicyCommand_1.PutContainerRecipePolicyCommand,
142
- PutImagePolicyCommand: PutImagePolicyCommand_1.PutImagePolicyCommand,
143
- PutImageRecipePolicyCommand: PutImageRecipePolicyCommand_1.PutImageRecipePolicyCommand,
144
- SendWorkflowStepActionCommand: SendWorkflowStepActionCommand_1.SendWorkflowStepActionCommand,
145
- StartImagePipelineExecutionCommand: StartImagePipelineExecutionCommand_1.StartImagePipelineExecutionCommand,
146
- StartResourceStateUpdateCommand: StartResourceStateUpdateCommand_1.StartResourceStateUpdateCommand,
147
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
148
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
149
- UpdateDistributionConfigurationCommand: UpdateDistributionConfigurationCommand_1.UpdateDistributionConfigurationCommand,
150
- UpdateImagePipelineCommand: UpdateImagePipelineCommand_1.UpdateImagePipelineCommand,
151
- UpdateInfrastructureConfigurationCommand: UpdateInfrastructureConfigurationCommand_1.UpdateInfrastructureConfigurationCommand,
152
- UpdateLifecyclePolicyCommand: UpdateLifecyclePolicyCommand_1.UpdateLifecyclePolicyCommand,
153
- };
154
- class Imagebuilder extends ImagebuilderClient_1.ImagebuilderClient {
155
- }
156
- exports.Imagebuilder = Imagebuilder;
157
- (0, smithy_client_1.createAggregatedClient)(commands, Imagebuilder);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImagebuilderClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class ImagebuilderClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.ImagebuilderClient = ImagebuilderClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelImageCreationCommand = 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 CancelImageCreationCommand 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", "CancelImageCreation", {})
22
- .n("ImagebuilderClient", "CancelImageCreationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelImageCreationCommand)
25
- .de(Aws_restJson1_1.de_CancelImageCreationCommand)
26
- .build() {
27
- }
28
- exports.CancelImageCreationCommand = CancelImageCreationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelLifecycleExecutionCommand = 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 CancelLifecycleExecutionCommand 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", "CancelLifecycleExecution", {})
22
- .n("ImagebuilderClient", "CancelLifecycleExecutionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelLifecycleExecutionCommand)
25
- .de(Aws_restJson1_1.de_CancelLifecycleExecutionCommand)
26
- .build() {
27
- }
28
- exports.CancelLifecycleExecutionCommand = CancelLifecycleExecutionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateComponentCommand = 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 CreateComponentCommand 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", "CreateComponent", {})
22
- .n("ImagebuilderClient", "CreateComponentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateComponentCommand)
25
- .de(Aws_restJson1_1.de_CreateComponentCommand)
26
- .build() {
27
- }
28
- exports.CreateComponentCommand = CreateComponentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateContainerRecipeCommand = 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 CreateContainerRecipeCommand 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", "CreateContainerRecipe", {})
22
- .n("ImagebuilderClient", "CreateContainerRecipeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateContainerRecipeCommand)
25
- .de(Aws_restJson1_1.de_CreateContainerRecipeCommand)
26
- .build() {
27
- }
28
- exports.CreateContainerRecipeCommand = CreateContainerRecipeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDistributionConfigurationCommand = 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 CreateDistributionConfigurationCommand 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", "CreateDistributionConfiguration", {})
22
- .n("ImagebuilderClient", "CreateDistributionConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateDistributionConfigurationCommand)
25
- .de(Aws_restJson1_1.de_CreateDistributionConfigurationCommand)
26
- .build() {
27
- }
28
- exports.CreateDistributionConfigurationCommand = CreateDistributionConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateImageCommand = 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 CreateImageCommand 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", "CreateImage", {})
22
- .n("ImagebuilderClient", "CreateImageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateImageCommand)
25
- .de(Aws_restJson1_1.de_CreateImageCommand)
26
- .build() {
27
- }
28
- exports.CreateImageCommand = CreateImageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateImagePipelineCommand = 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 CreateImagePipelineCommand 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", "CreateImagePipeline", {})
22
- .n("ImagebuilderClient", "CreateImagePipelineCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateImagePipelineCommand)
25
- .de(Aws_restJson1_1.de_CreateImagePipelineCommand)
26
- .build() {
27
- }
28
- exports.CreateImagePipelineCommand = CreateImagePipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateImageRecipeCommand = 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 CreateImageRecipeCommand 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", "CreateImageRecipe", {})
22
- .n("ImagebuilderClient", "CreateImageRecipeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateImageRecipeCommand)
25
- .de(Aws_restJson1_1.de_CreateImageRecipeCommand)
26
- .build() {
27
- }
28
- exports.CreateImageRecipeCommand = CreateImageRecipeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateInfrastructureConfigurationCommand = 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 CreateInfrastructureConfigurationCommand 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", "CreateInfrastructureConfiguration", {})
22
- .n("ImagebuilderClient", "CreateInfrastructureConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateInfrastructureConfigurationCommand)
25
- .de(Aws_restJson1_1.de_CreateInfrastructureConfigurationCommand)
26
- .build() {
27
- }
28
- exports.CreateInfrastructureConfigurationCommand = CreateInfrastructureConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateLifecyclePolicyCommand = 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 CreateLifecyclePolicyCommand 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", "CreateLifecyclePolicy", {})
22
- .n("ImagebuilderClient", "CreateLifecyclePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateLifecyclePolicyCommand)
25
- .de(Aws_restJson1_1.de_CreateLifecyclePolicyCommand)
26
- .build() {
27
- }
28
- exports.CreateLifecyclePolicyCommand = CreateLifecyclePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWorkflowCommand = 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 CreateWorkflowCommand 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", "CreateWorkflow", {})
22
- .n("ImagebuilderClient", "CreateWorkflowCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateWorkflowCommand)
25
- .de(Aws_restJson1_1.de_CreateWorkflowCommand)
26
- .build() {
27
- }
28
- exports.CreateWorkflowCommand = CreateWorkflowCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteComponentCommand = 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 DeleteComponentCommand 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", "DeleteComponent", {})
22
- .n("ImagebuilderClient", "DeleteComponentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteComponentCommand)
25
- .de(Aws_restJson1_1.de_DeleteComponentCommand)
26
- .build() {
27
- }
28
- exports.DeleteComponentCommand = DeleteComponentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteContainerRecipeCommand = 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 DeleteContainerRecipeCommand 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", "DeleteContainerRecipe", {})
22
- .n("ImagebuilderClient", "DeleteContainerRecipeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteContainerRecipeCommand)
25
- .de(Aws_restJson1_1.de_DeleteContainerRecipeCommand)
26
- .build() {
27
- }
28
- exports.DeleteContainerRecipeCommand = DeleteContainerRecipeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDistributionConfigurationCommand = 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 DeleteDistributionConfigurationCommand 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", "DeleteDistributionConfiguration", {})
22
- .n("ImagebuilderClient", "DeleteDistributionConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteDistributionConfigurationCommand)
25
- .de(Aws_restJson1_1.de_DeleteDistributionConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DeleteDistributionConfigurationCommand = DeleteDistributionConfigurationCommand;
1
+ module.exports = require("../index.js");