@aws-sdk/client-imagebuilder 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Imagebuilder.d.ts +872 -255
  3. package/dist-types/ts3.4/ImagebuilderClient.d.ts +405 -123
  4. package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetImageCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/index.d.ts +50 -50
  55. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  56. package/dist-types/ts3.4/index.d.ts +6 -6
  57. package/dist-types/ts3.4/models/ImagebuilderServiceException.d.ts +7 -6
  58. package/dist-types/ts3.4/models/index.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1480 -2001
  60. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  61. package/dist-types/ts3.4/pagination/ListComponentBuildVersionsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListContainerRecipesPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListDistributionConfigurationsPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListImageBuildVersionsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListImagePackagesPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListImagePipelineImagesPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/ListImagePipelinesPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/ListImageRecipesPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/ListInfrastructureConfigurationsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +605 -152
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  78. package/package.json +34 -34
@@ -1,123 +1,405 @@
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 { BodyLengthCalculator as __BodyLengthCalculator, 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?: __BodyLengthCalculator;
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 {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CancelImageCreationCommandInput,
47
+ CancelImageCreationCommandOutput,
48
+ } from "./commands/CancelImageCreationCommand";
49
+ import {
50
+ CreateComponentCommandInput,
51
+ CreateComponentCommandOutput,
52
+ } from "./commands/CreateComponentCommand";
53
+ import {
54
+ CreateContainerRecipeCommandInput,
55
+ CreateContainerRecipeCommandOutput,
56
+ } from "./commands/CreateContainerRecipeCommand";
57
+ import {
58
+ CreateDistributionConfigurationCommandInput,
59
+ CreateDistributionConfigurationCommandOutput,
60
+ } from "./commands/CreateDistributionConfigurationCommand";
61
+ import {
62
+ CreateImageCommandInput,
63
+ CreateImageCommandOutput,
64
+ } from "./commands/CreateImageCommand";
65
+ import {
66
+ CreateImagePipelineCommandInput,
67
+ CreateImagePipelineCommandOutput,
68
+ } from "./commands/CreateImagePipelineCommand";
69
+ import {
70
+ CreateImageRecipeCommandInput,
71
+ CreateImageRecipeCommandOutput,
72
+ } from "./commands/CreateImageRecipeCommand";
73
+ import {
74
+ CreateInfrastructureConfigurationCommandInput,
75
+ CreateInfrastructureConfigurationCommandOutput,
76
+ } from "./commands/CreateInfrastructureConfigurationCommand";
77
+ import {
78
+ DeleteComponentCommandInput,
79
+ DeleteComponentCommandOutput,
80
+ } from "./commands/DeleteComponentCommand";
81
+ import {
82
+ DeleteContainerRecipeCommandInput,
83
+ DeleteContainerRecipeCommandOutput,
84
+ } from "./commands/DeleteContainerRecipeCommand";
85
+ import {
86
+ DeleteDistributionConfigurationCommandInput,
87
+ DeleteDistributionConfigurationCommandOutput,
88
+ } from "./commands/DeleteDistributionConfigurationCommand";
89
+ import {
90
+ DeleteImageCommandInput,
91
+ DeleteImageCommandOutput,
92
+ } from "./commands/DeleteImageCommand";
93
+ import {
94
+ DeleteImagePipelineCommandInput,
95
+ DeleteImagePipelineCommandOutput,
96
+ } from "./commands/DeleteImagePipelineCommand";
97
+ import {
98
+ DeleteImageRecipeCommandInput,
99
+ DeleteImageRecipeCommandOutput,
100
+ } from "./commands/DeleteImageRecipeCommand";
101
+ import {
102
+ DeleteInfrastructureConfigurationCommandInput,
103
+ DeleteInfrastructureConfigurationCommandOutput,
104
+ } from "./commands/DeleteInfrastructureConfigurationCommand";
105
+ import {
106
+ GetComponentCommandInput,
107
+ GetComponentCommandOutput,
108
+ } from "./commands/GetComponentCommand";
109
+ import {
110
+ GetComponentPolicyCommandInput,
111
+ GetComponentPolicyCommandOutput,
112
+ } from "./commands/GetComponentPolicyCommand";
113
+ import {
114
+ GetContainerRecipeCommandInput,
115
+ GetContainerRecipeCommandOutput,
116
+ } from "./commands/GetContainerRecipeCommand";
117
+ import {
118
+ GetContainerRecipePolicyCommandInput,
119
+ GetContainerRecipePolicyCommandOutput,
120
+ } from "./commands/GetContainerRecipePolicyCommand";
121
+ import {
122
+ GetDistributionConfigurationCommandInput,
123
+ GetDistributionConfigurationCommandOutput,
124
+ } from "./commands/GetDistributionConfigurationCommand";
125
+ import {
126
+ GetImageCommandInput,
127
+ GetImageCommandOutput,
128
+ } from "./commands/GetImageCommand";
129
+ import {
130
+ GetImagePipelineCommandInput,
131
+ GetImagePipelineCommandOutput,
132
+ } from "./commands/GetImagePipelineCommand";
133
+ import {
134
+ GetImagePolicyCommandInput,
135
+ GetImagePolicyCommandOutput,
136
+ } from "./commands/GetImagePolicyCommand";
137
+ import {
138
+ GetImageRecipeCommandInput,
139
+ GetImageRecipeCommandOutput,
140
+ } from "./commands/GetImageRecipeCommand";
141
+ import {
142
+ GetImageRecipePolicyCommandInput,
143
+ GetImageRecipePolicyCommandOutput,
144
+ } from "./commands/GetImageRecipePolicyCommand";
145
+ import {
146
+ GetInfrastructureConfigurationCommandInput,
147
+ GetInfrastructureConfigurationCommandOutput,
148
+ } from "./commands/GetInfrastructureConfigurationCommand";
149
+ import {
150
+ ImportComponentCommandInput,
151
+ ImportComponentCommandOutput,
152
+ } from "./commands/ImportComponentCommand";
153
+ import {
154
+ ImportVmImageCommandInput,
155
+ ImportVmImageCommandOutput,
156
+ } from "./commands/ImportVmImageCommand";
157
+ import {
158
+ ListComponentBuildVersionsCommandInput,
159
+ ListComponentBuildVersionsCommandOutput,
160
+ } from "./commands/ListComponentBuildVersionsCommand";
161
+ import {
162
+ ListComponentsCommandInput,
163
+ ListComponentsCommandOutput,
164
+ } from "./commands/ListComponentsCommand";
165
+ import {
166
+ ListContainerRecipesCommandInput,
167
+ ListContainerRecipesCommandOutput,
168
+ } from "./commands/ListContainerRecipesCommand";
169
+ import {
170
+ ListDistributionConfigurationsCommandInput,
171
+ ListDistributionConfigurationsCommandOutput,
172
+ } from "./commands/ListDistributionConfigurationsCommand";
173
+ import {
174
+ ListImageBuildVersionsCommandInput,
175
+ ListImageBuildVersionsCommandOutput,
176
+ } from "./commands/ListImageBuildVersionsCommand";
177
+ import {
178
+ ListImagePackagesCommandInput,
179
+ ListImagePackagesCommandOutput,
180
+ } from "./commands/ListImagePackagesCommand";
181
+ import {
182
+ ListImagePipelineImagesCommandInput,
183
+ ListImagePipelineImagesCommandOutput,
184
+ } from "./commands/ListImagePipelineImagesCommand";
185
+ import {
186
+ ListImagePipelinesCommandInput,
187
+ ListImagePipelinesCommandOutput,
188
+ } from "./commands/ListImagePipelinesCommand";
189
+ import {
190
+ ListImageRecipesCommandInput,
191
+ ListImageRecipesCommandOutput,
192
+ } from "./commands/ListImageRecipesCommand";
193
+ import {
194
+ ListImagesCommandInput,
195
+ ListImagesCommandOutput,
196
+ } from "./commands/ListImagesCommand";
197
+ import {
198
+ ListInfrastructureConfigurationsCommandInput,
199
+ ListInfrastructureConfigurationsCommandOutput,
200
+ } from "./commands/ListInfrastructureConfigurationsCommand";
201
+ import {
202
+ ListTagsForResourceCommandInput,
203
+ ListTagsForResourceCommandOutput,
204
+ } from "./commands/ListTagsForResourceCommand";
205
+ import {
206
+ PutComponentPolicyCommandInput,
207
+ PutComponentPolicyCommandOutput,
208
+ } from "./commands/PutComponentPolicyCommand";
209
+ import {
210
+ PutContainerRecipePolicyCommandInput,
211
+ PutContainerRecipePolicyCommandOutput,
212
+ } from "./commands/PutContainerRecipePolicyCommand";
213
+ import {
214
+ PutImagePolicyCommandInput,
215
+ PutImagePolicyCommandOutput,
216
+ } from "./commands/PutImagePolicyCommand";
217
+ import {
218
+ PutImageRecipePolicyCommandInput,
219
+ PutImageRecipePolicyCommandOutput,
220
+ } from "./commands/PutImageRecipePolicyCommand";
221
+ import {
222
+ StartImagePipelineExecutionCommandInput,
223
+ StartImagePipelineExecutionCommandOutput,
224
+ } from "./commands/StartImagePipelineExecutionCommand";
225
+ import {
226
+ TagResourceCommandInput,
227
+ TagResourceCommandOutput,
228
+ } from "./commands/TagResourceCommand";
229
+ import {
230
+ UntagResourceCommandInput,
231
+ UntagResourceCommandOutput,
232
+ } from "./commands/UntagResourceCommand";
233
+ import {
234
+ UpdateDistributionConfigurationCommandInput,
235
+ UpdateDistributionConfigurationCommandOutput,
236
+ } from "./commands/UpdateDistributionConfigurationCommand";
237
+ import {
238
+ UpdateImagePipelineCommandInput,
239
+ UpdateImagePipelineCommandOutput,
240
+ } from "./commands/UpdateImagePipelineCommand";
241
+ import {
242
+ UpdateInfrastructureConfigurationCommandInput,
243
+ UpdateInfrastructureConfigurationCommandOutput,
244
+ } from "./commands/UpdateInfrastructureConfigurationCommand";
245
+ export declare type ServiceInputTypes =
246
+ | CancelImageCreationCommandInput
247
+ | CreateComponentCommandInput
248
+ | CreateContainerRecipeCommandInput
249
+ | CreateDistributionConfigurationCommandInput
250
+ | CreateImageCommandInput
251
+ | CreateImagePipelineCommandInput
252
+ | CreateImageRecipeCommandInput
253
+ | CreateInfrastructureConfigurationCommandInput
254
+ | DeleteComponentCommandInput
255
+ | DeleteContainerRecipeCommandInput
256
+ | DeleteDistributionConfigurationCommandInput
257
+ | DeleteImageCommandInput
258
+ | DeleteImagePipelineCommandInput
259
+ | DeleteImageRecipeCommandInput
260
+ | DeleteInfrastructureConfigurationCommandInput
261
+ | GetComponentCommandInput
262
+ | GetComponentPolicyCommandInput
263
+ | GetContainerRecipeCommandInput
264
+ | GetContainerRecipePolicyCommandInput
265
+ | GetDistributionConfigurationCommandInput
266
+ | GetImageCommandInput
267
+ | GetImagePipelineCommandInput
268
+ | GetImagePolicyCommandInput
269
+ | GetImageRecipeCommandInput
270
+ | GetImageRecipePolicyCommandInput
271
+ | GetInfrastructureConfigurationCommandInput
272
+ | ImportComponentCommandInput
273
+ | ImportVmImageCommandInput
274
+ | ListComponentBuildVersionsCommandInput
275
+ | ListComponentsCommandInput
276
+ | ListContainerRecipesCommandInput
277
+ | ListDistributionConfigurationsCommandInput
278
+ | ListImageBuildVersionsCommandInput
279
+ | ListImagePackagesCommandInput
280
+ | ListImagePipelineImagesCommandInput
281
+ | ListImagePipelinesCommandInput
282
+ | ListImageRecipesCommandInput
283
+ | ListImagesCommandInput
284
+ | ListInfrastructureConfigurationsCommandInput
285
+ | ListTagsForResourceCommandInput
286
+ | PutComponentPolicyCommandInput
287
+ | PutContainerRecipePolicyCommandInput
288
+ | PutImagePolicyCommandInput
289
+ | PutImageRecipePolicyCommandInput
290
+ | StartImagePipelineExecutionCommandInput
291
+ | TagResourceCommandInput
292
+ | UntagResourceCommandInput
293
+ | UpdateDistributionConfigurationCommandInput
294
+ | UpdateImagePipelineCommandInput
295
+ | UpdateInfrastructureConfigurationCommandInput;
296
+ export declare type ServiceOutputTypes =
297
+ | CancelImageCreationCommandOutput
298
+ | CreateComponentCommandOutput
299
+ | CreateContainerRecipeCommandOutput
300
+ | CreateDistributionConfigurationCommandOutput
301
+ | CreateImageCommandOutput
302
+ | CreateImagePipelineCommandOutput
303
+ | CreateImageRecipeCommandOutput
304
+ | CreateInfrastructureConfigurationCommandOutput
305
+ | DeleteComponentCommandOutput
306
+ | DeleteContainerRecipeCommandOutput
307
+ | DeleteDistributionConfigurationCommandOutput
308
+ | DeleteImageCommandOutput
309
+ | DeleteImagePipelineCommandOutput
310
+ | DeleteImageRecipeCommandOutput
311
+ | DeleteInfrastructureConfigurationCommandOutput
312
+ | GetComponentCommandOutput
313
+ | GetComponentPolicyCommandOutput
314
+ | GetContainerRecipeCommandOutput
315
+ | GetContainerRecipePolicyCommandOutput
316
+ | GetDistributionConfigurationCommandOutput
317
+ | GetImageCommandOutput
318
+ | GetImagePipelineCommandOutput
319
+ | GetImagePolicyCommandOutput
320
+ | GetImageRecipeCommandOutput
321
+ | GetImageRecipePolicyCommandOutput
322
+ | GetInfrastructureConfigurationCommandOutput
323
+ | ImportComponentCommandOutput
324
+ | ImportVmImageCommandOutput
325
+ | ListComponentBuildVersionsCommandOutput
326
+ | ListComponentsCommandOutput
327
+ | ListContainerRecipesCommandOutput
328
+ | ListDistributionConfigurationsCommandOutput
329
+ | ListImageBuildVersionsCommandOutput
330
+ | ListImagePackagesCommandOutput
331
+ | ListImagePipelineImagesCommandOutput
332
+ | ListImagePipelinesCommandOutput
333
+ | ListImageRecipesCommandOutput
334
+ | ListImagesCommandOutput
335
+ | ListInfrastructureConfigurationsCommandOutput
336
+ | ListTagsForResourceCommandOutput
337
+ | PutComponentPolicyCommandOutput
338
+ | PutContainerRecipePolicyCommandOutput
339
+ | PutImagePolicyCommandOutput
340
+ | PutImageRecipePolicyCommandOutput
341
+ | StartImagePipelineExecutionCommandOutput
342
+ | TagResourceCommandOutput
343
+ | UntagResourceCommandOutput
344
+ | UpdateDistributionConfigurationCommandOutput
345
+ | UpdateImagePipelineCommandOutput
346
+ | UpdateInfrastructureConfigurationCommandOutput;
347
+ export interface ClientDefaults
348
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
349
+ requestHandler?: __HttpHandler;
350
+ sha256?: __HashConstructor;
351
+ urlParser?: __UrlParser;
352
+ bodyLengthChecker?: __BodyLengthCalculator;
353
+ streamCollector?: __StreamCollector;
354
+ base64Decoder?: __Decoder;
355
+ base64Encoder?: __Encoder;
356
+ utf8Decoder?: __Decoder;
357
+ utf8Encoder?: __Encoder;
358
+ runtime?: string;
359
+ disableHostPrefix?: boolean;
360
+ maxAttempts?: number | __Provider<number>;
361
+ retryMode?: string | __Provider<string>;
362
+ logger?: __Logger;
363
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
364
+ useFipsEndpoint?: boolean | __Provider<boolean>;
365
+ serviceId?: string;
366
+ region?: string | __Provider<string>;
367
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
368
+ regionInfoProvider?: RegionInfoProvider;
369
+ defaultUserAgentProvider?: Provider<__UserAgent>;
370
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
371
+ }
372
+ declare type ImagebuilderClientConfigType = Partial<
373
+ __SmithyConfiguration<__HttpHandlerOptions>
374
+ > &
375
+ ClientDefaults &
376
+ RegionInputConfig &
377
+ EndpointsInputConfig &
378
+ RetryInputConfig &
379
+ HostHeaderInputConfig &
380
+ AwsAuthInputConfig &
381
+ UserAgentInputConfig;
382
+ export interface ImagebuilderClientConfig
383
+ extends ImagebuilderClientConfigType {}
384
+ declare type ImagebuilderClientResolvedConfigType =
385
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
386
+ Required<ClientDefaults> &
387
+ RegionResolvedConfig &
388
+ EndpointsResolvedConfig &
389
+ RetryResolvedConfig &
390
+ HostHeaderResolvedConfig &
391
+ AwsAuthResolvedConfig &
392
+ UserAgentResolvedConfig;
393
+ export interface ImagebuilderClientResolvedConfig
394
+ extends ImagebuilderClientResolvedConfigType {}
395
+ export declare class ImagebuilderClient extends __Client<
396
+ __HttpHandlerOptions,
397
+ ServiceInputTypes,
398
+ ServiceOutputTypes,
399
+ ImagebuilderClientResolvedConfig
400
+ > {
401
+ readonly config: ImagebuilderClientResolvedConfig;
402
+ constructor(configuration: ImagebuilderClientConfig);
403
+ destroy(): void;
404
+ }
405
+ export {};
@@ -1,17 +1,36 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ImagebuilderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ImagebuilderClient";
13
+ import {
14
+ CancelImageCreationRequest,
15
+ CancelImageCreationResponse,
16
+ } from "../models/models_0";
17
+ export interface CancelImageCreationCommandInput
18
+ extends CancelImageCreationRequest {}
19
+ export interface CancelImageCreationCommandOutput
20
+ extends CancelImageCreationResponse,
21
+ __MetadataBearer {}
22
+ export declare class CancelImageCreationCommand extends $Command<
23
+ CancelImageCreationCommandInput,
24
+ CancelImageCreationCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: CancelImageCreationCommandInput;
28
+ constructor(input: CancelImageCreationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ImagebuilderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CancelImageCreationCommandInput, CancelImageCreationCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ImagebuilderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ImagebuilderClient";
13
+ import {
14
+ CreateComponentRequest,
15
+ CreateComponentResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateComponentCommandInput extends CreateComponentRequest {}
18
+ export interface CreateComponentCommandOutput
19
+ extends CreateComponentResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateComponentCommand extends $Command<
22
+ CreateComponentCommandInput,
23
+ CreateComponentCommandOutput,
24
+ ImagebuilderClientResolvedConfig
25
+ > {
26
+ readonly input: CreateComponentCommandInput;
27
+ constructor(input: CreateComponentCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ImagebuilderClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }