@aws-sdk/client-imagebuilder 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Imagebuilder.d.ts +872 -255
  3. package/dist-types/ts3.4/ImagebuilderClient.d.ts +405 -123
  4. package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetImageCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/index.d.ts +50 -50
  55. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  56. package/dist-types/ts3.4/index.d.ts +6 -6
  57. package/dist-types/ts3.4/models/ImagebuilderServiceException.d.ts +7 -6
  58. package/dist-types/ts3.4/models/index.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1480 -2001
  60. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  61. package/dist-types/ts3.4/pagination/ListComponentBuildVersionsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListContainerRecipesPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListDistributionConfigurationsPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListImageBuildVersionsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListImagePackagesPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListImagePipelineImagesPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/ListImagePipelinesPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/ListImageRecipesPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/ListInfrastructureConfigurationsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +605 -152
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  78. package/package.json +34 -34
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
4
- import { ListImagePipelinesRequest, ListImagePipelinesResponse } from "../models/models_0";
5
- export interface ListImagePipelinesCommandInput extends ListImagePipelinesRequest {
6
- }
7
- export interface ListImagePipelinesCommandOutput extends ListImagePipelinesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListImagePipelinesCommand extends $Command<ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: ListImagePipelinesCommandInput;
12
- constructor(input: ListImagePipelinesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput>;
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
+ ListImagePipelinesRequest,
15
+ ListImagePipelinesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListImagePipelinesCommandInput
18
+ extends ListImagePipelinesRequest {}
19
+ export interface ListImagePipelinesCommandOutput
20
+ extends ListImagePipelinesResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListImagePipelinesCommand extends $Command<
23
+ ListImagePipelinesCommandInput,
24
+ ListImagePipelinesCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: ListImagePipelinesCommandInput;
28
+ constructor(input: ListImagePipelinesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ImagebuilderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
4
- import { ListImageRecipesRequest, ListImageRecipesResponse } from "../models/models_0";
5
- export interface ListImageRecipesCommandInput extends ListImageRecipesRequest {
6
- }
7
- export interface ListImageRecipesCommandOutput extends ListImageRecipesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListImageRecipesCommand extends $Command<ListImageRecipesCommandInput, ListImageRecipesCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: ListImageRecipesCommandInput;
12
- constructor(input: ListImageRecipesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImageRecipesCommandInput, ListImageRecipesCommandOutput>;
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
+ ListImageRecipesRequest,
15
+ ListImageRecipesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListImageRecipesCommandInput extends ListImageRecipesRequest {}
18
+ export interface ListImageRecipesCommandOutput
19
+ extends ListImageRecipesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListImageRecipesCommand extends $Command<
22
+ ListImageRecipesCommandInput,
23
+ ListImageRecipesCommandOutput,
24
+ ImagebuilderClientResolvedConfig
25
+ > {
26
+ readonly input: ListImageRecipesCommandInput;
27
+ constructor(input: ListImageRecipesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ImagebuilderClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListImageRecipesCommandInput, ListImageRecipesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
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 { ListImagesRequest, ListImagesResponse } from "../models/models_0";
5
- export interface ListImagesCommandInput extends ListImagesRequest {
6
- }
7
- export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListImagesCommand extends $Command<ListImagesCommandInput, ListImagesCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: ListImagesCommandInput;
12
- constructor(input: ListImagesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImagesCommandInput, ListImagesCommandOutput>;
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 { ListImagesRequest, ListImagesResponse } from "../models/models_0";
14
+ export interface ListImagesCommandInput extends ListImagesRequest {}
15
+ export interface ListImagesCommandOutput
16
+ extends ListImagesResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListImagesCommand extends $Command<
19
+ ListImagesCommandInput,
20
+ ListImagesCommandOutput,
21
+ ImagebuilderClientResolvedConfig
22
+ > {
23
+ readonly input: ListImagesCommandInput;
24
+ constructor(input: ListImagesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ImagebuilderClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListImagesCommandInput, ListImagesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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 { ListInfrastructureConfigurationsRequest, ListInfrastructureConfigurationsResponse } from "../models/models_0";
5
- export interface ListInfrastructureConfigurationsCommandInput extends ListInfrastructureConfigurationsRequest {
6
- }
7
- export interface ListInfrastructureConfigurationsCommandOutput extends ListInfrastructureConfigurationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListInfrastructureConfigurationsCommand extends $Command<ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: ListInfrastructureConfigurationsCommandInput;
12
- constructor(input: ListInfrastructureConfigurationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput>;
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
+ ListInfrastructureConfigurationsRequest,
15
+ ListInfrastructureConfigurationsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListInfrastructureConfigurationsCommandInput
18
+ extends ListInfrastructureConfigurationsRequest {}
19
+ export interface ListInfrastructureConfigurationsCommandOutput
20
+ extends ListInfrastructureConfigurationsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListInfrastructureConfigurationsCommand extends $Command<
23
+ ListInfrastructureConfigurationsCommandInput,
24
+ ListInfrastructureConfigurationsCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: ListInfrastructureConfigurationsCommandInput;
28
+ constructor(input: ListInfrastructureConfigurationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ImagebuilderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListInfrastructureConfigurationsCommandInput,
35
+ ListInfrastructureConfigurationsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ImagebuilderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
4
- import { PutComponentPolicyRequest, PutComponentPolicyResponse } from "../models/models_0";
5
- export interface PutComponentPolicyCommandInput extends PutComponentPolicyRequest {
6
- }
7
- export interface PutComponentPolicyCommandOutput extends PutComponentPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutComponentPolicyCommand extends $Command<PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: PutComponentPolicyCommandInput;
12
- constructor(input: PutComponentPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput>;
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
+ PutComponentPolicyRequest,
15
+ PutComponentPolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface PutComponentPolicyCommandInput
18
+ extends PutComponentPolicyRequest {}
19
+ export interface PutComponentPolicyCommandOutput
20
+ extends PutComponentPolicyResponse,
21
+ __MetadataBearer {}
22
+ export declare class PutComponentPolicyCommand extends $Command<
23
+ PutComponentPolicyCommandInput,
24
+ PutComponentPolicyCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: PutComponentPolicyCommandInput;
28
+ constructor(input: PutComponentPolicyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ImagebuilderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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 { PutContainerRecipePolicyRequest, PutContainerRecipePolicyResponse } from "../models/models_0";
5
- export interface PutContainerRecipePolicyCommandInput extends PutContainerRecipePolicyRequest {
6
- }
7
- export interface PutContainerRecipePolicyCommandOutput extends PutContainerRecipePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutContainerRecipePolicyCommand extends $Command<PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: PutContainerRecipePolicyCommandInput;
12
- constructor(input: PutContainerRecipePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput>;
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
+ PutContainerRecipePolicyRequest,
15
+ PutContainerRecipePolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface PutContainerRecipePolicyCommandInput
18
+ extends PutContainerRecipePolicyRequest {}
19
+ export interface PutContainerRecipePolicyCommandOutput
20
+ extends PutContainerRecipePolicyResponse,
21
+ __MetadataBearer {}
22
+ export declare class PutContainerRecipePolicyCommand extends $Command<
23
+ PutContainerRecipePolicyCommandInput,
24
+ PutContainerRecipePolicyCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: PutContainerRecipePolicyCommandInput;
28
+ constructor(input: PutContainerRecipePolicyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ImagebuilderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ PutContainerRecipePolicyCommandInput,
35
+ PutContainerRecipePolicyCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
4
- import { PutImagePolicyRequest, PutImagePolicyResponse } from "../models/models_0";
5
- export interface PutImagePolicyCommandInput extends PutImagePolicyRequest {
6
- }
7
- export interface PutImagePolicyCommandOutput extends PutImagePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutImagePolicyCommand extends $Command<PutImagePolicyCommandInput, PutImagePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: PutImagePolicyCommandInput;
12
- constructor(input: PutImagePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutImagePolicyCommandInput, PutImagePolicyCommandOutput>;
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
+ PutImagePolicyRequest,
15
+ PutImagePolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface PutImagePolicyCommandInput extends PutImagePolicyRequest {}
18
+ export interface PutImagePolicyCommandOutput
19
+ extends PutImagePolicyResponse,
20
+ __MetadataBearer {}
21
+ export declare class PutImagePolicyCommand extends $Command<
22
+ PutImagePolicyCommandInput,
23
+ PutImagePolicyCommandOutput,
24
+ ImagebuilderClientResolvedConfig
25
+ > {
26
+ readonly input: PutImagePolicyCommandInput;
27
+ constructor(input: PutImagePolicyCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ImagebuilderClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<PutImagePolicyCommandInput, PutImagePolicyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { PutImageRecipePolicyRequest, PutImageRecipePolicyResponse } from "../models/models_0";
5
- export interface PutImageRecipePolicyCommandInput extends PutImageRecipePolicyRequest {
6
- }
7
- export interface PutImageRecipePolicyCommandOutput extends PutImageRecipePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutImageRecipePolicyCommand extends $Command<PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: PutImageRecipePolicyCommandInput;
12
- constructor(input: PutImageRecipePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput>;
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
+ PutImageRecipePolicyRequest,
15
+ PutImageRecipePolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface PutImageRecipePolicyCommandInput
18
+ extends PutImageRecipePolicyRequest {}
19
+ export interface PutImageRecipePolicyCommandOutput
20
+ extends PutImageRecipePolicyResponse,
21
+ __MetadataBearer {}
22
+ export declare class PutImageRecipePolicyCommand extends $Command<
23
+ PutImageRecipePolicyCommandInput,
24
+ PutImageRecipePolicyCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: PutImageRecipePolicyCommandInput;
28
+ constructor(input: PutImageRecipePolicyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ImagebuilderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ PutImageRecipePolicyCommandInput,
35
+ PutImageRecipePolicyCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { StartImagePipelineExecutionRequest, StartImagePipelineExecutionResponse } from "../models/models_0";
5
- export interface StartImagePipelineExecutionCommandInput extends StartImagePipelineExecutionRequest {
6
- }
7
- export interface StartImagePipelineExecutionCommandOutput extends StartImagePipelineExecutionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartImagePipelineExecutionCommand extends $Command<StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: StartImagePipelineExecutionCommandInput;
12
- constructor(input: StartImagePipelineExecutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput>;
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
+ StartImagePipelineExecutionRequest,
15
+ StartImagePipelineExecutionResponse,
16
+ } from "../models/models_0";
17
+ export interface StartImagePipelineExecutionCommandInput
18
+ extends StartImagePipelineExecutionRequest {}
19
+ export interface StartImagePipelineExecutionCommandOutput
20
+ extends StartImagePipelineExecutionResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartImagePipelineExecutionCommand extends $Command<
23
+ StartImagePipelineExecutionCommandInput,
24
+ StartImagePipelineExecutionCommandOutput,
25
+ ImagebuilderClientResolvedConfig
26
+ > {
27
+ readonly input: StartImagePipelineExecutionCommandInput;
28
+ constructor(input: StartImagePipelineExecutionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ImagebuilderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StartImagePipelineExecutionCommandInput,
35
+ StartImagePipelineExecutionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ImagebuilderClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ ImagebuilderClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ImagebuilderClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }