@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.
Files changed (118) hide show
  1. package/README.md +51 -3
  2. package/dist-cjs/Imagebuilder.js +90 -0
  3. package/dist-cjs/commands/GetWorkflowExecutionCommand.js +45 -0
  4. package/dist-cjs/commands/GetWorkflowStepExecutionCommand.js +45 -0
  5. package/dist-cjs/commands/ListImageScanFindingAggregationsCommand.js +45 -0
  6. package/dist-cjs/commands/ListImageScanFindingsCommand.js +45 -0
  7. package/dist-cjs/commands/ListWorkflowExecutionsCommand.js +45 -0
  8. package/dist-cjs/commands/ListWorkflowStepExecutionsCommand.js +45 -0
  9. package/dist-cjs/commands/index.js +6 -0
  10. package/dist-cjs/endpoint/ruleset.js +3 -3
  11. package/dist-cjs/models/models_0.js +113 -92
  12. package/dist-cjs/pagination/ListImageScanFindingAggregationsPaginator.js +28 -0
  13. package/dist-cjs/pagination/ListImageScanFindingsPaginator.js +29 -0
  14. package/dist-cjs/pagination/ListWorkflowExecutionsPaginator.js +29 -0
  15. package/dist-cjs/pagination/ListWorkflowStepExecutionsPaginator.js +29 -0
  16. package/dist-cjs/pagination/index.js +4 -0
  17. package/dist-cjs/protocols/Aws_restJson1.js +945 -13
  18. package/dist-es/Imagebuilder.js +90 -0
  19. package/dist-es/commands/GetWorkflowExecutionCommand.js +41 -0
  20. package/dist-es/commands/GetWorkflowStepExecutionCommand.js +41 -0
  21. package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +41 -0
  22. package/dist-es/commands/ListImageScanFindingsCommand.js +41 -0
  23. package/dist-es/commands/ListWorkflowExecutionsCommand.js +41 -0
  24. package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +41 -0
  25. package/dist-es/commands/index.js +6 -0
  26. package/dist-es/endpoint/ruleset.js +3 -3
  27. package/dist-es/models/models_0.js +112 -91
  28. package/dist-es/pagination/ListImageScanFindingAggregationsPaginator.js +24 -0
  29. package/dist-es/pagination/ListImageScanFindingsPaginator.js +25 -0
  30. package/dist-es/pagination/ListWorkflowExecutionsPaginator.js +25 -0
  31. package/dist-es/pagination/ListWorkflowStepExecutionsPaginator.js +25 -0
  32. package/dist-es/pagination/index.js +4 -0
  33. package/dist-es/protocols/Aws_restJson1.js +931 -12
  34. package/dist-types/Imagebuilder.d.ts +165 -75
  35. package/dist-types/ImagebuilderClient.d.ts +11 -5
  36. package/dist-types/commands/CancelImageCreationCommand.d.ts +8 -7
  37. package/dist-types/commands/CreateComponentCommand.d.ts +16 -13
  38. package/dist-types/commands/CreateContainerRecipeCommand.d.ts +13 -9
  39. package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +15 -12
  40. package/dist-types/commands/CreateImageCommand.d.ts +23 -10
  41. package/dist-types/commands/CreateImagePipelineCommand.d.ts +21 -9
  42. package/dist-types/commands/CreateImageRecipeCommand.d.ts +13 -10
  43. package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +13 -10
  44. package/dist-types/commands/DeleteComponentCommand.d.ts +9 -8
  45. package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +8 -7
  46. package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +9 -8
  47. package/dist-types/commands/DeleteImageCommand.d.ts +16 -14
  48. package/dist-types/commands/DeleteImagePipelineCommand.d.ts +9 -8
  49. package/dist-types/commands/DeleteImageRecipeCommand.d.ts +9 -8
  50. package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +9 -8
  51. package/dist-types/commands/GetComponentCommand.d.ts +7 -6
  52. package/dist-types/commands/GetComponentPolicyCommand.d.ts +4 -3
  53. package/dist-types/commands/GetContainerRecipeCommand.d.ts +6 -5
  54. package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +3 -2
  55. package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +7 -6
  56. package/dist-types/commands/GetImageCommand.d.ts +7 -6
  57. package/dist-types/commands/GetImagePipelineCommand.d.ts +7 -6
  58. package/dist-types/commands/GetImagePolicyCommand.d.ts +4 -3
  59. package/dist-types/commands/GetImageRecipeCommand.d.ts +7 -6
  60. package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +4 -3
  61. package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +7 -6
  62. package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +85 -0
  63. package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +85 -0
  64. package/dist-types/commands/ImportComponentCommand.d.ts +10 -9
  65. package/dist-types/commands/ImportVmImageCommand.d.ts +12 -12
  66. package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +8 -6
  67. package/dist-types/commands/ListComponentsCommand.d.ts +9 -8
  68. package/dist-types/commands/ListContainerRecipesCommand.d.ts +6 -5
  69. package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +6 -5
  70. package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +7 -6
  71. package/dist-types/commands/ListImagePackagesCommand.d.ts +8 -6
  72. package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +6 -5
  73. package/dist-types/commands/ListImagePipelinesCommand.d.ts +6 -5
  74. package/dist-types/commands/ListImageRecipesCommand.d.ts +7 -6
  75. package/dist-types/commands/ListImageScanFindingAggregationsCommand.d.ts +120 -0
  76. package/dist-types/commands/ListImageScanFindingsCommand.d.ts +96 -0
  77. package/dist-types/commands/ListImagesCommand.d.ts +8 -7
  78. package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +7 -6
  79. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -2
  80. package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +90 -0
  81. package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +90 -0
  82. package/dist-types/commands/PutComponentPolicyCommand.d.ts +9 -8
  83. package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +14 -6
  84. package/dist-types/commands/PutImagePolicyCommand.d.ts +8 -7
  85. package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +9 -8
  86. package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +9 -8
  87. package/dist-types/commands/TagResourceCommand.d.ts +3 -2
  88. package/dist-types/commands/UntagResourceCommand.d.ts +3 -2
  89. package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +11 -10
  90. package/dist-types/commands/UpdateImagePipelineCommand.d.ts +21 -11
  91. package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +10 -9
  92. package/dist-types/commands/index.d.ts +6 -0
  93. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  94. package/dist-types/models/models_0.d.ts +1712 -524
  95. package/dist-types/pagination/ListImageScanFindingAggregationsPaginator.d.ts +7 -0
  96. package/dist-types/pagination/ListImageScanFindingsPaginator.d.ts +7 -0
  97. package/dist-types/pagination/ListWorkflowExecutionsPaginator.d.ts +7 -0
  98. package/dist-types/pagination/ListWorkflowStepExecutionsPaginator.d.ts +7 -0
  99. package/dist-types/pagination/index.d.ts +4 -0
  100. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  101. package/dist-types/ts3.4/Imagebuilder.d.ts +102 -0
  102. package/dist-types/ts3.4/ImagebuilderClient.d.ts +36 -0
  103. package/dist-types/ts3.4/commands/GetWorkflowExecutionCommand.d.ts +41 -0
  104. package/dist-types/ts3.4/commands/GetWorkflowStepExecutionCommand.d.ts +41 -0
  105. package/dist-types/ts3.4/commands/ListImageScanFindingAggregationsCommand.d.ts +41 -0
  106. package/dist-types/ts3.4/commands/ListImageScanFindingsCommand.d.ts +41 -0
  107. package/dist-types/ts3.4/commands/ListWorkflowExecutionsCommand.d.ts +41 -0
  108. package/dist-types/ts3.4/commands/ListWorkflowStepExecutionsCommand.d.ts +41 -0
  109. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  110. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  111. package/dist-types/ts3.4/models/models_0.d.ts +372 -76
  112. package/dist-types/ts3.4/pagination/ListImageScanFindingAggregationsPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/ListImageScanFindingsPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/ListWorkflowExecutionsPaginator.d.ts +11 -0
  115. package/dist-types/ts3.4/pagination/ListWorkflowStepExecutionsPaginator.d.ts +11 -0
  116. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  117. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  118. package/package.json +34 -34
@@ -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 { GetWorkflowStepExecutionRequest, GetWorkflowStepExecutionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link GetWorkflowStepExecutionCommand}.
10
+ */
11
+ export interface GetWorkflowStepExecutionCommandInput extends GetWorkflowStepExecutionRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link GetWorkflowStepExecutionCommand}.
17
+ */
18
+ export interface GetWorkflowStepExecutionCommandOutput extends GetWorkflowStepExecutionResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Get the runtime information that was logged for a specific runtime instance of
23
+ * the workflow step.</p>
24
+ * @example
25
+ * Use a bare-bones client and the command you need to make an API call.
26
+ * ```javascript
27
+ * import { ImagebuilderClient, GetWorkflowStepExecutionCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
28
+ * // const { ImagebuilderClient, GetWorkflowStepExecutionCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
29
+ * const client = new ImagebuilderClient(config);
30
+ * const input = { // GetWorkflowStepExecutionRequest
31
+ * stepExecutionId: "STRING_VALUE", // required
32
+ * };
33
+ * const command = new GetWorkflowStepExecutionCommand(input);
34
+ * const response = await client.send(command);
35
+ * ```
36
+ *
37
+ * @param GetWorkflowStepExecutionCommandInput - {@link GetWorkflowStepExecutionCommandInput}
38
+ * @returns {@link GetWorkflowStepExecutionCommandOutput}
39
+ * @see {@link GetWorkflowStepExecutionCommandInput} for command's `input` shape.
40
+ * @see {@link GetWorkflowStepExecutionCommandOutput} 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 GetWorkflowStepExecutionCommand extends $Command<GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput, ImagebuilderClientResolvedConfig> {
67
+ readonly input: GetWorkflowStepExecutionCommandInput;
68
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
72
+ constructor(input: GetWorkflowStepExecutionCommandInput);
73
+ /**
74
+ * @internal
75
+ */
76
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
80
+ private serialize;
81
+ /**
82
+ * @internal
83
+ */
84
+ private deserialize;
85
+ }
@@ -56,23 +56,23 @@ export interface ImportComponentCommandOutput extends ImportComponentResponse, _
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 resource on
60
- * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
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>
65
65
  *
66
66
  * @throws {@link IdempotentParameterMismatchException} (client fault)
67
- * <p>You have specified a client token for an operation using parameter values that differ from
68
- * a previous request that used the same client token.</p>
67
+ * <p>You have specified a client token for an operation using parameter values that differ
68
+ * from a previous request that used the same client token.</p>
69
69
  *
70
70
  * @throws {@link InvalidParameterCombinationException} (client fault)
71
- * <p>You have specified two or more mutually exclusive parameters. Review the error message for
72
- * details.</p>
71
+ * <p>You have specified two or more mutually exclusive parameters. Review the error message
72
+ * for details.</p>
73
73
  *
74
74
  * @throws {@link InvalidRequestException} (client fault)
75
- * <p>You have made a request for an action that is not supported by the service.</p>
75
+ * <p>You have requested an action that that the service doesn't support.</p>
76
76
  *
77
77
  * @throws {@link InvalidVersionNumberException} (client fault)
78
78
  * <p>Your version number is out of bounds or does not follow the required syntax.</p>
@@ -82,7 +82,8 @@ export interface ImportComponentCommandOutput extends ImportComponentResponse, _
82
82
  * details and retry later.</p>
83
83
  *
84
84
  * @throws {@link ServiceException} (server fault)
85
- * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
85
+ * <p>This exception is thrown when the service encounters an unrecoverable
86
+ * exception.</p>
86
87
  *
87
88
  * @throws {@link ServiceUnavailableException} (server fault)
88
89
  * <p>The service is unable to process your request at this time.</p>
