@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,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
|
+
UntagResourceRequest,
|
|
15
|
+
UntagResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UntagResourceCommand extends $Command<
|
|
22
|
+
UntagResourceCommandInput,
|
|
23
|
+
UntagResourceCommandOutput,
|
|
24
|
+
ImagebuilderClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UntagResourceCommandInput;
|
|
27
|
+
constructor(input: UntagResourceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
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
|
+
UpdateDistributionConfigurationRequest,
|
|
15
|
+
UpdateDistributionConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateDistributionConfigurationCommandInput
|
|
18
|
+
extends UpdateDistributionConfigurationRequest {}
|
|
19
|
+
export interface UpdateDistributionConfigurationCommandOutput
|
|
20
|
+
extends UpdateDistributionConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateDistributionConfigurationCommand extends $Command<
|
|
23
|
+
UpdateDistributionConfigurationCommandInput,
|
|
24
|
+
UpdateDistributionConfigurationCommandOutput,
|
|
25
|
+
ImagebuilderClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateDistributionConfigurationCommandInput;
|
|
28
|
+
constructor(input: UpdateDistributionConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateDistributionConfigurationCommandInput,
|
|
35
|
+
UpdateDistributionConfigurationCommandOutput
|
|
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
|
+
UpdateImagePipelineRequest,
|
|
15
|
+
UpdateImagePipelineResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateImagePipelineCommandInput
|
|
18
|
+
extends UpdateImagePipelineRequest {}
|
|
19
|
+
export interface UpdateImagePipelineCommandOutput
|
|
20
|
+
extends UpdateImagePipelineResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateImagePipelineCommand extends $Command<
|
|
23
|
+
UpdateImagePipelineCommandInput,
|
|
24
|
+
UpdateImagePipelineCommandOutput,
|
|
25
|
+
ImagebuilderClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateImagePipelineCommandInput;
|
|
28
|
+
constructor(input: UpdateImagePipelineCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput>;
|
|
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
|
+
UpdateInfrastructureConfigurationRequest,
|
|
15
|
+
UpdateInfrastructureConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateInfrastructureConfigurationCommandInput
|
|
18
|
+
extends UpdateInfrastructureConfigurationRequest {}
|
|
19
|
+
export interface UpdateInfrastructureConfigurationCommandOutput
|
|
20
|
+
extends UpdateInfrastructureConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateInfrastructureConfigurationCommand extends $Command<
|
|
23
|
+
UpdateInfrastructureConfigurationCommandInput,
|
|
24
|
+
UpdateInfrastructureConfigurationCommandOutput,
|
|
25
|
+
ImagebuilderClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateInfrastructureConfigurationCommandInput;
|
|
28
|
+
constructor(input: UpdateInfrastructureConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ImagebuilderClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateInfrastructureConfigurationCommandInput,
|
|
35
|
+
UpdateInfrastructureConfigurationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
export * from "./CancelImageCreationCommand";
|
|
2
|
-
export * from "./CreateComponentCommand";
|
|
3
|
-
export * from "./CreateContainerRecipeCommand";
|
|
4
|
-
export * from "./CreateDistributionConfigurationCommand";
|
|
5
|
-
export * from "./CreateImageCommand";
|
|
6
|
-
export * from "./CreateImagePipelineCommand";
|
|
7
|
-
export * from "./CreateImageRecipeCommand";
|
|
8
|
-
export * from "./CreateInfrastructureConfigurationCommand";
|
|
9
|
-
export * from "./DeleteComponentCommand";
|
|
10
|
-
export * from "./DeleteContainerRecipeCommand";
|
|
11
|
-
export * from "./DeleteDistributionConfigurationCommand";
|
|
12
|
-
export * from "./DeleteImageCommand";
|
|
13
|
-
export * from "./DeleteImagePipelineCommand";
|
|
14
|
-
export * from "./DeleteImageRecipeCommand";
|
|
15
|
-
export * from "./DeleteInfrastructureConfigurationCommand";
|
|
16
|
-
export * from "./GetComponentCommand";
|
|
17
|
-
export * from "./GetComponentPolicyCommand";
|
|
18
|
-
export * from "./GetContainerRecipeCommand";
|
|
19
|
-
export * from "./GetContainerRecipePolicyCommand";
|
|
20
|
-
export * from "./GetDistributionConfigurationCommand";
|
|
21
|
-
export * from "./GetImageCommand";
|
|
22
|
-
export * from "./GetImagePipelineCommand";
|
|
23
|
-
export * from "./GetImagePolicyCommand";
|
|
24
|
-
export * from "./GetImageRecipeCommand";
|
|
25
|
-
export * from "./GetImageRecipePolicyCommand";
|
|
26
|
-
export * from "./GetInfrastructureConfigurationCommand";
|
|
27
|
-
export * from "./ImportComponentCommand";
|
|
28
|
-
export * from "./ImportVmImageCommand";
|
|
29
|
-
export * from "./ListComponentBuildVersionsCommand";
|
|
30
|
-
export * from "./ListComponentsCommand";
|
|
31
|
-
export * from "./ListContainerRecipesCommand";
|
|
32
|
-
export * from "./ListDistributionConfigurationsCommand";
|
|
33
|
-
export * from "./ListImageBuildVersionsCommand";
|
|
34
|
-
export * from "./ListImagePackagesCommand";
|
|
35
|
-
export * from "./ListImagePipelineImagesCommand";
|
|
36
|
-
export * from "./ListImagePipelinesCommand";
|
|
37
|
-
export * from "./ListImageRecipesCommand";
|
|
38
|
-
export * from "./ListImagesCommand";
|
|
39
|
-
export * from "./ListInfrastructureConfigurationsCommand";
|
|
40
|
-
export * from "./ListTagsForResourceCommand";
|
|
41
|
-
export * from "./PutComponentPolicyCommand";
|
|
42
|
-
export * from "./PutContainerRecipePolicyCommand";
|
|
43
|
-
export * from "./PutImagePolicyCommand";
|
|
44
|
-
export * from "./PutImageRecipePolicyCommand";
|
|
45
|
-
export * from "./StartImagePipelineExecutionCommand";
|
|
46
|
-
export * from "./TagResourceCommand";
|
|
47
|
-
export * from "./UntagResourceCommand";
|
|
48
|
-
export * from "./UpdateDistributionConfigurationCommand";
|
|
49
|
-
export * from "./UpdateImagePipelineCommand";
|
|
50
|
-
export * from "./UpdateInfrastructureConfigurationCommand";
|
|
1
|
+
export * from "./CancelImageCreationCommand";
|
|
2
|
+
export * from "./CreateComponentCommand";
|
|
3
|
+
export * from "./CreateContainerRecipeCommand";
|
|
4
|
+
export * from "./CreateDistributionConfigurationCommand";
|
|
5
|
+
export * from "./CreateImageCommand";
|
|
6
|
+
export * from "./CreateImagePipelineCommand";
|
|
7
|
+
export * from "./CreateImageRecipeCommand";
|
|
8
|
+
export * from "./CreateInfrastructureConfigurationCommand";
|
|
9
|
+
export * from "./DeleteComponentCommand";
|
|
10
|
+
export * from "./DeleteContainerRecipeCommand";
|
|
11
|
+
export * from "./DeleteDistributionConfigurationCommand";
|
|
12
|
+
export * from "./DeleteImageCommand";
|
|
13
|
+
export * from "./DeleteImagePipelineCommand";
|
|
14
|
+
export * from "./DeleteImageRecipeCommand";
|
|
15
|
+
export * from "./DeleteInfrastructureConfigurationCommand";
|
|
16
|
+
export * from "./GetComponentCommand";
|
|
17
|
+
export * from "./GetComponentPolicyCommand";
|
|
18
|
+
export * from "./GetContainerRecipeCommand";
|
|
19
|
+
export * from "./GetContainerRecipePolicyCommand";
|
|
20
|
+
export * from "./GetDistributionConfigurationCommand";
|
|
21
|
+
export * from "./GetImageCommand";
|
|
22
|
+
export * from "./GetImagePipelineCommand";
|
|
23
|
+
export * from "./GetImagePolicyCommand";
|
|
24
|
+
export * from "./GetImageRecipeCommand";
|
|
25
|
+
export * from "./GetImageRecipePolicyCommand";
|
|
26
|
+
export * from "./GetInfrastructureConfigurationCommand";
|
|
27
|
+
export * from "./ImportComponentCommand";
|
|
28
|
+
export * from "./ImportVmImageCommand";
|
|
29
|
+
export * from "./ListComponentBuildVersionsCommand";
|
|
30
|
+
export * from "./ListComponentsCommand";
|
|
31
|
+
export * from "./ListContainerRecipesCommand";
|
|
32
|
+
export * from "./ListDistributionConfigurationsCommand";
|
|
33
|
+
export * from "./ListImageBuildVersionsCommand";
|
|
34
|
+
export * from "./ListImagePackagesCommand";
|
|
35
|
+
export * from "./ListImagePipelineImagesCommand";
|
|
36
|
+
export * from "./ListImagePipelinesCommand";
|
|
37
|
+
export * from "./ListImageRecipesCommand";
|
|
38
|
+
export * from "./ListImagesCommand";
|
|
39
|
+
export * from "./ListInfrastructureConfigurationsCommand";
|
|
40
|
+
export * from "./ListTagsForResourceCommand";
|
|
41
|
+
export * from "./PutComponentPolicyCommand";
|
|
42
|
+
export * from "./PutContainerRecipePolicyCommand";
|
|
43
|
+
export * from "./PutImagePolicyCommand";
|
|
44
|
+
export * from "./PutImageRecipePolicyCommand";
|
|
45
|
+
export * from "./StartImagePipelineExecutionCommand";
|
|
46
|
+
export * from "./TagResourceCommand";
|
|
47
|
+
export * from "./UntagResourceCommand";
|
|
48
|
+
export * from "./UpdateDistributionConfigurationCommand";
|
|
49
|
+
export * from "./UpdateImagePipelineCommand";
|
|
50
|
+
export * from "./UpdateInfrastructureConfigurationCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Imagebuilder";
|
|
2
|
-
export * from "./ImagebuilderClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { ImagebuilderServiceException } from "./models/ImagebuilderServiceException";
|
|
1
|
+
export * from "./Imagebuilder";
|
|
2
|
+
export * from "./ImagebuilderClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { ImagebuilderServiceException } from "./models/ImagebuilderServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class ImagebuilderServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|