@aws-sdk/client-imagebuilder 3.301.0 → 3.306.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 +8 -7
- package/dist-types/commands/CreateComponentCommand.d.ts +16 -13
- package/dist-types/commands/CreateContainerRecipeCommand.d.ts +13 -9
- package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +15 -12
- package/dist-types/commands/CreateImageCommand.d.ts +23 -10
- package/dist-types/commands/CreateImagePipelineCommand.d.ts +21 -9
- package/dist-types/commands/CreateImageRecipeCommand.d.ts +13 -10
- package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +13 -10
- package/dist-types/commands/DeleteComponentCommand.d.ts +9 -8
- package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +8 -7
- package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +9 -8
- package/dist-types/commands/DeleteImageCommand.d.ts +16 -14
- package/dist-types/commands/DeleteImagePipelineCommand.d.ts +9 -8
- package/dist-types/commands/DeleteImageRecipeCommand.d.ts +9 -8
- package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +9 -8
- package/dist-types/commands/GetComponentCommand.d.ts +7 -6
- package/dist-types/commands/GetComponentPolicyCommand.d.ts +4 -3
- package/dist-types/commands/GetContainerRecipeCommand.d.ts +6 -5
- package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +3 -2
- package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +7 -6
- package/dist-types/commands/GetImageCommand.d.ts +7 -6
- package/dist-types/commands/GetImagePipelineCommand.d.ts +7 -6
- package/dist-types/commands/GetImagePolicyCommand.d.ts +4 -3
- package/dist-types/commands/GetImageRecipeCommand.d.ts +7 -6
- package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +4 -3
- package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +7 -6
- 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 +10 -9
- package/dist-types/commands/ImportVmImageCommand.d.ts +12 -12
- package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +8 -6
- package/dist-types/commands/ListComponentsCommand.d.ts +9 -8
- package/dist-types/commands/ListContainerRecipesCommand.d.ts +6 -5
- package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +6 -5
- package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +7 -6
- package/dist-types/commands/ListImagePackagesCommand.d.ts +8 -6
- package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +6 -5
- package/dist-types/commands/ListImagePipelinesCommand.d.ts +6 -5
- package/dist-types/commands/ListImageRecipesCommand.d.ts +7 -6
- 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 +8 -7
- package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +7 -6
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -2
- 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 +9 -8
- package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +14 -6
- package/dist-types/commands/PutImagePolicyCommand.d.ts +8 -7
- package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +9 -8
- package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +9 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -2
- package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +11 -10
- package/dist-types/commands/UpdateImagePipelineCommand.d.ts +21 -11
- package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +10 -9
- 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
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
5
|
+
import { ListImageScanFindingsRequest, ListImageScanFindingsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link ListImageScanFindingsCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface ListImageScanFindingsCommandInput extends ListImageScanFindingsRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link ListImageScanFindingsCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListImageScanFindingsCommandOutput extends ListImageScanFindingsResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Returns a list of image scan findings for your account.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { ImagebuilderClient, ListImageScanFindingsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
27
|
+
* // const { ImagebuilderClient, ListImageScanFindingsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
28
|
+
* const client = new ImagebuilderClient(config);
|
|
29
|
+
* const input = { // ListImageScanFindingsRequest
|
|
30
|
+
* filters: [ // ImageScanFindingsFilterList
|
|
31
|
+
* { // ImageScanFindingsFilter
|
|
32
|
+
* name: "STRING_VALUE",
|
|
33
|
+
* values: [ // ImageScanFindingsFilterValues
|
|
34
|
+
* "STRING_VALUE",
|
|
35
|
+
* ],
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* maxResults: Number("int"),
|
|
39
|
+
* nextToken: "STRING_VALUE",
|
|
40
|
+
* };
|
|
41
|
+
* const command = new ListImageScanFindingsCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @param ListImageScanFindingsCommandInput - {@link ListImageScanFindingsCommandInput}
|
|
46
|
+
* @returns {@link ListImageScanFindingsCommandOutput}
|
|
47
|
+
* @see {@link ListImageScanFindingsCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link ListImageScanFindingsCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link CallRateLimitExceededException} (client fault)
|
|
52
|
+
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ClientException} (client fault)
|
|
55
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
56
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
57
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
60
|
+
* <p>You are not authorized to perform the requested operation.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InvalidPaginationTokenException} (client fault)
|
|
63
|
+
* <p>You have provided an invalid pagination token in your request.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
66
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ServiceException} (server fault)
|
|
69
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
70
|
+
* exception.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
73
|
+
* <p>The service is unable to process your request at this time.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
export declare class ListImageScanFindingsCommand extends $Command<ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
78
|
+
readonly input: ListImageScanFindingsCommandInput;
|
|
79
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
constructor(input: ListImageScanFindingsCommandInput);
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
87
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput>;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
91
|
+
private serialize;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
95
|
+
private deserialize;
|
|
96
|
+
}
|
|
@@ -19,8 +19,8 @@ export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataB
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Returns the list of images that you have access to. Newly created images
|
|
23
|
-
*
|
|
22
|
+
* <p>Returns the list of images that you have access to. Newly created images can take up
|
|
23
|
+
* to two minutes to appear in the ListImages API Results.</p>
|
|
24
24
|
* @example
|
|
25
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
26
26
|
* ```javascript
|
|
@@ -56,9 +56,9 @@ export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataB
|
|
|
56
56
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link ClientException} (client fault)
|
|
59
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
60
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
61
|
-
* invalid resource identifier.</p>
|
|
59
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
60
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
61
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link ForbiddenException} (client fault)
|
|
64
64
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
@@ -67,10 +67,11 @@ export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataB
|
|
|
67
67
|
* <p>You have provided an invalid pagination token in your request.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link InvalidRequestException} (client fault)
|
|
70
|
-
* <p>You have
|
|
70
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ServiceException} (server fault)
|
|
73
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
73
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
74
|
+
* exception.</p>
|
|
74
75
|
*
|
|
75
76
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
76
77
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface ListInfrastructureConfigurationsCommandOutput extends ListInfra
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Returns a list of infrastructure configurations.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -52,9 +52,9 @@ export interface ListInfrastructureConfigurationsCommandOutput extends ListInfra
|
|
|
52
52
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link ClientException} (client fault)
|
|
55
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
56
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
57
|
-
* invalid resource identifier.</p>
|
|
55
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
56
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
57
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link ForbiddenException} (client fault)
|
|
60
60
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
@@ -63,10 +63,11 @@ export interface ListInfrastructureConfigurationsCommandOutput extends ListInfra
|
|
|
63
63
|
* <p>You have provided an invalid pagination token in your request.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link InvalidRequestException} (client fault)
|
|
66
|
-
* <p>You have
|
|
66
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link ServiceException} (server fault)
|
|
69
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
69
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
70
|
+
* exception.</p>
|
|
70
71
|
*
|
|
71
72
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
72
73
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Returns the list of tags for the specified resource.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -47,7 +47,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
47
47
|
* <p>At least one of the resources referenced by your request does not exist.</p>
|
|
48
48
|
*
|
|
49
49
|
* @throws {@link ServiceException} (server fault)
|
|
50
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
50
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
51
|
+
* exception.</p>
|
|
51
52
|
*
|
|
52
53
|
*
|
|
53
54
|
*/
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
5
|
+
import { ListWorkflowExecutionsRequest, ListWorkflowExecutionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link ListWorkflowExecutionsCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface ListWorkflowExecutionsCommandInput extends ListWorkflowExecutionsRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link ListWorkflowExecutionsCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkflowExecutionsCommandOutput extends ListWorkflowExecutionsResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Returns a list of workflow runtime instance metadata objects for a specific image build
|
|
23
|
+
* version.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { ImagebuilderClient, ListWorkflowExecutionsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
28
|
+
* // const { ImagebuilderClient, ListWorkflowExecutionsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
29
|
+
* const client = new ImagebuilderClient(config);
|
|
30
|
+
* const input = { // ListWorkflowExecutionsRequest
|
|
31
|
+
* maxResults: Number("int"),
|
|
32
|
+
* nextToken: "STRING_VALUE",
|
|
33
|
+
* imageBuildVersionArn: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
35
|
+
* const command = new ListWorkflowExecutionsCommand(input);
|
|
36
|
+
* const response = await client.send(command);
|
|
37
|
+
* ```
|
|
38
|
+
*
|
|
39
|
+
* @param ListWorkflowExecutionsCommandInput - {@link ListWorkflowExecutionsCommandInput}
|
|
40
|
+
* @returns {@link ListWorkflowExecutionsCommandOutput}
|
|
41
|
+
* @see {@link ListWorkflowExecutionsCommandInput} for command's `input` shape.
|
|
42
|
+
* @see {@link ListWorkflowExecutionsCommandOutput} for command's `response` shape.
|
|
43
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link CallRateLimitExceededException} (client fault)
|
|
46
|
+
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ClientException} (client fault)
|
|
49
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
50
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
51
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
54
|
+
* <p>You are not authorized to perform the requested operation.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidPaginationTokenException} (client fault)
|
|
57
|
+
* <p>You have provided an invalid pagination token in your request.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
60
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ServiceException} (server fault)
|
|
63
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
64
|
+
* exception.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
67
|
+
* <p>The service is unable to process your request at this time.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
export declare class ListWorkflowExecutionsCommand extends $Command<ListWorkflowExecutionsCommandInput, ListWorkflowExecutionsCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
72
|
+
readonly input: ListWorkflowExecutionsCommandInput;
|
|
73
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
constructor(input: ListWorkflowExecutionsCommandInput);
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
81
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowExecutionsCommandInput, ListWorkflowExecutionsCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
85
|
+
private serialize;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
89
|
+
private deserialize;
|
|
90
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
5
|
+
import { ListWorkflowStepExecutionsRequest, ListWorkflowStepExecutionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link ListWorkflowStepExecutionsCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface ListWorkflowStepExecutionsCommandInput extends ListWorkflowStepExecutionsRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link ListWorkflowStepExecutionsCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkflowStepExecutionsCommandOutput extends ListWorkflowStepExecutionsResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Shows runtime data for each step in a runtime instance of the workflow
|
|
23
|
+
* that you specify in the request.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { ImagebuilderClient, ListWorkflowStepExecutionsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
28
|
+
* // const { ImagebuilderClient, ListWorkflowStepExecutionsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
29
|
+
* const client = new ImagebuilderClient(config);
|
|
30
|
+
* const input = { // ListWorkflowStepExecutionsRequest
|
|
31
|
+
* maxResults: Number("int"),
|
|
32
|
+
* nextToken: "STRING_VALUE",
|
|
33
|
+
* workflowExecutionId: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
35
|
+
* const command = new ListWorkflowStepExecutionsCommand(input);
|
|
36
|
+
* const response = await client.send(command);
|
|
37
|
+
* ```
|
|
38
|
+
*
|
|
39
|
+
* @param ListWorkflowStepExecutionsCommandInput - {@link ListWorkflowStepExecutionsCommandInput}
|
|
40
|
+
* @returns {@link ListWorkflowStepExecutionsCommandOutput}
|
|
41
|
+
* @see {@link ListWorkflowStepExecutionsCommandInput} for command's `input` shape.
|
|
42
|
+
* @see {@link ListWorkflowStepExecutionsCommandOutput} for command's `response` shape.
|
|
43
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link CallRateLimitExceededException} (client fault)
|
|
46
|
+
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ClientException} (client fault)
|
|
49
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
50
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
51
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
54
|
+
* <p>You are not authorized to perform the requested operation.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidPaginationTokenException} (client fault)
|
|
57
|
+
* <p>You have provided an invalid pagination token in your request.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
60
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ServiceException} (server fault)
|
|
63
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
64
|
+
* exception.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
67
|
+
* <p>The service is unable to process your request at this time.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
export declare class ListWorkflowStepExecutionsCommand extends $Command<ListWorkflowStepExecutionsCommandInput, ListWorkflowStepExecutionsCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
72
|
+
readonly input: ListWorkflowStepExecutionsCommandInput;
|
|
73
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
constructor(input: ListWorkflowStepExecutionsCommandInput);
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
81
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowStepExecutionsCommandInput, ListWorkflowStepExecutionsCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
85
|
+
private serialize;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
89
|
+
private deserialize;
|
|
90
|
+
}
|
|
@@ -19,9 +19,9 @@ export interface PutComponentPolicyCommandOutput extends PutComponentPolicyRespo
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
23
|
-
*
|
|
24
|
-
* all principals with whom the resource is shared.</p>
|
|
22
|
+
* <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
|
|
23
|
+
* <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
|
|
24
|
+
* visible to all principals with whom the resource is shared.</p>
|
|
25
25
|
* @example
|
|
26
26
|
* Use a bare-bones client and the command you need to make an API call.
|
|
27
27
|
* ```javascript
|
|
@@ -46,9 +46,9 @@ export interface PutComponentPolicyCommandOutput extends PutComponentPolicyRespo
|
|
|
46
46
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link ClientException} (client fault)
|
|
49
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
50
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
51
|
-
* invalid resource identifier.</p>
|
|
49
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
50
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
51
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link ForbiddenException} (client fault)
|
|
54
54
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
@@ -57,13 +57,14 @@ export interface PutComponentPolicyCommandOutput extends PutComponentPolicyRespo
|
|
|
57
57
|
* <p>The value that you provided for the specified parameter is invalid.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link InvalidRequestException} (client fault)
|
|
60
|
-
* <p>You have
|
|
60
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
63
63
|
* <p>At least one of the resources referenced by your request does not exist.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link ServiceException} (server fault)
|
|
66
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
66
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
67
|
+
* exception.</p>
|
|
67
68
|
*
|
|
68
69
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
69
70
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,14 @@ export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecip
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Applies a policy to a container image. We recommend that you call the RAM API
|
|
22
|
+
* <p>Applies a policy to a container image. We recommend that you call the RAM API
|
|
23
|
+
* CreateResourceShare
|
|
24
|
+
* (https://docs.aws.amazon.com//ram/latest/APIReference/API_CreateResourceShare.html) to share
|
|
25
|
+
* resources. If you call the Image Builder API <code>PutContainerImagePolicy</code>, you must also
|
|
26
|
+
* call the RAM API PromoteResourceShareCreatedFromPolicy
|
|
27
|
+
* (https://docs.aws.amazon.com//ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html)
|
|
28
|
+
* in order for the resource to be visible to all principals with whom the resource is
|
|
29
|
+
* shared.</p>
|
|
23
30
|
* @example
|
|
24
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
32
|
* ```javascript
|
|
@@ -44,9 +51,9 @@ export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecip
|
|
|
44
51
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
45
52
|
*
|
|
46
53
|
* @throws {@link ClientException} (client fault)
|
|
47
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
48
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
49
|
-
* invalid resource identifier.</p>
|
|
54
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
55
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
56
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
50
57
|
*
|
|
51
58
|
* @throws {@link ForbiddenException} (client fault)
|
|
52
59
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
@@ -55,13 +62,14 @@ export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecip
|
|
|
55
62
|
* <p>The value that you provided for the specified parameter is invalid.</p>
|
|
56
63
|
*
|
|
57
64
|
* @throws {@link InvalidRequestException} (client fault)
|
|
58
|
-
* <p>You have
|
|
65
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
59
66
|
*
|
|
60
67
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
68
|
* <p>At least one of the resources referenced by your request does not exist.</p>
|
|
62
69
|
*
|
|
63
70
|
* @throws {@link ServiceException} (server fault)
|
|
64
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
71
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
72
|
+
* exception.</p>
|
|
65
73
|
*
|
|
66
74
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
67
75
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -20,8 +20,8 @@ export interface PutImagePolicyCommandOutput extends PutImagePolicyResponse, __M
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <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
|
|
23
|
-
*
|
|
24
|
-
* all principals with whom the resource is shared.</p>
|
|
23
|
+
* <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
|
|
24
|
+
* visible to all principals with whom the resource is shared.</p>
|
|
25
25
|
* @example
|
|
26
26
|
* Use a bare-bones client and the command you need to make an API call.
|
|
27
27
|
* ```javascript
|
|
@@ -46,9 +46,9 @@ export interface PutImagePolicyCommandOutput extends PutImagePolicyResponse, __M
|
|
|
46
46
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link ClientException} (client fault)
|
|
49
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
50
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
51
|
-
* invalid resource identifier.</p>
|
|
49
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
50
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
51
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link ForbiddenException} (client fault)
|
|
54
54
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
@@ -57,13 +57,14 @@ export interface PutImagePolicyCommandOutput extends PutImagePolicyResponse, __M
|
|
|
57
57
|
* <p>The value that you provided for the specified parameter is invalid.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link InvalidRequestException} (client fault)
|
|
60
|
-
* <p>You have
|
|
60
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
63
63
|
* <p>At least one of the resources referenced by your request does not exist.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link ServiceException} (server fault)
|
|
66
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
66
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
67
|
+
* exception.</p>
|
|
67
68
|
*
|
|
68
69
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
69
70
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,9 +19,9 @@ export interface PutImageRecipePolicyCommandOutput extends PutImageRecipePolicyR
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
23
|
-
*
|
|
24
|
-
* all principals with whom the resource is shared.</p>
|
|
22
|
+
* <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
|
|
23
|
+
* <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
|
|
24
|
+
* visible to all principals with whom the resource is shared.</p>
|
|
25
25
|
* @example
|
|
26
26
|
* Use a bare-bones client and the command you need to make an API call.
|
|
27
27
|
* ```javascript
|
|
@@ -46,9 +46,9 @@ export interface PutImageRecipePolicyCommandOutput extends PutImageRecipePolicyR
|
|
|
46
46
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link ClientException} (client fault)
|
|
49
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
50
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
51
|
-
* invalid resource identifier.</p>
|
|
49
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
50
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
51
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link ForbiddenException} (client fault)
|
|
54
54
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
@@ -57,13 +57,14 @@ export interface PutImageRecipePolicyCommandOutput extends PutImageRecipePolicyR
|
|
|
57
57
|
* <p>The value that you provided for the specified parameter is invalid.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link InvalidRequestException} (client fault)
|
|
60
|
-
* <p>You have
|
|
60
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
63
63
|
* <p>At least one of the resources referenced by your request does not exist.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link ServiceException} (server fault)
|
|
66
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
66
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
67
|
+
* exception.</p>
|
|
67
68
|
*
|
|
68
69
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
69
70
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface StartImagePipelineExecutionCommandOutput extends StartImagePipe
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Manually triggers a pipeline to create an image.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -44,19 +44,19 @@ export interface StartImagePipelineExecutionCommandOutput extends StartImagePipe
|
|
|
44
44
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
45
45
|
*
|
|
46
46
|
* @throws {@link ClientException} (client fault)
|
|
47
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
48
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
49
|
-
* invalid resource identifier.</p>
|
|
47
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
48
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
49
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
50
50
|
*
|
|
51
51
|
* @throws {@link ForbiddenException} (client fault)
|
|
52
52
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link IdempotentParameterMismatchException} (client fault)
|
|
55
|
-
* <p>You have specified a client token for an operation using parameter values that differ
|
|
56
|
-
* a previous request that used the same client token.</p>
|
|
55
|
+
* <p>You have specified a client token for an operation using parameter values that differ
|
|
56
|
+
* from a previous request that used the same client token.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link InvalidRequestException} (client fault)
|
|
59
|
-
* <p>You have
|
|
59
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link ResourceInUseException} (client fault)
|
|
62
62
|
* <p>The resource that you are trying to operate on is currently in use. Review the message
|
|
@@ -66,7 +66,8 @@ export interface StartImagePipelineExecutionCommandOutput extends StartImagePipe
|
|
|
66
66
|
* <p>At least one of the resources referenced by your request does not exist.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link ServiceException} (server fault)
|
|
69
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
69
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
70
|
+
* exception.</p>
|
|
70
71
|
*
|
|
71
72
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
72
73
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Adds a tag to a resource.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -50,7 +50,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
50
50
|
* <p>At least one of the resources referenced by your request does not exist.</p>
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link ServiceException} (server fault)
|
|
53
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
53
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
54
|
+
* exception.</p>
|
|
54
55
|
*
|
|
55
56
|
*
|
|
56
57
|
*/
|
|
@@ -19,7 +19,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Removes a tag from a resource.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -50,7 +50,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
50
50
|
* <p>At least one of the resources referenced by your request does not exist.</p>
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link ServiceException} (server fault)
|
|
53
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
53
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
54
|
+
* exception.</p>
|
|
54
55
|
*
|
|
55
56
|
*
|
|
56
57
|
*/
|