@aws-sdk/client-imagebuilder 3.325.0 → 3.327.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/dist-types/commands/CancelImageCreationCommand.d.ts +8 -0
- package/dist-types/commands/CreateComponentCommand.d.ts +8 -0
- package/dist-types/commands/CreateContainerRecipeCommand.d.ts +8 -0
- package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/CreateImageCommand.d.ts +8 -0
- package/dist-types/commands/CreateImagePipelineCommand.d.ts +8 -0
- package/dist-types/commands/CreateImageRecipeCommand.d.ts +8 -0
- package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +7 -0
- package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +7 -0
- package/dist-types/commands/DeleteImagePipelineCommand.d.ts +7 -0
- package/dist-types/commands/DeleteImageRecipeCommand.d.ts +7 -0
- package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/GetComponentCommand.d.ts +42 -0
- package/dist-types/commands/GetComponentPolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetContainerRecipeCommand.d.ts +61 -0
- package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +88 -0
- package/dist-types/commands/GetImageCommand.d.ts +283 -0
- package/dist-types/commands/GetImagePipelineCommand.d.ts +43 -0
- package/dist-types/commands/GetImagePolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetImageRecipeCommand.d.ts +57 -0
- package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +40 -0
- package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +18 -0
- package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +22 -0
- package/dist-types/commands/ImportComponentCommand.d.ts +8 -0
- package/dist-types/commands/ImportVmImageCommand.d.ts +8 -0
- package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +32 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +22 -0
- package/dist-types/commands/ListContainerRecipesCommand.d.ts +21 -0
- package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +22 -0
- package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +51 -0
- package/dist-types/commands/ListImagePackagesCommand.d.ts +13 -0
- package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +51 -0
- package/dist-types/commands/ListImagePipelinesCommand.d.ts +46 -0
- package/dist-types/commands/ListImageRecipesCommand.d.ts +20 -0
- package/dist-types/commands/ListImageScanFindingAggregationsCommand.d.ts +48 -0
- package/dist-types/commands/ListImageScanFindingsCommand.d.ts +79 -0
- package/dist-types/commands/ListImagesCommand.d.ts +21 -0
- package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +26 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +24 -0
- package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +26 -0
- package/dist-types/commands/PutComponentPolicyCommand.d.ts +7 -0
- package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +7 -0
- package/dist-types/commands/PutImagePolicyCommand.d.ts +7 -0
- package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +7 -0
- package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +8 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/UpdateImagePipelineCommand.d.ts +8 -0
- package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +8 -0
- package/package.json +7 -7
|
@@ -34,6 +34,28 @@ export interface ListWorkflowExecutionsCommandOutput extends ListWorkflowExecuti
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListWorkflowExecutionsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListWorkflowExecutionsResponse
|
|
38
|
+
* // requestId: "STRING_VALUE",
|
|
39
|
+
* // workflowExecutions: [ // WorkflowExecutionsList
|
|
40
|
+
* // { // WorkflowExecutionMetadata
|
|
41
|
+
* // workflowBuildVersionArn: "STRING_VALUE",
|
|
42
|
+
* // workflowExecutionId: "STRING_VALUE",
|
|
43
|
+
* // type: "BUILD" || "TEST" || "DISTRIBUTION",
|
|
44
|
+
* // status: "PENDING" || "SKIPPED" || "RUNNING" || "COMPLETED" || "FAILED" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_COMPLETED",
|
|
45
|
+
* // message: "STRING_VALUE",
|
|
46
|
+
* // totalStepCount: Number("int"),
|
|
47
|
+
* // totalStepsSucceeded: Number("int"),
|
|
48
|
+
* // totalStepsFailed: Number("int"),
|
|
49
|
+
* // totalStepsSkipped: Number("int"),
|
|
50
|
+
* // startTime: "STRING_VALUE",
|
|
51
|
+
* // endTime: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // imageBuildVersionArn: "STRING_VALUE",
|
|
55
|
+
* // message: "STRING_VALUE",
|
|
56
|
+
* // nextToken: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
37
59
|
* ```
|
|
38
60
|
*
|
|
39
61
|
* @param ListWorkflowExecutionsCommandInput - {@link ListWorkflowExecutionsCommandInput}
|
|
@@ -66,6 +88,8 @@ export interface ListWorkflowExecutionsCommandOutput extends ListWorkflowExecuti
|
|
|
66
88
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
67
89
|
* <p>The service is unable to process your request at this time.</p>
|
|
68
90
|
*
|
|
91
|
+
* @throws {@link ImagebuilderServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
69
93
|
*
|
|
70
94
|
*/
|
|
71
95
|
export declare class ListWorkflowExecutionsCommand extends $Command<ListWorkflowExecutionsCommandInput, ListWorkflowExecutionsCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -34,6 +34,30 @@ export interface ListWorkflowStepExecutionsCommandOutput extends ListWorkflowSte
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListWorkflowStepExecutionsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListWorkflowStepExecutionsResponse
|
|
38
|
+
* // requestId: "STRING_VALUE",
|
|
39
|
+
* // steps: [ // WorkflowStepExecutionsList
|
|
40
|
+
* // { // WorkflowStepMetadata
|
|
41
|
+
* // stepExecutionId: "STRING_VALUE",
|
|
42
|
+
* // name: "STRING_VALUE",
|
|
43
|
+
* // description: "STRING_VALUE",
|
|
44
|
+
* // action: "STRING_VALUE",
|
|
45
|
+
* // status: "PENDING" || "SKIPPED" || "RUNNING" || "COMPLETED" || "FAILED",
|
|
46
|
+
* // rollbackStatus: "RUNNING" || "COMPLETED" || "SKIPPED" || "FAILED",
|
|
47
|
+
* // message: "STRING_VALUE",
|
|
48
|
+
* // inputs: "STRING_VALUE",
|
|
49
|
+
* // outputs: "STRING_VALUE",
|
|
50
|
+
* // startTime: "STRING_VALUE",
|
|
51
|
+
* // endTime: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // workflowBuildVersionArn: "STRING_VALUE",
|
|
55
|
+
* // workflowExecutionId: "STRING_VALUE",
|
|
56
|
+
* // imageBuildVersionArn: "STRING_VALUE",
|
|
57
|
+
* // message: "STRING_VALUE",
|
|
58
|
+
* // nextToken: "STRING_VALUE",
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
37
61
|
* ```
|
|
38
62
|
*
|
|
39
63
|
* @param ListWorkflowStepExecutionsCommandInput - {@link ListWorkflowStepExecutionsCommandInput}
|
|
@@ -66,6 +90,8 @@ export interface ListWorkflowStepExecutionsCommandOutput extends ListWorkflowSte
|
|
|
66
90
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
67
91
|
* <p>The service is unable to process your request at this time.</p>
|
|
68
92
|
*
|
|
93
|
+
* @throws {@link ImagebuilderServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
69
95
|
*
|
|
70
96
|
*/
|
|
71
97
|
export declare class ListWorkflowStepExecutionsCommand extends $Command<ListWorkflowStepExecutionsCommandInput, ListWorkflowStepExecutionsCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -34,6 +34,11 @@ export interface PutComponentPolicyCommandOutput extends PutComponentPolicyRespo
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new PutComponentPolicyCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // PutComponentPolicyResponse
|
|
38
|
+
* // requestId: "STRING_VALUE",
|
|
39
|
+
* // componentArn: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
39
44
|
* @param PutComponentPolicyCommandInput - {@link PutComponentPolicyCommandInput}
|
|
@@ -69,6 +74,8 @@ export interface PutComponentPolicyCommandOutput extends PutComponentPolicyRespo
|
|
|
69
74
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
70
75
|
* <p>The service is unable to process your request at this time.</p>
|
|
71
76
|
*
|
|
77
|
+
* @throws {@link ImagebuilderServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
72
79
|
*
|
|
73
80
|
*/
|
|
74
81
|
export declare class PutComponentPolicyCommand extends $Command<PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -39,6 +39,11 @@ export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecip
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new PutContainerRecipePolicyCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // PutContainerRecipePolicyResponse
|
|
43
|
+
* // requestId: "STRING_VALUE",
|
|
44
|
+
* // containerRecipeArn: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
42
47
|
* ```
|
|
43
48
|
*
|
|
44
49
|
* @param PutContainerRecipePolicyCommandInput - {@link PutContainerRecipePolicyCommandInput}
|
|
@@ -74,6 +79,8 @@ export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecip
|
|
|
74
79
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
75
80
|
* <p>The service is unable to process your request at this time.</p>
|
|
76
81
|
*
|
|
82
|
+
* @throws {@link ImagebuilderServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
77
84
|
*
|
|
78
85
|
*/
|
|
79
86
|
export declare class PutContainerRecipePolicyCommand extends $Command<PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -34,6 +34,11 @@ export interface PutImagePolicyCommandOutput extends PutImagePolicyResponse, __M
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new PutImagePolicyCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // PutImagePolicyResponse
|
|
38
|
+
* // requestId: "STRING_VALUE",
|
|
39
|
+
* // imageArn: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
39
44
|
* @param PutImagePolicyCommandInput - {@link PutImagePolicyCommandInput}
|
|
@@ -69,6 +74,8 @@ export interface PutImagePolicyCommandOutput extends PutImagePolicyResponse, __M
|
|
|
69
74
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
70
75
|
* <p>The service is unable to process your request at this time.</p>
|
|
71
76
|
*
|
|
77
|
+
* @throws {@link ImagebuilderServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
72
79
|
*
|
|
73
80
|
*/
|
|
74
81
|
export declare class PutImagePolicyCommand extends $Command<PutImagePolicyCommandInput, PutImagePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -34,6 +34,11 @@ export interface PutImageRecipePolicyCommandOutput extends PutImageRecipePolicyR
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new PutImageRecipePolicyCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // PutImageRecipePolicyResponse
|
|
38
|
+
* // requestId: "STRING_VALUE",
|
|
39
|
+
* // imageRecipeArn: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
39
44
|
* @param PutImageRecipePolicyCommandInput - {@link PutImageRecipePolicyCommandInput}
|
|
@@ -69,6 +74,8 @@ export interface PutImageRecipePolicyCommandOutput extends PutImageRecipePolicyR
|
|
|
69
74
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
70
75
|
* <p>The service is unable to process your request at this time.</p>
|
|
71
76
|
*
|
|
77
|
+
* @throws {@link ImagebuilderServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
72
79
|
*
|
|
73
80
|
*/
|
|
74
81
|
export declare class PutImageRecipePolicyCommand extends $Command<PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -32,6 +32,12 @@ export interface StartImagePipelineExecutionCommandOutput extends StartImagePipe
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new StartImagePipelineExecutionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // StartImagePipelineExecutionResponse
|
|
36
|
+
* // requestId: "STRING_VALUE",
|
|
37
|
+
* // clientToken: "STRING_VALUE",
|
|
38
|
+
* // imageBuildVersionArn: "STRING_VALUE",
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
35
41
|
* ```
|
|
36
42
|
*
|
|
37
43
|
* @param StartImagePipelineExecutionCommandInput - {@link StartImagePipelineExecutionCommandInput}
|
|
@@ -72,6 +78,8 @@ export interface StartImagePipelineExecutionCommandOutput extends StartImagePipe
|
|
|
72
78
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
73
79
|
* <p>The service is unable to process your request at this time.</p>
|
|
74
80
|
*
|
|
81
|
+
* @throws {@link ImagebuilderServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
75
83
|
*
|
|
76
84
|
*/
|
|
77
85
|
export declare class StartImagePipelineExecutionCommand extends $Command<StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new TagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -53,6 +55,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
53
55
|
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
54
56
|
* exception.</p>
|
|
55
57
|
*
|
|
58
|
+
* @throws {@link ImagebuilderServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
56
60
|
*
|
|
57
61
|
*/
|
|
58
62
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -53,6 +55,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
53
55
|
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
54
56
|
* exception.</p>
|
|
55
57
|
*
|
|
58
|
+
* @throws {@link ImagebuilderServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
56
60
|
*
|
|
57
61
|
*/
|
|
58
62
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -105,6 +105,12 @@ export interface UpdateDistributionConfigurationCommandOutput extends UpdateDist
|
|
|
105
105
|
* };
|
|
106
106
|
* const command = new UpdateDistributionConfigurationCommand(input);
|
|
107
107
|
* const response = await client.send(command);
|
|
108
|
+
* // { // UpdateDistributionConfigurationResponse
|
|
109
|
+
* // requestId: "STRING_VALUE",
|
|
110
|
+
* // clientToken: "STRING_VALUE",
|
|
111
|
+
* // distributionConfigurationArn: "STRING_VALUE",
|
|
112
|
+
* // };
|
|
113
|
+
*
|
|
108
114
|
* ```
|
|
109
115
|
*
|
|
110
116
|
* @param UpdateDistributionConfigurationCommandInput - {@link UpdateDistributionConfigurationCommandInput}
|
|
@@ -146,6 +152,8 @@ export interface UpdateDistributionConfigurationCommandOutput extends UpdateDist
|
|
|
146
152
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
147
153
|
* <p>The service is unable to process your request at this time.</p>
|
|
148
154
|
*
|
|
155
|
+
* @throws {@link ImagebuilderServiceException}
|
|
156
|
+
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
149
157
|
*
|
|
150
158
|
*/
|
|
151
159
|
export declare class UpdateDistributionConfigurationCommand extends $Command<UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -63,6 +63,12 @@ export interface UpdateImagePipelineCommandOutput extends UpdateImagePipelineRes
|
|
|
63
63
|
* };
|
|
64
64
|
* const command = new UpdateImagePipelineCommand(input);
|
|
65
65
|
* const response = await client.send(command);
|
|
66
|
+
* // { // UpdateImagePipelineResponse
|
|
67
|
+
* // requestId: "STRING_VALUE",
|
|
68
|
+
* // clientToken: "STRING_VALUE",
|
|
69
|
+
* // imagePipelineArn: "STRING_VALUE",
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
66
72
|
* ```
|
|
67
73
|
*
|
|
68
74
|
* @param UpdateImagePipelineCommandInput - {@link UpdateImagePipelineCommandInput}
|
|
@@ -100,6 +106,8 @@ export interface UpdateImagePipelineCommandOutput extends UpdateImagePipelineRes
|
|
|
100
106
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
101
107
|
* <p>The service is unable to process your request at this time.</p>
|
|
102
108
|
*
|
|
109
|
+
* @throws {@link ImagebuilderServiceException}
|
|
110
|
+
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
103
111
|
*
|
|
104
112
|
*/
|
|
105
113
|
export declare class UpdateImagePipelineCommand extends $Command<UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
@@ -58,6 +58,12 @@ export interface UpdateInfrastructureConfigurationCommandOutput extends UpdateIn
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new UpdateInfrastructureConfigurationCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // UpdateInfrastructureConfigurationResponse
|
|
62
|
+
* // requestId: "STRING_VALUE",
|
|
63
|
+
* // clientToken: "STRING_VALUE",
|
|
64
|
+
* // infrastructureConfigurationArn: "STRING_VALUE",
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
61
67
|
* ```
|
|
62
68
|
*
|
|
63
69
|
* @param UpdateInfrastructureConfigurationCommandInput - {@link UpdateInfrastructureConfigurationCommandInput}
|
|
@@ -95,6 +101,8 @@ export interface UpdateInfrastructureConfigurationCommandOutput extends UpdateIn
|
|
|
95
101
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
96
102
|
* <p>The service is unable to process your request at this time.</p>
|
|
97
103
|
*
|
|
104
|
+
* @throws {@link ImagebuilderServiceException}
|
|
105
|
+
* <p>Base exception class for all service exceptions from Imagebuilder service.</p>
|
|
98
106
|
*
|
|
99
107
|
*/
|
|
100
108
|
export declare class UpdateInfrastructureConfigurationCommand extends $Command<UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-imagebuilder",
|
|
3
3
|
"description": "AWS SDK for JavaScript Imagebuilder Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.327.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.327.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.327.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|