@aws-sdk/client-imagebuilder 3.168.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 +16 -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
|
+
CreateComponentRequest,
|
|
15
|
+
CreateComponentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateComponentCommandInput extends CreateComponentRequest {}
|
|
18
|
+
export interface CreateComponentCommandOutput
|
|
19
|
+
extends CreateComponentResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateComponentCommand extends $Command<
|
|
23
|
+
CreateComponentCommandInput,
|
|
24
|
+
CreateComponentCommandOutput,
|
|
25
|
+
ImagebuilderClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateComponentCommandInput;
|
|
28
|
+
constructor(input: CreateComponentCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
|
|
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
|
+
CreateContainerRecipeRequest,
|
|
15
|
+
CreateContainerRecipeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateContainerRecipeCommandInput
|
|
18
|
+
extends CreateContainerRecipeRequest {}
|
|
19
|
+
export interface CreateContainerRecipeCommandOutput
|
|
20
|
+
extends CreateContainerRecipeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateContainerRecipeCommand extends $Command<
|
|
24
|
+
CreateContainerRecipeCommandInput,
|
|
25
|
+
CreateContainerRecipeCommandOutput,
|
|
26
|
+
ImagebuilderClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateContainerRecipeCommandInput;
|
|
29
|
+
constructor(input: CreateContainerRecipeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateContainerRecipeCommandInput,
|
|
37
|
+
CreateContainerRecipeCommandOutput
|
|
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
|
+
CreateDistributionConfigurationRequest,
|
|
15
|
+
CreateDistributionConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDistributionConfigurationCommandInput
|
|
18
|
+
extends CreateDistributionConfigurationRequest {}
|
|
19
|
+
export interface CreateDistributionConfigurationCommandOutput
|
|
20
|
+
extends CreateDistributionConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDistributionConfigurationCommand extends $Command<
|
|
24
|
+
CreateDistributionConfigurationCommandInput,
|
|
25
|
+
CreateDistributionConfigurationCommandOutput,
|
|
26
|
+
ImagebuilderClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDistributionConfigurationCommandInput;
|
|
29
|
+
constructor(input: CreateDistributionConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDistributionConfigurationCommandInput,
|
|
37
|
+
CreateDistributionConfigurationCommandOutput
|
|
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 { CreateImageRequest, CreateImageResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateImageCommandInput extends CreateImageRequest {}
|
|
15
|
+
export interface CreateImageCommandOutput
|
|
16
|
+
extends CreateImageResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateImageCommand extends $Command<
|
|
20
|
+
CreateImageCommandInput,
|
|
21
|
+
CreateImageCommandOutput,
|
|
22
|
+
ImagebuilderClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateImageCommandInput;
|
|
25
|
+
constructor(input: CreateImageCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateImageCommandInput, CreateImageCommandOutput>;
|
|
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
|
+
CreateImagePipelineRequest,
|
|
15
|
+
CreateImagePipelineResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateImagePipelineCommandInput
|
|
18
|
+
extends CreateImagePipelineRequest {}
|
|
19
|
+
export interface CreateImagePipelineCommandOutput
|
|
20
|
+
extends CreateImagePipelineResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateImagePipelineCommand extends $Command<
|
|
24
|
+
CreateImagePipelineCommandInput,
|
|
25
|
+
CreateImagePipelineCommandOutput,
|
|
26
|
+
ImagebuilderClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateImagePipelineCommandInput;
|
|
29
|
+
constructor(input: CreateImagePipelineCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput>;
|
|
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
|
+
CreateImageRecipeRequest,
|
|
15
|
+
CreateImageRecipeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateImageRecipeCommandInput
|
|
18
|
+
extends CreateImageRecipeRequest {}
|
|
19
|
+
export interface CreateImageRecipeCommandOutput
|
|
20
|
+
extends CreateImageRecipeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateImageRecipeCommand extends $Command<
|
|
24
|
+
CreateImageRecipeCommandInput,
|
|
25
|
+
CreateImageRecipeCommandOutput,
|
|
26
|
+
ImagebuilderClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateImageRecipeCommandInput;
|
|
29
|
+
constructor(input: CreateImageRecipeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput>;
|
|
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
|
+
CreateInfrastructureConfigurationRequest,
|
|
15
|
+
CreateInfrastructureConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateInfrastructureConfigurationCommandInput
|
|
18
|
+
extends CreateInfrastructureConfigurationRequest {}
|
|
19
|
+
export interface CreateInfrastructureConfigurationCommandOutput
|
|
20
|
+
extends CreateInfrastructureConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateInfrastructureConfigurationCommand extends $Command<
|
|
24
|
+
CreateInfrastructureConfigurationCommandInput,
|
|
25
|
+
CreateInfrastructureConfigurationCommandOutput,
|
|
26
|
+
ImagebuilderClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateInfrastructureConfigurationCommandInput;
|
|
29
|
+
constructor(input: CreateInfrastructureConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateInfrastructureConfigurationCommandInput,
|
|
37
|
+
CreateInfrastructureConfigurationCommandOutput
|
|
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
|
+
DeleteComponentRequest,
|
|
15
|
+
DeleteComponentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
|
|
18
|
+
export interface DeleteComponentCommandOutput
|
|
19
|
+
extends DeleteComponentResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteComponentCommand extends $Command<
|
|
23
|
+
DeleteComponentCommandInput,
|
|
24
|
+
DeleteComponentCommandOutput,
|
|
25
|
+
ImagebuilderClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteComponentCommandInput;
|
|
28
|
+
constructor(input: DeleteComponentCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
|
|
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
|
+
DeleteContainerRecipeRequest,
|
|
15
|
+
DeleteContainerRecipeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteContainerRecipeCommandInput
|
|
18
|
+
extends DeleteContainerRecipeRequest {}
|
|
19
|
+
export interface DeleteContainerRecipeCommandOutput
|
|
20
|
+
extends DeleteContainerRecipeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteContainerRecipeCommand extends $Command<
|
|
24
|
+
DeleteContainerRecipeCommandInput,
|
|
25
|
+
DeleteContainerRecipeCommandOutput,
|
|
26
|
+
ImagebuilderClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteContainerRecipeCommandInput;
|
|
29
|
+
constructor(input: DeleteContainerRecipeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteContainerRecipeCommandInput,
|
|
37
|
+
DeleteContainerRecipeCommandOutput
|
|
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
|
+
DeleteDistributionConfigurationRequest,
|
|
15
|
+
DeleteDistributionConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDistributionConfigurationCommandInput
|
|
18
|
+
extends DeleteDistributionConfigurationRequest {}
|
|
19
|
+
export interface DeleteDistributionConfigurationCommandOutput
|
|
20
|
+
extends DeleteDistributionConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteDistributionConfigurationCommand extends $Command<
|
|
24
|
+
DeleteDistributionConfigurationCommandInput,
|
|
25
|
+
DeleteDistributionConfigurationCommandOutput,
|
|
26
|
+
ImagebuilderClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteDistributionConfigurationCommandInput;
|
|
29
|
+
constructor(input: DeleteDistributionConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteDistributionConfigurationCommandInput,
|
|
37
|
+
DeleteDistributionConfigurationCommandOutput
|
|
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 { DeleteImageRequest, DeleteImageResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteImageCommandInput extends DeleteImageRequest {}
|
|
15
|
+
export interface DeleteImageCommandOutput
|
|
16
|
+
extends DeleteImageResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteImageCommand extends $Command<
|
|
20
|
+
DeleteImageCommandInput,
|
|
21
|
+
DeleteImageCommandOutput,
|
|
22
|
+
ImagebuilderClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteImageCommandInput;
|
|
25
|
+
constructor(input: DeleteImageCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteImageCommandInput, DeleteImageCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|