@aws-sdk/client-imagebuilder 3.927.0 → 3.929.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/dist-cjs/index.js +3642 -3413
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ImagebuilderClient.js +2 -0
- package/dist-es/commands/CancelImageCreationCommand.js +3 -9
- package/dist-es/commands/CancelLifecycleExecutionCommand.js +3 -9
- package/dist-es/commands/CreateComponentCommand.js +3 -9
- package/dist-es/commands/CreateContainerRecipeCommand.js +3 -9
- package/dist-es/commands/CreateDistributionConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateImageCommand.js +3 -9
- package/dist-es/commands/CreateImagePipelineCommand.js +3 -9
- package/dist-es/commands/CreateImageRecipeCommand.js +3 -9
- package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateLifecyclePolicyCommand.js +3 -9
- package/dist-es/commands/CreateWorkflowCommand.js +3 -9
- package/dist-es/commands/DeleteComponentCommand.js +3 -9
- package/dist-es/commands/DeleteContainerRecipeCommand.js +3 -9
- package/dist-es/commands/DeleteDistributionConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteImageCommand.js +3 -9
- package/dist-es/commands/DeleteImagePipelineCommand.js +3 -9
- package/dist-es/commands/DeleteImageRecipeCommand.js +3 -9
- package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
- package/dist-es/commands/GetComponentCommand.js +3 -9
- package/dist-es/commands/GetComponentPolicyCommand.js +3 -9
- package/dist-es/commands/GetContainerRecipeCommand.js +3 -9
- package/dist-es/commands/GetContainerRecipePolicyCommand.js +3 -9
- package/dist-es/commands/GetDistributionConfigurationCommand.js +3 -9
- package/dist-es/commands/GetImageCommand.js +3 -9
- package/dist-es/commands/GetImagePipelineCommand.js +3 -9
- package/dist-es/commands/GetImagePolicyCommand.js +3 -9
- package/dist-es/commands/GetImageRecipeCommand.js +3 -9
- package/dist-es/commands/GetImageRecipePolicyCommand.js +3 -9
- package/dist-es/commands/GetInfrastructureConfigurationCommand.js +3 -9
- package/dist-es/commands/GetLifecycleExecutionCommand.js +3 -9
- package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -9
- package/dist-es/commands/GetMarketplaceResourceCommand.js +3 -9
- package/dist-es/commands/GetWorkflowCommand.js +3 -9
- package/dist-es/commands/GetWorkflowExecutionCommand.js +3 -9
- package/dist-es/commands/GetWorkflowStepExecutionCommand.js +3 -9
- package/dist-es/commands/ImportComponentCommand.js +3 -9
- package/dist-es/commands/ImportDiskImageCommand.js +3 -9
- package/dist-es/commands/ImportVmImageCommand.js +3 -9
- package/dist-es/commands/ListComponentBuildVersionsCommand.js +3 -9
- package/dist-es/commands/ListComponentsCommand.js +3 -9
- package/dist-es/commands/ListContainerRecipesCommand.js +3 -9
- package/dist-es/commands/ListDistributionConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListImageBuildVersionsCommand.js +3 -9
- package/dist-es/commands/ListImagePackagesCommand.js +3 -9
- package/dist-es/commands/ListImagePipelineImagesCommand.js +3 -9
- package/dist-es/commands/ListImagePipelinesCommand.js +3 -9
- package/dist-es/commands/ListImageRecipesCommand.js +3 -9
- package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +3 -9
- package/dist-es/commands/ListImageScanFindingsCommand.js +3 -9
- package/dist-es/commands/ListImagesCommand.js +3 -9
- package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListLifecycleExecutionResourcesCommand.js +3 -9
- package/dist-es/commands/ListLifecycleExecutionsCommand.js +3 -9
- package/dist-es/commands/ListLifecyclePoliciesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWaitingWorkflowStepsCommand.js +3 -9
- package/dist-es/commands/ListWorkflowBuildVersionsCommand.js +3 -9
- package/dist-es/commands/ListWorkflowExecutionsCommand.js +3 -9
- package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +3 -9
- package/dist-es/commands/ListWorkflowsCommand.js +3 -9
- package/dist-es/commands/PutComponentPolicyCommand.js +3 -9
- package/dist-es/commands/PutContainerRecipePolicyCommand.js +3 -9
- package/dist-es/commands/PutImagePolicyCommand.js +3 -9
- package/dist-es/commands/PutImageRecipePolicyCommand.js +3 -9
- package/dist-es/commands/SendWorkflowStepActionCommand.js +3 -9
- package/dist-es/commands/StartImagePipelineExecutionCommand.js +3 -9
- package/dist-es/commands/StartResourceStateUpdateCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateDistributionConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateImagePipelineCommand.js +3 -9
- package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateLifecyclePolicyCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3473 -0
- package/dist-types/ImagebuilderClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +406 -0
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +411 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -2853
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -677
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -905
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetContainerRecipe } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetContainerRecipeCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetContainerRecipe", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetContainerRecipeCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetContainerRecipeCommand)
|
|
20
|
-
.de(de_GetContainerRecipeCommand)
|
|
14
|
+
.sc(GetContainerRecipe)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetContainerRecipePolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetContainerRecipePolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetContainerRecipePolicy", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetContainerRecipePolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetContainerRecipePolicyCommand)
|
|
20
|
-
.de(de_GetContainerRecipePolicyCommand)
|
|
14
|
+
.sc(GetContainerRecipePolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetDistributionConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDistributionConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetDistributionConfiguration", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetDistributionConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDistributionConfigurationCommand)
|
|
20
|
-
.de(de_GetDistributionConfigurationCommand)
|
|
14
|
+
.sc(GetDistributionConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetImage } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetImageCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetImage", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetImageCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetImageCommand)
|
|
20
|
-
.de(de_GetImageCommand)
|
|
14
|
+
.sc(GetImage)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetImagePipeline } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetImagePipelineCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetImagePipeline", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetImagePipelineCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetImagePipelineCommand)
|
|
20
|
-
.de(de_GetImagePipelineCommand)
|
|
14
|
+
.sc(GetImagePipeline)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetImagePolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetImagePolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetImagePolicy", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetImagePolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetImagePolicyCommand)
|
|
20
|
-
.de(de_GetImagePolicyCommand)
|
|
14
|
+
.sc(GetImagePolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetImageRecipe } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetImageRecipeCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetImageRecipe", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetImageRecipeCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetImageRecipeCommand)
|
|
20
|
-
.de(de_GetImageRecipeCommand)
|
|
14
|
+
.sc(GetImageRecipe)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetImageRecipePolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetImageRecipePolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetImageRecipePolicy", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetImageRecipePolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetImageRecipePolicyCommand)
|
|
20
|
-
.de(de_GetImageRecipePolicyCommand)
|
|
14
|
+
.sc(GetImageRecipePolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetInfrastructureConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetInfrastructureConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetInfrastructureConfiguration", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetInfrastructureConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetInfrastructureConfigurationCommand)
|
|
20
|
-
.de(de_GetInfrastructureConfigurationCommand)
|
|
14
|
+
.sc(GetInfrastructureConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetLifecycleExecution } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetLifecycleExecutionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetLifecycleExecution", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetLifecycleExecutionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetLifecycleExecutionCommand)
|
|
20
|
-
.de(de_GetLifecycleExecutionCommand)
|
|
14
|
+
.sc(GetLifecycleExecution)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetLifecyclePolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetLifecyclePolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetLifecyclePolicy", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetLifecyclePolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetLifecyclePolicyCommand)
|
|
20
|
-
.de(de_GetLifecyclePolicyCommand)
|
|
14
|
+
.sc(GetLifecyclePolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetMarketplaceResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetMarketplaceResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetMarketplaceResource", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetMarketplaceResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetMarketplaceResourceCommand)
|
|
20
|
-
.de(de_GetMarketplaceResourceCommand)
|
|
14
|
+
.sc(GetMarketplaceResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetWorkflow } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetWorkflowCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetWorkflow", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetWorkflowCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetWorkflowCommand)
|
|
20
|
-
.de(de_GetWorkflowCommand)
|
|
14
|
+
.sc(GetWorkflow)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetWorkflowExecution } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetWorkflowExecutionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetWorkflowExecution", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetWorkflowExecutionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetWorkflowExecutionCommand)
|
|
20
|
-
.de(de_GetWorkflowExecutionCommand)
|
|
14
|
+
.sc(GetWorkflowExecution)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetWorkflowStepExecution } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetWorkflowStepExecutionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "GetWorkflowStepExecution", {})
|
|
17
13
|
.n("ImagebuilderClient", "GetWorkflowStepExecutionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetWorkflowStepExecutionCommand)
|
|
20
|
-
.de(de_GetWorkflowStepExecutionCommand)
|
|
14
|
+
.sc(GetWorkflowStepExecution)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ImportComponent } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ImportComponentCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "ImportComponent", {})
|
|
17
13
|
.n("ImagebuilderClient", "ImportComponentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ImportComponentCommand)
|
|
20
|
-
.de(de_ImportComponentCommand)
|
|
14
|
+
.sc(ImportComponent)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ImportDiskImage } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ImportDiskImageCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "ImportDiskImage", {})
|
|
17
13
|
.n("ImagebuilderClient", "ImportDiskImageCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ImportDiskImageCommand)
|
|
20
|
-
.de(de_ImportDiskImageCommand)
|
|
14
|
+
.sc(ImportDiskImage)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ImportVmImage } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ImportVmImageCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "ImportVmImage", {})
|
|
17
13
|
.n("ImagebuilderClient", "ImportVmImageCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ImportVmImageCommand)
|
|
20
|
-
.de(de_ImportVmImageCommand)
|
|
14
|
+
.sc(ImportVmImage)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListComponentBuildVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListComponentBuildVersionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "ListComponentBuildVersions", {})
|
|
17
13
|
.n("ImagebuilderClient", "ListComponentBuildVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListComponentBuildVersionsCommand)
|
|
20
|
-
.de(de_ListComponentBuildVersionsCommand)
|
|
14
|
+
.sc(ListComponentBuildVersions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListComponents } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListComponentsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "ListComponents", {})
|
|
17
13
|
.n("ImagebuilderClient", "ListComponentsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListComponentsCommand)
|
|
20
|
-
.de(de_ListComponentsCommand)
|
|
14
|
+
.sc(ListComponents)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListContainerRecipes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListContainerRecipesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "ListContainerRecipes", {})
|
|
17
13
|
.n("ImagebuilderClient", "ListContainerRecipesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListContainerRecipesCommand)
|
|
20
|
-
.de(de_ListContainerRecipesCommand)
|
|
14
|
+
.sc(ListContainerRecipes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListDistributionConfigurations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListDistributionConfigurationsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "ListDistributionConfigurations", {})
|
|
17
13
|
.n("ImagebuilderClient", "ListDistributionConfigurationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListDistributionConfigurationsCommand)
|
|
20
|
-
.de(de_ListDistributionConfigurationsCommand)
|
|
14
|
+
.sc(ListDistributionConfigurations)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListImageBuildVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListImageBuildVersionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("imagebuilder", "ListImageBuildVersions", {})
|
|
17
13
|
.n("ImagebuilderClient", "ListImageBuildVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListImageBuildVersionsCommand)
|
|
20
|
-
.de(de_ListImageBuildVersionsCommand)
|
|
14
|
+
.sc(ListImageBuildVersions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|