@@ -19,15 +19,14 @@ export interface ImportVmImageCommandOutput extends ImportVmImageResponse, __Met
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>When you export your virtual machine (VM) from its virtualization environment,
23
- * that process creates a set of one or more disk container files that act as
24
- * snapshots of your VM’s environment, settings, and data. The Amazon EC2 API
25
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportImage.html">ImportImage</a>
26
- * action uses those files to import your VM and create an AMI. To import using the
27
- * CLI command, see <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/import-image.html">import-image</a>
22
+ * <p>When you export your virtual machine (VM) from its virtualization environment, that
23
+ * process creates a set of one or more disk container files that act as snapshots of your
24
+ * VM’s environment, settings, and data. The Amazon EC2 API <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportImage.html">ImportImage</a>
25
+ * action uses those files to import your VM and create an AMI. To import using the CLI
26
+ * command, see <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/import-image.html">import-image</a>
28
27
  * </p>
29
- * <p>You can reference the task ID from the VM import to pull in the AMI that
30
- * the import created as the base image for your Image Builder recipe.</p>
28
+ * <p>You can reference the task ID from the VM import to pull in the AMI that the import
29
+ * created as the base image for your Image Builder recipe.</p>
31
30
  * @example
32
31
  * Use a bare-bones client and the command you need to make an API call.
33
32
  * ```javascript
@@ -57,12 +56,13 @@ export interface ImportVmImageCommandOutput extends ImportVmImageResponse, __Met
57
56
  * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
58
57
  *
59
58
  * @throws {@link ClientException} (client fault)
60
- * <p>These errors are usually caused by a client action, such as using an action or resource on
61
- * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
62
- * 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>
63
62
  *
64
63
  * @throws {@link ServiceException} (server fault)
65
- * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
64
+ * <p>This exception is thrown when the service encounters an unrecoverable
65
+ * exception.</p>
66
66
  *
67
67
  * @throws {@link ServiceUnavailableException} (server fault)
68
68
  * <p>The service is unable to process your request at this time.</p>
@@ -19,7 +19,8 @@ export interface ListComponentBuildVersionsCommandOutput extends ListComponentBu
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p> Returns the list of component build versions for the specified semantic version.</p>
22
+ * <p>Returns the list of component build versions for the specified semantic
23
+ * version.</p>
23
24
  * <note>
24
25
  * <p>The semantic version has four nodes: <major>.<minor>.<patch>/<build>.
25
26
  * You can assign values for the first three, and can filter on all of them.</p>
@@ -54,9 +55,9 @@ export interface ListComponentBuildVersionsCommandOutput extends ListComponentBu
54
55
  * <p>You have exceeded the permitted request rate for the specific operation.</p>
55
56
  *
56
57
  * @throws {@link ClientException} (client fault)
57
- * <p>These errors are usually caused by a client action, such as using an action or resource on
58
- * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
59
- * invalid resource identifier.</p>
58
+ * <p>These errors are usually caused by a client action, such as using an action or
59
+ * resource on behalf of a user that doesn't have permissions to use the action or
60
+ * resource, or specifying an invalid resource identifier.</p>
60
61
  *
61
62
  * @throws {@link ForbiddenException} (client fault)
62
63
  * <p>You are not authorized to perform the requested operation.</p>
@@ -65,10 +66,11 @@ export interface ListComponentBuildVersionsCommandOutput extends ListComponentBu
65
66
  * <p>You have provided an invalid pagination token in your request.</p>
66
67
  *
67
68
  * @throws {@link InvalidRequestException} (client fault)
68
- * <p>You have made a request for an action that is not supported by the service.</p>
69
+ * <p>You have requested an action that that the service doesn't support.</p>
69
70
  *
70
71
  * @throws {@link ServiceException} (server fault)
71
- * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
72
+ * <p>This exception is thrown when the service encounters an unrecoverable
73
+ * exception.</p>
72
74
  *
73
75
  * @throws {@link ServiceUnavailableException} (server fault)
74
76
  * <p>The service is unable to process your request at this time.</p>
@@ -19,9 +19,9 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Returns the list of components that can be filtered by name, or by using
23
- * the listed <code>filters</code> to streamline results. Newly created components
24
- * can take up to two minutes to appear in the ListComponents API Results.</p>
22
+ * <p>Returns the list of components that can be filtered by name, or by using the listed
23
+ * <code>filters</code> to streamline results. Newly created components can take up to
24
+ * two minutes to appear in the ListComponents API Results.</p>
25
25
  * <note>
26
26
  * <p>The semantic version has four nodes: <major>.<minor>.<patch>/<build>.
27
27
  * You can assign values for the first three, and can filter on all of them.</p>
@@ -65,9 +65,9 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
65
65
  * <p>You have exceeded the permitted request rate for the specific operation.</p>
66
66
  *
67
67
  * @throws {@link ClientException} (client fault)
68
- * <p>These errors are usually caused by a client action, such as using an action or resource on
69
- * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
70
- * invalid resource identifier.</p>
68
+ * <p>These errors are usually caused by a client action, such as using an action or
69
+ * resource on behalf of a user that doesn't have permissions to use the action or
70
+ * resource, or specifying an invalid resource identifier.</p>
71
71
  *
72
72
  * @throws {@link ForbiddenException} (client fault)
73
73
  * <p>You are not authorized to perform the requested operation.</p>
@@ -76,10 +76,11 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
76
76
  * <p>You have provided an invalid pagination token in your request.</p>
77
77
  *
78
78
  * @throws {@link InvalidRequestException} (client fault)
79
- * <p>You have made a request for an action that is not supported by the service.</p>
79
+ * <p>You have requested an action that that the service doesn't support.</p>
80
80
  *
81
81
  * @throws {@link ServiceException} (server fault)
82
- * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
82
+ * <p>This exception is thrown when the service encounters an unrecoverable
83
+ * exception.</p>
83
84
  *
84
85
  * @throws {@link ServiceUnavailableException} (server fault)
85
86
  * <p>The service is unable to process your request at this time.</p>
@@ -53,9 +53,9 @@ export interface ListContainerRecipesCommandOutput extends ListContainerRecipesR
53
53
  * <p>You have exceeded the permitted request rate for the specific operation.</p>
54
54
  *
55
55
  * @throws {@link ClientException} (client fault)
56
- * <p>These errors are usually caused by a client action, such as using an action or resource on
57
- * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
58
- * invalid resource identifier.</p>
56
+ * <p>These errors are usually caused by a client action, such as using an action or
57
+ * resource on behalf of a user that doesn't have permissions to use the action or
58
+ * resource, or specifying an invalid resource identifier.</p>
59
59
  *
60
60
  * @throws {@link ForbiddenException} (client fault)
61
61
  * <p>You are not authorized to perform the requested operation.</p>
@@ -64,10 +64,11 @@ export interface ListContainerRecipesCommandOutput extends ListContainerRecipesR
64
64
  * <p>You have provided an invalid pagination token in your request.</p>
65
65
  *
66
66
  * @throws {@link InvalidRequestException} (client fault)
67
- * <p>You have made a request for an action that is not supported by the service.</p>
67
+ * <p>You have requested an action that that the service doesn't support.</p>
68
68
  *
69
69
  * @throws {@link ServiceException} (server fault)
70
- * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
70
+ * <p>This exception is thrown when the service encounters an unrecoverable
71
+ * exception.</p>
71
72
  *
72
73
  * @throws {@link ServiceUnavailableException} (server fault)
73
74
  * <p>The service is unable to process your request at this time.</p>
@@ -52,9 +52,9 @@ export interface ListDistributionConfigurationsCommandOutput extends ListDistrib
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 resource on
56
- * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
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 ListDistributionConfigurationsCommandOutput extends ListDistrib
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 made a request for an action that is not supported by the service.</p>
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 exception.</p>
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 ListImageBuildVersionsCommandOutput extends ListImageBuildVersi
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p> Returns a list of image build versions.</p>
22
+ * <p>Returns a list of image build versions.</p>
23
23
  * @example
24
24
  * Use a bare-bones client and the command you need to make an API call.
25
25
  * ```javascript
@@ -53,9 +53,9 @@ export interface ListImageBuildVersionsCommandOutput extends ListImageBuildVersi
53
53
  * <p>You have exceeded the permitted request rate for the specific operation.</p>
54
54
  *
55
55
  * @throws {@link ClientException} (client fault)
56
- * <p>These errors are usually caused by a client action, such as using an action or resource on
57
- * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
58
- * invalid resource identifier.</p>
56
+ * <p>These errors are usually caused by a client action, such as using an action or
57
+ * resource on behalf of a user that doesn't have permissions to use the action or
58
+ * resource, or specifying an invalid resource identifier.</p>
59
59
  *
60
60
  * @throws {@link ForbiddenException} (client fault)
61
61
  * <p>You are not authorized to perform the requested operation.</p>
@@ -64,10 +64,11 @@ export interface ListImageBuildVersionsCommandOutput extends ListImageBuildVersi
64
64
  * <p>You have provided an invalid pagination token in your request.</p>
65
65
  *
66
66
  * @throws {@link InvalidRequestException} (client fault)
67
- * <p>You have made a request for an action that is not supported by the service.</p>
67
+ * <p>You have requested an action that that the service doesn't support.</p>
68
68
  *
69
69
  * @throws {@link ServiceException} (server fault)
70
- * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
70
+ * <p>This exception is thrown when the service encounters an unrecoverable
71
+ * exception.</p>
71
72
  *
72
73
  * @throws {@link ServiceUnavailableException} (server fault)
73
74
  * <p>The service is unable to process your request at this time.</p>
@@ -19,7 +19,8 @@ export interface ListImagePackagesCommandOutput extends ListImagePackagesRespons
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.</p>
22
+ * <p>List the Packages that are associated with an Image Build Version, as determined by
23
+ * Amazon Web Services Systems Manager Inventory at build time.</p>
23
24
  * @example
24
25
  * Use a bare-bones client and the command you need to make an API call.
25
26
  * ```javascript
@@ -45,9 +46,9 @@ export interface ListImagePackagesCommandOutput extends ListImagePackagesRespons
45
46
  * <p>You have exceeded the permitted request rate for the specific operation.</p>
46
47
  *
47
48
  * @throws {@link ClientException} (client fault)
48
- * <p>These errors are usually caused by a client action, such as using an action or resource on
49
- * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
50
- * 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>
51
52
  *
52
53
  * @throws {@link ForbiddenException} (client fault)
53
54
  * <p>You are not authorized to perform the requested operation.</p>
@@ -56,13 +57,14 @@ export interface ListImagePackagesCommandOutput extends ListImagePackagesRespons
56
57
  * <p>You have provided an invalid pagination token in your request.</p>
57
58
  *
58
59
  * @throws {@link InvalidRequestException} (client fault)
59
- * <p>You have made a request for an action that is not supported by the service.</p>
60
+ * <p>You have requested an action that that the service doesn't support.</p>
60
61
  *
61
62
  * @throws {@link ResourceNotFoundException} (client fault)
62
63
  * <p>At least one of the resources referenced by your request does not exist.</p>
63
64
  *
64
65
  * @throws {@link ServiceException} (server fault)
65
- * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
66
+ * <p>This exception is thrown when the service encounters an unrecoverable
67
+ * exception.</p>
66
68
  *
67
69
  * @throws {@link ServiceUnavailableException} (server fault)
68
70
  * <p>The service is unable to process your request at this time.</p>
@@ -53,9 +53,9 @@ export interface ListImagePipelineImagesCommandOutput extends ListImagePipelineI
53
53
  * <p>You have exceeded the permitted request rate for the specific operation.</p>
54
54
  *
55
55
  * @throws {@link ClientException} (client fault)
56
- * <p>These errors are usually caused by a client action, such as using an action or resource on
57
- * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
58
- * invalid resource identifier.</p>
56
+ * <p>These errors are usually caused by a client action, such as using an action or
57
+ * resource on behalf of a user that doesn't have permissions to use the action or
58
+ * resource, or specifying an invalid resource identifier.</p>
59
59
  *
60
60
  * @throws {@link ForbiddenException} (client fault)
61
61
  * <p>You are not authorized to perform the requested operation.</p>
@@ -64,13 +64,14 @@ export interface ListImagePipelineImagesCommandOutput extends ListImagePipelineI
64
64
  * <p>You have provided an invalid pagination token in your request.</p>
65
65
  *
66
66
  * @throws {@link InvalidRequestException} (client fault)
67
- * <p>You have made a request for an action that is not supported by the service.</p>
67
+ * <p>You have requested an action that that the service doesn't support.</p>
68
68
  *
69
69
  * @throws {@link ResourceNotFoundException} (client fault)
70
70
  * <p>At least one of the resources referenced by your request does not exist.</p>
71
71
  *
72
72
  * @throws {@link ServiceException} (server fault)
73
- * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
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>
@@ -52,9 +52,9 @@ export interface ListImagePipelinesCommandOutput extends ListImagePipelinesRespo
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 resource on
56
- * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
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 ListImagePipelinesCommandOutput extends ListImagePipelinesRespo
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 made a request for an action that is not supported by the service.</p>
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 exception.</p>
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 ListImageRecipesCommandOutput extends ListImageRecipesResponse,
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p> Returns a list of image recipes.</p>
22
+ * <p>Returns a list of image recipes.</p>
23
23
  * @example
24
24
  * Use a bare-bones client and the command you need to make an API call.
25
25
  * ```javascript
