@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.
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,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggregationsCommandOutput } from "../commands/ListImageScanFindingAggregationsCommand";
3
+ import { ImagebuilderPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListImageScanFindingAggregations(config: ImagebuilderPaginationConfiguration, input: ListImageScanFindingAggregationsCommandInput, ...additionalArguments: any): Paginator<ListImageScanFindingAggregationsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput } from "../commands/ListImageScanFindingsCommand";
3
+ import { ImagebuilderPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListImageScanFindings(config: ImagebuilderPaginationConfiguration, input: ListImageScanFindingsCommandInput, ...additionalArguments: any): Paginator<ListImageScanFindingsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListWorkflowExecutionsCommandInput, ListWorkflowExecutionsCommandOutput } from "../commands/ListWorkflowExecutionsCommand";
3
+ import { ImagebuilderPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListWorkflowExecutions(config: ImagebuilderPaginationConfiguration, input: ListWorkflowExecutionsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowExecutionsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListWorkflowStepExecutionsCommandInput, ListWorkflowStepExecutionsCommandOutput } from "../commands/ListWorkflowStepExecutionsCommand";
3
+ import { ImagebuilderPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListWorkflowStepExecutions(config: ImagebuilderPaginationConfiguration, input: ListWorkflowStepExecutionsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowStepExecutionsCommandOutput>;
@@ -8,5 +8,9 @@ export * from "./ListImagePackagesPaginator";
8
8
  export * from "./ListImagePipelineImagesPaginator";
9
9
  export * from "./ListImagePipelinesPaginator";
10
10
  export * from "./ListImageRecipesPaginator";
11
+ export * from "./ListImageScanFindingAggregationsPaginator";
12
+ export * from "./ListImageScanFindingsPaginator";
11
13
  export * from "./ListImagesPaginator";
12
14
  export * from "./ListInfrastructureConfigurationsPaginator";
15
+ export * from "./ListWorkflowExecutionsPaginator";
16
+ export * from "./ListWorkflowStepExecutionsPaginator";
@@ -26,6 +26,8 @@ import { GetImagePolicyCommandInput, GetImagePolicyCommandOutput } from "../comm
26
26
  import { GetImageRecipeCommandInput, GetImageRecipeCommandOutput } from "../commands/GetImageRecipeCommand";
27
27
  import { GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput } from "../commands/GetImageRecipePolicyCommand";
28
28
  import { GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput } from "../commands/GetInfrastructureConfigurationCommand";
29
+ import { GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput } from "../commands/GetWorkflowExecutionCommand";
30
+ import { GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput } from "../commands/GetWorkflowStepExecutionCommand";
29
31
  import { ImportComponentCommandInput, ImportComponentCommandOutput } from "../commands/ImportComponentCommand";
30
32
  import { ImportVmImageCommandInput, ImportVmImageCommandOutput } from "../commands/ImportVmImageCommand";
31
33
  import { ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput } from "../commands/ListComponentBuildVersionsCommand";
@@ -37,9 +39,13 @@ import { ListImagePackagesCommandInput, ListImagePackagesCommandOutput } from ".
37
39
  import { ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput } from "../commands/ListImagePipelineImagesCommand";
38
40
  import { ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput } from "../commands/ListImagePipelinesCommand";
39
41
  import { ListImageRecipesCommandInput, ListImageRecipesCommandOutput } from "../commands/ListImageRecipesCommand";
42
+ import { ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggregationsCommandOutput } from "../commands/ListImageScanFindingAggregationsCommand";
43
+ import { ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput } from "../commands/ListImageScanFindingsCommand";
40
44
  import { ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand";
41
45
  import { ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput } from "../commands/ListInfrastructureConfigurationsCommand";
42
46
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
47
+ import { ListWorkflowExecutionsCommandInput, ListWorkflowExecutionsCommandOutput } from "../commands/ListWorkflowExecutionsCommand";
48
+ import { ListWorkflowStepExecutionsCommandInput, ListWorkflowStepExecutionsCommandOutput } from "../commands/ListWorkflowStepExecutionsCommand";
43
49
  import { PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput } from "../commands/PutComponentPolicyCommand";
44
50
  import { PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput } from "../commands/PutContainerRecipePolicyCommand";
45
51
  import { PutImagePolicyCommandInput, PutImagePolicyCommandOutput } from "../commands/PutImagePolicyCommand";
@@ -76,6 +82,8 @@ export declare const serializeAws_restJson1GetImagePolicyCommand: (input: GetIma
76
82
  export declare const serializeAws_restJson1GetImageRecipeCommand: (input: GetImageRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
83
  export declare const serializeAws_restJson1GetImageRecipePolicyCommand: (input: GetImageRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
84
  export declare const serializeAws_restJson1GetInfrastructureConfigurationCommand: (input: GetInfrastructureConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ export declare const serializeAws_restJson1GetWorkflowExecutionCommand: (input: GetWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ export declare const serializeAws_restJson1GetWorkflowStepExecutionCommand: (input: GetWorkflowStepExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
87
  export declare const serializeAws_restJson1ImportComponentCommand: (input: ImportComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
88
  export declare const serializeAws_restJson1ImportVmImageCommand: (input: ImportVmImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
89
  export declare const serializeAws_restJson1ListComponentBuildVersionsCommand: (input: ListComponentBuildVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -88,8 +96,12 @@ export declare const serializeAws_restJson1ListImagePipelineImagesCommand: (inpu
88
96
  export declare const serializeAws_restJson1ListImagePipelinesCommand: (input: ListImagePipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
97
  export declare const serializeAws_restJson1ListImageRecipesCommand: (input: ListImageRecipesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
98
  export declare const serializeAws_restJson1ListImagesCommand: (input: ListImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ export declare const serializeAws_restJson1ListImageScanFindingAggregationsCommand: (input: ListImageScanFindingAggregationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ export declare const serializeAws_restJson1ListImageScanFindingsCommand: (input: ListImageScanFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
101
  export declare const serializeAws_restJson1ListInfrastructureConfigurationsCommand: (input: ListInfrastructureConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
102
  export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ export declare const serializeAws_restJson1ListWorkflowExecutionsCommand: (input: ListWorkflowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ export declare const serializeAws_restJson1ListWorkflowStepExecutionsCommand: (input: ListWorkflowStepExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
105
  export declare const serializeAws_restJson1PutComponentPolicyCommand: (input: PutComponentPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
106
  export declare const serializeAws_restJson1PutContainerRecipePolicyCommand: (input: PutContainerRecipePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
107
  export declare const serializeAws_restJson1PutImagePolicyCommand: (input: PutImagePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -126,6 +138,8 @@ export declare const deserializeAws_restJson1GetImagePolicyCommand: (output: __H
126
138
  export declare const deserializeAws_restJson1GetImageRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageRecipeCommandOutput>;
127
139
  export declare const deserializeAws_restJson1GetImageRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImageRecipePolicyCommandOutput>;
128
140
  export declare const deserializeAws_restJson1GetInfrastructureConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInfrastructureConfigurationCommandOutput>;
141
+ export declare const deserializeAws_restJson1GetWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowExecutionCommandOutput>;
142
+ export declare const deserializeAws_restJson1GetWorkflowStepExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowStepExecutionCommandOutput>;
129
143
  export declare const deserializeAws_restJson1ImportComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportComponentCommandOutput>;
130
144
  export declare const deserializeAws_restJson1ImportVmImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportVmImageCommandOutput>;
131
145
  export declare const deserializeAws_restJson1ListComponentBuildVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentBuildVersionsCommandOutput>;
@@ -138,8 +152,12 @@ export declare const deserializeAws_restJson1ListImagePipelineImagesCommand: (ou
138
152
  export declare const deserializeAws_restJson1ListImagePipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagePipelinesCommandOutput>;
139
153
  export declare const deserializeAws_restJson1ListImageRecipesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageRecipesCommandOutput>;
140
154
  export declare const deserializeAws_restJson1ListImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagesCommandOutput>;
155
+ export declare const deserializeAws_restJson1ListImageScanFindingAggregationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageScanFindingAggregationsCommandOutput>;
156
+ export declare const deserializeAws_restJson1ListImageScanFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageScanFindingsCommandOutput>;
141
157
  export declare const deserializeAws_restJson1ListInfrastructureConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInfrastructureConfigurationsCommandOutput>;
142
158
  export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
159
+ export declare const deserializeAws_restJson1ListWorkflowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowExecutionsCommandOutput>;
160
+ export declare const deserializeAws_restJson1ListWorkflowStepExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowStepExecutionsCommandOutput>;
143
161
  export declare const deserializeAws_restJson1PutComponentPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutComponentPolicyCommandOutput>;
144
162
  export declare const deserializeAws_restJson1PutContainerRecipePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutContainerRecipePolicyCommandOutput>;
145
163
  export declare const deserializeAws_restJson1PutImagePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImagePolicyCommandOutput>;
@@ -103,6 +103,14 @@ import {
103
103
  GetInfrastructureConfigurationCommandInput,
104
104
  GetInfrastructureConfigurationCommandOutput,
105
105
  } from "./commands/GetInfrastructureConfigurationCommand";
106
+ import {
107
+ GetWorkflowExecutionCommandInput,
108
+ GetWorkflowExecutionCommandOutput,
109
+ } from "./commands/GetWorkflowExecutionCommand";
110
+ import {
111
+ GetWorkflowStepExecutionCommandInput,
112
+ GetWorkflowStepExecutionCommandOutput,
113
+ } from "./commands/GetWorkflowStepExecutionCommand";
106
114
  import {
107
115
  ImportComponentCommandInput,
108
116
  ImportComponentCommandOutput,
@@ -147,6 +155,14 @@ import {
147
155
  ListImageRecipesCommandInput,
148
156
  ListImageRecipesCommandOutput,
149
157
  } from "./commands/ListImageRecipesCommand";
158
+ import {
159
+ ListImageScanFindingAggregationsCommandInput,
160
+ ListImageScanFindingAggregationsCommandOutput,
161
+ } from "./commands/ListImageScanFindingAggregationsCommand";
162
+ import {
163
+ ListImageScanFindingsCommandInput,
164
+ ListImageScanFindingsCommandOutput,
165
+ } from "./commands/ListImageScanFindingsCommand";
150
166
  import {
151
167
  ListImagesCommandInput,
152
168
  ListImagesCommandOutput,
@@ -159,6 +175,14 @@ import {
159
175
  ListTagsForResourceCommandInput,
160
176
  ListTagsForResourceCommandOutput,
161
177
  } from "./commands/ListTagsForResourceCommand";
178
+ import {
179
+ ListWorkflowExecutionsCommandInput,
180
+ ListWorkflowExecutionsCommandOutput,
181
+ } from "./commands/ListWorkflowExecutionsCommand";
182
+ import {
183
+ ListWorkflowStepExecutionsCommandInput,
184
+ ListWorkflowStepExecutionsCommandOutput,
185
+ } from "./commands/ListWorkflowStepExecutionsCommand";
162
186
  import {
163
187
  PutComponentPolicyCommandInput,
164
188
  PutComponentPolicyCommandOutput,
@@ -551,6 +575,32 @@ export declare class Imagebuilder extends ImagebuilderClient {
551
575
  options: __HttpHandlerOptions,
552
576
  cb: (err: any, data?: GetInfrastructureConfigurationCommandOutput) => void
553
577
  ): void;
578
+ getWorkflowExecution(
579
+ args: GetWorkflowExecutionCommandInput,
580
+ options?: __HttpHandlerOptions
581
+ ): Promise<GetWorkflowExecutionCommandOutput>;
582
+ getWorkflowExecution(
583
+ args: GetWorkflowExecutionCommandInput,
584
+ cb: (err: any, data?: GetWorkflowExecutionCommandOutput) => void
585
+ ): void;
586
+ getWorkflowExecution(
587
+ args: GetWorkflowExecutionCommandInput,
588
+ options: __HttpHandlerOptions,
589
+ cb: (err: any, data?: GetWorkflowExecutionCommandOutput) => void
590
+ ): void;
591
+ getWorkflowStepExecution(
592
+ args: GetWorkflowStepExecutionCommandInput,
593
+ options?: __HttpHandlerOptions
594
+ ): Promise<GetWorkflowStepExecutionCommandOutput>;
595
+ getWorkflowStepExecution(
596
+ args: GetWorkflowStepExecutionCommandInput,
597
+ cb: (err: any, data?: GetWorkflowStepExecutionCommandOutput) => void
598
+ ): void;
599
+ getWorkflowStepExecution(
600
+ args: GetWorkflowStepExecutionCommandInput,
601
+ options: __HttpHandlerOptions,
602
+ cb: (err: any, data?: GetWorkflowStepExecutionCommandOutput) => void
603
+ ): void;
554
604
  importComponent(
555
605
  args: ImportComponentCommandInput,
556
606
  options?: __HttpHandlerOptions
@@ -707,6 +757,32 @@ export declare class Imagebuilder extends ImagebuilderClient {
707
757
  options: __HttpHandlerOptions,
708
758
  cb: (err: any, data?: ListImagesCommandOutput) => void
709
759
  ): void;
760
+ listImageScanFindingAggregations(
761
+ args: ListImageScanFindingAggregationsCommandInput,
762
+ options?: __HttpHandlerOptions
763
+ ): Promise<ListImageScanFindingAggregationsCommandOutput>;
764
+ listImageScanFindingAggregations(
765
+ args: ListImageScanFindingAggregationsCommandInput,
766
+ cb: (err: any, data?: ListImageScanFindingAggregationsCommandOutput) => void
767
+ ): void;
768
+ listImageScanFindingAggregations(
769
+ args: ListImageScanFindingAggregationsCommandInput,
770
+ options: __HttpHandlerOptions,
771
+ cb: (err: any, data?: ListImageScanFindingAggregationsCommandOutput) => void
772
+ ): void;
773
+ listImageScanFindings(
774
+ args: ListImageScanFindingsCommandInput,
775
+ options?: __HttpHandlerOptions
776
+ ): Promise<ListImageScanFindingsCommandOutput>;
777
+ listImageScanFindings(
778
+ args: ListImageScanFindingsCommandInput,
779
+ cb: (err: any, data?: ListImageScanFindingsCommandOutput) => void
780
+ ): void;
781
+ listImageScanFindings(
782
+ args: ListImageScanFindingsCommandInput,
783
+ options: __HttpHandlerOptions,
784
+ cb: (err: any, data?: ListImageScanFindingsCommandOutput) => void
785
+ ): void;
710
786
  listInfrastructureConfigurations(
711
787
  args: ListInfrastructureConfigurationsCommandInput,
712
788
  options?: __HttpHandlerOptions
@@ -733,6 +809,32 @@ export declare class Imagebuilder extends ImagebuilderClient {
733
809
  options: __HttpHandlerOptions,
734
810
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
735
811
  ): void;
812
+ listWorkflowExecutions(
813
+ args: ListWorkflowExecutionsCommandInput,
814
+ options?: __HttpHandlerOptions
815
+ ): Promise<ListWorkflowExecutionsCommandOutput>;
816
+ listWorkflowExecutions(
817
+ args: ListWorkflowExecutionsCommandInput,
818
+ cb: (err: any, data?: ListWorkflowExecutionsCommandOutput) => void
819
+ ): void;
820
+ listWorkflowExecutions(
821
+ args: ListWorkflowExecutionsCommandInput,
822
+ options: __HttpHandlerOptions,
823
+ cb: (err: any, data?: ListWorkflowExecutionsCommandOutput) => void
824
+ ): void;
825
+ listWorkflowStepExecutions(
826
+ args: ListWorkflowStepExecutionsCommandInput,
827
+ options?: __HttpHandlerOptions
828
+ ): Promise<ListWorkflowStepExecutionsCommandOutput>;
829
+ listWorkflowStepExecutions(
830
+ args: ListWorkflowStepExecutionsCommandInput,
831
+ cb: (err: any, data?: ListWorkflowStepExecutionsCommandOutput) => void
832
+ ): void;
833
+ listWorkflowStepExecutions(
834
+ args: ListWorkflowStepExecutionsCommandInput,
835
+ options: __HttpHandlerOptions,
836
+ cb: (err: any, data?: ListWorkflowStepExecutionsCommandOutput) => void
837
+ ): void;
736
838
  putComponentPolicy(
737
839
  args: PutComponentPolicyCommandInput,
738
840
  options?: __HttpHandlerOptions
@@ -148,6 +148,14 @@ import {
148
148
  GetInfrastructureConfigurationCommandInput,
149
149
  GetInfrastructureConfigurationCommandOutput,
150
150
  } from "./commands/GetInfrastructureConfigurationCommand";
151
+ import {
152
+ GetWorkflowExecutionCommandInput,
153
+ GetWorkflowExecutionCommandOutput,
154
+ } from "./commands/GetWorkflowExecutionCommand";
155
+ import {
156
+ GetWorkflowStepExecutionCommandInput,
157
+ GetWorkflowStepExecutionCommandOutput,
158
+ } from "./commands/GetWorkflowStepExecutionCommand";
151
159
  import {
152
160
  ImportComponentCommandInput,
153
161
  ImportComponentCommandOutput,
@@ -192,6 +200,14 @@ import {
192
200
  ListImageRecipesCommandInput,
193
201
  ListImageRecipesCommandOutput,
194
202
  } from "./commands/ListImageRecipesCommand";
203
+ import {
204
+ ListImageScanFindingAggregationsCommandInput,
205
+ ListImageScanFindingAggregationsCommandOutput,
206
+ } from "./commands/ListImageScanFindingAggregationsCommand";
207
+ import {
208
+ ListImageScanFindingsCommandInput,
209
+ ListImageScanFindingsCommandOutput,
210
+ } from "./commands/ListImageScanFindingsCommand";
195
211
  import {
196
212
  ListImagesCommandInput,
197
213
  ListImagesCommandOutput,
@@ -204,6 +220,14 @@ import {
204
220
  ListTagsForResourceCommandInput,
205
221
  ListTagsForResourceCommandOutput,
206
222
  } from "./commands/ListTagsForResourceCommand";
223
+ import {
224
+ ListWorkflowExecutionsCommandInput,
225
+ ListWorkflowExecutionsCommandOutput,
226
+ } from "./commands/ListWorkflowExecutionsCommand";
227
+ import {
228
+ ListWorkflowStepExecutionsCommandInput,
229
+ ListWorkflowStepExecutionsCommandOutput,
230
+ } from "./commands/ListWorkflowStepExecutionsCommand";
207
231
  import {
208
232
  PutComponentPolicyCommandInput,
209
233
  PutComponentPolicyCommandOutput,
@@ -276,6 +300,8 @@ export type ServiceInputTypes =
276
300
  | GetImageRecipeCommandInput
277
301
  | GetImageRecipePolicyCommandInput
278
302
  | GetInfrastructureConfigurationCommandInput
303
+ | GetWorkflowExecutionCommandInput
304
+ | GetWorkflowStepExecutionCommandInput
279
305
  | ImportComponentCommandInput
280
306
  | ImportVmImageCommandInput
281
307
  | ListComponentBuildVersionsCommandInput
@@ -287,9 +313,13 @@ export type ServiceInputTypes =
287
313
  | ListImagePipelineImagesCommandInput
288
314
  | ListImagePipelinesCommandInput
289
315
  | ListImageRecipesCommandInput
316
+ | ListImageScanFindingAggregationsCommandInput
317
+ | ListImageScanFindingsCommandInput
290
318
  | ListImagesCommandInput
291
319
  | ListInfrastructureConfigurationsCommandInput
292
320
  | ListTagsForResourceCommandInput
321
+ | ListWorkflowExecutionsCommandInput
322
+ | ListWorkflowStepExecutionsCommandInput
293
323
  | PutComponentPolicyCommandInput
294
324
  | PutContainerRecipePolicyCommandInput
295
325
  | PutImagePolicyCommandInput
@@ -327,6 +357,8 @@ export type ServiceOutputTypes =
327
357
  | GetImageRecipeCommandOutput
328
358
  | GetImageRecipePolicyCommandOutput
329
359
  | GetInfrastructureConfigurationCommandOutput
360
+ | GetWorkflowExecutionCommandOutput
361
+ | GetWorkflowStepExecutionCommandOutput
330
362
  | ImportComponentCommandOutput
331
363
  | ImportVmImageCommandOutput
332
364
  | ListComponentBuildVersionsCommandOutput
@@ -338,9 +370,13 @@ export type ServiceOutputTypes =
338
370
  | ListImagePipelineImagesCommandOutput
339
371
  | ListImagePipelinesCommandOutput
340
372
  | ListImageRecipesCommandOutput
373
+ | ListImageScanFindingAggregationsCommandOutput
374
+ | ListImageScanFindingsCommandOutput
341
375
  | ListImagesCommandOutput
342
376
  | ListInfrastructureConfigurationsCommandOutput
343
377
  | ListTagsForResourceCommandOutput
378
+ | ListWorkflowExecutionsCommandOutput
379
+ | ListWorkflowStepExecutionsCommandOutput
344
380
  | PutComponentPolicyCommandOutput
345
381
  | PutContainerRecipePolicyCommandOutput
346
382
  | PutImagePolicyCommandOutput
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ImagebuilderClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ImagebuilderClient";
14
+ import {
15
+ GetWorkflowExecutionRequest,
16
+ GetWorkflowExecutionResponse,
17
+ } from "../models/models_0";
18
+ export interface GetWorkflowExecutionCommandInput
19
+ extends GetWorkflowExecutionRequest {}
20
+ export interface GetWorkflowExecutionCommandOutput
21
+ extends GetWorkflowExecutionResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetWorkflowExecutionCommand extends $Command<
24
+ GetWorkflowExecutionCommandInput,
25
+ GetWorkflowExecutionCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: GetWorkflowExecutionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetWorkflowExecutionCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetWorkflowExecutionCommandInput,
37
+ GetWorkflowExecutionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ImagebuilderClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ImagebuilderClient";
14
+ import {
15
+ GetWorkflowStepExecutionRequest,
16
+ GetWorkflowStepExecutionResponse,
17
+ } from "../models/models_0";
18
+ export interface GetWorkflowStepExecutionCommandInput
19
+ extends GetWorkflowStepExecutionRequest {}
20
+ export interface GetWorkflowStepExecutionCommandOutput
21
+ extends GetWorkflowStepExecutionResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetWorkflowStepExecutionCommand extends $Command<
24
+ GetWorkflowStepExecutionCommandInput,
25
+ GetWorkflowStepExecutionCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: GetWorkflowStepExecutionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetWorkflowStepExecutionCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetWorkflowStepExecutionCommandInput,
37
+ GetWorkflowStepExecutionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ImagebuilderClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ImagebuilderClient";
14
+ import {
15
+ ListImageScanFindingAggregationsRequest,
16
+ ListImageScanFindingAggregationsResponse,
17
+ } from "../models/models_0";
18
+ export interface ListImageScanFindingAggregationsCommandInput
19
+ extends ListImageScanFindingAggregationsRequest {}
20
+ export interface ListImageScanFindingAggregationsCommandOutput
21
+ extends ListImageScanFindingAggregationsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListImageScanFindingAggregationsCommand extends $Command<
24
+ ListImageScanFindingAggregationsCommandInput,
25
+ ListImageScanFindingAggregationsCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: ListImageScanFindingAggregationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListImageScanFindingAggregationsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListImageScanFindingAggregationsCommandInput,
37
+ ListImageScanFindingAggregationsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ImagebuilderClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ImagebuilderClient";
14
+ import {
15
+ ListImageScanFindingsRequest,
16
+ ListImageScanFindingsResponse,
17
+ } from "../models/models_0";
18
+ export interface ListImageScanFindingsCommandInput
19
+ extends ListImageScanFindingsRequest {}
20
+ export interface ListImageScanFindingsCommandOutput
21
+ extends ListImageScanFindingsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListImageScanFindingsCommand extends $Command<
24
+ ListImageScanFindingsCommandInput,
25
+ ListImageScanFindingsCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: ListImageScanFindingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListImageScanFindingsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListImageScanFindingsCommandInput,
37
+ ListImageScanFindingsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ImagebuilderClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ImagebuilderClient";
14
+ import {
15
+ ListWorkflowExecutionsRequest,
16
+ ListWorkflowExecutionsResponse,
17
+ } from "../models/models_0";
18
+ export interface ListWorkflowExecutionsCommandInput
19
+ extends ListWorkflowExecutionsRequest {}
20
+ export interface ListWorkflowExecutionsCommandOutput
21
+ extends ListWorkflowExecutionsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListWorkflowExecutionsCommand extends $Command<
24
+ ListWorkflowExecutionsCommandInput,
25
+ ListWorkflowExecutionsCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: ListWorkflowExecutionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListWorkflowExecutionsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListWorkflowExecutionsCommandInput,
37
+ ListWorkflowExecutionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ImagebuilderClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ImagebuilderClient";
14
+ import {
15
+ ListWorkflowStepExecutionsRequest,
16
+ ListWorkflowStepExecutionsResponse,
17
+ } from "../models/models_0";
18
+ export interface ListWorkflowStepExecutionsCommandInput
19
+ extends ListWorkflowStepExecutionsRequest {}
20
+ export interface ListWorkflowStepExecutionsCommandOutput
21
+ extends ListWorkflowStepExecutionsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListWorkflowStepExecutionsCommand extends $Command<
24
+ ListWorkflowStepExecutionsCommandInput,
25
+ ListWorkflowStepExecutionsCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: ListWorkflowStepExecutionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListWorkflowStepExecutionsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListWorkflowStepExecutionsCommandInput,
37
+ ListWorkflowStepExecutionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -24,6 +24,8 @@ export * from "./GetImagePolicyCommand";
24
24
  export * from "./GetImageRecipeCommand";
25
25
  export * from "./GetImageRecipePolicyCommand";
26
26
  export * from "./GetInfrastructureConfigurationCommand";
27
+ export * from "./GetWorkflowExecutionCommand";
28
+ export * from "./GetWorkflowStepExecutionCommand";
27
29
  export * from "./ImportComponentCommand";
28
30
  export * from "./ImportVmImageCommand";
29
31
  export * from "./ListComponentBuildVersionsCommand";
@@ -35,9 +37,13 @@ export * from "./ListImagePackagesCommand";
35
37
  export * from "./ListImagePipelineImagesCommand";
36
38
  export * from "./ListImagePipelinesCommand";
37
39
  export * from "./ListImageRecipesCommand";
40
+ export * from "./ListImageScanFindingAggregationsCommand";
41
+ export * from "./ListImageScanFindingsCommand";
38
42
  export * from "./ListImagesCommand";
39
43
  export * from "./ListInfrastructureConfigurationsCommand";
40
44
  export * from "./ListTagsForResourceCommand";
45
+ export * from "./ListWorkflowExecutionsCommand";
46
+ export * from "./ListWorkflowStepExecutionsCommand";
41
47
  export * from "./PutComponentPolicyCommand";
42
48
  export * from "./PutContainerRecipePolicyCommand";
43
49
  export * from "./PutImagePolicyCommand";
@@ -26,7 +26,7 @@ export declare const resolveClientEndpointParameters: <T>(
26
26
  defaultSigningName: string;
27
27
  };
28
28
  export interface EndpointParameters extends __EndpointParameters {
29
- Region: string;
29
+ Region?: string;
30
30
  UseDualStack?: boolean;
31
31
  UseFIPS?: boolean;
32
32
  Endpoint?: string;