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