@aws-sdk/client-imagebuilder 3.50.0 → 3.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Imagebuilder.d.ts +255 -0
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +123 -0
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +50 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2290 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListComponentBuildVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContainerRecipesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDistributionConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImageBuildVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagePackagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagePipelineImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagePipelinesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImageRecipesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInfrastructureConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +152 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-imagebuilder
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-imagebuilder
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { CancelImageCreationCommandInput, CancelImageCreationCommandOutput } from "./commands/CancelImageCreationCommand";
|
|
3
|
+
import { CreateComponentCommandInput, CreateComponentCommandOutput } from "./commands/CreateComponentCommand";
|
|
4
|
+
import { CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput } from "./commands/CreateContainerRecipeCommand";
|
|
5
|
+
import { CreateDistributionConfigurationCommandInput, CreateDistributionConfigurationCommandOutput } from "./commands/CreateDistributionConfigurationCommand";
|
|
6
|
+
import { CreateImageCommandInput, CreateImageCommandOutput } from "./commands/CreateImageCommand";
|
|
7
|
+
import { CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput } from "./commands/CreateImagePipelineCommand";
|
|
8
|
+
import { CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput } from "./commands/CreateImageRecipeCommand";
|
|
9
|
+
import { CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput } from "./commands/CreateInfrastructureConfigurationCommand";
|
|
10
|
+
import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "./commands/DeleteComponentCommand";
|
|
11
|
+
import { DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput } from "./commands/DeleteContainerRecipeCommand";
|
|
12
|
+
import { DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput } from "./commands/DeleteDistributionConfigurationCommand";
|
|
13
|
+
import { DeleteImageCommandInput, DeleteImageCommandOutput } from "./commands/DeleteImageCommand";
|
|
14
|
+
import { DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput } from "./commands/DeleteImagePipelineCommand";
|
|
15
|
+
import { DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput } from "./commands/DeleteImageRecipeCommand";
|
|
16
|
+
import { DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput } from "./commands/DeleteInfrastructureConfigurationCommand";
|
|
17
|
+
import { GetComponentCommandInput, GetComponentCommandOutput } from "./commands/GetComponentCommand";
|
|
18
|
+
import { GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput } from "./commands/GetComponentPolicyCommand";
|
|
19
|
+
import { GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput } from "./commands/GetContainerRecipeCommand";
|
|
20
|
+
import { GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput } from "./commands/GetContainerRecipePolicyCommand";
|
|
21
|
+
import { GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput } from "./commands/GetDistributionConfigurationCommand";
|
|
22
|
+
import { GetImageCommandInput, GetImageCommandOutput } from "./commands/GetImageCommand";
|
|
23
|
+
import { GetImagePipelineCommandInput, GetImagePipelineCommandOutput } from "./commands/GetImagePipelineCommand";
|
|
24
|
+
import { GetImagePolicyCommandInput, GetImagePolicyCommandOutput } from "./commands/GetImagePolicyCommand";
|
|
25
|
+
import { GetImageRecipeCommandInput, GetImageRecipeCommandOutput } from "./commands/GetImageRecipeCommand";
|
|
26
|
+
import { GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput } from "./commands/GetImageRecipePolicyCommand";
|
|
27
|
+
import { GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput } from "./commands/GetInfrastructureConfigurationCommand";
|
|
28
|
+
import { ImportComponentCommandInput, ImportComponentCommandOutput } from "./commands/ImportComponentCommand";
|
|
29
|
+
import { ImportVmImageCommandInput, ImportVmImageCommandOutput } from "./commands/ImportVmImageCommand";
|
|
30
|
+
import { ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput } from "./commands/ListComponentBuildVersionsCommand";
|
|
31
|
+
import { ListComponentsCommandInput, ListComponentsCommandOutput } from "./commands/ListComponentsCommand";
|
|
32
|
+
import { ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput } from "./commands/ListContainerRecipesCommand";
|
|
33
|
+
import { ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput } from "./commands/ListDistributionConfigurationsCommand";
|
|
34
|
+
import { ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput } from "./commands/ListImageBuildVersionsCommand";
|
|
35
|
+
import { ListImagePackagesCommandInput, ListImagePackagesCommandOutput } from "./commands/ListImagePackagesCommand";
|
|
36
|
+
import { ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput } from "./commands/ListImagePipelineImagesCommand";
|
|
37
|
+
import { ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput } from "./commands/ListImagePipelinesCommand";
|
|
38
|
+
import { ListImageRecipesCommandInput, ListImageRecipesCommandOutput } from "./commands/ListImageRecipesCommand";
|
|
39
|
+
import { ListImagesCommandInput, ListImagesCommandOutput } from "./commands/ListImagesCommand";
|
|
40
|
+
import { ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput } from "./commands/ListInfrastructureConfigurationsCommand";
|
|
41
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
42
|
+
import { PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput } from "./commands/PutComponentPolicyCommand";
|
|
43
|
+
import { PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput } from "./commands/PutContainerRecipePolicyCommand";
|
|
44
|
+
import { PutImagePolicyCommandInput, PutImagePolicyCommandOutput } from "./commands/PutImagePolicyCommand";
|
|
45
|
+
import { PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput } from "./commands/PutImageRecipePolicyCommand";
|
|
46
|
+
import { StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput } from "./commands/StartImagePipelineExecutionCommand";
|
|
47
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
48
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
49
|
+
import { UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput } from "./commands/UpdateDistributionConfigurationCommand";
|
|
50
|
+
import { UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput } from "./commands/UpdateImagePipelineCommand";
|
|
51
|
+
import { UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput } from "./commands/UpdateInfrastructureConfigurationCommand";
|
|
52
|
+
import { ImagebuilderClient } from "./ImagebuilderClient";
|
|
53
|
+
|
|
54
|
+
export declare class Imagebuilder extends ImagebuilderClient {
|
|
55
|
+
|
|
56
|
+
cancelImageCreation(args: CancelImageCreationCommandInput, options?: __HttpHandlerOptions): Promise<CancelImageCreationCommandOutput>;
|
|
57
|
+
cancelImageCreation(args: CancelImageCreationCommandInput, cb: (err: any, data?: CancelImageCreationCommandOutput) => void): void;
|
|
58
|
+
cancelImageCreation(args: CancelImageCreationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelImageCreationCommandOutput) => void): void;
|
|
59
|
+
|
|
60
|
+
createComponent(args: CreateComponentCommandInput, options?: __HttpHandlerOptions): Promise<CreateComponentCommandOutput>;
|
|
61
|
+
createComponent(args: CreateComponentCommandInput, cb: (err: any, data?: CreateComponentCommandOutput) => void): void;
|
|
62
|
+
createComponent(args: CreateComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateComponentCommandOutput) => void): void;
|
|
63
|
+
|
|
64
|
+
createContainerRecipe(args: CreateContainerRecipeCommandInput, options?: __HttpHandlerOptions): Promise<CreateContainerRecipeCommandOutput>;
|
|
65
|
+
createContainerRecipe(args: CreateContainerRecipeCommandInput, cb: (err: any, data?: CreateContainerRecipeCommandOutput) => void): void;
|
|
66
|
+
createContainerRecipe(args: CreateContainerRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContainerRecipeCommandOutput) => void): void;
|
|
67
|
+
|
|
68
|
+
createDistributionConfiguration(args: CreateDistributionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateDistributionConfigurationCommandOutput>;
|
|
69
|
+
createDistributionConfiguration(args: CreateDistributionConfigurationCommandInput, cb: (err: any, data?: CreateDistributionConfigurationCommandOutput) => void): void;
|
|
70
|
+
createDistributionConfiguration(args: CreateDistributionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDistributionConfigurationCommandOutput) => void): void;
|
|
71
|
+
|
|
72
|
+
createImage(args: CreateImageCommandInput, options?: __HttpHandlerOptions): Promise<CreateImageCommandOutput>;
|
|
73
|
+
createImage(args: CreateImageCommandInput, cb: (err: any, data?: CreateImageCommandOutput) => void): void;
|
|
74
|
+
createImage(args: CreateImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageCommandOutput) => void): void;
|
|
75
|
+
|
|
76
|
+
createImagePipeline(args: CreateImagePipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreateImagePipelineCommandOutput>;
|
|
77
|
+
createImagePipeline(args: CreateImagePipelineCommandInput, cb: (err: any, data?: CreateImagePipelineCommandOutput) => void): void;
|
|
78
|
+
createImagePipeline(args: CreateImagePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImagePipelineCommandOutput) => void): void;
|
|
79
|
+
|
|
80
|
+
createImageRecipe(args: CreateImageRecipeCommandInput, options?: __HttpHandlerOptions): Promise<CreateImageRecipeCommandOutput>;
|
|
81
|
+
createImageRecipe(args: CreateImageRecipeCommandInput, cb: (err: any, data?: CreateImageRecipeCommandOutput) => void): void;
|
|
82
|
+
createImageRecipe(args: CreateImageRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageRecipeCommandOutput) => void): void;
|
|
83
|
+
|
|
84
|
+
createInfrastructureConfiguration(args: CreateInfrastructureConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateInfrastructureConfigurationCommandOutput>;
|
|
85
|
+
createInfrastructureConfiguration(args: CreateInfrastructureConfigurationCommandInput, cb: (err: any, data?: CreateInfrastructureConfigurationCommandOutput) => void): void;
|
|
86
|
+
createInfrastructureConfiguration(args: CreateInfrastructureConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInfrastructureConfigurationCommandOutput) => void): void;
|
|
87
|
+
|
|
88
|
+
deleteComponent(args: DeleteComponentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteComponentCommandOutput>;
|
|
89
|
+
deleteComponent(args: DeleteComponentCommandInput, cb: (err: any, data?: DeleteComponentCommandOutput) => void): void;
|
|
90
|
+
deleteComponent(args: DeleteComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteComponentCommandOutput) => void): void;
|
|
91
|
+
|
|
92
|
+
deleteContainerRecipe(args: DeleteContainerRecipeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContainerRecipeCommandOutput>;
|
|
93
|
+
deleteContainerRecipe(args: DeleteContainerRecipeCommandInput, cb: (err: any, data?: DeleteContainerRecipeCommandOutput) => void): void;
|
|
94
|
+
deleteContainerRecipe(args: DeleteContainerRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContainerRecipeCommandOutput) => void): void;
|
|
95
|
+
|
|
96
|
+
deleteDistributionConfiguration(args: DeleteDistributionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDistributionConfigurationCommandOutput>;
|
|
97
|
+
deleteDistributionConfiguration(args: DeleteDistributionConfigurationCommandInput, cb: (err: any, data?: DeleteDistributionConfigurationCommandOutput) => void): void;
|
|
98
|
+
deleteDistributionConfiguration(args: DeleteDistributionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDistributionConfigurationCommandOutput) => void): void;
|
|
99
|
+
|
|
100
|
+
deleteImage(args: DeleteImageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImageCommandOutput>;
|
|
101
|
+
deleteImage(args: DeleteImageCommandInput, cb: (err: any, data?: DeleteImageCommandOutput) => void): void;
|
|
102
|
+
deleteImage(args: DeleteImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImageCommandOutput) => void): void;
|
|
103
|
+
|
|
104
|
+
deleteImagePipeline(args: DeleteImagePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImagePipelineCommandOutput>;
|
|
105
|
+
deleteImagePipeline(args: DeleteImagePipelineCommandInput, cb: (err: any, data?: DeleteImagePipelineCommandOutput) => void): void;
|
|
106
|
+
deleteImagePipeline(args: DeleteImagePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImagePipelineCommandOutput) => void): void;
|
|
107
|
+
|
|
108
|
+
deleteImageRecipe(args: DeleteImageRecipeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImageRecipeCommandOutput>;
|
|
109
|
+
deleteImageRecipe(args: DeleteImageRecipeCommandInput, cb: (err: any, data?: DeleteImageRecipeCommandOutput) => void): void;
|
|
110
|
+
deleteImageRecipe(args: DeleteImageRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImageRecipeCommandOutput) => void): void;
|
|
111
|
+
|
|
112
|
+
deleteInfrastructureConfiguration(args: DeleteInfrastructureConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInfrastructureConfigurationCommandOutput>;
|
|
113
|
+
deleteInfrastructureConfiguration(args: DeleteInfrastructureConfigurationCommandInput, cb: (err: any, data?: DeleteInfrastructureConfigurationCommandOutput) => void): void;
|
|
114
|
+
deleteInfrastructureConfiguration(args: DeleteInfrastructureConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInfrastructureConfigurationCommandOutput) => void): void;
|
|
115
|
+
|
|
116
|
+
getComponent(args: GetComponentCommandInput, options?: __HttpHandlerOptions): Promise<GetComponentCommandOutput>;
|
|
117
|
+
getComponent(args: GetComponentCommandInput, cb: (err: any, data?: GetComponentCommandOutput) => void): void;
|
|
118
|
+
getComponent(args: GetComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetComponentCommandOutput) => void): void;
|
|
119
|
+
|
|
120
|
+
getComponentPolicy(args: GetComponentPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetComponentPolicyCommandOutput>;
|
|
121
|
+
getComponentPolicy(args: GetComponentPolicyCommandInput, cb: (err: any, data?: GetComponentPolicyCommandOutput) => void): void;
|
|
122
|
+
getComponentPolicy(args: GetComponentPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetComponentPolicyCommandOutput) => void): void;
|
|
123
|
+
|
|
124
|
+
getContainerRecipe(args: GetContainerRecipeCommandInput, options?: __HttpHandlerOptions): Promise<GetContainerRecipeCommandOutput>;
|
|
125
|
+
getContainerRecipe(args: GetContainerRecipeCommandInput, cb: (err: any, data?: GetContainerRecipeCommandOutput) => void): void;
|
|
126
|
+
getContainerRecipe(args: GetContainerRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContainerRecipeCommandOutput) => void): void;
|
|
127
|
+
|
|
128
|
+
getContainerRecipePolicy(args: GetContainerRecipePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetContainerRecipePolicyCommandOutput>;
|
|
129
|
+
getContainerRecipePolicy(args: GetContainerRecipePolicyCommandInput, cb: (err: any, data?: GetContainerRecipePolicyCommandOutput) => void): void;
|
|
130
|
+
getContainerRecipePolicy(args: GetContainerRecipePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContainerRecipePolicyCommandOutput) => void): void;
|
|
131
|
+
|
|
132
|
+
getDistributionConfiguration(args: GetDistributionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetDistributionConfigurationCommandOutput>;
|
|
133
|
+
getDistributionConfiguration(args: GetDistributionConfigurationCommandInput, cb: (err: any, data?: GetDistributionConfigurationCommandOutput) => void): void;
|
|
134
|
+
getDistributionConfiguration(args: GetDistributionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDistributionConfigurationCommandOutput) => void): void;
|
|
135
|
+
|
|
136
|
+
getImage(args: GetImageCommandInput, options?: __HttpHandlerOptions): Promise<GetImageCommandOutput>;
|
|
137
|
+
getImage(args: GetImageCommandInput, cb: (err: any, data?: GetImageCommandOutput) => void): void;
|
|
138
|
+
getImage(args: GetImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImageCommandOutput) => void): void;
|
|
139
|
+
|
|
140
|
+
getImagePipeline(args: GetImagePipelineCommandInput, options?: __HttpHandlerOptions): Promise<GetImagePipelineCommandOutput>;
|
|
141
|
+
getImagePipeline(args: GetImagePipelineCommandInput, cb: (err: any, data?: GetImagePipelineCommandOutput) => void): void;
|
|
142
|
+
getImagePipeline(args: GetImagePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImagePipelineCommandOutput) => void): void;
|
|
143
|
+
|
|
144
|
+
getImagePolicy(args: GetImagePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetImagePolicyCommandOutput>;
|
|
145
|
+
getImagePolicy(args: GetImagePolicyCommandInput, cb: (err: any, data?: GetImagePolicyCommandOutput) => void): void;
|
|
146
|
+
getImagePolicy(args: GetImagePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImagePolicyCommandOutput) => void): void;
|
|
147
|
+
|
|
148
|
+
getImageRecipe(args: GetImageRecipeCommandInput, options?: __HttpHandlerOptions): Promise<GetImageRecipeCommandOutput>;
|
|
149
|
+
getImageRecipe(args: GetImageRecipeCommandInput, cb: (err: any, data?: GetImageRecipeCommandOutput) => void): void;
|
|
150
|
+
getImageRecipe(args: GetImageRecipeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImageRecipeCommandOutput) => void): void;
|
|
151
|
+
|
|
152
|
+
getImageRecipePolicy(args: GetImageRecipePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetImageRecipePolicyCommandOutput>;
|
|
153
|
+
getImageRecipePolicy(args: GetImageRecipePolicyCommandInput, cb: (err: any, data?: GetImageRecipePolicyCommandOutput) => void): void;
|
|
154
|
+
getImageRecipePolicy(args: GetImageRecipePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImageRecipePolicyCommandOutput) => void): void;
|
|
155
|
+
|
|
156
|
+
getInfrastructureConfiguration(args: GetInfrastructureConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetInfrastructureConfigurationCommandOutput>;
|
|
157
|
+
getInfrastructureConfiguration(args: GetInfrastructureConfigurationCommandInput, cb: (err: any, data?: GetInfrastructureConfigurationCommandOutput) => void): void;
|
|
158
|
+
getInfrastructureConfiguration(args: GetInfrastructureConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInfrastructureConfigurationCommandOutput) => void): void;
|
|
159
|
+
|
|
160
|
+
importComponent(args: ImportComponentCommandInput, options?: __HttpHandlerOptions): Promise<ImportComponentCommandOutput>;
|
|
161
|
+
importComponent(args: ImportComponentCommandInput, cb: (err: any, data?: ImportComponentCommandOutput) => void): void;
|
|
162
|
+
importComponent(args: ImportComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportComponentCommandOutput) => void): void;
|
|
163
|
+
|
|
164
|
+
importVmImage(args: ImportVmImageCommandInput, options?: __HttpHandlerOptions): Promise<ImportVmImageCommandOutput>;
|
|
165
|
+
importVmImage(args: ImportVmImageCommandInput, cb: (err: any, data?: ImportVmImageCommandOutput) => void): void;
|
|
166
|
+
importVmImage(args: ImportVmImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportVmImageCommandOutput) => void): void;
|
|
167
|
+
|
|
168
|
+
listComponentBuildVersions(args: ListComponentBuildVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListComponentBuildVersionsCommandOutput>;
|
|
169
|
+
listComponentBuildVersions(args: ListComponentBuildVersionsCommandInput, cb: (err: any, data?: ListComponentBuildVersionsCommandOutput) => void): void;
|
|
170
|
+
listComponentBuildVersions(args: ListComponentBuildVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentBuildVersionsCommandOutput) => void): void;
|
|
171
|
+
|
|
172
|
+
listComponents(args: ListComponentsCommandInput, options?: __HttpHandlerOptions): Promise<ListComponentsCommandOutput>;
|
|
173
|
+
listComponents(args: ListComponentsCommandInput, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
|
|
174
|
+
listComponents(args: ListComponentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
|
|
175
|
+
|
|
176
|
+
listContainerRecipes(args: ListContainerRecipesCommandInput, options?: __HttpHandlerOptions): Promise<ListContainerRecipesCommandOutput>;
|
|
177
|
+
listContainerRecipes(args: ListContainerRecipesCommandInput, cb: (err: any, data?: ListContainerRecipesCommandOutput) => void): void;
|
|
178
|
+
listContainerRecipes(args: ListContainerRecipesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContainerRecipesCommandOutput) => void): void;
|
|
179
|
+
|
|
180
|
+
listDistributionConfigurations(args: ListDistributionConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionConfigurationsCommandOutput>;
|
|
181
|
+
listDistributionConfigurations(args: ListDistributionConfigurationsCommandInput, cb: (err: any, data?: ListDistributionConfigurationsCommandOutput) => void): void;
|
|
182
|
+
listDistributionConfigurations(args: ListDistributionConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionConfigurationsCommandOutput) => void): void;
|
|
183
|
+
|
|
184
|
+
listImageBuildVersions(args: ListImageBuildVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListImageBuildVersionsCommandOutput>;
|
|
185
|
+
listImageBuildVersions(args: ListImageBuildVersionsCommandInput, cb: (err: any, data?: ListImageBuildVersionsCommandOutput) => void): void;
|
|
186
|
+
listImageBuildVersions(args: ListImageBuildVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImageBuildVersionsCommandOutput) => void): void;
|
|
187
|
+
|
|
188
|
+
listImagePackages(args: ListImagePackagesCommandInput, options?: __HttpHandlerOptions): Promise<ListImagePackagesCommandOutput>;
|
|
189
|
+
listImagePackages(args: ListImagePackagesCommandInput, cb: (err: any, data?: ListImagePackagesCommandOutput) => void): void;
|
|
190
|
+
listImagePackages(args: ListImagePackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImagePackagesCommandOutput) => void): void;
|
|
191
|
+
|
|
192
|
+
listImagePipelineImages(args: ListImagePipelineImagesCommandInput, options?: __HttpHandlerOptions): Promise<ListImagePipelineImagesCommandOutput>;
|
|
193
|
+
listImagePipelineImages(args: ListImagePipelineImagesCommandInput, cb: (err: any, data?: ListImagePipelineImagesCommandOutput) => void): void;
|
|
194
|
+
listImagePipelineImages(args: ListImagePipelineImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImagePipelineImagesCommandOutput) => void): void;
|
|
195
|
+
|
|
196
|
+
listImagePipelines(args: ListImagePipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListImagePipelinesCommandOutput>;
|
|
197
|
+
listImagePipelines(args: ListImagePipelinesCommandInput, cb: (err: any, data?: ListImagePipelinesCommandOutput) => void): void;
|
|
198
|
+
listImagePipelines(args: ListImagePipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImagePipelinesCommandOutput) => void): void;
|
|
199
|
+
|
|
200
|
+
listImageRecipes(args: ListImageRecipesCommandInput, options?: __HttpHandlerOptions): Promise<ListImageRecipesCommandOutput>;
|
|
201
|
+
listImageRecipes(args: ListImageRecipesCommandInput, cb: (err: any, data?: ListImageRecipesCommandOutput) => void): void;
|
|
202
|
+
listImageRecipes(args: ListImageRecipesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImageRecipesCommandOutput) => void): void;
|
|
203
|
+
|
|
204
|
+
listImages(args: ListImagesCommandInput, options?: __HttpHandlerOptions): Promise<ListImagesCommandOutput>;
|
|
205
|
+
listImages(args: ListImagesCommandInput, cb: (err: any, data?: ListImagesCommandOutput) => void): void;
|
|
206
|
+
listImages(args: ListImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImagesCommandOutput) => void): void;
|
|
207
|
+
|
|
208
|
+
listInfrastructureConfigurations(args: ListInfrastructureConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListInfrastructureConfigurationsCommandOutput>;
|
|
209
|
+
listInfrastructureConfigurations(args: ListInfrastructureConfigurationsCommandInput, cb: (err: any, data?: ListInfrastructureConfigurationsCommandOutput) => void): void;
|
|
210
|
+
listInfrastructureConfigurations(args: ListInfrastructureConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInfrastructureConfigurationsCommandOutput) => void): void;
|
|
211
|
+
|
|
212
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
213
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
214
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
215
|
+
|
|
216
|
+
putComponentPolicy(args: PutComponentPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutComponentPolicyCommandOutput>;
|
|
217
|
+
putComponentPolicy(args: PutComponentPolicyCommandInput, cb: (err: any, data?: PutComponentPolicyCommandOutput) => void): void;
|
|
218
|
+
putComponentPolicy(args: PutComponentPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutComponentPolicyCommandOutput) => void): void;
|
|
219
|
+
|
|
220
|
+
putContainerRecipePolicy(args: PutContainerRecipePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutContainerRecipePolicyCommandOutput>;
|
|
221
|
+
putContainerRecipePolicy(args: PutContainerRecipePolicyCommandInput, cb: (err: any, data?: PutContainerRecipePolicyCommandOutput) => void): void;
|
|
222
|
+
putContainerRecipePolicy(args: PutContainerRecipePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutContainerRecipePolicyCommandOutput) => void): void;
|
|
223
|
+
|
|
224
|
+
putImagePolicy(args: PutImagePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutImagePolicyCommandOutput>;
|
|
225
|
+
putImagePolicy(args: PutImagePolicyCommandInput, cb: (err: any, data?: PutImagePolicyCommandOutput) => void): void;
|
|
226
|
+
putImagePolicy(args: PutImagePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutImagePolicyCommandOutput) => void): void;
|
|
227
|
+
|
|
228
|
+
putImageRecipePolicy(args: PutImageRecipePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutImageRecipePolicyCommandOutput>;
|
|
229
|
+
putImageRecipePolicy(args: PutImageRecipePolicyCommandInput, cb: (err: any, data?: PutImageRecipePolicyCommandOutput) => void): void;
|
|
230
|
+
putImageRecipePolicy(args: PutImageRecipePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutImageRecipePolicyCommandOutput) => void): void;
|
|
231
|
+
|
|
232
|
+
startImagePipelineExecution(args: StartImagePipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartImagePipelineExecutionCommandOutput>;
|
|
233
|
+
startImagePipelineExecution(args: StartImagePipelineExecutionCommandInput, cb: (err: any, data?: StartImagePipelineExecutionCommandOutput) => void): void;
|
|
234
|
+
startImagePipelineExecution(args: StartImagePipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartImagePipelineExecutionCommandOutput) => void): void;
|
|
235
|
+
|
|
236
|
+
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
237
|
+
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
238
|
+
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
239
|
+
|
|
240
|
+
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
241
|
+
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
242
|
+
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
243
|
+
|
|
244
|
+
updateDistributionConfiguration(args: UpdateDistributionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDistributionConfigurationCommandOutput>;
|
|
245
|
+
updateDistributionConfiguration(args: UpdateDistributionConfigurationCommandInput, cb: (err: any, data?: UpdateDistributionConfigurationCommandOutput) => void): void;
|
|
246
|
+
updateDistributionConfiguration(args: UpdateDistributionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDistributionConfigurationCommandOutput) => void): void;
|
|
247
|
+
|
|
248
|
+
updateImagePipeline(args: UpdateImagePipelineCommandInput, options?: __HttpHandlerOptions): Promise<UpdateImagePipelineCommandOutput>;
|
|
249
|
+
updateImagePipeline(args: UpdateImagePipelineCommandInput, cb: (err: any, data?: UpdateImagePipelineCommandOutput) => void): void;
|
|
250
|
+
updateImagePipeline(args: UpdateImagePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateImagePipelineCommandOutput) => void): void;
|
|
251
|
+
|
|
252
|
+
updateInfrastructureConfiguration(args: UpdateInfrastructureConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInfrastructureConfigurationCommandOutput>;
|
|
253
|
+
updateInfrastructureConfiguration(args: UpdateInfrastructureConfigurationCommandInput, cb: (err: any, data?: UpdateInfrastructureConfigurationCommandOutput) => void): void;
|
|
254
|
+
updateInfrastructureConfiguration(args: UpdateInfrastructureConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInfrastructureConfigurationCommandOutput) => void): void;
|
|
255
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { CancelImageCreationCommandInput, CancelImageCreationCommandOutput } from "./commands/CancelImageCreationCommand";
|
|
10
|
+
import { CreateComponentCommandInput, CreateComponentCommandOutput } from "./commands/CreateComponentCommand";
|
|
11
|
+
import { CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput } from "./commands/CreateContainerRecipeCommand";
|
|
12
|
+
import { CreateDistributionConfigurationCommandInput, CreateDistributionConfigurationCommandOutput } from "./commands/CreateDistributionConfigurationCommand";
|
|
13
|
+
import { CreateImageCommandInput, CreateImageCommandOutput } from "./commands/CreateImageCommand";
|
|
14
|
+
import { CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput } from "./commands/CreateImagePipelineCommand";
|
|
15
|
+
import { CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput } from "./commands/CreateImageRecipeCommand";
|
|
16
|
+
import { CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput } from "./commands/CreateInfrastructureConfigurationCommand";
|
|
17
|
+
import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "./commands/DeleteComponentCommand";
|
|
18
|
+
import { DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput } from "./commands/DeleteContainerRecipeCommand";
|
|
19
|
+
import { DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput } from "./commands/DeleteDistributionConfigurationCommand";
|
|
20
|
+
import { DeleteImageCommandInput, DeleteImageCommandOutput } from "./commands/DeleteImageCommand";
|
|
21
|
+
import { DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput } from "./commands/DeleteImagePipelineCommand";
|
|
22
|
+
import { DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput } from "./commands/DeleteImageRecipeCommand";
|
|
23
|
+
import { DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput } from "./commands/DeleteInfrastructureConfigurationCommand";
|
|
24
|
+
import { GetComponentCommandInput, GetComponentCommandOutput } from "./commands/GetComponentCommand";
|
|
25
|
+
import { GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput } from "./commands/GetComponentPolicyCommand";
|
|
26
|
+
import { GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput } from "./commands/GetContainerRecipeCommand";
|
|
27
|
+
import { GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput } from "./commands/GetContainerRecipePolicyCommand";
|
|
28
|
+
import { GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput } from "./commands/GetDistributionConfigurationCommand";
|
|
29
|
+
import { GetImageCommandInput, GetImageCommandOutput } from "./commands/GetImageCommand";
|
|
30
|
+
import { GetImagePipelineCommandInput, GetImagePipelineCommandOutput } from "./commands/GetImagePipelineCommand";
|
|
31
|
+
import { GetImagePolicyCommandInput, GetImagePolicyCommandOutput } from "./commands/GetImagePolicyCommand";
|
|
32
|
+
import { GetImageRecipeCommandInput, GetImageRecipeCommandOutput } from "./commands/GetImageRecipeCommand";
|
|
33
|
+
import { GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput } from "./commands/GetImageRecipePolicyCommand";
|
|
34
|
+
import { GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput } from "./commands/GetInfrastructureConfigurationCommand";
|
|
35
|
+
import { ImportComponentCommandInput, ImportComponentCommandOutput } from "./commands/ImportComponentCommand";
|
|
36
|
+
import { ImportVmImageCommandInput, ImportVmImageCommandOutput } from "./commands/ImportVmImageCommand";
|
|
37
|
+
import { ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput } from "./commands/ListComponentBuildVersionsCommand";
|
|
38
|
+
import { ListComponentsCommandInput, ListComponentsCommandOutput } from "./commands/ListComponentsCommand";
|
|
39
|
+
import { ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput } from "./commands/ListContainerRecipesCommand";
|
|
40
|
+
import { ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput } from "./commands/ListDistributionConfigurationsCommand";
|
|
41
|
+
import { ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput } from "./commands/ListImageBuildVersionsCommand";
|
|
42
|
+
import { ListImagePackagesCommandInput, ListImagePackagesCommandOutput } from "./commands/ListImagePackagesCommand";
|
|
43
|
+
import { ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput } from "./commands/ListImagePipelineImagesCommand";
|
|
44
|
+
import { ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput } from "./commands/ListImagePipelinesCommand";
|
|
45
|
+
import { ListImageRecipesCommandInput, ListImageRecipesCommandOutput } from "./commands/ListImageRecipesCommand";
|
|
46
|
+
import { ListImagesCommandInput, ListImagesCommandOutput } from "./commands/ListImagesCommand";
|
|
47
|
+
import { ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput } from "./commands/ListInfrastructureConfigurationsCommand";
|
|
48
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
49
|
+
import { PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput } from "./commands/PutComponentPolicyCommand";
|
|
50
|
+
import { PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput } from "./commands/PutContainerRecipePolicyCommand";
|
|
51
|
+
import { PutImagePolicyCommandInput, PutImagePolicyCommandOutput } from "./commands/PutImagePolicyCommand";
|
|
52
|
+
import { PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput } from "./commands/PutImageRecipePolicyCommand";
|
|
53
|
+
import { StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput } from "./commands/StartImagePipelineExecutionCommand";
|
|
54
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
55
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
56
|
+
import { UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput } from "./commands/UpdateDistributionConfigurationCommand";
|
|
57
|
+
import { UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput } from "./commands/UpdateImagePipelineCommand";
|
|
58
|
+
import { UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput } from "./commands/UpdateInfrastructureConfigurationCommand";
|
|
59
|
+
export declare type ServiceInputTypes = CancelImageCreationCommandInput | CreateComponentCommandInput | CreateContainerRecipeCommandInput | CreateDistributionConfigurationCommandInput | CreateImageCommandInput | CreateImagePipelineCommandInput | CreateImageRecipeCommandInput | CreateInfrastructureConfigurationCommandInput | DeleteComponentCommandInput | DeleteContainerRecipeCommandInput | DeleteDistributionConfigurationCommandInput | DeleteImageCommandInput | DeleteImagePipelineCommandInput | DeleteImageRecipeCommandInput | DeleteInfrastructureConfigurationCommandInput | GetComponentCommandInput | GetComponentPolicyCommandInput | GetContainerRecipeCommandInput | GetContainerRecipePolicyCommandInput | GetDistributionConfigurationCommandInput | GetImageCommandInput | GetImagePipelineCommandInput | GetImagePolicyCommandInput | GetImageRecipeCommandInput | GetImageRecipePolicyCommandInput | GetInfrastructureConfigurationCommandInput | ImportComponentCommandInput | ImportVmImageCommandInput | ListComponentBuildVersionsCommandInput | ListComponentsCommandInput | ListContainerRecipesCommandInput | ListDistributionConfigurationsCommandInput | ListImageBuildVersionsCommandInput | ListImagePackagesCommandInput | ListImagePipelineImagesCommandInput | ListImagePipelinesCommandInput | ListImageRecipesCommandInput | ListImagesCommandInput | ListInfrastructureConfigurationsCommandInput | ListTagsForResourceCommandInput | PutComponentPolicyCommandInput | PutContainerRecipePolicyCommandInput | PutImagePolicyCommandInput | PutImageRecipePolicyCommandInput | StartImagePipelineExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDistributionConfigurationCommandInput | UpdateImagePipelineCommandInput | UpdateInfrastructureConfigurationCommandInput;
|
|
60
|
+
export declare type ServiceOutputTypes = CancelImageCreationCommandOutput | CreateComponentCommandOutput | CreateContainerRecipeCommandOutput | CreateDistributionConfigurationCommandOutput | CreateImageCommandOutput | CreateImagePipelineCommandOutput | CreateImageRecipeCommandOutput | CreateInfrastructureConfigurationCommandOutput | DeleteComponentCommandOutput | DeleteContainerRecipeCommandOutput | DeleteDistributionConfigurationCommandOutput | DeleteImageCommandOutput | DeleteImagePipelineCommandOutput | DeleteImageRecipeCommandOutput | DeleteInfrastructureConfigurationCommandOutput | GetComponentCommandOutput | GetComponentPolicyCommandOutput | GetContainerRecipeCommandOutput | GetContainerRecipePolicyCommandOutput | GetDistributionConfigurationCommandOutput | GetImageCommandOutput | GetImagePipelineCommandOutput | GetImagePolicyCommandOutput | GetImageRecipeCommandOutput | GetImageRecipePolicyCommandOutput | GetInfrastructureConfigurationCommandOutput | ImportComponentCommandOutput | ImportVmImageCommandOutput | ListComponentBuildVersionsCommandOutput | ListComponentsCommandOutput | ListContainerRecipesCommandOutput | ListDistributionConfigurationsCommandOutput | ListImageBuildVersionsCommandOutput | ListImagePackagesCommandOutput | ListImagePipelineImagesCommandOutput | ListImagePipelinesCommandOutput | ListImageRecipesCommandOutput | ListImagesCommandOutput | ListInfrastructureConfigurationsCommandOutput | ListTagsForResourceCommandOutput | PutComponentPolicyCommandOutput | PutContainerRecipePolicyCommandOutput | PutImagePolicyCommandOutput | PutImageRecipePolicyCommandOutput | StartImagePipelineExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDistributionConfigurationCommandOutput | UpdateImagePipelineCommandOutput | UpdateInfrastructureConfigurationCommandOutput;
|
|
61
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
62
|
+
|
|
63
|
+
requestHandler?: __HttpHandler;
|
|
64
|
+
|
|
65
|
+
sha256?: __HashConstructor;
|
|
66
|
+
|
|
67
|
+
urlParser?: __UrlParser;
|
|
68
|
+
|
|
69
|
+
bodyLengthChecker?: (body: any) => number | undefined;
|
|
70
|
+
|
|
71
|
+
streamCollector?: __StreamCollector;
|
|
72
|
+
|
|
73
|
+
base64Decoder?: __Decoder;
|
|
74
|
+
|
|
75
|
+
base64Encoder?: __Encoder;
|
|
76
|
+
|
|
77
|
+
utf8Decoder?: __Decoder;
|
|
78
|
+
|
|
79
|
+
utf8Encoder?: __Encoder;
|
|
80
|
+
|
|
81
|
+
runtime?: string;
|
|
82
|
+
|
|
83
|
+
disableHostPrefix?: boolean;
|
|
84
|
+
|
|
85
|
+
maxAttempts?: number | __Provider<number>;
|
|
86
|
+
|
|
87
|
+
retryMode?: string | __Provider<string>;
|
|
88
|
+
|
|
89
|
+
logger?: __Logger;
|
|
90
|
+
|
|
91
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
92
|
+
|
|
93
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
94
|
+
|
|
95
|
+
serviceId?: string;
|
|
96
|
+
|
|
97
|
+
region?: string | __Provider<string>;
|
|
98
|
+
|
|
99
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
100
|
+
|
|
101
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
102
|
+
|
|
103
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
104
|
+
|
|
105
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
106
|
+
}
|
|
107
|
+
declare type ImagebuilderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
108
|
+
|
|
109
|
+
export interface ImagebuilderClientConfig extends ImagebuilderClientConfigType {
|
|
110
|
+
}
|
|
111
|
+
declare type ImagebuilderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
112
|
+
|
|
113
|
+
export interface ImagebuilderClientResolvedConfig extends ImagebuilderClientResolvedConfigType {
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export declare class ImagebuilderClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ImagebuilderClientResolvedConfig> {
|
|
117
|
+
|
|
118
|
+
readonly config: ImagebuilderClientResolvedConfig;
|
|
119
|
+
constructor(configuration: ImagebuilderClientConfig);
|
|
120
|
+
|
|
121
|
+
destroy(): void;
|
|
122
|
+
}
|
|
123
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
|
+
import { CancelImageCreationRequest, CancelImageCreationResponse } from "../models/models_0";
|
|
5
|
+
export interface CancelImageCreationCommandInput extends CancelImageCreationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CancelImageCreationCommandOutput extends CancelImageCreationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CancelImageCreationCommand extends $Command<CancelImageCreationCommandInput, CancelImageCreationCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
11
|
+
readonly input: CancelImageCreationCommandInput;
|
|
12
|
+
constructor(input: CancelImageCreationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelImageCreationCommandInput, CancelImageCreationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
|
+
import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateComponentCommandInput extends CreateComponentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateComponentCommand extends $Command<CreateComponentCommandInput, CreateComponentCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateComponentCommandInput;
|
|
12
|
+
constructor(input: CreateComponentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
|
+
import { CreateContainerRecipeRequest, CreateContainerRecipeResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateContainerRecipeCommandInput extends CreateContainerRecipeRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateContainerRecipeCommandOutput extends CreateContainerRecipeResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateContainerRecipeCommand extends $Command<CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateContainerRecipeCommandInput;
|
|
12
|
+
constructor(input: CreateContainerRecipeCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
|
+
import { CreateDistributionConfigurationRequest, CreateDistributionConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateDistributionConfigurationCommandInput extends CreateDistributionConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateDistributionConfigurationCommandOutput extends CreateDistributionConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateDistributionConfigurationCommand extends $Command<CreateDistributionConfigurationCommandInput, CreateDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateDistributionConfigurationCommandInput;
|
|
12
|
+
constructor(input: CreateDistributionConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDistributionConfigurationCommandInput, CreateDistributionConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
|
+
import { CreateImageRequest, CreateImageResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateImageCommandInput extends CreateImageRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateImageCommandOutput extends CreateImageResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateImageCommand extends $Command<CreateImageCommandInput, CreateImageCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateImageCommandInput;
|
|
12
|
+
constructor(input: CreateImageCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImageCommandInput, CreateImageCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
|
+
import { CreateImagePipelineRequest, CreateImagePipelineResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateImagePipelineCommandInput extends CreateImagePipelineRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateImagePipelineCommandOutput extends CreateImagePipelineResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateImagePipelineCommand extends $Command<CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateImagePipelineCommandInput;
|
|
12
|
+
constructor(input: CreateImagePipelineCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
|
+
import { CreateImageRecipeRequest, CreateImageRecipeResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateImageRecipeCommandInput extends CreateImageRecipeRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateImageRecipeCommandOutput extends CreateImageRecipeResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateImageRecipeCommand extends $Command<CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateImageRecipeCommandInput;
|
|
12
|
+
constructor(input: CreateImageRecipeCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
|
+
import { CreateInfrastructureConfigurationRequest, CreateInfrastructureConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateInfrastructureConfigurationCommandInput extends CreateInfrastructureConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateInfrastructureConfigurationCommandOutput extends CreateInfrastructureConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateInfrastructureConfigurationCommand extends $Command<CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateInfrastructureConfigurationCommandInput;
|
|
12
|
+
constructor(input: CreateInfrastructureConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
|
+
import { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteComponentCommandInput extends DeleteComponentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteComponentCommandOutput extends DeleteComponentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteComponentCommandInput;
|
|
12
|
+
constructor(input: DeleteComponentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
|
+
import { DeleteContainerRecipeRequest, DeleteContainerRecipeResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteContainerRecipeCommandInput extends DeleteContainerRecipeRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteContainerRecipeCommandOutput extends DeleteContainerRecipeResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteContainerRecipeCommand extends $Command<DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteContainerRecipeCommandInput;
|
|
12
|
+
constructor(input: DeleteContainerRecipeCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|