@aws-sdk/client-imagebuilder 3.301.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 +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
|
@@ -19,19 +19,20 @@ export interface DeleteImageCommandOutput extends DeleteImageResponse, __Metadat
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Deletes an Image Builder image resource. This does not delete any EC2 AMIs or ECR container
|
|
23
|
-
* that are created during the image build process. You must clean those up
|
|
24
|
-
* using the appropriate Amazon EC2 or Amazon ECR console actions, or API or CLI
|
|
22
|
+
* <p>Deletes an Image Builder image resource. This does not delete any EC2 AMIs or ECR container
|
|
23
|
+
* images that are created during the image build process. You must clean those up
|
|
24
|
+
* separately, using the appropriate Amazon EC2 or Amazon ECR console actions, or API or CLI
|
|
25
|
+
* commands.</p>
|
|
25
26
|
* <ul>
|
|
26
27
|
* <li>
|
|
27
|
-
* <p>To deregister an EC2 Linux AMI, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/deregister-ami.html">Deregister
|
|
28
|
-
*
|
|
28
|
+
* <p>To deregister an EC2 Linux AMI, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/deregister-ami.html">Deregister your
|
|
29
|
+
* Linux AMI</a> in the <i>
|
|
29
30
|
* <i>Amazon EC2 User Guide</i>
|
|
30
31
|
* </i>.</p>
|
|
31
32
|
* </li>
|
|
32
33
|
* <li>
|
|
33
|
-
* <p>To deregister an EC2 Windows AMI, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/deregister-ami.html">Deregister
|
|
34
|
-
*
|
|
34
|
+
* <p>To deregister an EC2 Windows AMI, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/deregister-ami.html">Deregister your
|
|
35
|
+
* Windows AMI</a> in the <i>
|
|
35
36
|
* <i>Amazon EC2 Windows Guide</i>
|
|
36
37
|
* </i>.</p>
|
|
37
38
|
* </li>
|
|
@@ -63,22 +64,23 @@ export interface DeleteImageCommandOutput extends DeleteImageResponse, __Metadat
|
|
|
63
64
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
64
65
|
*
|
|
65
66
|
* @throws {@link ClientException} (client fault)
|
|
66
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
67
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
68
|
-
* invalid resource identifier.</p>
|
|
67
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
68
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
69
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
69
70
|
*
|
|
70
71
|
* @throws {@link ForbiddenException} (client fault)
|
|
71
72
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
72
73
|
*
|
|
73
74
|
* @throws {@link InvalidRequestException} (client fault)
|
|
74
|
-
* <p>You have
|
|
75
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
75
76
|
*
|
|
76
77
|
* @throws {@link ResourceDependencyException} (client fault)
|
|
77
|
-
* <p>You have attempted to mutate or delete a resource with a dependency that prohibits
|
|
78
|
-
* action. See the error message for more details.</p>
|
|
78
|
+
* <p>You have attempted to mutate or delete a resource with a dependency that prohibits
|
|
79
|
+
* this action. See the error message for more details.</p>
|
|
79
80
|
*
|
|
80
81
|
* @throws {@link ServiceException} (server fault)
|
|
81
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
82
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
83
|
+
* exception.</p>
|
|
82
84
|
*
|
|
83
85
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
84
86
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface DeleteImagePipelineCommandOutput extends DeleteImagePipelineRes
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Deletes an image pipeline.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -43,22 +43,23 @@ export interface DeleteImagePipelineCommandOutput extends DeleteImagePipelineRes
|
|
|
43
43
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link ClientException} (client fault)
|
|
46
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
48
|
-
* invalid resource identifier.</p>
|
|
46
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
48
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
49
49
|
*
|
|
50
50
|
* @throws {@link ForbiddenException} (client fault)
|
|
51
51
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
-
* <p>You have
|
|
54
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ResourceDependencyException} (client fault)
|
|
57
|
-
* <p>You have attempted to mutate or delete a resource with a dependency that prohibits
|
|
58
|
-
* action. See the error message for more details.</p>
|
|
57
|
+
* <p>You have attempted to mutate or delete a resource with a dependency that prohibits
|
|
58
|
+
* this action. See the error message for more details.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link ServiceException} (server fault)
|
|
61
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
61
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
62
|
+
* exception.</p>
|
|
62
63
|
*
|
|
63
64
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
64
65
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface DeleteImageRecipeCommandOutput extends DeleteImageRecipeRespons
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Deletes an image recipe.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -43,22 +43,23 @@ export interface DeleteImageRecipeCommandOutput extends DeleteImageRecipeRespons
|
|
|
43
43
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link ClientException} (client fault)
|
|
46
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
48
|
-
* invalid resource identifier.</p>
|
|
46
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
48
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
49
49
|
*
|
|
50
50
|
* @throws {@link ForbiddenException} (client fault)
|
|
51
51
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
-
* <p>You have
|
|
54
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ResourceDependencyException} (client fault)
|
|
57
|
-
* <p>You have attempted to mutate or delete a resource with a dependency that prohibits
|
|
58
|
-
* action. See the error message for more details.</p>
|
|
57
|
+
* <p>You have attempted to mutate or delete a resource with a dependency that prohibits
|
|
58
|
+
* this action. See the error message for more details.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link ServiceException} (server fault)
|
|
61
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
61
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
62
|
+
* exception.</p>
|
|
62
63
|
*
|
|
63
64
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
64
65
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface DeleteInfrastructureConfigurationCommandOutput extends DeleteIn
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Deletes an infrastructure configuration.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -43,22 +43,23 @@ export interface DeleteInfrastructureConfigurationCommandOutput extends DeleteIn
|
|
|
43
43
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link ClientException} (client fault)
|
|
46
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
48
|
-
* invalid resource identifier.</p>
|
|
46
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
48
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
49
49
|
*
|
|
50
50
|
* @throws {@link ForbiddenException} (client fault)
|
|
51
51
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
-
* <p>You have
|
|
54
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ResourceDependencyException} (client fault)
|
|
57
|
-
* <p>You have attempted to mutate or delete a resource with a dependency that prohibits
|
|
58
|
-
* action. See the error message for more details.</p>
|
|
57
|
+
* <p>You have attempted to mutate or delete a resource with a dependency that prohibits
|
|
58
|
+
* this action. See the error message for more details.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link ServiceException} (server fault)
|
|
61
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
61
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
62
|
+
* exception.</p>
|
|
62
63
|
*
|
|
63
64
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
64
65
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Gets a component object.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -43,18 +43,19 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
|
|
|
43
43
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link ClientException} (client fault)
|
|
46
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
48
|
-
* invalid resource identifier.</p>
|
|
46
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
48
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
49
49
|
*
|
|
50
50
|
* @throws {@link ForbiddenException} (client fault)
|
|
51
51
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
-
* <p>You have
|
|
54
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ServiceException} (server fault)
|
|
57
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
57
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
58
|
+
* exception.</p>
|
|
58
59
|
*
|
|
59
60
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
60
61
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface GetComponentPolicyCommandOutput extends GetComponentPolicyRespo
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Gets a component policy.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -46,13 +46,14 @@ export interface GetComponentPolicyCommandOutput extends GetComponentPolicyRespo
|
|
|
46
46
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
-
* <p>You have
|
|
49
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
50
50
|
*
|
|
51
51
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
52
|
* <p>At least one of the resources referenced by your request does not exist.</p>
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link ServiceException} (server fault)
|
|
55
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
55
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
56
|
+
* exception.</p>
|
|
56
57
|
*
|
|
57
58
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
58
59
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -43,18 +43,19 @@ export interface GetContainerRecipeCommandOutput extends GetContainerRecipeRespo
|
|
|
43
43
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link ClientException} (client fault)
|
|
46
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
48
|
-
* invalid resource identifier.</p>
|
|
46
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
48
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
49
49
|
*
|
|
50
50
|
* @throws {@link ForbiddenException} (client fault)
|
|
51
51
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
-
* <p>You have
|
|
54
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ServiceException} (server fault)
|
|
57
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
57
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
58
|
+
* exception.</p>
|
|
58
59
|
*
|
|
59
60
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
60
61
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -46,13 +46,14 @@ export interface GetContainerRecipePolicyCommandOutput extends GetContainerRecip
|
|
|
46
46
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
-
* <p>You have
|
|
49
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
50
50
|
*
|
|
51
51
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
52
|
* <p>At least one of the resources referenced by your request does not exist.</p>
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link ServiceException} (server fault)
|
|
55
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
55
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
56
|
+
* exception.</p>
|
|
56
57
|
*
|
|
57
58
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
58
59
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface GetDistributionConfigurationCommandOutput extends GetDistributi
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Gets a distribution configuration.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -43,18 +43,19 @@ export interface GetDistributionConfigurationCommandOutput extends GetDistributi
|
|
|
43
43
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link ClientException} (client fault)
|
|
46
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
48
|
-
* invalid resource identifier.</p>
|
|
46
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
48
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
49
49
|
*
|
|
50
50
|
* @throws {@link ForbiddenException} (client fault)
|
|
51
51
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
-
* <p>You have
|
|
54
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ServiceException} (server fault)
|
|
57
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
57
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
58
|
+
* exception.</p>
|
|
58
59
|
*
|
|
59
60
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
60
61
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface GetImageCommandOutput extends GetImageResponse, __MetadataBeare
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Gets 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
|
|
@@ -43,18 +43,19 @@ export interface GetImageCommandOutput extends GetImageResponse, __MetadataBeare
|
|
|
43
43
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link ClientException} (client fault)
|
|
46
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
48
|
-
* invalid resource identifier.</p>
|
|
46
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
48
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
49
49
|
*
|
|
50
50
|
* @throws {@link ForbiddenException} (client fault)
|
|
51
51
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
-
* <p>You have
|
|
54
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ServiceException} (server fault)
|
|
57
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
57
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
58
|
+
* exception.</p>
|
|
58
59
|
*
|
|
59
60
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
60
61
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface GetImagePipelineCommandOutput extends GetImagePipelineResponse,
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Gets an image pipeline.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -43,18 +43,19 @@ export interface GetImagePipelineCommandOutput extends GetImagePipelineResponse,
|
|
|
43
43
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link ClientException} (client fault)
|
|
46
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
48
|
-
* invalid resource identifier.</p>
|
|
46
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
48
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
49
49
|
*
|
|
50
50
|
* @throws {@link ForbiddenException} (client fault)
|
|
51
51
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
-
* <p>You have
|
|
54
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ServiceException} (server fault)
|
|
57
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
57
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
58
|
+
* exception.</p>
|
|
58
59
|
*
|
|
59
60
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
60
61
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface GetImagePolicyCommandOutput extends GetImagePolicyResponse, __M
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Gets an image policy.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -46,13 +46,14 @@ export interface GetImagePolicyCommandOutput extends GetImagePolicyResponse, __M
|
|
|
46
46
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
-
* <p>You have
|
|
49
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
50
50
|
*
|
|
51
51
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
52
|
* <p>At least one of the resources referenced by your request does not exist.</p>
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link ServiceException} (server fault)
|
|
55
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
55
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
56
|
+
* exception.</p>
|
|
56
57
|
*
|
|
57
58
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
58
59
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface GetImageRecipeCommandOutput extends GetImageRecipeResponse, __M
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Gets an image recipe.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -43,18 +43,19 @@ export interface GetImageRecipeCommandOutput extends GetImageRecipeResponse, __M
|
|
|
43
43
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link ClientException} (client fault)
|
|
46
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
48
|
-
* invalid resource identifier.</p>
|
|
46
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
48
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
49
49
|
*
|
|
50
50
|
* @throws {@link ForbiddenException} (client fault)
|
|
51
51
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
-
* <p>You have
|
|
54
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ServiceException} (server fault)
|
|
57
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
57
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
58
|
+
* exception.</p>
|
|
58
59
|
*
|
|
59
60
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
60
61
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface GetImageRecipePolicyCommandOutput extends GetImageRecipePolicyR
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Gets an image recipe policy.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -46,13 +46,14 @@ export interface GetImageRecipePolicyCommandOutput extends GetImageRecipePolicyR
|
|
|
46
46
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
-
* <p>You have
|
|
49
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
50
50
|
*
|
|
51
51
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
52
|
* <p>At least one of the resources referenced by your request does not exist.</p>
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link ServiceException} (server fault)
|
|
55
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
55
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
56
|
+
* exception.</p>
|
|
56
57
|
*
|
|
57
58
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
58
59
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -19,7 +19,7 @@ export interface GetInfrastructureConfigurationCommandOutput extends GetInfrastr
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>Gets an infrastructure configuration.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -43,18 +43,19 @@ export interface GetInfrastructureConfigurationCommandOutput extends GetInfrastr
|
|
|
43
43
|
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link ClientException} (client fault)
|
|
46
|
-
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
-
* behalf of a user that doesn't have permissions to use the action or
|
|
48
|
-
* invalid resource identifier.</p>
|
|
46
|
+
* <p>These errors are usually caused by a client action, such as using an action or
|
|
47
|
+
* resource on behalf of a user that doesn't have permissions to use the action or
|
|
48
|
+
* resource, or specifying an invalid resource identifier.</p>
|
|
49
49
|
*
|
|
50
50
|
* @throws {@link ForbiddenException} (client fault)
|
|
51
51
|
* <p>You are not authorized to perform the requested operation.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
-
* <p>You have
|
|
54
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ServiceException} (server fault)
|
|
57
|
-
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
57
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
58
|
+
* exception.</p>
|
|
58
59
|
*
|
|
59
60
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
60
61
|
* <p>The service is unable to process your request at this time.</p>
|
|
@@ -0,0 +1,85 @@
|
|
|
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 { GetWorkflowExecutionRequest, GetWorkflowExecutionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link GetWorkflowExecutionCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface GetWorkflowExecutionCommandInput extends GetWorkflowExecutionRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link GetWorkflowExecutionCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetWorkflowExecutionCommandOutput extends GetWorkflowExecutionResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Get the runtime information that was logged for a specific runtime instance
|
|
23
|
+
* of the workflow.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { ImagebuilderClient, GetWorkflowExecutionCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
|
|
28
|
+
* // const { ImagebuilderClient, GetWorkflowExecutionCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
|
|
29
|
+
* const client = new ImagebuilderClient(config);
|
|
30
|
+
* const input = { // GetWorkflowExecutionRequest
|
|
31
|
+
* workflowExecutionId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
33
|
+
* const command = new GetWorkflowExecutionCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param GetWorkflowExecutionCommandInput - {@link GetWorkflowExecutionCommandInput}
|
|
38
|
+
* @returns {@link GetWorkflowExecutionCommandOutput}
|
|
39
|
+
* @see {@link GetWorkflowExecutionCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link GetWorkflowExecutionCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link CallRateLimitExceededException} (client fault)
|
|
44
|
+
* <p>You have exceeded the permitted request rate for the specific operation.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ClientException} (client fault)
|
|
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
|
+
*
|
|
51
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
52
|
+
* <p>You are not authorized to perform the requested operation.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
55
|
+
* <p>You have requested an action that that the service doesn't support.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServiceException} (server fault)
|
|
58
|
+
* <p>This exception is thrown when the service encounters an unrecoverable
|
|
59
|
+
* exception.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
62
|
+
* <p>The service is unable to process your request at this time.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
export declare class GetWorkflowExecutionCommand extends $Command<GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
67
|
+
readonly input: GetWorkflowExecutionCommandInput;
|
|
68
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
constructor(input: GetWorkflowExecutionCommandInput);
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
76
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
80
|
+
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
84
|
+
private deserialize;
|
|
85
|
+
}
|