@aws-sdk/client-imagebuilder 3.170.0 → 3.171.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 (60) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Imagebuilder.d.ts +0 -50
  3. package/dist-types/ts3.4/ImagebuilderClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/GetImageCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +0 -2
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  51. package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +0 -2
  52. package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +0 -2
  53. package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +0 -2
  54. package/dist-types/ts3.4/models/ImagebuilderServiceException.d.ts +0 -1
  55. package/dist-types/ts3.4/models/models_0.d.ts +0 -675
  56. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  59. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  60. package/package.json +26 -26
@@ -19,7 +19,6 @@ export interface DeleteImageRecipeCommandInput
19
19
  export interface DeleteImageRecipeCommandOutput
20
20
  extends DeleteImageRecipeResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteImageRecipeCommand extends $Command<
24
23
  DeleteImageRecipeCommandInput,
25
24
  DeleteImageRecipeCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteImageRecipeCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteImageRecipeCommandInput;
29
28
  constructor(input: DeleteImageRecipeCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteInfrastructureConfigurationCommandInput
19
19
  export interface DeleteInfrastructureConfigurationCommandOutput
20
20
  extends DeleteInfrastructureConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteInfrastructureConfigurationCommand extends $Command<
24
23
  DeleteInfrastructureConfigurationCommandInput,
25
24
  DeleteInfrastructureConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteInfrastructureConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteInfrastructureConfigurationCommandInput;
29
28
  constructor(input: DeleteInfrastructureConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetComponentCommandInput extends GetComponentRequest {}
15
15
  export interface GetComponentCommandOutput
16
16
  extends GetComponentResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetComponentCommand extends $Command<
20
19
  GetComponentCommandInput,
21
20
  GetComponentCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetComponentCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetComponentCommandInput;
25
24
  constructor(input: GetComponentCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetComponentPolicyCommandInput
19
19
  export interface GetComponentPolicyCommandOutput
20
20
  extends GetComponentPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetComponentPolicyCommand extends $Command<
24
23
  GetComponentPolicyCommandInput,
25
24
  GetComponentPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetComponentPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetComponentPolicyCommandInput;
29
28
  constructor(input: GetComponentPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetContainerRecipeCommandInput
19
19
  export interface GetContainerRecipeCommandOutput
20
20
  extends GetContainerRecipeResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetContainerRecipeCommand extends $Command<
24
23
  GetContainerRecipeCommandInput,
25
24
  GetContainerRecipeCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetContainerRecipeCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetContainerRecipeCommandInput;
29
28
  constructor(input: GetContainerRecipeCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetContainerRecipePolicyCommandInput
19
19
  export interface GetContainerRecipePolicyCommandOutput
20
20
  extends GetContainerRecipePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetContainerRecipePolicyCommand extends $Command<
24
23
  GetContainerRecipePolicyCommandInput,
25
24
  GetContainerRecipePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetContainerRecipePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetContainerRecipePolicyCommandInput;
29
28
  constructor(input: GetContainerRecipePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetDistributionConfigurationCommandInput
19
19
  export interface GetDistributionConfigurationCommandOutput
20
20
  extends GetDistributionConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetDistributionConfigurationCommand extends $Command<
24
23
  GetDistributionConfigurationCommandInput,
25
24
  GetDistributionConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetDistributionConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetDistributionConfigurationCommandInput;
29
28
  constructor(input: GetDistributionConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetImageCommandInput extends GetImageRequest {}
15
15
  export interface GetImageCommandOutput
16
16
  extends GetImageResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetImageCommand extends $Command<
20
19
  GetImageCommandInput,
21
20
  GetImageCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetImageCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetImageCommandInput;
25
24
  constructor(input: GetImageCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ImagebuilderClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetImagePipelineCommandInput extends GetImagePipelineRequest {}
18
18
  export interface GetImagePipelineCommandOutput
19
19
  extends GetImagePipelineResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetImagePipelineCommand extends $Command<
23
22
  GetImagePipelineCommandInput,
24
23
  GetImagePipelineCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetImagePipelineCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetImagePipelineCommandInput;
28
27
  constructor(input: GetImagePipelineCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ImagebuilderClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetImagePolicyCommandInput extends GetImagePolicyRequest {}
18
18
  export interface GetImagePolicyCommandOutput
19
19
  extends GetImagePolicyResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetImagePolicyCommand extends $Command<
23
22
  GetImagePolicyCommandInput,
24
23
  GetImagePolicyCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetImagePolicyCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetImagePolicyCommandInput;
28
27
  constructor(input: GetImagePolicyCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ImagebuilderClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetImageRecipeCommandInput extends GetImageRecipeRequest {}
18
18
  export interface GetImageRecipeCommandOutput
19
19
  extends GetImageRecipeResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetImageRecipeCommand extends $Command<
23
22
  GetImageRecipeCommandInput,
24
23
  GetImageRecipeCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetImageRecipeCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetImageRecipeCommandInput;
28
27
  constructor(input: GetImageRecipeCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetImageRecipePolicyCommandInput
19
19
  export interface GetImageRecipePolicyCommandOutput
20
20
  extends GetImageRecipePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetImageRecipePolicyCommand extends $Command<
24
23
  GetImageRecipePolicyCommandInput,
25
24
  GetImageRecipePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetImageRecipePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetImageRecipePolicyCommandInput;
29
28
  constructor(input: GetImageRecipePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetInfrastructureConfigurationCommandInput
19
19
  export interface GetInfrastructureConfigurationCommandOutput
20
20
  extends GetInfrastructureConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetInfrastructureConfigurationCommand extends $Command<
24
23
  GetInfrastructureConfigurationCommandInput,
25
24
  GetInfrastructureConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetInfrastructureConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetInfrastructureConfigurationCommandInput;
29
28
  constructor(input: GetInfrastructureConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ImportComponentCommandInput extends ImportComponentRequest {}
18
18
  export interface ImportComponentCommandOutput
19
19
  extends ImportComponentResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ImportComponentCommand extends $Command<
23
22
  ImportComponentCommandInput,
24
23
  ImportComponentCommandOutput,
@@ -26,7 +25,6 @@ export declare class ImportComponentCommand extends $Command<
26
25
  > {
27
26
  readonly input: ImportComponentCommandInput;
28
27
  constructor(input: ImportComponentCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ImagebuilderClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ImportVmImageCommandInput extends ImportVmImageRequest {}
18
18
  export interface ImportVmImageCommandOutput
19
19
  extends ImportVmImageResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ImportVmImageCommand extends $Command<
23
22
  ImportVmImageCommandInput,
24
23
  ImportVmImageCommandOutput,
@@ -26,7 +25,6 @@ export declare class ImportVmImageCommand extends $Command<
26
25
  > {
27
26
  readonly input: ImportVmImageCommandInput;
28
27
  constructor(input: ImportVmImageCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListComponentBuildVersionsCommandInput
19
19
  export interface ListComponentBuildVersionsCommandOutput
20
20
  extends ListComponentBuildVersionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListComponentBuildVersionsCommand extends $Command<
24
23
  ListComponentBuildVersionsCommandInput,
25
24
  ListComponentBuildVersionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListComponentBuildVersionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListComponentBuildVersionsCommandInput;
29
28
  constructor(input: ListComponentBuildVersionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListComponentsCommandInput extends ListComponentsRequest {}
18
18
  export interface ListComponentsCommandOutput
19
19
  extends ListComponentsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListComponentsCommand extends $Command<
23
22
  ListComponentsCommandInput,
24
23
  ListComponentsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListComponentsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListComponentsCommandInput;
28
27
  constructor(input: ListComponentsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListContainerRecipesCommandInput
19
19
  export interface ListContainerRecipesCommandOutput
20
20
  extends ListContainerRecipesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListContainerRecipesCommand extends $Command<
24
23
  ListContainerRecipesCommandInput,
25
24
  ListContainerRecipesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListContainerRecipesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListContainerRecipesCommandInput;
29
28
  constructor(input: ListContainerRecipesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListDistributionConfigurationsCommandInput
19
19
  export interface ListDistributionConfigurationsCommandOutput
20
20
  extends ListDistributionConfigurationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListDistributionConfigurationsCommand extends $Command<
24
23
  ListDistributionConfigurationsCommandInput,
25
24
  ListDistributionConfigurationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListDistributionConfigurationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListDistributionConfigurationsCommandInput;
29
28
  constructor(input: ListDistributionConfigurationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListImageBuildVersionsCommandInput
19
19
  export interface ListImageBuildVersionsCommandOutput
20
20
  extends ListImageBuildVersionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListImageBuildVersionsCommand extends $Command<
24
23
  ListImageBuildVersionsCommandInput,
25
24
  ListImageBuildVersionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListImageBuildVersionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListImageBuildVersionsCommandInput;
29
28
  constructor(input: ListImageBuildVersionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListImagePackagesCommandInput
19
19
  export interface ListImagePackagesCommandOutput
20
20
  extends ListImagePackagesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListImagePackagesCommand extends $Command<
24
23
  ListImagePackagesCommandInput,
25
24
  ListImagePackagesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListImagePackagesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListImagePackagesCommandInput;
29
28
  constructor(input: ListImagePackagesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListImagePipelineImagesCommandInput
19
19
  export interface ListImagePipelineImagesCommandOutput
20
20
  extends ListImagePipelineImagesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListImagePipelineImagesCommand extends $Command<
24
23
  ListImagePipelineImagesCommandInput,
25
24
  ListImagePipelineImagesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListImagePipelineImagesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListImagePipelineImagesCommandInput;
29
28
  constructor(input: ListImagePipelineImagesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListImagePipelinesCommandInput
19
19
  export interface ListImagePipelinesCommandOutput
20
20
  extends ListImagePipelinesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListImagePipelinesCommand extends $Command<
24
23
  ListImagePipelinesCommandInput,
25
24
  ListImagePipelinesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListImagePipelinesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListImagePipelinesCommandInput;
29
28
  constructor(input: ListImagePipelinesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListImageRecipesCommandInput extends ListImageRecipesRequest {}
18
18
  export interface ListImageRecipesCommandOutput
19
19
  extends ListImageRecipesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListImageRecipesCommand extends $Command<
23
22
  ListImageRecipesCommandInput,
24
23
  ListImageRecipesCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListImageRecipesCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListImageRecipesCommandInput;
28
27
  constructor(input: ListImageRecipesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ImagebuilderClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListImagesCommandInput extends ListImagesRequest {}
15
15
  export interface ListImagesCommandOutput
16
16
  extends ListImagesResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListImagesCommand extends $Command<
20
19
  ListImagesCommandInput,
21
20
  ListImagesCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListImagesCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListImagesCommandInput;
25
24
  constructor(input: ListImagesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListInfrastructureConfigurationsCommandInput
19
19
  export interface ListInfrastructureConfigurationsCommandOutput
20
20
  extends ListInfrastructureConfigurationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListInfrastructureConfigurationsCommand extends $Command<
24
23
  ListInfrastructureConfigurationsCommandInput,
25
24
  ListInfrastructureConfigurationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListInfrastructureConfigurationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListInfrastructureConfigurationsCommandInput;
29
28
  constructor(input: ListInfrastructureConfigurationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutComponentPolicyCommandInput
19
19
  export interface PutComponentPolicyCommandOutput
20
20
  extends PutComponentPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutComponentPolicyCommand extends $Command<
24
23
  PutComponentPolicyCommandInput,
25
24
  PutComponentPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutComponentPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutComponentPolicyCommandInput;
29
28
  constructor(input: PutComponentPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutContainerRecipePolicyCommandInput
19
19
  export interface PutContainerRecipePolicyCommandOutput
20
20
  extends PutContainerRecipePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutContainerRecipePolicyCommand extends $Command<
24
23
  PutContainerRecipePolicyCommandInput,
25
24
  PutContainerRecipePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutContainerRecipePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutContainerRecipePolicyCommandInput;
29
28
  constructor(input: PutContainerRecipePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface PutImagePolicyCommandInput extends PutImagePolicyRequest {}
18
18
  export interface PutImagePolicyCommandOutput
19
19
  extends PutImagePolicyResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class PutImagePolicyCommand extends $Command<
23
22
  PutImagePolicyCommandInput,
24
23
  PutImagePolicyCommandOutput,
@@ -26,7 +25,6 @@ export declare class PutImagePolicyCommand extends $Command<
26
25
  > {
27
26
  readonly input: PutImagePolicyCommandInput;
28
27
  constructor(input: PutImagePolicyCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutImageRecipePolicyCommandInput
19
19
  export interface PutImageRecipePolicyCommandOutput
20
20
  extends PutImageRecipePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutImageRecipePolicyCommand extends $Command<
24
23
  PutImageRecipePolicyCommandInput,
25
24
  PutImageRecipePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutImageRecipePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutImageRecipePolicyCommandInput;
29
28
  constructor(input: PutImageRecipePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartImagePipelineExecutionCommandInput
19
19
  export interface StartImagePipelineExecutionCommandOutput
20
20
  extends StartImagePipelineExecutionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartImagePipelineExecutionCommand extends $Command<
24
23
  StartImagePipelineExecutionCommandInput,
25
24
  StartImagePipelineExecutionCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartImagePipelineExecutionCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartImagePipelineExecutionCommandInput;
29
28
  constructor(input: StartImagePipelineExecutionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ImagebuilderClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateDistributionConfigurationCommandInput
19
19
  export interface UpdateDistributionConfigurationCommandOutput
20
20
  extends UpdateDistributionConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateDistributionConfigurationCommand extends $Command<
24
23
  UpdateDistributionConfigurationCommandInput,
25
24
  UpdateDistributionConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateDistributionConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateDistributionConfigurationCommandInput;
29
28
  constructor(input: UpdateDistributionConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateImagePipelineCommandInput
19
19
  export interface UpdateImagePipelineCommandOutput
20
20
  extends UpdateImagePipelineResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateImagePipelineCommand extends $Command<
24
23
  UpdateImagePipelineCommandInput,
25
24
  UpdateImagePipelineCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateImagePipelineCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateImagePipelineCommandInput;
29
28
  constructor(input: UpdateImagePipelineCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateInfrastructureConfigurationCommandInput
19
19
  export interface UpdateInfrastructureConfigurationCommandOutput
20
20
  extends UpdateInfrastructureConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateInfrastructureConfigurationCommand extends $Command<
24
23
  UpdateInfrastructureConfigurationCommandInput,
25
24
  UpdateInfrastructureConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateInfrastructureConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateInfrastructureConfigurationCommandInput;
29
28
  constructor(input: UpdateInfrastructureConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ImagebuilderClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class ImagebuilderServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }