@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,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 { DeleteImagePipelineRequest, DeleteImagePipelineResponse } from "../models/models_0";
5
- export interface DeleteImagePipelineCommandInput extends DeleteImagePipelineRequest {
6
- }
7
- export interface DeleteImagePipelineCommandOutput extends DeleteImagePipelineResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteImagePipelineCommand extends $Command<DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: DeleteImagePipelineCommandInput;
12
- constructor(input: DeleteImagePipelineCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput>;
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
+ DeleteImagePipelineRequest,
15
+ DeleteImagePipelineResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteImagePipelineCommandInput
18
+ extends DeleteImagePipelineRequest {}
19
+ export interface DeleteImagePipelineCommandOutput
20
+ extends DeleteImagePipelineResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteImagePipelineCommand extends $Command<
24
+ DeleteImagePipelineCommandInput,
25
+ DeleteImagePipelineCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteImagePipelineCommandInput;
29
+ constructor(input: DeleteImagePipelineCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput>;
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 { DeleteImageRecipeRequest, DeleteImageRecipeResponse } from "../models/models_0";
5
- export interface DeleteImageRecipeCommandInput extends DeleteImageRecipeRequest {
6
- }
7
- export interface DeleteImageRecipeCommandOutput extends DeleteImageRecipeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteImageRecipeCommand extends $Command<DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: DeleteImageRecipeCommandInput;
12
- constructor(input: DeleteImageRecipeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput>;
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
+ DeleteImageRecipeRequest,
15
+ DeleteImageRecipeResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteImageRecipeCommandInput
18
+ extends DeleteImageRecipeRequest {}
19
+ export interface DeleteImageRecipeCommandOutput
20
+ extends DeleteImageRecipeResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteImageRecipeCommand extends $Command<
24
+ DeleteImageRecipeCommandInput,
25
+ DeleteImageRecipeCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteImageRecipeCommandInput;
29
+ constructor(input: DeleteImageRecipeCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput>;
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 { DeleteInfrastructureConfigurationRequest, DeleteInfrastructureConfigurationResponse } from "../models/models_0";
5
- export interface DeleteInfrastructureConfigurationCommandInput extends DeleteInfrastructureConfigurationRequest {
6
- }
7
- export interface DeleteInfrastructureConfigurationCommandOutput extends DeleteInfrastructureConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteInfrastructureConfigurationCommand extends $Command<DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: DeleteInfrastructureConfigurationCommandInput;
12
- constructor(input: DeleteInfrastructureConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput>;
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
+ DeleteInfrastructureConfigurationRequest,
15
+ DeleteInfrastructureConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteInfrastructureConfigurationCommandInput
18
+ extends DeleteInfrastructureConfigurationRequest {}
19
+ export interface DeleteInfrastructureConfigurationCommandOutput
20
+ extends DeleteInfrastructureConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteInfrastructureConfigurationCommand extends $Command<
24
+ DeleteInfrastructureConfigurationCommandInput,
25
+ DeleteInfrastructureConfigurationCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteInfrastructureConfigurationCommandInput;
29
+ constructor(input: DeleteInfrastructureConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteInfrastructureConfigurationCommandInput,
37
+ DeleteInfrastructureConfigurationCommandOutput
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 { GetComponentRequest, GetComponentResponse } from "../models/models_0";
5
- export interface GetComponentCommandInput extends GetComponentRequest {
6
- }
7
- export interface GetComponentCommandOutput extends GetComponentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetComponentCommand extends $Command<GetComponentCommandInput, GetComponentCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: GetComponentCommandInput;
12
- constructor(input: GetComponentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentCommandInput, GetComponentCommandOutput>;
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 { GetComponentRequest, GetComponentResponse } from "../models/models_0";
14
+ export interface GetComponentCommandInput extends GetComponentRequest {}
15
+ export interface GetComponentCommandOutput
16
+ extends GetComponentResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetComponentCommand extends $Command<
20
+ GetComponentCommandInput,
21
+ GetComponentCommandOutput,
22
+ ImagebuilderClientResolvedConfig
23
+ > {
24
+ readonly input: GetComponentCommandInput;
25
+ constructor(input: GetComponentCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ImagebuilderClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetComponentCommandInput, GetComponentCommandOutput>;
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 { GetComponentPolicyRequest, GetComponentPolicyResponse } from "../models/models_0";
5
- export interface GetComponentPolicyCommandInput extends GetComponentPolicyRequest {
6
- }
7
- export interface GetComponentPolicyCommandOutput extends GetComponentPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetComponentPolicyCommand extends $Command<GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: GetComponentPolicyCommandInput;
12
- constructor(input: GetComponentPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput>;
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
+ GetComponentPolicyRequest,
15
+ GetComponentPolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface GetComponentPolicyCommandInput
18
+ extends GetComponentPolicyRequest {}
19
+ export interface GetComponentPolicyCommandOutput
20
+ extends GetComponentPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetComponentPolicyCommand extends $Command<
24
+ GetComponentPolicyCommandInput,
25
+ GetComponentPolicyCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: GetComponentPolicyCommandInput;
29
+ constructor(input: GetComponentPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput>;
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 { GetContainerRecipeRequest, GetContainerRecipeResponse } from "../models/models_0";
5
- export interface GetContainerRecipeCommandInput extends GetContainerRecipeRequest {
6
- }
7
- export interface GetContainerRecipeCommandOutput extends GetContainerRecipeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetContainerRecipeCommand extends $Command<GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: GetContainerRecipeCommandInput;
12
- constructor(input: GetContainerRecipeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput>;
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
+ GetContainerRecipeRequest,
15
+ GetContainerRecipeResponse,
16
+ } from "../models/models_0";
17
+ export interface GetContainerRecipeCommandInput
18
+ extends GetContainerRecipeRequest {}
19
+ export interface GetContainerRecipeCommandOutput
20
+ extends GetContainerRecipeResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetContainerRecipeCommand extends $Command<
24
+ GetContainerRecipeCommandInput,
25
+ GetContainerRecipeCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: GetContainerRecipeCommandInput;
29
+ constructor(input: GetContainerRecipeCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput>;
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 { GetContainerRecipePolicyRequest, GetContainerRecipePolicyResponse } from "../models/models_0";
5
- export interface GetContainerRecipePolicyCommandInput extends GetContainerRecipePolicyRequest {
6
- }
7
- export interface GetContainerRecipePolicyCommandOutput extends GetContainerRecipePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetContainerRecipePolicyCommand extends $Command<GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: GetContainerRecipePolicyCommandInput;
12
- constructor(input: GetContainerRecipePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput>;
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
+ GetContainerRecipePolicyRequest,
15
+ GetContainerRecipePolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface GetContainerRecipePolicyCommandInput
18
+ extends GetContainerRecipePolicyRequest {}
19
+ export interface GetContainerRecipePolicyCommandOutput
20
+ extends GetContainerRecipePolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetContainerRecipePolicyCommand extends $Command<
24
+ GetContainerRecipePolicyCommandInput,
25
+ GetContainerRecipePolicyCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: GetContainerRecipePolicyCommandInput;
29
+ constructor(input: GetContainerRecipePolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetContainerRecipePolicyCommandInput,
37
+ GetContainerRecipePolicyCommandOutput
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 { GetDistributionConfigurationRequest, GetDistributionConfigurationResponse } from "../models/models_0";
5
- export interface GetDistributionConfigurationCommandInput extends GetDistributionConfigurationRequest {
6
- }
7
- export interface GetDistributionConfigurationCommandOutput extends GetDistributionConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDistributionConfigurationCommand extends $Command<GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: GetDistributionConfigurationCommandInput;
12
- constructor(input: GetDistributionConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput>;
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
+ GetDistributionConfigurationRequest,
15
+ GetDistributionConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetDistributionConfigurationCommandInput
18
+ extends GetDistributionConfigurationRequest {}
19
+ export interface GetDistributionConfigurationCommandOutput
20
+ extends GetDistributionConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetDistributionConfigurationCommand extends $Command<
24
+ GetDistributionConfigurationCommandInput,
25
+ GetDistributionConfigurationCommandOutput,
26
+ ImagebuilderClientResolvedConfig
27
+ > {
28
+ readonly input: GetDistributionConfigurationCommandInput;
29
+ constructor(input: GetDistributionConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ImagebuilderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetDistributionConfigurationCommandInput,
37
+ GetDistributionConfigurationCommandOutput
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 { GetImageRequest, GetImageResponse } from "../models/models_0";
5
- export interface GetImageCommandInput extends GetImageRequest {
6
- }
7
- export interface GetImageCommandOutput extends GetImageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetImageCommand extends $Command<GetImageCommandInput, GetImageCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: GetImageCommandInput;
12
- constructor(input: GetImageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImageCommandInput, GetImageCommandOutput>;
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 { GetImageRequest, GetImageResponse } from "../models/models_0";
14
+ export interface GetImageCommandInput extends GetImageRequest {}
15
+ export interface GetImageCommandOutput
16
+ extends GetImageResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetImageCommand extends $Command<
20
+ GetImageCommandInput,
21
+ GetImageCommandOutput,
22
+ ImagebuilderClientResolvedConfig
23
+ > {
24
+ readonly input: GetImageCommandInput;
25
+ constructor(input: GetImageCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ImagebuilderClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetImageCommandInput, GetImageCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
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 { GetImagePipelineRequest, GetImagePipelineResponse } from "../models/models_0";
5
- export interface GetImagePipelineCommandInput extends GetImagePipelineRequest {
6
- }
7
- export interface GetImagePipelineCommandOutput extends GetImagePipelineResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetImagePipelineCommand extends $Command<GetImagePipelineCommandInput, GetImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: GetImagePipelineCommandInput;
12
- constructor(input: GetImagePipelineCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImagePipelineCommandInput, GetImagePipelineCommandOutput>;
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
+ GetImagePipelineRequest,
15
+ GetImagePipelineResponse,
16
+ } from "../models/models_0";
17
+ export interface GetImagePipelineCommandInput extends GetImagePipelineRequest {}
18
+ export interface GetImagePipelineCommandOutput
19
+ extends GetImagePipelineResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetImagePipelineCommand extends $Command<
23
+ GetImagePipelineCommandInput,
24
+ GetImagePipelineCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: GetImagePipelineCommandInput;
28
+ constructor(input: GetImagePipelineCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ImagebuilderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetImagePipelineCommandInput, GetImagePipelineCommandOutput>;
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 { GetImagePolicyRequest, GetImagePolicyResponse } from "../models/models_0";
5
- export interface GetImagePolicyCommandInput extends GetImagePolicyRequest {
6
- }
7
- export interface GetImagePolicyCommandOutput extends GetImagePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetImagePolicyCommand extends $Command<GetImagePolicyCommandInput, GetImagePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: GetImagePolicyCommandInput;
12
- constructor(input: GetImagePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImagePolicyCommandInput, GetImagePolicyCommandOutput>;
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
+ GetImagePolicyRequest,
15
+ GetImagePolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface GetImagePolicyCommandInput extends GetImagePolicyRequest {}
18
+ export interface GetImagePolicyCommandOutput
19
+ extends GetImagePolicyResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetImagePolicyCommand extends $Command<
23
+ GetImagePolicyCommandInput,
24
+ GetImagePolicyCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: GetImagePolicyCommandInput;
28
+ constructor(input: GetImagePolicyCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ImagebuilderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetImagePolicyCommandInput, GetImagePolicyCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }