@aws-sdk/client-imagebuilder 3.169.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 +8 -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 { GetImageRecipeRequest, GetImageRecipeResponse } from "../models/models_0";
5
- export interface GetImageRecipeCommandInput extends GetImageRecipeRequest {
6
- }
7
- export interface GetImageRecipeCommandOutput extends GetImageRecipeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetImageRecipeCommand extends $Command<GetImageRecipeCommandInput, GetImageRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: GetImageRecipeCommandInput;
12
- constructor(input: GetImageRecipeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImageRecipeCommandInput, GetImageRecipeCommandOutput>;
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
+ GetImageRecipeRequest,
15
+ GetImageRecipeResponse,
16
+ } from "../models/models_0";
17
+ export interface GetImageRecipeCommandInput extends GetImageRecipeRequest {}
18
+ export interface GetImageRecipeCommandOutput
19
+ extends GetImageRecipeResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetImageRecipeCommand extends $Command<
23
+ GetImageRecipeCommandInput,
24
+ GetImageRecipeCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: GetImageRecipeCommandInput;
28
+ constructor(input: GetImageRecipeCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ImagebuilderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetImageRecipeCommandInput, GetImageRecipeCommandOutput>;
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 { GetImageRecipePolicyRequest, GetImageRecipePolicyResponse } from "../models/models_0";
5
- export interface GetImageRecipePolicyCommandInput extends GetImageRecipePolicyRequest {
6
- }
7
- export interface GetImageRecipePolicyCommandOutput extends GetImageRecipePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetImageRecipePolicyCommand extends $Command<GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: GetImageRecipePolicyCommandInput;
12
- constructor(input: GetImageRecipePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput>;
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
+ GetImageRecipePolicyRequest,
15
+ GetImageRecipePolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface GetImageRecipePolicyCommandInput
18
+ extends GetImageRecipePolicyRequest {}
19
+ export interface GetImageRecipePolicyCommandOutput
20
+ extends GetImageRecipePolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetImageRecipePolicyCommand extends $Command<
24
+ GetImageRecipePolicyCommandInput,
25
+ GetImageRecipePolicyCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: GetImageRecipePolicyCommandInput;
29
+ constructor(input: GetImageRecipePolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetImageRecipePolicyCommandInput,
37
+ GetImageRecipePolicyCommandOutput
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 { GetInfrastructureConfigurationRequest, GetInfrastructureConfigurationResponse } from "../models/models_0";
5
- export interface GetInfrastructureConfigurationCommandInput extends GetInfrastructureConfigurationRequest {
6
- }
7
- export interface GetInfrastructureConfigurationCommandOutput extends GetInfrastructureConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetInfrastructureConfigurationCommand extends $Command<GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: GetInfrastructureConfigurationCommandInput;
12
- constructor(input: GetInfrastructureConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput>;
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
+ GetInfrastructureConfigurationRequest,
15
+ GetInfrastructureConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetInfrastructureConfigurationCommandInput
18
+ extends GetInfrastructureConfigurationRequest {}
19
+ export interface GetInfrastructureConfigurationCommandOutput
20
+ extends GetInfrastructureConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetInfrastructureConfigurationCommand extends $Command<
24
+ GetInfrastructureConfigurationCommandInput,
25
+ GetInfrastructureConfigurationCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: GetInfrastructureConfigurationCommandInput;
29
+ constructor(input: GetInfrastructureConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetInfrastructureConfigurationCommandInput,
37
+ GetInfrastructureConfigurationCommandOutput
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 { ImportComponentRequest, ImportComponentResponse } from "../models/models_0";
5
- export interface ImportComponentCommandInput extends ImportComponentRequest {
6
- }
7
- export interface ImportComponentCommandOutput extends ImportComponentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ImportComponentCommand extends $Command<ImportComponentCommandInput, ImportComponentCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: ImportComponentCommandInput;
12
- constructor(input: ImportComponentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportComponentCommandInput, ImportComponentCommandOutput>;
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
+ ImportComponentRequest,
15
+ ImportComponentResponse,
16
+ } from "../models/models_0";
17
+ export interface ImportComponentCommandInput extends ImportComponentRequest {}
18
+ export interface ImportComponentCommandOutput
19
+ extends ImportComponentResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ImportComponentCommand extends $Command<
23
+ ImportComponentCommandInput,
24
+ ImportComponentCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: ImportComponentCommandInput;
28
+ constructor(input: ImportComponentCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ImagebuilderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ImportComponentCommandInput, ImportComponentCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { ImportVmImageRequest, ImportVmImageResponse } from "../models/models_0";
5
- export interface ImportVmImageCommandInput extends ImportVmImageRequest {
6
- }
7
- export interface ImportVmImageCommandOutput extends ImportVmImageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ImportVmImageCommand extends $Command<ImportVmImageCommandInput, ImportVmImageCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: ImportVmImageCommandInput;
12
- constructor(input: ImportVmImageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportVmImageCommandInput, ImportVmImageCommandOutput>;
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
+ ImportVmImageRequest,
15
+ ImportVmImageResponse,
16
+ } from "../models/models_0";
17
+ export interface ImportVmImageCommandInput extends ImportVmImageRequest {}
18
+ export interface ImportVmImageCommandOutput
19
+ extends ImportVmImageResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ImportVmImageCommand extends $Command<
23
+ ImportVmImageCommandInput,
24
+ ImportVmImageCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: ImportVmImageCommandInput;
28
+ constructor(input: ImportVmImageCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ImagebuilderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ImportVmImageCommandInput, ImportVmImageCommandOutput>;
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 { ListComponentBuildVersionsRequest, ListComponentBuildVersionsResponse } from "../models/models_0";
5
- export interface ListComponentBuildVersionsCommandInput extends ListComponentBuildVersionsRequest {
6
- }
7
- export interface ListComponentBuildVersionsCommandOutput extends ListComponentBuildVersionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListComponentBuildVersionsCommand extends $Command<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: ListComponentBuildVersionsCommandInput;
12
- constructor(input: ListComponentBuildVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput>;
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
+ ListComponentBuildVersionsRequest,
15
+ ListComponentBuildVersionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListComponentBuildVersionsCommandInput
18
+ extends ListComponentBuildVersionsRequest {}
19
+ export interface ListComponentBuildVersionsCommandOutput
20
+ extends ListComponentBuildVersionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListComponentBuildVersionsCommand extends $Command<
24
+ ListComponentBuildVersionsCommandInput,
25
+ ListComponentBuildVersionsCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: ListComponentBuildVersionsCommandInput;
29
+ constructor(input: ListComponentBuildVersionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListComponentBuildVersionsCommandInput,
37
+ ListComponentBuildVersionsCommandOutput
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 { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
5
- export interface ListComponentsCommandInput extends ListComponentsRequest {
6
- }
7
- export interface ListComponentsCommandOutput extends ListComponentsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListComponentsCommand extends $Command<ListComponentsCommandInput, ListComponentsCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: ListComponentsCommandInput;
12
- constructor(input: ListComponentsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
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
+ ListComponentsRequest,
15
+ ListComponentsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListComponentsCommandInput extends ListComponentsRequest {}
18
+ export interface ListComponentsCommandOutput
19
+ extends ListComponentsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListComponentsCommand extends $Command<
23
+ ListComponentsCommandInput,
24
+ ListComponentsCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: ListComponentsCommandInput;
28
+ constructor(input: ListComponentsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ImagebuilderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
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 { ListContainerRecipesRequest, ListContainerRecipesResponse } from "../models/models_0";
5
- export interface ListContainerRecipesCommandInput extends ListContainerRecipesRequest {
6
- }
7
- export interface ListContainerRecipesCommandOutput extends ListContainerRecipesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListContainerRecipesCommand extends $Command<ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: ListContainerRecipesCommandInput;
12
- constructor(input: ListContainerRecipesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput>;
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
+ ListContainerRecipesRequest,
15
+ ListContainerRecipesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListContainerRecipesCommandInput
18
+ extends ListContainerRecipesRequest {}
19
+ export interface ListContainerRecipesCommandOutput
20
+ extends ListContainerRecipesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListContainerRecipesCommand extends $Command<
24
+ ListContainerRecipesCommandInput,
25
+ ListContainerRecipesCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: ListContainerRecipesCommandInput;
29
+ constructor(input: ListContainerRecipesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListContainerRecipesCommandInput,
37
+ ListContainerRecipesCommandOutput
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 { ListDistributionConfigurationsRequest, ListDistributionConfigurationsResponse } from "../models/models_0";
5
- export interface ListDistributionConfigurationsCommandInput extends ListDistributionConfigurationsRequest {
6
- }
7
- export interface ListDistributionConfigurationsCommandOutput extends ListDistributionConfigurationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDistributionConfigurationsCommand extends $Command<ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: ListDistributionConfigurationsCommandInput;
12
- constructor(input: ListDistributionConfigurationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput>;
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
+ ListDistributionConfigurationsRequest,
15
+ ListDistributionConfigurationsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListDistributionConfigurationsCommandInput
18
+ extends ListDistributionConfigurationsRequest {}
19
+ export interface ListDistributionConfigurationsCommandOutput
20
+ extends ListDistributionConfigurationsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListDistributionConfigurationsCommand extends $Command<
24
+ ListDistributionConfigurationsCommandInput,
25
+ ListDistributionConfigurationsCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: ListDistributionConfigurationsCommandInput;
29
+ constructor(input: ListDistributionConfigurationsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDistributionConfigurationsCommandInput,
37
+ ListDistributionConfigurationsCommandOutput
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 { ListImageBuildVersionsRequest, ListImageBuildVersionsResponse } from "../models/models_0";
5
- export interface ListImageBuildVersionsCommandInput extends ListImageBuildVersionsRequest {
6
- }
7
- export interface ListImageBuildVersionsCommandOutput extends ListImageBuildVersionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListImageBuildVersionsCommand extends $Command<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: ListImageBuildVersionsCommandInput;
12
- constructor(input: ListImageBuildVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput>;
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
+ ListImageBuildVersionsRequest,
15
+ ListImageBuildVersionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListImageBuildVersionsCommandInput
18
+ extends ListImageBuildVersionsRequest {}
19
+ export interface ListImageBuildVersionsCommandOutput
20
+ extends ListImageBuildVersionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListImageBuildVersionsCommand extends $Command<
24
+ ListImageBuildVersionsCommandInput,
25
+ ListImageBuildVersionsCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: ListImageBuildVersionsCommandInput;
29
+ constructor(input: ListImageBuildVersionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListImageBuildVersionsCommandInput,
37
+ ListImageBuildVersionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { ListImagePackagesRequest, ListImagePackagesResponse } from "../models/models_0";
5
- export interface ListImagePackagesCommandInput extends ListImagePackagesRequest {
6
- }
7
- export interface ListImagePackagesCommandOutput extends ListImagePackagesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListImagePackagesCommand extends $Command<ListImagePackagesCommandInput, ListImagePackagesCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: ListImagePackagesCommandInput;
12
- constructor(input: ListImagePackagesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImagePackagesCommandInput, ListImagePackagesCommandOutput>;
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
+ ListImagePackagesRequest,
15
+ ListImagePackagesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListImagePackagesCommandInput
18
+ extends ListImagePackagesRequest {}
19
+ export interface ListImagePackagesCommandOutput
20
+ extends ListImagePackagesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListImagePackagesCommand extends $Command<
24
+ ListImagePackagesCommandInput,
25
+ ListImagePackagesCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: ListImagePackagesCommandInput;
29
+ constructor(input: ListImagePackagesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListImagePackagesCommandInput, ListImagePackagesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }