@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Imagebuilder.d.ts +872 -255
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +405 -123
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +50 -50
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ImagebuilderServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1480 -2001
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListComponentBuildVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContainerRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDistributionConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImageBuildVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImagePackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImagePipelineImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImagePipelinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImageRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInfrastructureConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +605 -152
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
}
|