@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Imagebuilder.d.ts +922 -255
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +430 -123
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2155 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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 { 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 {
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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 { 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 {
|
|
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
|
+
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 {
|
|
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
|
+
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
|
+
}
|