@aws-sdk/client-imagebuilder 3.533.0 → 3.535.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 (151) hide show
  1. package/dist-types/Imagebuilder.d.ts +13 -1
  2. package/dist-types/ImagebuilderClient.d.ts +1 -1
  3. package/dist-types/commands/CancelImageCreationCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelLifecycleExecutionCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateComponentCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateContainerRecipeCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateImageCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateImagePipelineCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateImageRecipeCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteImageCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteImagePipelineCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteImageRecipeCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  23. package/dist-types/commands/GetComponentCommand.d.ts +2 -1
  24. package/dist-types/commands/GetComponentPolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/GetContainerRecipeCommand.d.ts +2 -1
  26. package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +2 -1
  28. package/dist-types/commands/GetImageCommand.d.ts +2 -1
  29. package/dist-types/commands/GetImagePipelineCommand.d.ts +2 -1
  30. package/dist-types/commands/GetImagePolicyCommand.d.ts +2 -1
  31. package/dist-types/commands/GetImageRecipeCommand.d.ts +2 -1
  32. package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +2 -1
  33. package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +2 -1
  34. package/dist-types/commands/GetLifecycleExecutionCommand.d.ts +2 -1
  35. package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +2 -1
  36. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  37. package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +2 -1
  38. package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +2 -1
  39. package/dist-types/commands/ImportComponentCommand.d.ts +2 -1
  40. package/dist-types/commands/ImportVmImageCommand.d.ts +2 -1
  41. package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListContainerRecipesCommand.d.ts +2 -1
  44. package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListImagePackagesCommand.d.ts +2 -1
  47. package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +2 -1
  48. package/dist-types/commands/ListImagePipelinesCommand.d.ts +2 -1
  49. package/dist-types/commands/ListImageRecipesCommand.d.ts +2 -1
  50. package/dist-types/commands/ListImageScanFindingAggregationsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListImageScanFindingsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListImagesCommand.d.ts +2 -1
  53. package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListLifecycleExecutionResourcesCommand.d.ts +2 -1
  55. package/dist-types/commands/ListLifecycleExecutionsCommand.d.ts +2 -1
  56. package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +2 -1
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  58. package/dist-types/commands/ListWaitingWorkflowStepsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListWorkflowBuildVersionsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  63. package/dist-types/commands/PutComponentPolicyCommand.d.ts +2 -1
  64. package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +2 -1
  65. package/dist-types/commands/PutImagePolicyCommand.d.ts +2 -1
  66. package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +2 -1
  67. package/dist-types/commands/SendWorkflowStepActionCommand.d.ts +2 -1
  68. package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +2 -1
  69. package/dist-types/commands/StartResourceStateUpdateCommand.d.ts +2 -1
  70. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  71. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateImagePipelineCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +2 -1
  76. package/dist-types/models/models_0.d.ts +1114 -1114
  77. package/dist-types/ts3.4/Imagebuilder.d.ts +12 -0
  78. package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CancelLifecycleExecutionCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateLifecyclePolicyCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/GetImageCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/GetLifecycleExecutionCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/GetWorkflowExecutionCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetWorkflowStepExecutionCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/ListImageScanFindingAggregationsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/ListImageScanFindingsCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/ListLifecycleExecutionResourcesCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/ListLifecycleExecutionsCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/ListLifecyclePoliciesCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ListWaitingWorkflowStepsCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListWorkflowBuildVersionsCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ListWorkflowExecutionsCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListWorkflowStepExecutionsCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/SendWorkflowStepActionCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/StartResourceStateUpdateCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/UpdateLifecyclePolicyCommand.d.ts +9 -0
  151. package/package.json +40 -40
@@ -812,6 +812,7 @@ export interface Imagebuilder {
812
812
  options: __HttpHandlerOptions,
813
813
  cb: (err: any, data?: ListComponentBuildVersionsCommandOutput) => void
814
814
  ): void;
815
+ listComponents(): Promise<ListComponentsCommandOutput>;
815
816
  listComponents(
816
817
  args: ListComponentsCommandInput,
817
818
  options?: __HttpHandlerOptions
@@ -825,6 +826,7 @@ export interface Imagebuilder {
825
826
  options: __HttpHandlerOptions,
826
827
  cb: (err: any, data?: ListComponentsCommandOutput) => void
827
828
  ): void;
829
+ listContainerRecipes(): Promise<ListContainerRecipesCommandOutput>;
828
830
  listContainerRecipes(
829
831
  args: ListContainerRecipesCommandInput,
830
832
  options?: __HttpHandlerOptions
@@ -838,6 +840,7 @@ export interface Imagebuilder {
838
840
  options: __HttpHandlerOptions,
839
841
  cb: (err: any, data?: ListContainerRecipesCommandOutput) => void
840
842
  ): void;
843
+ listDistributionConfigurations(): Promise<ListDistributionConfigurationsCommandOutput>;
841
844
  listDistributionConfigurations(
842
845
  args: ListDistributionConfigurationsCommandInput,
843
846
  options?: __HttpHandlerOptions
@@ -890,6 +893,7 @@ export interface Imagebuilder {
890
893
  options: __HttpHandlerOptions,
891
894
  cb: (err: any, data?: ListImagePipelineImagesCommandOutput) => void
892
895
  ): void;
896
+ listImagePipelines(): Promise<ListImagePipelinesCommandOutput>;
893
897
  listImagePipelines(
894
898
  args: ListImagePipelinesCommandInput,
895
899
  options?: __HttpHandlerOptions
@@ -903,6 +907,7 @@ export interface Imagebuilder {
903
907
  options: __HttpHandlerOptions,
904
908
  cb: (err: any, data?: ListImagePipelinesCommandOutput) => void
905
909
  ): void;
910
+ listImageRecipes(): Promise<ListImageRecipesCommandOutput>;
906
911
  listImageRecipes(
907
912
  args: ListImageRecipesCommandInput,
908
913
  options?: __HttpHandlerOptions
@@ -916,6 +921,7 @@ export interface Imagebuilder {
916
921
  options: __HttpHandlerOptions,
917
922
  cb: (err: any, data?: ListImageRecipesCommandOutput) => void
918
923
  ): void;
924
+ listImages(): Promise<ListImagesCommandOutput>;
919
925
  listImages(
920
926
  args: ListImagesCommandInput,
921
927
  options?: __HttpHandlerOptions
@@ -929,6 +935,7 @@ export interface Imagebuilder {
929
935
  options: __HttpHandlerOptions,
930
936
  cb: (err: any, data?: ListImagesCommandOutput) => void
931
937
  ): void;
938
+ listImageScanFindingAggregations(): Promise<ListImageScanFindingAggregationsCommandOutput>;
932
939
  listImageScanFindingAggregations(
933
940
  args: ListImageScanFindingAggregationsCommandInput,
934
941
  options?: __HttpHandlerOptions
@@ -942,6 +949,7 @@ export interface Imagebuilder {
942
949
  options: __HttpHandlerOptions,
943
950
  cb: (err: any, data?: ListImageScanFindingAggregationsCommandOutput) => void
944
951
  ): void;
952
+ listImageScanFindings(): Promise<ListImageScanFindingsCommandOutput>;
945
953
  listImageScanFindings(
946
954
  args: ListImageScanFindingsCommandInput,
947
955
  options?: __HttpHandlerOptions
@@ -955,6 +963,7 @@ export interface Imagebuilder {
955
963
  options: __HttpHandlerOptions,
956
964
  cb: (err: any, data?: ListImageScanFindingsCommandOutput) => void
957
965
  ): void;
966
+ listInfrastructureConfigurations(): Promise<ListInfrastructureConfigurationsCommandOutput>;
958
967
  listInfrastructureConfigurations(
959
968
  args: ListInfrastructureConfigurationsCommandInput,
960
969
  options?: __HttpHandlerOptions
@@ -994,6 +1003,7 @@ export interface Imagebuilder {
994
1003
  options: __HttpHandlerOptions,
995
1004
  cb: (err: any, data?: ListLifecycleExecutionsCommandOutput) => void
996
1005
  ): void;
1006
+ listLifecyclePolicies(): Promise<ListLifecyclePoliciesCommandOutput>;
997
1007
  listLifecyclePolicies(
998
1008
  args: ListLifecyclePoliciesCommandInput,
999
1009
  options?: __HttpHandlerOptions
@@ -1020,6 +1030,7 @@ export interface Imagebuilder {
1020
1030
  options: __HttpHandlerOptions,
1021
1031
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1022
1032
  ): void;
1033
+ listWaitingWorkflowSteps(): Promise<ListWaitingWorkflowStepsCommandOutput>;
1023
1034
  listWaitingWorkflowSteps(
1024
1035
  args: ListWaitingWorkflowStepsCommandInput,
1025
1036
  options?: __HttpHandlerOptions
@@ -1059,6 +1070,7 @@ export interface Imagebuilder {
1059
1070
  options: __HttpHandlerOptions,
1060
1071
  cb: (err: any, data?: ListWorkflowExecutionsCommandOutput) => void
1061
1072
  ): void;
1073
+ listWorkflows(): Promise<ListWorkflowsCommandOutput>;
1062
1074
  listWorkflows(
1063
1075
  args: ListWorkflowsCommandInput,
1064
1076
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const CancelImageCreationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelImageCreationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelImageCreationCommandInput,
32
+ CancelImageCreationCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelImageCreationCommand extends CancelImageCreationCommand_base {}
@@ -25,6 +25,15 @@ declare const CancelLifecycleExecutionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelLifecycleExecutionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelLifecycleExecutionCommandInput,
32
+ CancelLifecycleExecutionCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelLifecycleExecutionCommand extends CancelLifecycleExecutionCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateComponentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateComponentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateComponentCommandInput,
31
+ CreateComponentCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateComponentCommand extends CreateComponentCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateContainerRecipeCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateContainerRecipeCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateContainerRecipeCommandInput,
32
+ CreateContainerRecipeCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateContainerRecipeCommand extends CreateContainerRecipeCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDistributionConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDistributionConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDistributionConfigurationCommandInput,
32
+ CreateDistributionConfigurationCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDistributionConfigurationCommand extends CreateDistributionConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateImageCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateImageCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateImageCommandInput,
28
+ CreateImageCommandOutput,
29
+ ImagebuilderClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateImageCommand extends CreateImageCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateImagePipelineCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateImagePipelineCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateImagePipelineCommandInput,
32
+ CreateImagePipelineCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateImagePipelineCommand extends CreateImagePipelineCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateImageRecipeCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateImageRecipeCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateImageRecipeCommandInput,
32
+ CreateImageRecipeCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateImageRecipeCommand extends CreateImageRecipeCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateInfrastructureConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateInfrastructureConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateInfrastructureConfigurationCommandInput,
32
+ CreateInfrastructureConfigurationCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateInfrastructureConfigurationCommand extends CreateInfrastructureConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLifecyclePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLifecyclePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLifecyclePolicyCommandInput,
32
+ CreateLifecyclePolicyCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLifecyclePolicyCommand extends CreateLifecyclePolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateWorkflowCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateWorkflowCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateWorkflowCommandInput,
31
+ CreateWorkflowCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteComponentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteComponentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteComponentCommandInput,
31
+ DeleteComponentCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteComponentCommand extends DeleteComponentCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteContainerRecipeCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteContainerRecipeCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteContainerRecipeCommandInput,
32
+ DeleteContainerRecipeCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteContainerRecipeCommand extends DeleteContainerRecipeCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteDistributionConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteDistributionConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteDistributionConfigurationCommandInput,
32
+ DeleteDistributionConfigurationCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteDistributionConfigurationCommand extends DeleteDistributionConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteImageCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteImageCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteImageCommandInput,
28
+ DeleteImageCommandOutput,
29
+ ImagebuilderClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteImageCommand extends DeleteImageCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteImagePipelineCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteImagePipelineCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteImagePipelineCommandInput,
32
+ DeleteImagePipelineCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteImagePipelineCommand extends DeleteImagePipelineCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteImageRecipeCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteImageRecipeCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteImageRecipeCommandInput,
32
+ DeleteImageRecipeCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteImageRecipeCommand extends DeleteImageRecipeCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteInfrastructureConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteInfrastructureConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteInfrastructureConfigurationCommandInput,
32
+ DeleteInfrastructureConfigurationCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteInfrastructureConfigurationCommand extends DeleteInfrastructureConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteLifecyclePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteLifecyclePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteLifecyclePolicyCommandInput,
32
+ DeleteLifecyclePolicyCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteWorkflowCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteWorkflowCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteWorkflowCommandInput,
31
+ DeleteWorkflowCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {}
@@ -21,6 +21,15 @@ declare const GetComponentCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetComponentCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetComponentCommandInput,
28
+ GetComponentCommandOutput,
29
+ ImagebuilderClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetComponentCommand extends GetComponentCommand_base {}
@@ -25,6 +25,15 @@ declare const GetComponentPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetComponentPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetComponentPolicyCommandInput,
32
+ GetComponentPolicyCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetComponentPolicyCommand extends GetComponentPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const GetContainerRecipeCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetContainerRecipeCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetContainerRecipeCommandInput,
32
+ GetContainerRecipeCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetContainerRecipeCommand extends GetContainerRecipeCommand_base {}
@@ -25,6 +25,15 @@ declare const GetContainerRecipePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetContainerRecipePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetContainerRecipePolicyCommandInput,
32
+ GetContainerRecipePolicyCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetContainerRecipePolicyCommand extends GetContainerRecipePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDistributionConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDistributionConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDistributionConfigurationCommandInput,
32
+ GetDistributionConfigurationCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDistributionConfigurationCommand extends GetDistributionConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const GetImageCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetImageCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetImageCommandInput,
28
+ GetImageCommandOutput,
29
+ ImagebuilderClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetImageCommand extends GetImageCommand_base {}
@@ -24,6 +24,15 @@ declare const GetImagePipelineCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetImagePipelineCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetImagePipelineCommandInput,
31
+ GetImagePipelineCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetImagePipelineCommand extends GetImagePipelineCommand_base {}
@@ -24,6 +24,15 @@ declare const GetImagePolicyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetImagePolicyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetImagePolicyCommandInput,
31
+ GetImagePolicyCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetImagePolicyCommand extends GetImagePolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const GetImageRecipeCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetImageRecipeCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetImageRecipeCommandInput,
31
+ GetImageRecipeCommandOutput,
32
+ ImagebuilderClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetImageRecipeCommand extends GetImageRecipeCommand_base {}
@@ -25,6 +25,15 @@ declare const GetImageRecipePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetImageRecipePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetImageRecipePolicyCommandInput,
32
+ GetImageRecipePolicyCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetImageRecipePolicyCommand extends GetImageRecipePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const GetInfrastructureConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetInfrastructureConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetInfrastructureConfigurationCommandInput,
32
+ GetInfrastructureConfigurationCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetInfrastructureConfigurationCommand extends GetInfrastructureConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetLifecycleExecutionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetLifecycleExecutionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetLifecycleExecutionCommandInput,
32
+ GetLifecycleExecutionCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetLifecycleExecutionCommand extends GetLifecycleExecutionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetLifecyclePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetLifecyclePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetLifecyclePolicyCommandInput,
32
+ GetLifecyclePolicyCommandOutput,
33
+ ImagebuilderClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetLifecyclePolicyCommand extends GetLifecyclePolicyCommand_base {}