@aws-sdk/client-imagebuilder 3.168.0 → 3.170.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 +922 -255
  3. package/dist-types/ts3.4/ImagebuilderClient.d.ts +430 -123
  4. package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/GetImageCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +41 -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 +8 -6
  58. package/dist-types/ts3.4/models/index.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +2155 -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 +66 -38
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  78. package/package.json +34 -34
@@ -1,17 +1,37 @@
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
+
22
+ export declare class CreateComponentCommand extends $Command<
23
+ CreateComponentCommandInput,
24
+ CreateComponentCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: CreateComponentCommandInput;
28
+ constructor(input: CreateComponentCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ImagebuilderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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
- }
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
+ CreateContainerRecipeRequest,
15
+ CreateContainerRecipeResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateContainerRecipeCommandInput
18
+ extends CreateContainerRecipeRequest {}
19
+ export interface CreateContainerRecipeCommandOutput
20
+ extends CreateContainerRecipeResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateContainerRecipeCommand extends $Command<
24
+ CreateContainerRecipeCommandInput,
25
+ CreateContainerRecipeCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: CreateContainerRecipeCommandInput;
29
+ constructor(input: CreateContainerRecipeCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateContainerRecipeCommandInput,
37
+ CreateContainerRecipeCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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
- }
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
+ CreateDistributionConfigurationRequest,
15
+ CreateDistributionConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateDistributionConfigurationCommandInput
18
+ extends CreateDistributionConfigurationRequest {}
19
+ export interface CreateDistributionConfigurationCommandOutput
20
+ extends CreateDistributionConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateDistributionConfigurationCommand extends $Command<
24
+ CreateDistributionConfigurationCommandInput,
25
+ CreateDistributionConfigurationCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: CreateDistributionConfigurationCommandInput;
29
+ constructor(input: CreateDistributionConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateDistributionConfigurationCommandInput,
37
+ CreateDistributionConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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
- }
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 { CreateImageRequest, CreateImageResponse } from "../models/models_0";
14
+ export interface CreateImageCommandInput extends CreateImageRequest {}
15
+ export interface CreateImageCommandOutput
16
+ extends CreateImageResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateImageCommand extends $Command<
20
+ CreateImageCommandInput,
21
+ CreateImageCommandOutput,
22
+ ImagebuilderClientResolvedConfig
23
+ > {
24
+ readonly input: CreateImageCommandInput;
25
+ constructor(input: CreateImageCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ImagebuilderClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateImageCommandInput, CreateImageCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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
- }
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
+ CreateImagePipelineRequest,
15
+ CreateImagePipelineResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateImagePipelineCommandInput
18
+ extends CreateImagePipelineRequest {}
19
+ export interface CreateImagePipelineCommandOutput
20
+ extends CreateImagePipelineResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateImagePipelineCommand extends $Command<
24
+ CreateImagePipelineCommandInput,
25
+ CreateImagePipelineCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: CreateImagePipelineCommandInput;
29
+ constructor(input: CreateImagePipelineCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
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
- }
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
+ CreateImageRecipeRequest,
15
+ CreateImageRecipeResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateImageRecipeCommandInput
18
+ extends CreateImageRecipeRequest {}
19
+ export interface CreateImageRecipeCommandOutput
20
+ extends CreateImageRecipeResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateImageRecipeCommand extends $Command<
24
+ CreateImageRecipeCommandInput,
25
+ CreateImageRecipeCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: CreateImageRecipeCommandInput;
29
+ constructor(input: CreateImageRecipeCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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
- }
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
+ CreateInfrastructureConfigurationRequest,
15
+ CreateInfrastructureConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateInfrastructureConfigurationCommandInput
18
+ extends CreateInfrastructureConfigurationRequest {}
19
+ export interface CreateInfrastructureConfigurationCommandOutput
20
+ extends CreateInfrastructureConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateInfrastructureConfigurationCommand extends $Command<
24
+ CreateInfrastructureConfigurationCommandInput,
25
+ CreateInfrastructureConfigurationCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: CreateInfrastructureConfigurationCommandInput;
29
+ constructor(input: CreateInfrastructureConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateInfrastructureConfigurationCommandInput,
37
+ CreateInfrastructureConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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
- }
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
+ DeleteComponentRequest,
15
+ DeleteComponentResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
18
+ export interface DeleteComponentCommandOutput
19
+ extends DeleteComponentResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteComponentCommand extends $Command<
23
+ DeleteComponentCommandInput,
24
+ DeleteComponentCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteComponentCommandInput;
28
+ constructor(input: DeleteComponentCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ImagebuilderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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
- }
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
+ DeleteContainerRecipeRequest,
15
+ DeleteContainerRecipeResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteContainerRecipeCommandInput
18
+ extends DeleteContainerRecipeRequest {}
19
+ export interface DeleteContainerRecipeCommandOutput
20
+ extends DeleteContainerRecipeResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteContainerRecipeCommand extends $Command<
24
+ DeleteContainerRecipeCommandInput,
25
+ DeleteContainerRecipeCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteContainerRecipeCommandInput;
29
+ constructor(input: DeleteContainerRecipeCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteContainerRecipeCommandInput,
37
+ DeleteContainerRecipeCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DeleteDistributionConfigurationRequest, DeleteDistributionConfigurationResponse } from "../models/models_0";
5
- export interface DeleteDistributionConfigurationCommandInput extends DeleteDistributionConfigurationRequest {
6
- }
7
- export interface DeleteDistributionConfigurationCommandOutput extends DeleteDistributionConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDistributionConfigurationCommand extends $Command<DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: DeleteDistributionConfigurationCommandInput;
12
- constructor(input: DeleteDistributionConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput>;
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
+ DeleteDistributionConfigurationRequest,
15
+ DeleteDistributionConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteDistributionConfigurationCommandInput
18
+ extends DeleteDistributionConfigurationRequest {}
19
+ export interface DeleteDistributionConfigurationCommandOutput
20
+ extends DeleteDistributionConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteDistributionConfigurationCommand extends $Command<
24
+ DeleteDistributionConfigurationCommandInput,
25
+ DeleteDistributionConfigurationCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteDistributionConfigurationCommandInput;
29
+ constructor(input: DeleteDistributionConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteDistributionConfigurationCommandInput,
37
+ DeleteDistributionConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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 { DeleteImageRequest, DeleteImageResponse } from "../models/models_0";
5
- export interface DeleteImageCommandInput extends DeleteImageRequest {
6
- }
7
- export interface DeleteImageCommandOutput extends DeleteImageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteImageCommand extends $Command<DeleteImageCommandInput, DeleteImageCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: DeleteImageCommandInput;
12
- constructor(input: DeleteImageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImageCommandInput, DeleteImageCommandOutput>;
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 { DeleteImageRequest, DeleteImageResponse } from "../models/models_0";
14
+ export interface DeleteImageCommandInput extends DeleteImageRequest {}
15
+ export interface DeleteImageCommandOutput
16
+ extends DeleteImageResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteImageCommand extends $Command<
20
+ DeleteImageCommandInput,
21
+ DeleteImageCommandOutput,
22
+ ImagebuilderClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteImageCommandInput;
25
+ constructor(input: DeleteImageCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ImagebuilderClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteImageCommandInput, DeleteImageCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }