@aws-sdk/client-imagebuilder 3.300.0 → 3.303.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.
- package/README.md +51 -3
- package/dist-cjs/Imagebuilder.js +90 -0
- package/dist-cjs/commands/GetWorkflowExecutionCommand.js +45 -0
- package/dist-cjs/commands/GetWorkflowStepExecutionCommand.js +45 -0
- package/dist-cjs/commands/ListImageScanFindingAggregationsCommand.js +45 -0
- package/dist-cjs/commands/ListImageScanFindingsCommand.js +45 -0
- package/dist-cjs/commands/ListWorkflowExecutionsCommand.js +45 -0
- package/dist-cjs/commands/ListWorkflowStepExecutionsCommand.js +45 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +113 -92
- package/dist-cjs/pagination/ListImageScanFindingAggregationsPaginator.js +28 -0
- package/dist-cjs/pagination/ListImageScanFindingsPaginator.js +29 -0
- package/dist-cjs/pagination/ListWorkflowExecutionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListWorkflowStepExecutionsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_restJson1.js +945 -13
- package/dist-es/Imagebuilder.js +90 -0
- package/dist-es/commands/GetWorkflowExecutionCommand.js +41 -0
- package/dist-es/commands/GetWorkflowStepExecutionCommand.js +41 -0
- package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +41 -0
- package/dist-es/commands/ListImageScanFindingsCommand.js +41 -0
- package/dist-es/commands/ListWorkflowExecutionsCommand.js +41 -0
- package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +41 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +112 -91
- package/dist-es/pagination/ListImageScanFindingAggregationsPaginator.js +24 -0
- package/dist-es/pagination/ListImageScanFindingsPaginator.js +25 -0
- package/dist-es/pagination/ListWorkflowExecutionsPaginator.js +25 -0
- package/dist-es/pagination/ListWorkflowStepExecutionsPaginator.js +25 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +931 -12
- package/dist-types/Imagebuilder.d.ts +165 -75
- package/dist-types/ImagebuilderClient.d.ts +11 -5
- package/dist-types/commands/CancelImageCreationCommand.d.ts +9 -8
- package/dist-types/commands/CreateComponentCommand.d.ts +19 -16
- package/dist-types/commands/CreateContainerRecipeCommand.d.ts +25 -21
- package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +35 -32
- package/dist-types/commands/CreateImageCommand.d.ts +26 -13
- package/dist-types/commands/CreateImagePipelineCommand.d.ts +25 -13
- package/dist-types/commands/CreateImageRecipeCommand.d.ts +25 -22
- package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +21 -18
- package/dist-types/commands/DeleteComponentCommand.d.ts +10 -9
- package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +9 -8
- package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +10 -9
- package/dist-types/commands/DeleteImageCommand.d.ts +17 -15
- package/dist-types/commands/DeleteImagePipelineCommand.d.ts +10 -9
- package/dist-types/commands/DeleteImageRecipeCommand.d.ts +10 -9
- package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +10 -9
- package/dist-types/commands/GetComponentCommand.d.ts +8 -7
- package/dist-types/commands/GetComponentPolicyCommand.d.ts +5 -4
- package/dist-types/commands/GetContainerRecipeCommand.d.ts +7 -6
- package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +4 -3
- package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +8 -7
- package/dist-types/commands/GetImageCommand.d.ts +8 -7
- package/dist-types/commands/GetImagePipelineCommand.d.ts +8 -7
- package/dist-types/commands/GetImagePolicyCommand.d.ts +5 -4
- package/dist-types/commands/GetImageRecipeCommand.d.ts +8 -7
- package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +5 -4
- package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +8 -7
- package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +85 -0
- package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +85 -0
- package/dist-types/commands/ImportComponentCommand.d.ts +12 -11
- package/dist-types/commands/ImportVmImageCommand.d.ts +14 -14
- package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +9 -7
- package/dist-types/commands/ListComponentsCommand.d.ts +13 -12
- package/dist-types/commands/ListContainerRecipesCommand.d.ts +10 -9
- package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +10 -9
- package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +11 -10
- package/dist-types/commands/ListImagePackagesCommand.d.ts +9 -7
- package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +10 -9
- package/dist-types/commands/ListImagePipelinesCommand.d.ts +10 -9
- package/dist-types/commands/ListImageRecipesCommand.d.ts +11 -10
- package/dist-types/commands/ListImageScanFindingAggregationsCommand.d.ts +120 -0
- package/dist-types/commands/ListImageScanFindingsCommand.d.ts +96 -0
- package/dist-types/commands/ListImagesCommand.d.ts +12 -11
- package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +11 -10
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -3
- package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +90 -0
- package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +90 -0
- package/dist-types/commands/PutComponentPolicyCommand.d.ts +10 -9
- package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +15 -7
- package/dist-types/commands/PutImagePolicyCommand.d.ts +9 -8
- package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +10 -9
- package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +10 -9
- package/dist-types/commands/TagResourceCommand.d.ts +5 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +5 -4
- package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +31 -30
- package/dist-types/commands/UpdateImagePipelineCommand.d.ts +24 -14
- package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +17 -16
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1712 -524
- package/dist-types/pagination/ListImageScanFindingAggregationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListImageScanFindingsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkflowExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkflowStepExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/Imagebuilder.d.ts +102 -0
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetWorkflowExecutionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetWorkflowStepExecutionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListImageScanFindingAggregationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListImageScanFindingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListWorkflowExecutionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListWorkflowStepExecutionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +372 -76
- package/dist-types/ts3.4/pagination/ListImageScanFindingAggregationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListImageScanFindingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkflowExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkflowStepExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +34 -34
|
@@ -25,6 +25,8 @@ import { GetImagePolicyCommandInput, GetImagePolicyCommandOutput } from "./comma
|
|
|
25
25
|
import { GetImageRecipeCommandInput, GetImageRecipeCommandOutput } from "./commands/GetImageRecipeCommand";
|
|
26
26
|
import { GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput } from "./commands/GetImageRecipePolicyCommand";
|
|
27
27
|
import { GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput } from "./commands/GetInfrastructureConfigurationCommand";
|
|
28
|
+
import { GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput } from "./commands/GetWorkflowExecutionCommand";
|
|
29
|
+
import { GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput } from "./commands/GetWorkflowStepExecutionCommand";
|
|
28
30
|
import { ImportComponentCommandInput, ImportComponentCommandOutput } from "./commands/ImportComponentCommand";
|
|
29
31
|
import { ImportVmImageCommandInput, ImportVmImageCommandOutput } from "./commands/ImportVmImageCommand";
|
|
30
32
|
import { ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput } from "./commands/ListComponentBuildVersionsCommand";
|
|
@@ -36,9 +38,13 @@ import { ListImagePackagesCommandInput, ListImagePackagesCommandOutput } from ".
|
|
|
36
38
|
import { ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput } from "./commands/ListImagePipelineImagesCommand";
|
|
37
39
|
import { ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput } from "./commands/ListImagePipelinesCommand";
|
|
38
40
|
import { ListImageRecipesCommandInput, ListImageRecipesCommandOutput } from "./commands/ListImageRecipesCommand";
|
|
41
|
+
import { ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggregationsCommandOutput } from "./commands/ListImageScanFindingAggregationsCommand";
|
|
42
|
+
import { ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput } from "./commands/ListImageScanFindingsCommand";
|
|
39
43
|
import { ListImagesCommandInput, ListImagesCommandOutput } from "./commands/ListImagesCommand";
|
|
40
44
|
import { ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput } from "./commands/ListInfrastructureConfigurationsCommand";
|
|
41
45
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
46
|
+
import { ListWorkflowExecutionsCommandInput, ListWorkflowExecutionsCommandOutput } from "./commands/ListWorkflowExecutionsCommand";
|
|
47
|
+
import { ListWorkflowStepExecutionsCommandInput, ListWorkflowStepExecutionsCommandOutput } from "./commands/ListWorkflowStepExecutionsCommand";
|
|
42
48
|
import { PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput } from "./commands/PutComponentPolicyCommand";
|
|
43
49
|
import { PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput } from "./commands/PutContainerRecipePolicyCommand";
|
|
44
50
|
import { PutImagePolicyCommandInput, PutImagePolicyCommandOutput } from "./commands/PutImagePolicyCommand";
|
|
@@ -53,9 +59,9 @@ import { ImagebuilderClient } from "./ImagebuilderClient";
|
|
|
53
59
|
/**
|
|
54
60
|
* @public
|
|
55
61
|
* <p>EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
*
|
|
62
|
+
* creation, management, and deployment of customized, secure, and up-to-date
|
|
63
|
+
* "golden" server images that are pre-installed and pre-configured with software
|
|
64
|
+
* and settings to meet specific IT standards.</p>
|
|
59
65
|
*/
|
|
60
66
|
export declare class Imagebuilder extends ImagebuilderClient {
|
|
61
67
|
/**
|
|
@@ -69,15 +75,15 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
69
75
|
/**
|
|
70
76
|
* @public
|
|
71
77
|
* <p>Creates a new component that can be used to build, validate, test, and assess your
|
|
72
|
-
* image. The component is based on a YAML document that you specify using exactly one
|
|
73
|
-
*
|
|
78
|
+
* image. The component is based on a YAML document that you specify using exactly one of
|
|
79
|
+
* the following methods:</p>
|
|
74
80
|
* <ul>
|
|
75
81
|
* <li>
|
|
76
82
|
* <p>Inline, using the <code>data</code> property in the request body.</p>
|
|
77
83
|
* </li>
|
|
78
84
|
* <li>
|
|
79
85
|
* <p>A URL that points to a YAML document file stored in Amazon S3, using the
|
|
80
|
-
*
|
|
86
|
+
* <code>uri</code> property in the request body.</p>
|
|
81
87
|
* </li>
|
|
82
88
|
* </ul>
|
|
83
89
|
*/
|
|
@@ -86,31 +92,33 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
86
92
|
createComponent(args: CreateComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateComponentCommandOutput) => void): void;
|
|
87
93
|
/**
|
|
88
94
|
* @public
|
|
89
|
-
* <p>Creates a new container recipe. Container recipes define how images are configured,
|
|
95
|
+
* <p>Creates a new container recipe. Container recipes define how images are configured,
|
|
96
|
+
* tested, and assessed.</p>
|
|
90
97
|
*/
|
|
91
98
|
createContainerRecipe(args: CreateContainerRecipeCommandInput, options?: __HttpHandlerOptions): Promise<CreateContainerRecipeCommandOutput>;
|
|
92
99
|
createContainerRecipe(args: CreateContainerRecipeCommandInput, cb: (err: any, data?: CreateContainerRecipeCommandOutput) => void): void;
|
|
93
100
|
createContainerRecipe(args: CreateContainerRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContainerRecipeCommandOutput) => void): void;
|
|
94
101
|
/**
|
|
95
102
|
* @public
|
|
96
|
-
* <p>Creates a new distribution configuration. Distribution configurations define and
|
|
97
|
-
* the outputs of your pipeline.</p>
|
|
103
|
+
* <p>Creates a new distribution configuration. Distribution configurations define and
|
|
104
|
+
* configure the outputs of your pipeline.</p>
|
|
98
105
|
*/
|
|
99
106
|
createDistributionConfiguration(args: CreateDistributionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateDistributionConfigurationCommandOutput>;
|
|
100
107
|
createDistributionConfiguration(args: CreateDistributionConfigurationCommandInput, cb: (err: any, data?: CreateDistributionConfigurationCommandOutput) => void): void;
|
|
101
108
|
createDistributionConfiguration(args: CreateDistributionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDistributionConfigurationCommandOutput) => void): void;
|
|
102
109
|
/**
|
|
103
110
|
* @public
|
|
104
|
-
* <p>
|
|
111
|
+
* <p>Creates a new image. This request will create a new image along with all of the
|
|
105
112
|
* configured output resources defined in the distribution configuration. You must specify
|
|
106
|
-
* exactly one recipe for your image, using either a ContainerRecipeArn or an
|
|
113
|
+
* exactly one recipe for your image, using either a ContainerRecipeArn or an
|
|
114
|
+
* ImageRecipeArn.</p>
|
|
107
115
|
*/
|
|
108
116
|
createImage(args: CreateImageCommandInput, options?: __HttpHandlerOptions): Promise<CreateImageCommandOutput>;
|
|
109
117
|
createImage(args: CreateImageCommandInput, cb: (err: any, data?: CreateImageCommandOutput) => void): void;
|
|
110
118
|
createImage(args: CreateImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageCommandOutput) => void): void;
|
|
111
119
|
/**
|
|
112
120
|
* @public
|
|
113
|
-
* <p>
|
|
121
|
+
* <p>Creates a new image pipeline. Image pipelines enable you to automate the creation and
|
|
114
122
|
* distribution of images.</p>
|
|
115
123
|
*/
|
|
116
124
|
createImagePipeline(args: CreateImagePipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreateImagePipelineCommandOutput>;
|
|
@@ -118,23 +126,23 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
118
126
|
createImagePipeline(args: CreateImagePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImagePipelineCommandOutput) => void): void;
|
|
119
127
|
/**
|
|
120
128
|
* @public
|
|
121
|
-
* <p>
|
|
122
|
-
* assessed.</p>
|
|
129
|
+
* <p>Creates a new image recipe. Image recipes define how images are configured, tested,
|
|
130
|
+
* and assessed.</p>
|
|
123
131
|
*/
|
|
124
132
|
createImageRecipe(args: CreateImageRecipeCommandInput, options?: __HttpHandlerOptions): Promise<CreateImageRecipeCommandOutput>;
|
|
125
133
|
createImageRecipe(args: CreateImageRecipeCommandInput, cb: (err: any, data?: CreateImageRecipeCommandOutput) => void): void;
|
|
126
134
|
createImageRecipe(args: CreateImageRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageRecipeCommandOutput) => void): void;
|
|
127
135
|
/**
|
|
128
136
|
* @public
|
|
129
|
-
* <p>
|
|
130
|
-
* environment in which your image will be built and tested.</p>
|
|
137
|
+
* <p>Creates a new infrastructure configuration. An infrastructure configuration defines
|
|
138
|
+
* the environment in which your image will be built and tested.</p>
|
|
131
139
|
*/
|
|
132
140
|
createInfrastructureConfiguration(args: CreateInfrastructureConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateInfrastructureConfigurationCommandOutput>;
|
|
133
141
|
createInfrastructureConfiguration(args: CreateInfrastructureConfigurationCommandInput, cb: (err: any, data?: CreateInfrastructureConfigurationCommandOutput) => void): void;
|
|
134
142
|
createInfrastructureConfiguration(args: CreateInfrastructureConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInfrastructureConfigurationCommandOutput) => void): void;
|
|
135
143
|
/**
|
|
136
144
|
* @public
|
|
137
|
-
* <p>
|
|
145
|
+
* <p>Deletes a component build version.</p>
|
|
138
146
|
*/
|
|
139
147
|
deleteComponent(args: DeleteComponentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteComponentCommandOutput>;
|
|
140
148
|
deleteComponent(args: DeleteComponentCommandInput, cb: (err: any, data?: DeleteComponentCommandOutput) => void): void;
|
|
@@ -148,26 +156,27 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
148
156
|
deleteContainerRecipe(args: DeleteContainerRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContainerRecipeCommandOutput) => void): void;
|
|
149
157
|
/**
|
|
150
158
|
* @public
|
|
151
|
-
* <p>
|
|
159
|
+
* <p>Deletes a distribution configuration.</p>
|
|
152
160
|
*/
|
|
153
161
|
deleteDistributionConfiguration(args: DeleteDistributionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDistributionConfigurationCommandOutput>;
|
|
154
162
|
deleteDistributionConfiguration(args: DeleteDistributionConfigurationCommandInput, cb: (err: any, data?: DeleteDistributionConfigurationCommandOutput) => void): void;
|
|
155
163
|
deleteDistributionConfiguration(args: DeleteDistributionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDistributionConfigurationCommandOutput) => void): void;
|
|
156
164
|
/**
|
|
157
165
|
* @public
|
|
158
|
-
* <p>Deletes an Image Builder image resource. This does not delete any EC2 AMIs or ECR container
|
|
159
|
-
* that are created during the image build process. You must clean those up
|
|
160
|
-
* using the appropriate Amazon EC2 or Amazon ECR console actions, or API or CLI
|
|
166
|
+
* <p>Deletes an Image Builder image resource. This does not delete any EC2 AMIs or ECR container
|
|
167
|
+
* images that are created during the image build process. You must clean those up
|
|
168
|
+
* separately, using the appropriate Amazon EC2 or Amazon ECR console actions, or API or CLI
|
|
169
|
+
* commands.</p>
|
|
161
170
|
* <ul>
|
|
162
171
|
* <li>
|
|
163
|
-
* <p>To deregister an EC2 Linux AMI, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/deregister-ami.html">Deregister
|
|
164
|
-
*
|
|
172
|
+
* <p>To deregister an EC2 Linux AMI, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/deregister-ami.html">Deregister your
|
|
173
|
+
* Linux AMI</a> in the <i>
|
|
165
174
|
* <i>Amazon EC2 User Guide</i>
|
|
166
175
|
* </i>.</p>
|
|
167
176
|
* </li>
|
|
168
177
|
* <li>
|
|
169
|
-
* <p>To deregister an EC2 Windows AMI, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/deregister-ami.html">Deregister
|
|
170
|
-
*
|
|
178
|
+
* <p>To deregister an EC2 Windows AMI, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/deregister-ami.html">Deregister your
|
|
179
|
+
* Windows AMI</a> in the <i>
|
|
171
180
|
* <i>Amazon EC2 Windows Guide</i>
|
|
172
181
|
* </i>.</p>
|
|
173
182
|
* </li>
|
|
@@ -182,35 +191,35 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
182
191
|
deleteImage(args: DeleteImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImageCommandOutput) => void): void;
|
|
183
192
|
/**
|
|
184
193
|
* @public
|
|
185
|
-
* <p>
|
|
194
|
+
* <p>Deletes an image pipeline.</p>
|
|
186
195
|
*/
|
|
187
196
|
deleteImagePipeline(args: DeleteImagePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImagePipelineCommandOutput>;
|
|
188
197
|
deleteImagePipeline(args: DeleteImagePipelineCommandInput, cb: (err: any, data?: DeleteImagePipelineCommandOutput) => void): void;
|
|
189
198
|
deleteImagePipeline(args: DeleteImagePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImagePipelineCommandOutput) => void): void;
|
|
190
199
|
/**
|
|
191
200
|
* @public
|
|
192
|
-
* <p>
|
|
201
|
+
* <p>Deletes an image recipe.</p>
|
|
193
202
|
*/
|
|
194
203
|
deleteImageRecipe(args: DeleteImageRecipeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImageRecipeCommandOutput>;
|
|
195
204
|
deleteImageRecipe(args: DeleteImageRecipeCommandInput, cb: (err: any, data?: DeleteImageRecipeCommandOutput) => void): void;
|
|
196
205
|
deleteImageRecipe(args: DeleteImageRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImageRecipeCommandOutput) => void): void;
|
|
197
206
|
/**
|
|
198
207
|
* @public
|
|
199
|
-
* <p>
|
|
208
|
+
* <p>Deletes an infrastructure configuration.</p>
|
|
200
209
|
*/
|
|
201
210
|
deleteInfrastructureConfiguration(args: DeleteInfrastructureConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInfrastructureConfigurationCommandOutput>;
|
|
202
211
|
deleteInfrastructureConfiguration(args: DeleteInfrastructureConfigurationCommandInput, cb: (err: any, data?: DeleteInfrastructureConfigurationCommandOutput) => void): void;
|
|
203
212
|
deleteInfrastructureConfiguration(args: DeleteInfrastructureConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInfrastructureConfigurationCommandOutput) => void): void;
|
|
204
213
|
/**
|
|
205
214
|
* @public
|
|
206
|
-
* <p>
|
|
215
|
+
* <p>Gets a component object.</p>
|
|
207
216
|
*/
|
|
208
217
|
getComponent(args: GetComponentCommandInput, options?: __HttpHandlerOptions): Promise<GetComponentCommandOutput>;
|
|
209
218
|
getComponent(args: GetComponentCommandInput, cb: (err: any, data?: GetComponentCommandOutput) => void): void;
|
|
210
219
|
getComponent(args: GetComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetComponentCommandOutput) => void): void;
|
|
211
220
|
/**
|
|
212
221
|
* @public
|
|
213
|
-
* <p>
|
|
222
|
+
* <p>Gets a component policy.</p>
|
|
214
223
|
*/
|
|
215
224
|
getComponentPolicy(args: GetComponentPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetComponentPolicyCommandOutput>;
|
|
216
225
|
getComponentPolicy(args: GetComponentPolicyCommandInput, cb: (err: any, data?: GetComponentPolicyCommandOutput) => void): void;
|
|
@@ -231,53 +240,69 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
231
240
|
getContainerRecipePolicy(args: GetContainerRecipePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContainerRecipePolicyCommandOutput) => void): void;
|
|
232
241
|
/**
|
|
233
242
|
* @public
|
|
234
|
-
* <p>
|
|
243
|
+
* <p>Gets a distribution configuration.</p>
|
|
235
244
|
*/
|
|
236
245
|
getDistributionConfiguration(args: GetDistributionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetDistributionConfigurationCommandOutput>;
|
|
237
246
|
getDistributionConfiguration(args: GetDistributionConfigurationCommandInput, cb: (err: any, data?: GetDistributionConfigurationCommandOutput) => void): void;
|
|
238
247
|
getDistributionConfiguration(args: GetDistributionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDistributionConfigurationCommandOutput) => void): void;
|
|
239
248
|
/**
|
|
240
249
|
* @public
|
|
241
|
-
* <p>
|
|
250
|
+
* <p>Gets an image.</p>
|
|
242
251
|
*/
|
|
243
252
|
getImage(args: GetImageCommandInput, options?: __HttpHandlerOptions): Promise<GetImageCommandOutput>;
|
|
244
253
|
getImage(args: GetImageCommandInput, cb: (err: any, data?: GetImageCommandOutput) => void): void;
|
|
245
254
|
getImage(args: GetImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImageCommandOutput) => void): void;
|
|
246
255
|
/**
|
|
247
256
|
* @public
|
|
248
|
-
* <p>
|
|
257
|
+
* <p>Gets an image pipeline.</p>
|
|
249
258
|
*/
|
|
250
259
|
getImagePipeline(args: GetImagePipelineCommandInput, options?: __HttpHandlerOptions): Promise<GetImagePipelineCommandOutput>;
|
|
251
260
|
getImagePipeline(args: GetImagePipelineCommandInput, cb: (err: any, data?: GetImagePipelineCommandOutput) => void): void;
|
|
252
261
|
getImagePipeline(args: GetImagePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImagePipelineCommandOutput) => void): void;
|
|
253
262
|
/**
|
|
254
263
|
* @public
|
|
255
|
-
* <p>
|
|
264
|
+
* <p>Gets an image policy.</p>
|
|
256
265
|
*/
|
|
257
266
|
getImagePolicy(args: GetImagePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetImagePolicyCommandOutput>;
|
|
258
267
|
getImagePolicy(args: GetImagePolicyCommandInput, cb: (err: any, data?: GetImagePolicyCommandOutput) => void): void;
|
|
259
268
|
getImagePolicy(args: GetImagePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImagePolicyCommandOutput) => void): void;
|
|
260
269
|
/**
|
|
261
270
|
* @public
|
|
262
|
-
* <p>
|
|
271
|
+
* <p>Gets an image recipe.</p>
|
|
263
272
|
*/
|
|
264
273
|
getImageRecipe(args: GetImageRecipeCommandInput, options?: __HttpHandlerOptions): Promise<GetImageRecipeCommandOutput>;
|
|
265
274
|
getImageRecipe(args: GetImageRecipeCommandInput, cb: (err: any, data?: GetImageRecipeCommandOutput) => void): void;
|
|
266
275
|
getImageRecipe(args: GetImageRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImageRecipeCommandOutput) => void): void;
|
|
267
276
|
/**
|
|
268
277
|
* @public
|
|
269
|
-
* <p>
|
|
278
|
+
* <p>Gets an image recipe policy.</p>
|
|
270
279
|
*/
|
|
271
280
|
getImageRecipePolicy(args: GetImageRecipePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetImageRecipePolicyCommandOutput>;
|
|
272
281
|
getImageRecipePolicy(args: GetImageRecipePolicyCommandInput, cb: (err: any, data?: GetImageRecipePolicyCommandOutput) => void): void;
|
|
273
282
|
getImageRecipePolicy(args: GetImageRecipePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImageRecipePolicyCommandOutput) => void): void;
|
|
274
283
|
/**
|
|
275
284
|
* @public
|
|
276
|
-
* <p>
|
|
285
|
+
* <p>Gets an infrastructure configuration.</p>
|
|
277
286
|
*/
|
|
278
287
|
getInfrastructureConfiguration(args: GetInfrastructureConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetInfrastructureConfigurationCommandOutput>;
|
|
279
288
|
getInfrastructureConfiguration(args: GetInfrastructureConfigurationCommandInput, cb: (err: any, data?: GetInfrastructureConfigurationCommandOutput) => void): void;
|
|
280
289
|
getInfrastructureConfiguration(args: GetInfrastructureConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInfrastructureConfigurationCommandOutput) => void): void;
|
|
290
|
+
/**
|
|
291
|
+
* @public
|
|
292
|
+
* <p>Get the runtime information that was logged for a specific runtime instance
|
|
293
|
+
* of the workflow.</p>
|
|
294
|
+
*/
|
|
295
|
+
getWorkflowExecution(args: GetWorkflowExecutionCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowExecutionCommandOutput>;
|
|
296
|
+
getWorkflowExecution(args: GetWorkflowExecutionCommandInput, cb: (err: any, data?: GetWorkflowExecutionCommandOutput) => void): void;
|
|
297
|
+
getWorkflowExecution(args: GetWorkflowExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowExecutionCommandOutput) => void): void;
|
|
298
|
+
/**
|
|
299
|
+
* @public
|
|
300
|
+
* <p>Get the runtime information that was logged for a specific runtime instance of
|
|
301
|
+
* the workflow step.</p>
|
|
302
|
+
*/
|
|
303
|
+
getWorkflowStepExecution(args: GetWorkflowStepExecutionCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowStepExecutionCommandOutput>;
|
|
304
|
+
getWorkflowStepExecution(args: GetWorkflowStepExecutionCommandInput, cb: (err: any, data?: GetWorkflowStepExecutionCommandOutput) => void): void;
|
|
305
|
+
getWorkflowStepExecution(args: GetWorkflowStepExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowStepExecutionCommandOutput) => void): void;
|
|
281
306
|
/**
|
|
282
307
|
* @public
|
|
283
308
|
* <p>Imports a component and transforms its data into a component document.</p>
|
|
@@ -287,22 +312,22 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
287
312
|
importComponent(args: ImportComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportComponentCommandOutput) => void): void;
|
|
288
313
|
/**
|
|
289
314
|
* @public
|
|
290
|
-
* <p>When you export your virtual machine (VM) from its virtualization environment,
|
|
291
|
-
*
|
|
292
|
-
*
|
|
293
|
-
*
|
|
294
|
-
*
|
|
295
|
-
* CLI command, see <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/import-image.html">import-image</a>
|
|
315
|
+
* <p>When you export your virtual machine (VM) from its virtualization environment, that
|
|
316
|
+
* process creates a set of one or more disk container files that act as snapshots of your
|
|
317
|
+
* VM’s environment, settings, and data. The Amazon EC2 API <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportImage.html">ImportImage</a>
|
|
318
|
+
* action uses those files to import your VM and create an AMI. To import using the CLI
|
|
319
|
+
* command, see <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/import-image.html">import-image</a>
|
|
296
320
|
* </p>
|
|
297
|
-
* <p>You can reference the task ID from the VM import to pull in the AMI that
|
|
298
|
-
*
|
|
321
|
+
* <p>You can reference the task ID from the VM import to pull in the AMI that the import
|
|
322
|
+
* created as the base image for your Image Builder recipe.</p>
|
|
299
323
|
*/
|
|
300
324
|
importVmImage(args: ImportVmImageCommandInput, options?: __HttpHandlerOptions): Promise<ImportVmImageCommandOutput>;
|
|
301
325
|
importVmImage(args: ImportVmImageCommandInput, cb: (err: any, data?: ImportVmImageCommandOutput) => void): void;
|
|
302
326
|
importVmImage(args: ImportVmImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportVmImageCommandOutput) => void): void;
|
|
303
327
|
/**
|
|
304
328
|
* @public
|
|
305
|
-
* <p>
|
|
329
|
+
* <p>Returns the list of component build versions for the specified semantic
|
|
330
|
+
* version.</p>
|
|
306
331
|
* <note>
|
|
307
332
|
* <p>The semantic version has four nodes: <major>.<minor>.<patch>/<build>.
|
|
308
333
|
* You can assign values for the first three, and can filter on all of them.</p>
|
|
@@ -318,9 +343,9 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
318
343
|
listComponentBuildVersions(args: ListComponentBuildVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentBuildVersionsCommandOutput) => void): void;
|
|
319
344
|
/**
|
|
320
345
|
* @public
|
|
321
|
-
* <p>Returns the list of components that can be filtered by name, or by using
|
|
322
|
-
*
|
|
323
|
-
*
|
|
346
|
+
* <p>Returns the list of components that can be filtered by name, or by using the listed
|
|
347
|
+
* <code>filters</code> to streamline results. Newly created components can take up to
|
|
348
|
+
* two minutes to appear in the ListComponents API Results.</p>
|
|
324
349
|
* <note>
|
|
325
350
|
* <p>The semantic version has four nodes: <major>.<minor>.<patch>/<build>.
|
|
326
351
|
* You can assign values for the first three, and can filter on all of them.</p>
|
|
@@ -350,14 +375,15 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
350
375
|
listDistributionConfigurations(args: ListDistributionConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionConfigurationsCommandOutput) => void): void;
|
|
351
376
|
/**
|
|
352
377
|
* @public
|
|
353
|
-
* <p>
|
|
378
|
+
* <p>Returns a list of image build versions.</p>
|
|
354
379
|
*/
|
|
355
380
|
listImageBuildVersions(args: ListImageBuildVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListImageBuildVersionsCommandOutput>;
|
|
356
381
|
listImageBuildVersions(args: ListImageBuildVersionsCommandInput, cb: (err: any, data?: ListImageBuildVersionsCommandOutput) => void): void;
|
|
357
382
|
listImageBuildVersions(args: ListImageBuildVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImageBuildVersionsCommandOutput) => void): void;
|
|
358
383
|
/**
|
|
359
384
|
* @public
|
|
360
|
-
* <p>List the Packages that are associated with an Image Build Version, as determined by
|
|
385
|
+
* <p>List the Packages that are associated with an Image Build Version, as determined by
|
|
386
|
+
* Amazon Web Services Systems Manager Inventory at build time.</p>
|
|
361
387
|
*/
|
|
362
388
|
listImagePackages(args: ListImagePackagesCommandInput, options?: __HttpHandlerOptions): Promise<ListImagePackagesCommandOutput>;
|
|
363
389
|
listImagePackages(args: ListImagePackagesCommandInput, cb: (err: any, data?: ListImagePackagesCommandOutput) => void): void;
|
|
@@ -378,45 +404,109 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
378
404
|
listImagePipelines(args: ListImagePipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImagePipelinesCommandOutput) => void): void;
|
|
379
405
|
/**
|
|
380
406
|
* @public
|
|
381
|
-
* <p>
|
|
407
|
+
* <p>Returns a list of image recipes.</p>
|
|
382
408
|
*/
|
|
383
409
|
listImageRecipes(args: ListImageRecipesCommandInput, options?: __HttpHandlerOptions): Promise<ListImageRecipesCommandOutput>;
|
|
384
410
|
listImageRecipes(args: ListImageRecipesCommandInput, cb: (err: any, data?: ListImageRecipesCommandOutput) => void): void;
|
|
385
411
|
listImageRecipes(args: ListImageRecipesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImageRecipesCommandOutput) => void): void;
|
|
386
412
|
/**
|
|
387
413
|
* @public
|
|
388
|
-
* <p>Returns the list of images that you have access to. Newly created images
|
|
389
|
-
*
|
|
414
|
+
* <p>Returns the list of images that you have access to. Newly created images can take up
|
|
415
|
+
* to two minutes to appear in the ListImages API Results.</p>
|
|
390
416
|
*/
|
|
391
417
|
listImages(args: ListImagesCommandInput, options?: __HttpHandlerOptions): Promise<ListImagesCommandOutput>;
|
|
392
418
|
listImages(args: ListImagesCommandInput, cb: (err: any, data?: ListImagesCommandOutput) => void): void;
|
|
393
419
|
listImages(args: ListImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImagesCommandOutput) => void): void;
|
|
394
420
|
/**
|
|
395
421
|
* @public
|
|
396
|
-
* <p>
|
|
422
|
+
* <p>Returns a list of image scan aggregations for your account. You can filter by the type
|
|
423
|
+
* of key that Image Builder uses to group results. For example, if you want to get a list of
|
|
424
|
+
* findings by severity level for one of your pipelines, you might specify your pipeline
|
|
425
|
+
* with the <code>imagePipelineArn</code> filter. If you don't specify a filter, Image Builder
|
|
426
|
+
* returns an aggregation for your account.</p>
|
|
427
|
+
* <p>To streamline results, you can use the following filters in your request:</p>
|
|
428
|
+
* <ul>
|
|
429
|
+
* <li>
|
|
430
|
+
* <p>
|
|
431
|
+
* <code>accountId</code>
|
|
432
|
+
* </p>
|
|
433
|
+
* </li>
|
|
434
|
+
* <li>
|
|
435
|
+
* <p>
|
|
436
|
+
* <code>imageBuildVersionArn</code>
|
|
437
|
+
* </p>
|
|
438
|
+
* </li>
|
|
439
|
+
* <li>
|
|
440
|
+
* <p>
|
|
441
|
+
* <code>imagePipelineArn</code>
|
|
442
|
+
* </p>
|
|
443
|
+
* </li>
|
|
444
|
+
* <li>
|
|
445
|
+
* <p>
|
|
446
|
+
* <code>vulnerabilityId</code>
|
|
447
|
+
* </p>
|
|
448
|
+
* </li>
|
|
449
|
+
* </ul>
|
|
450
|
+
*/
|
|
451
|
+
listImageScanFindingAggregations(args: ListImageScanFindingAggregationsCommandInput, options?: __HttpHandlerOptions): Promise<ListImageScanFindingAggregationsCommandOutput>;
|
|
452
|
+
listImageScanFindingAggregations(args: ListImageScanFindingAggregationsCommandInput, cb: (err: any, data?: ListImageScanFindingAggregationsCommandOutput) => void): void;
|
|
453
|
+
listImageScanFindingAggregations(args: ListImageScanFindingAggregationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImageScanFindingAggregationsCommandOutput) => void): void;
|
|
454
|
+
/**
|
|
455
|
+
* @public
|
|
456
|
+
* <p>Returns a list of image scan findings for your account.</p>
|
|
457
|
+
*/
|
|
458
|
+
listImageScanFindings(args: ListImageScanFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListImageScanFindingsCommandOutput>;
|
|
459
|
+
listImageScanFindings(args: ListImageScanFindingsCommandInput, cb: (err: any, data?: ListImageScanFindingsCommandOutput) => void): void;
|
|
460
|
+
listImageScanFindings(args: ListImageScanFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImageScanFindingsCommandOutput) => void): void;
|
|
461
|
+
/**
|
|
462
|
+
* @public
|
|
463
|
+
* <p>Returns a list of infrastructure configurations.</p>
|
|
397
464
|
*/
|
|
398
465
|
listInfrastructureConfigurations(args: ListInfrastructureConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListInfrastructureConfigurationsCommandOutput>;
|
|
399
466
|
listInfrastructureConfigurations(args: ListInfrastructureConfigurationsCommandInput, cb: (err: any, data?: ListInfrastructureConfigurationsCommandOutput) => void): void;
|
|
400
467
|
listInfrastructureConfigurations(args: ListInfrastructureConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInfrastructureConfigurationsCommandOutput) => void): void;
|
|
401
468
|
/**
|
|
402
469
|
* @public
|
|
403
|
-
* <p>
|
|
470
|
+
* <p>Returns the list of tags for the specified resource.</p>
|
|
404
471
|
*/
|
|
405
472
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
406
473
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
407
474
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
408
475
|
/**
|
|
409
476
|
* @public
|
|
410
|
-
* <p>
|
|
411
|
-
*
|
|
412
|
-
|
|
477
|
+
* <p>Returns a list of workflow runtime instance metadata objects for a specific image build
|
|
478
|
+
* version.</p>
|
|
479
|
+
*/
|
|
480
|
+
listWorkflowExecutions(args: ListWorkflowExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowExecutionsCommandOutput>;
|
|
481
|
+
listWorkflowExecutions(args: ListWorkflowExecutionsCommandInput, cb: (err: any, data?: ListWorkflowExecutionsCommandOutput) => void): void;
|
|
482
|
+
listWorkflowExecutions(args: ListWorkflowExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowExecutionsCommandOutput) => void): void;
|
|
483
|
+
/**
|
|
484
|
+
* @public
|
|
485
|
+
* <p>Shows runtime data for each step in a runtime instance of the workflow
|
|
486
|
+
* that you specify in the request.</p>
|
|
487
|
+
*/
|
|
488
|
+
listWorkflowStepExecutions(args: ListWorkflowStepExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowStepExecutionsCommandOutput>;
|
|
489
|
+
listWorkflowStepExecutions(args: ListWorkflowStepExecutionsCommandInput, cb: (err: any, data?: ListWorkflowStepExecutionsCommandOutput) => void): void;
|
|
490
|
+
listWorkflowStepExecutions(args: ListWorkflowStepExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowStepExecutionsCommandOutput) => void): void;
|
|
491
|
+
/**
|
|
492
|
+
* @public
|
|
493
|
+
* <p>Applies a policy to a component. We recommend that you call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html">CreateResourceShare</a> to share resources. If you call the Image Builder API
|
|
494
|
+
* <code>PutComponentPolicy</code>, you must also call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be
|
|
495
|
+
* visible to all principals with whom the resource is shared.</p>
|
|
413
496
|
*/
|
|
414
497
|
putComponentPolicy(args: PutComponentPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutComponentPolicyCommandOutput>;
|
|
415
498
|
putComponentPolicy(args: PutComponentPolicyCommandInput, cb: (err: any, data?: PutComponentPolicyCommandOutput) => void): void;
|
|
416
499
|
putComponentPolicy(args: PutComponentPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutComponentPolicyCommandOutput) => void): void;
|
|
417
500
|
/**
|
|
418
501
|
* @public
|
|
419
|
-
* <p>Applies a policy to a container image. We recommend that you call the RAM API
|
|
502
|
+
* <p>Applies a policy to a container image. We recommend that you call the RAM API
|
|
503
|
+
* CreateResourceShare
|
|
504
|
+
* (https://docs.aws.amazon.com//ram/latest/APIReference/API_CreateResourceShare.html) to share
|
|
505
|
+
* resources. If you call the Image Builder API <code>PutContainerImagePolicy</code>, you must also
|
|
506
|
+
* call the RAM API PromoteResourceShareCreatedFromPolicy
|
|
507
|
+
* (https://docs.aws.amazon.com//ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html)
|
|
508
|
+
* in order for the resource to be visible to all principals with whom the resource is
|
|
509
|
+
* shared.</p>
|
|
420
510
|
*/
|
|
421
511
|
putContainerRecipePolicy(args: PutContainerRecipePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutContainerRecipePolicyCommandOutput>;
|
|
422
512
|
putContainerRecipePolicy(args: PutContainerRecipePolicyCommandInput, cb: (err: any, data?: PutContainerRecipePolicyCommandOutput) => void): void;
|
|
@@ -424,45 +514,45 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
424
514
|
/**
|
|
425
515
|
* @public
|
|
426
516
|
* <p>Applies a policy to an image. We recommend that you call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html">CreateResourceShare</a> to share resources. If you call the Image Builder API
|
|
427
|
-
*
|
|
428
|
-
* all principals with whom the resource is shared.</p>
|
|
517
|
+
* <code>PutImagePolicy</code>, you must also call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be
|
|
518
|
+
* visible to all principals with whom the resource is shared.</p>
|
|
429
519
|
*/
|
|
430
520
|
putImagePolicy(args: PutImagePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutImagePolicyCommandOutput>;
|
|
431
521
|
putImagePolicy(args: PutImagePolicyCommandInput, cb: (err: any, data?: PutImagePolicyCommandOutput) => void): void;
|
|
432
522
|
putImagePolicy(args: PutImagePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutImagePolicyCommandOutput) => void): void;
|
|
433
523
|
/**
|
|
434
524
|
* @public
|
|
435
|
-
* <p>
|
|
436
|
-
*
|
|
437
|
-
* all principals with whom the resource is shared.</p>
|
|
525
|
+
* <p>Applies a policy to an image recipe. We recommend that you call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html">CreateResourceShare</a> to share resources. If you call the Image Builder API
|
|
526
|
+
* <code>PutImageRecipePolicy</code>, you must also call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be
|
|
527
|
+
* visible to all principals with whom the resource is shared.</p>
|
|
438
528
|
*/
|
|
439
529
|
putImageRecipePolicy(args: PutImageRecipePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutImageRecipePolicyCommandOutput>;
|
|
440
530
|
putImageRecipePolicy(args: PutImageRecipePolicyCommandInput, cb: (err: any, data?: PutImageRecipePolicyCommandOutput) => void): void;
|
|
441
531
|
putImageRecipePolicy(args: PutImageRecipePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutImageRecipePolicyCommandOutput) => void): void;
|
|
442
532
|
/**
|
|
443
533
|
* @public
|
|
444
|
-
* <p>
|
|
534
|
+
* <p>Manually triggers a pipeline to create an image.</p>
|
|
445
535
|
*/
|
|
446
536
|
startImagePipelineExecution(args: StartImagePipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartImagePipelineExecutionCommandOutput>;
|
|
447
537
|
startImagePipelineExecution(args: StartImagePipelineExecutionCommandInput, cb: (err: any, data?: StartImagePipelineExecutionCommandOutput) => void): void;
|
|
448
538
|
startImagePipelineExecution(args: StartImagePipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartImagePipelineExecutionCommandOutput) => void): void;
|
|
449
539
|
/**
|
|
450
540
|
* @public
|
|
451
|
-
* <p>
|
|
541
|
+
* <p>Adds a tag to a resource.</p>
|
|
452
542
|
*/
|
|
453
543
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
454
544
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
455
545
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
456
546
|
/**
|
|
457
547
|
* @public
|
|
458
|
-
* <p>
|
|
548
|
+
* <p>Removes a tag from a resource.</p>
|
|
459
549
|
*/
|
|
460
550
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
461
551
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
462
552
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
463
553
|
/**
|
|
464
554
|
* @public
|
|
465
|
-
* <p>
|
|
555
|
+
* <p>Updates a new distribution configuration. Distribution configurations define and
|
|
466
556
|
* configure the outputs of your pipeline.</p>
|
|
467
557
|
*/
|
|
468
558
|
updateDistributionConfiguration(args: UpdateDistributionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDistributionConfigurationCommandOutput>;
|
|
@@ -470,12 +560,12 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
470
560
|
updateDistributionConfiguration(args: UpdateDistributionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDistributionConfigurationCommandOutput) => void): void;
|
|
471
561
|
/**
|
|
472
562
|
* @public
|
|
473
|
-
* <p>
|
|
563
|
+
* <p>Updates an image pipeline. Image pipelines enable you to automate the creation and
|
|
474
564
|
* distribution of images.</p>
|
|
475
565
|
* <note>
|
|
476
|
-
* <p>UpdateImagePipeline does not support selective updates for the pipeline.
|
|
477
|
-
*
|
|
478
|
-
*
|
|
566
|
+
* <p>UpdateImagePipeline does not support selective updates for the pipeline. You must
|
|
567
|
+
* specify all of the required properties in the update request, not just the
|
|
568
|
+
* properties that have changed.</p>
|
|
479
569
|
* </note>
|
|
480
570
|
*/
|
|
481
571
|
updateImagePipeline(args: UpdateImagePipelineCommandInput, options?: __HttpHandlerOptions): Promise<UpdateImagePipelineCommandOutput>;
|
|
@@ -483,8 +573,8 @@ export declare class Imagebuilder extends ImagebuilderClient {
|
|
|
483
573
|
updateImagePipeline(args: UpdateImagePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateImagePipelineCommandOutput) => void): void;
|
|
484
574
|
/**
|
|
485
575
|
* @public
|
|
486
|
-
* <p>
|
|
487
|
-
* environment in which your image will be built and tested.</p>
|
|
576
|
+
* <p>Updates a new infrastructure configuration. An infrastructure configuration defines
|
|
577
|
+
* the environment in which your image will be built and tested.</p>
|
|
488
578
|
*/
|
|
489
579
|
updateInfrastructureConfiguration(args: UpdateInfrastructureConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInfrastructureConfigurationCommandOutput>;
|
|
490
580
|
updateInfrastructureConfiguration(args: UpdateInfrastructureConfigurationCommandInput, cb: (err: any, data?: UpdateInfrastructureConfigurationCommandOutput) => void): void;
|
|
@@ -33,6 +33,8 @@ import { GetImagePolicyCommandInput, GetImagePolicyCommandOutput } from "./comma
|
|
|
33
33
|
import { GetImageRecipeCommandInput, GetImageRecipeCommandOutput } from "./commands/GetImageRecipeCommand";
|
|
34
34
|
import { GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput } from "./commands/GetImageRecipePolicyCommand";
|
|
35
35
|
import { GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput } from "./commands/GetInfrastructureConfigurationCommand";
|
|
36
|
+
import { GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput } from "./commands/GetWorkflowExecutionCommand";
|
|
37
|
+
import { GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput } from "./commands/GetWorkflowStepExecutionCommand";
|
|
36
38
|
import { ImportComponentCommandInput, ImportComponentCommandOutput } from "./commands/ImportComponentCommand";
|
|
37
39
|
import { ImportVmImageCommandInput, ImportVmImageCommandOutput } from "./commands/ImportVmImageCommand";
|
|
38
40
|
import { ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput } from "./commands/ListComponentBuildVersionsCommand";
|
|
@@ -44,9 +46,13 @@ import { ListImagePackagesCommandInput, ListImagePackagesCommandOutput } from ".
|
|
|
44
46
|
import { ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput } from "./commands/ListImagePipelineImagesCommand";
|
|
45
47
|
import { ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput } from "./commands/ListImagePipelinesCommand";
|
|
46
48
|
import { ListImageRecipesCommandInput, ListImageRecipesCommandOutput } from "./commands/ListImageRecipesCommand";
|
|
49
|
+
import { ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggregationsCommandOutput } from "./commands/ListImageScanFindingAggregationsCommand";
|
|
50
|
+
import { ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput } from "./commands/ListImageScanFindingsCommand";
|
|
47
51
|
import { ListImagesCommandInput, ListImagesCommandOutput } from "./commands/ListImagesCommand";
|
|
48
52
|
import { ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput } from "./commands/ListInfrastructureConfigurationsCommand";
|
|
49
53
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
54
|
+
import { ListWorkflowExecutionsCommandInput, ListWorkflowExecutionsCommandOutput } from "./commands/ListWorkflowExecutionsCommand";
|
|
55
|
+
import { ListWorkflowStepExecutionsCommandInput, ListWorkflowStepExecutionsCommandOutput } from "./commands/ListWorkflowStepExecutionsCommand";
|
|
50
56
|
import { PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput } from "./commands/PutComponentPolicyCommand";
|
|
51
57
|
import { PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput } from "./commands/PutContainerRecipePolicyCommand";
|
|
52
58
|
import { PutImagePolicyCommandInput, PutImagePolicyCommandOutput } from "./commands/PutImagePolicyCommand";
|
|
@@ -61,11 +67,11 @@ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, Endpoi
|
|
|
61
67
|
/**
|
|
62
68
|
* @public
|
|
63
69
|
*/
|
|
64
|
-
export type ServiceInputTypes = CancelImageCreationCommandInput | CreateComponentCommandInput | CreateContainerRecipeCommandInput | CreateDistributionConfigurationCommandInput | CreateImageCommandInput | CreateImagePipelineCommandInput | CreateImageRecipeCommandInput | CreateInfrastructureConfigurationCommandInput | DeleteComponentCommandInput | DeleteContainerRecipeCommandInput | DeleteDistributionConfigurationCommandInput | DeleteImageCommandInput | DeleteImagePipelineCommandInput | DeleteImageRecipeCommandInput | DeleteInfrastructureConfigurationCommandInput | GetComponentCommandInput | GetComponentPolicyCommandInput | GetContainerRecipeCommandInput | GetContainerRecipePolicyCommandInput | GetDistributionConfigurationCommandInput | GetImageCommandInput | GetImagePipelineCommandInput | GetImagePolicyCommandInput | GetImageRecipeCommandInput | GetImageRecipePolicyCommandInput | GetInfrastructureConfigurationCommandInput | ImportComponentCommandInput | ImportVmImageCommandInput | ListComponentBuildVersionsCommandInput | ListComponentsCommandInput | ListContainerRecipesCommandInput | ListDistributionConfigurationsCommandInput | ListImageBuildVersionsCommandInput | ListImagePackagesCommandInput | ListImagePipelineImagesCommandInput | ListImagePipelinesCommandInput | ListImageRecipesCommandInput | ListImagesCommandInput | ListInfrastructureConfigurationsCommandInput | ListTagsForResourceCommandInput | PutComponentPolicyCommandInput | PutContainerRecipePolicyCommandInput | PutImagePolicyCommandInput | PutImageRecipePolicyCommandInput | StartImagePipelineExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDistributionConfigurationCommandInput | UpdateImagePipelineCommandInput | UpdateInfrastructureConfigurationCommandInput;
|
|
70
|
+
export type ServiceInputTypes = CancelImageCreationCommandInput | CreateComponentCommandInput | CreateContainerRecipeCommandInput | CreateDistributionConfigurationCommandInput | CreateImageCommandInput | CreateImagePipelineCommandInput | CreateImageRecipeCommandInput | CreateInfrastructureConfigurationCommandInput | DeleteComponentCommandInput | DeleteContainerRecipeCommandInput | DeleteDistributionConfigurationCommandInput | DeleteImageCommandInput | DeleteImagePipelineCommandInput | DeleteImageRecipeCommandInput | DeleteInfrastructureConfigurationCommandInput | GetComponentCommandInput | GetComponentPolicyCommandInput | GetContainerRecipeCommandInput | GetContainerRecipePolicyCommandInput | GetDistributionConfigurationCommandInput | GetImageCommandInput | GetImagePipelineCommandInput | GetImagePolicyCommandInput | GetImageRecipeCommandInput | GetImageRecipePolicyCommandInput | GetInfrastructureConfigurationCommandInput | GetWorkflowExecutionCommandInput | GetWorkflowStepExecutionCommandInput | ImportComponentCommandInput | ImportVmImageCommandInput | ListComponentBuildVersionsCommandInput | ListComponentsCommandInput | ListContainerRecipesCommandInput | ListDistributionConfigurationsCommandInput | ListImageBuildVersionsCommandInput | ListImagePackagesCommandInput | ListImagePipelineImagesCommandInput | ListImagePipelinesCommandInput | ListImageRecipesCommandInput | ListImageScanFindingAggregationsCommandInput | ListImageScanFindingsCommandInput | ListImagesCommandInput | ListInfrastructureConfigurationsCommandInput | ListTagsForResourceCommandInput | ListWorkflowExecutionsCommandInput | ListWorkflowStepExecutionsCommandInput | PutComponentPolicyCommandInput | PutContainerRecipePolicyCommandInput | PutImagePolicyCommandInput | PutImageRecipePolicyCommandInput | StartImagePipelineExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDistributionConfigurationCommandInput | UpdateImagePipelineCommandInput | UpdateInfrastructureConfigurationCommandInput;
|
|
65
71
|
/**
|
|
66
72
|
* @public
|
|
67
73
|
*/
|
|
68
|
-
export type ServiceOutputTypes = CancelImageCreationCommandOutput | CreateComponentCommandOutput | CreateContainerRecipeCommandOutput | CreateDistributionConfigurationCommandOutput | CreateImageCommandOutput | CreateImagePipelineCommandOutput | CreateImageRecipeCommandOutput | CreateInfrastructureConfigurationCommandOutput | DeleteComponentCommandOutput | DeleteContainerRecipeCommandOutput | DeleteDistributionConfigurationCommandOutput | DeleteImageCommandOutput | DeleteImagePipelineCommandOutput | DeleteImageRecipeCommandOutput | DeleteInfrastructureConfigurationCommandOutput | GetComponentCommandOutput | GetComponentPolicyCommandOutput | GetContainerRecipeCommandOutput | GetContainerRecipePolicyCommandOutput | GetDistributionConfigurationCommandOutput | GetImageCommandOutput | GetImagePipelineCommandOutput | GetImagePolicyCommandOutput | GetImageRecipeCommandOutput | GetImageRecipePolicyCommandOutput | GetInfrastructureConfigurationCommandOutput | ImportComponentCommandOutput | ImportVmImageCommandOutput | ListComponentBuildVersionsCommandOutput | ListComponentsCommandOutput | ListContainerRecipesCommandOutput | ListDistributionConfigurationsCommandOutput | ListImageBuildVersionsCommandOutput | ListImagePackagesCommandOutput | ListImagePipelineImagesCommandOutput | ListImagePipelinesCommandOutput | ListImageRecipesCommandOutput | ListImagesCommandOutput | ListInfrastructureConfigurationsCommandOutput | ListTagsForResourceCommandOutput | PutComponentPolicyCommandOutput | PutContainerRecipePolicyCommandOutput | PutImagePolicyCommandOutput | PutImageRecipePolicyCommandOutput | StartImagePipelineExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDistributionConfigurationCommandOutput | UpdateImagePipelineCommandOutput | UpdateInfrastructureConfigurationCommandOutput;
|
|
74
|
+
export type ServiceOutputTypes = CancelImageCreationCommandOutput | CreateComponentCommandOutput | CreateContainerRecipeCommandOutput | CreateDistributionConfigurationCommandOutput | CreateImageCommandOutput | CreateImagePipelineCommandOutput | CreateImageRecipeCommandOutput | CreateInfrastructureConfigurationCommandOutput | DeleteComponentCommandOutput | DeleteContainerRecipeCommandOutput | DeleteDistributionConfigurationCommandOutput | DeleteImageCommandOutput | DeleteImagePipelineCommandOutput | DeleteImageRecipeCommandOutput | DeleteInfrastructureConfigurationCommandOutput | GetComponentCommandOutput | GetComponentPolicyCommandOutput | GetContainerRecipeCommandOutput | GetContainerRecipePolicyCommandOutput | GetDistributionConfigurationCommandOutput | GetImageCommandOutput | GetImagePipelineCommandOutput | GetImagePolicyCommandOutput | GetImageRecipeCommandOutput | GetImageRecipePolicyCommandOutput | GetInfrastructureConfigurationCommandOutput | GetWorkflowExecutionCommandOutput | GetWorkflowStepExecutionCommandOutput | ImportComponentCommandOutput | ImportVmImageCommandOutput | ListComponentBuildVersionsCommandOutput | ListComponentsCommandOutput | ListContainerRecipesCommandOutput | ListDistributionConfigurationsCommandOutput | ListImageBuildVersionsCommandOutput | ListImagePackagesCommandOutput | ListImagePipelineImagesCommandOutput | ListImagePipelinesCommandOutput | ListImageRecipesCommandOutput | ListImageScanFindingAggregationsCommandOutput | ListImageScanFindingsCommandOutput | ListImagesCommandOutput | ListInfrastructureConfigurationsCommandOutput | ListTagsForResourceCommandOutput | ListWorkflowExecutionsCommandOutput | ListWorkflowStepExecutionsCommandOutput | PutComponentPolicyCommandOutput | PutContainerRecipePolicyCommandOutput | PutImagePolicyCommandOutput | PutImageRecipePolicyCommandOutput | StartImagePipelineExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDistributionConfigurationCommandOutput | UpdateImagePipelineCommandOutput | UpdateInfrastructureConfigurationCommandOutput;
|
|
69
75
|
/**
|
|
70
76
|
* @public
|
|
71
77
|
*/
|
|
@@ -194,9 +200,9 @@ export interface ImagebuilderClientResolvedConfig extends ImagebuilderClientReso
|
|
|
194
200
|
/**
|
|
195
201
|
* @public
|
|
196
202
|
* <p>EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
*
|
|
203
|
+
* creation, management, and deployment of customized, secure, and up-to-date
|
|
204
|
+
* "golden" server images that are pre-installed and pre-configured with software
|
|
205
|
+
* and settings to meet specific IT standards.</p>
|
|
200
206
|
*/
|
|
201
207
|
export declare class ImagebuilderClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ImagebuilderClientResolvedConfig> {
|
|
202
208
|
/**
|