@@ -53,9 +53,9 @@ export interface ListImageRecipesCommandOutput extends ListImageRecipesResponse,
53
53
  * <p>You have exceeded the permitted request rate for the specific operation.</p>
54
54
  *
55
55
  * @throws {@link ClientException} (client fault)
56
- * <p>These errors are usually caused by a client action, such as using an action or resource on
57
- * behalf of a user that doesn't have permissions to use the action or resource, or specifying an
58
- * invalid resource identifier.</p>
56
+ * <p>These errors are usually caused by a client action, such as using an action or
57
+ * resource on behalf of a user that doesn't have permissions to use the action or
58
+ * resource, or specifying an invalid resource identifier.</p>
59
59
  *
60
60
  * @throws {@link ForbiddenException} (client fault)
61
61
  * <p>You are not authorized to perform the requested operation.</p>
@@ -64,10 +64,11 @@ export interface ListImageRecipesCommandOutput extends ListImageRecipesResponse,
64
64
  * <p>You have provided an invalid pagination token in your request.</p>
65
65
  *
66
66
  * @throws {@link InvalidRequestException} (client fault)
67
- * <p>You have made a request for an action that is not supported by the service.</p>
67
+ * <p>You have requested an action that that the service doesn't support.</p>
68
68
  *
69
69
  * @throws {@link ServiceException} (server fault)
70
- * <p>This exception is thrown when the service encounters an unrecoverable exception.</p>
70
+ * <p>This exception is thrown when the service encounters an unrecoverable
71
+ * exception.</p>
71
72
  *
72
73
  * @throws {@link ServiceUnavailableException} (server fault)
73
74
  * <p>The service is unable to process your request at this time.</p>
@@ -0,0 +1,120 @@
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 { ListImageScanFindingAggregationsRequest, ListImageScanFindingAggregationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link ListImageScanFindingAggregationsCommand}.
10
+ */
11
+ export interface ListImageScanFindingAggregationsCommandInput extends ListImageScanFindingAggregationsRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link ListImageScanFindingAggregationsCommand}.
17
+ */
18
+ export interface ListImageScanFindingAggregationsCommandOutput extends ListImageScanFindingAggregationsResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Returns a list of image scan aggregations for your account. You can filter by the type
23
+ * of key that Image Builder uses to group results. For example, if you want to get a list of
24
+ * findings by severity level for one of your pipelines, you might specify your pipeline
25
+ * with the <code>imagePipelineArn</code> filter. If you don't specify a filter, Image Builder
26
+ * returns an aggregation for your account.</p>
27
+ * <p>To streamline results, you can use the following filters in your request:</p>
28
+ * <ul>
29
+ * <li>
30
+ * <p>
31
+ * <code>accountId</code>
32
+ * </p>
33
+ * </li>
34
+ * <li>
35
+ * <p>
36
+ * <code>imageBuildVersionArn</code>
37
+ * </p>
38
+ * </li>
39
+ * <li>
40
+ * <p>
41
+ * <code>imagePipelineArn</code>
42
+ * </p>
43
+ * </li>
44
+ * <li>
45
+ * <p>
46
+ * <code>vulnerabilityId</code>
47
+ * </p>
48
+ * </li>
49
+ * </ul>
50
+ * @example
51
+ * Use a bare-bones client and the command you need to make an API call.
52
+ * ```javascript
53
+ * import { ImagebuilderClient, ListImageScanFindingAggregationsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
54
+ * // const { ImagebuilderClient, ListImageScanFindingAggregationsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
55
+ * const client = new ImagebuilderClient(config);
56
+ * const input = { // ListImageScanFindingAggregationsRequest
57
+ * filter: { // Filter
58
+ * name: "STRING_VALUE",
59
+ * values: [ // FilterValues
60
+ * "STRING_VALUE",
61
+ * ],
62
+ * },
63
+ * nextToken: "STRING_VALUE",
64
+ * };
65
+ * const command = new ListImageScanFindingAggregationsCommand(input);
66
+ * const response = await client.send(command);
67
+ * ```
68
+ *
69
+ * @param ListImageScanFindingAggregationsCommandInput - {@link ListImageScanFindingAggregationsCommandInput}
70
+ * @returns {@link ListImageScanFindingAggregationsCommandOutput}
71
+ * @see {@link ListImageScanFindingAggregationsCommandInput} for command's `input` shape.
72
+ * @see {@link ListImageScanFindingAggregationsCommandOutput} for command's `response` shape.
73
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
74
+ *
75
+ * @throws {@link CallRateLimitExceededException} (client fault)
76
+ * <p>You have exceeded the permitted request rate for the specific operation.</p>
77
+ *
78
+ * @throws {@link ClientException} (client fault)
79
+ * <p>These errors are usually caused by a client action, such as using an action or
80
+ * resource on behalf of a user that doesn't have permissions to use the action or
81
+ * resource, or specifying an invalid resource identifier.</p>
82
+ *
83
+ * @throws {@link ForbiddenException} (client fault)
84
+ * <p>You are not authorized to perform the requested operation.</p>
85
+ *
86
+ * @throws {@link InvalidPaginationTokenException} (client fault)
87
+ * <p>You have provided an invalid pagination token in your request.</p>
88
+ *
89
+ * @throws {@link InvalidRequestException} (client fault)
90
+ * <p>You have requested an action that that the service doesn't support.</p>
91
+ *
92
+ * @throws {@link ServiceException} (server fault)
93
+ * <p>This exception is thrown when the service encounters an unrecoverable
94
+ * exception.</p>
95
+ *
96
+ * @throws {@link ServiceUnavailableException} (server fault)
97
+ * <p>The service is unable to process your request at this time.</p>
98
+ *
99
+ *
100
+ */
101
+ export declare class ListImageScanFindingAggregationsCommand extends $Command<ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggregationsCommandOutput, ImagebuilderClientResolvedConfig> {
102
+ readonly input: ListImageScanFindingAggregationsCommandInput;
103
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
+ /**
105
+ * @public
106
+ */
107
+ constructor(input: ListImageScanFindingAggregationsCommandInput);
108
+ /**
109
+ * @internal
110
+ */
111
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggregationsCommandOutput>;
112
+ /**
113
+ * @internal
114
+ */
115
+ private serialize;
116
+ /**
117
+ * @internal
118
+ */
119
+ private deserialize;
120
+ }