@aws-sdk/client-imagebuilder 3.490.0 → 3.496.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/Imagebuilder.js +1 -157
- package/dist-cjs/ImagebuilderClient.js +1 -43
- package/dist-cjs/commands/CancelImageCreationCommand.js +1 -28
- package/dist-cjs/commands/CancelLifecycleExecutionCommand.js +1 -28
- package/dist-cjs/commands/CreateComponentCommand.js +1 -28
- package/dist-cjs/commands/CreateContainerRecipeCommand.js +1 -28
- package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateImageCommand.js +1 -28
- package/dist-cjs/commands/CreateImagePipelineCommand.js +1 -28
- package/dist-cjs/commands/CreateImageRecipeCommand.js +1 -28
- package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateLifecyclePolicyCommand.js +1 -28
- package/dist-cjs/commands/CreateWorkflowCommand.js +1 -28
- package/dist-cjs/commands/DeleteComponentCommand.js +1 -28
- package/dist-cjs/commands/DeleteContainerRecipeCommand.js +1 -28
- package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteImageCommand.js +1 -28
- package/dist-cjs/commands/DeleteImagePipelineCommand.js +1 -28
- package/dist-cjs/commands/DeleteImageRecipeCommand.js +1 -28
- package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteWorkflowCommand.js +1 -28
- package/dist-cjs/commands/GetComponentCommand.js +1 -28
- package/dist-cjs/commands/GetComponentPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetContainerRecipeCommand.js +1 -28
- package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +1 -28
- package/dist-cjs/commands/GetDistributionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetImageCommand.js +1 -28
- package/dist-cjs/commands/GetImagePipelineCommand.js +1 -28
- package/dist-cjs/commands/GetImagePolicyCommand.js +1 -28
- package/dist-cjs/commands/GetImageRecipeCommand.js +1 -28
- package/dist-cjs/commands/GetImageRecipePolicyCommand.js +1 -28
- package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetLifecycleExecutionCommand.js +1 -28
- package/dist-cjs/commands/GetLifecyclePolicyCommand.js +1 -28
- package/dist-cjs/commands/GetWorkflowCommand.js +1 -28
- package/dist-cjs/commands/GetWorkflowExecutionCommand.js +1 -28
- package/dist-cjs/commands/GetWorkflowStepExecutionCommand.js +1 -28
- package/dist-cjs/commands/ImportComponentCommand.js +1 -28
- package/dist-cjs/commands/ImportVmImageCommand.js +1 -28
- package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListComponentsCommand.js +1 -28
- package/dist-cjs/commands/ListContainerRecipesCommand.js +1 -28
- package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListImageBuildVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListImagePackagesCommand.js +1 -28
- package/dist-cjs/commands/ListImagePipelineImagesCommand.js +1 -28
- package/dist-cjs/commands/ListImagePipelinesCommand.js +1 -28
- package/dist-cjs/commands/ListImageRecipesCommand.js +1 -28
- package/dist-cjs/commands/ListImageScanFindingAggregationsCommand.js +1 -28
- package/dist-cjs/commands/ListImageScanFindingsCommand.js +1 -28
- package/dist-cjs/commands/ListImagesCommand.js +1 -28
- package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListLifecycleExecutionResourcesCommand.js +1 -28
- package/dist-cjs/commands/ListLifecycleExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListLifecyclePoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListWaitingWorkflowStepsCommand.js +1 -28
- package/dist-cjs/commands/ListWorkflowBuildVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListWorkflowExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListWorkflowStepExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListWorkflowsCommand.js +1 -28
- package/dist-cjs/commands/PutComponentPolicyCommand.js +1 -28
- package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +1 -28
- package/dist-cjs/commands/PutImagePolicyCommand.js +1 -28
- package/dist-cjs/commands/PutImageRecipePolicyCommand.js +1 -28
- package/dist-cjs/commands/SendWorkflowStepActionCommand.js +1 -28
- package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +1 -28
- package/dist-cjs/commands/StartResourceStateUpdateCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateImagePipelineCommand.js +1 -28
- package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateLifecyclePolicyCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -76
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +7884 -11
- package/dist-cjs/models/ImagebuilderServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -399
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListComponentBuildVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListComponentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListContainerRecipesPaginator.js +1 -7
- package/dist-cjs/pagination/ListDistributionConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListImageBuildVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListImagePackagesPaginator.js +1 -7
- package/dist-cjs/pagination/ListImagePipelineImagesPaginator.js +1 -7
- package/dist-cjs/pagination/ListImagePipelinesPaginator.js +1 -7
- package/dist-cjs/pagination/ListImageRecipesPaginator.js +1 -7
- package/dist-cjs/pagination/ListImageScanFindingAggregationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListImageScanFindingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListImagesPaginator.js +1 -7
- package/dist-cjs/pagination/ListInfrastructureConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLifecycleExecutionResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/ListLifecycleExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLifecyclePoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListWaitingWorkflowStepsPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkflowBuildVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkflowExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkflowStepExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkflowsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -25
- package/dist-cjs/protocols/Aws_restJson1.js +1 -5654
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListWorkflowBuildVersionsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListWorkflowBuildVersionsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "ListWorkflowBuildVersions", {})
|
|
22
|
-
.n("ImagebuilderClient", "ListWorkflowBuildVersionsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ListWorkflowBuildVersionsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ListWorkflowBuildVersionsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListWorkflowBuildVersionsCommand = ListWorkflowBuildVersionsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListWorkflowExecutionsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListWorkflowExecutionsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "ListWorkflowExecutions", {})
|
|
22
|
-
.n("ImagebuilderClient", "ListWorkflowExecutionsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ListWorkflowExecutionsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ListWorkflowExecutionsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListWorkflowExecutionsCommand = ListWorkflowExecutionsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListWorkflowStepExecutionsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListWorkflowStepExecutionsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "ListWorkflowStepExecutions", {})
|
|
22
|
-
.n("ImagebuilderClient", "ListWorkflowStepExecutionsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ListWorkflowStepExecutionsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ListWorkflowStepExecutionsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListWorkflowStepExecutionsCommand = ListWorkflowStepExecutionsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListWorkflowsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListWorkflowsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "ListWorkflows", {})
|
|
22
|
-
.n("ImagebuilderClient", "ListWorkflowsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ListWorkflowsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ListWorkflowsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListWorkflowsCommand = ListWorkflowsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutComponentPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class PutComponentPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "PutComponentPolicy", {})
|
|
22
|
-
.n("ImagebuilderClient", "PutComponentPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_PutComponentPolicyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_PutComponentPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutComponentPolicyCommand = PutComponentPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutContainerRecipePolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class PutContainerRecipePolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "PutContainerRecipePolicy", {})
|
|
22
|
-
.n("ImagebuilderClient", "PutContainerRecipePolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_PutContainerRecipePolicyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_PutContainerRecipePolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutContainerRecipePolicyCommand = PutContainerRecipePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutImagePolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class PutImagePolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "PutImagePolicy", {})
|
|
22
|
-
.n("ImagebuilderClient", "PutImagePolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_PutImagePolicyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_PutImagePolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutImagePolicyCommand = PutImagePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutImageRecipePolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class PutImageRecipePolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "PutImageRecipePolicy", {})
|
|
22
|
-
.n("ImagebuilderClient", "PutImageRecipePolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_PutImageRecipePolicyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_PutImageRecipePolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutImageRecipePolicyCommand = PutImageRecipePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SendWorkflowStepActionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class SendWorkflowStepActionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "SendWorkflowStepAction", {})
|
|
22
|
-
.n("ImagebuilderClient", "SendWorkflowStepActionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_SendWorkflowStepActionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_SendWorkflowStepActionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.SendWorkflowStepActionCommand = SendWorkflowStepActionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartImagePipelineExecutionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class StartImagePipelineExecutionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "StartImagePipelineExecution", {})
|
|
22
|
-
.n("ImagebuilderClient", "StartImagePipelineExecutionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_StartImagePipelineExecutionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_StartImagePipelineExecutionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartImagePipelineExecutionCommand = StartImagePipelineExecutionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartResourceStateUpdateCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class StartResourceStateUpdateCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "StartResourceStateUpdate", {})
|
|
22
|
-
.n("ImagebuilderClient", "StartResourceStateUpdateCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_StartResourceStateUpdateCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_StartResourceStateUpdateCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartResourceStateUpdateCommand = StartResourceStateUpdateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "TagResource", {})
|
|
22
|
-
.n("ImagebuilderClient", "TagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "UntagResource", {})
|
|
22
|
-
.n("ImagebuilderClient", "UntagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDistributionConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateDistributionConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "UpdateDistributionConfiguration", {})
|
|
22
|
-
.n("ImagebuilderClient", "UpdateDistributionConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateDistributionConfigurationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateDistributionConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateDistributionConfigurationCommand = UpdateDistributionConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateImagePipelineCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateImagePipelineCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "UpdateImagePipeline", {})
|
|
22
|
-
.n("ImagebuilderClient", "UpdateImagePipelineCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateImagePipelineCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateImagePipelineCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateImagePipelineCommand = UpdateImagePipelineCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateInfrastructureConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateInfrastructureConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "UpdateInfrastructureConfiguration", {})
|
|
22
|
-
.n("ImagebuilderClient", "UpdateInfrastructureConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateInfrastructureConfigurationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateInfrastructureConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateInfrastructureConfigurationCommand = UpdateInfrastructureConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateLifecyclePolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateLifecyclePolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("imagebuilder", "UpdateLifecyclePolicy", {})
|
|
22
|
-
.n("ImagebuilderClient", "UpdateLifecyclePolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateLifecyclePolicyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateLifecyclePolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateLifecyclePolicyCommand = UpdateLifecyclePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,76 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CancelImageCreationCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CancelLifecycleExecutionCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateComponentCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateContainerRecipeCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateDistributionConfigurationCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateImageCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateImagePipelineCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateImageRecipeCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateInfrastructureConfigurationCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreateLifecyclePolicyCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreateWorkflowCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteComponentCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteContainerRecipeCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteDistributionConfigurationCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteImageCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteImagePipelineCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteImageRecipeCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DeleteInfrastructureConfigurationCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DeleteLifecyclePolicyCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DeleteWorkflowCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetComponentCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetComponentPolicyCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetContainerRecipeCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetContainerRecipePolicyCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetDistributionConfigurationCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetImageCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./GetImagePipelineCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./GetImagePolicyCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./GetImageRecipeCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./GetImageRecipePolicyCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./GetInfrastructureConfigurationCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./GetLifecycleExecutionCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./GetLifecyclePolicyCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./GetWorkflowCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./GetWorkflowExecutionCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./GetWorkflowStepExecutionCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ImportComponentCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ImportVmImageCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ListComponentBuildVersionsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./ListComponentsCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./ListContainerRecipesCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./ListDistributionConfigurationsCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ListImageBuildVersionsCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./ListImagePackagesCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./ListImagePipelineImagesCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./ListImagePipelinesCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./ListImageRecipesCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./ListImageScanFindingAggregationsCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./ListImageScanFindingsCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./ListImagesCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./ListInfrastructureConfigurationsCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./ListLifecycleExecutionResourcesCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./ListLifecycleExecutionsCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./ListLifecyclePoliciesCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./ListWaitingWorkflowStepsCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./ListWorkflowBuildVersionsCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./ListWorkflowExecutionsCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./ListWorkflowStepExecutionsCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./ListWorkflowsCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./PutComponentPolicyCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./PutContainerRecipePolicyCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./PutImagePolicyCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./PutImageRecipePolicyCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./SendWorkflowStepActionCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./StartImagePipelineExecutionCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./StartResourceStateUpdateCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./UpdateDistributionConfigurationCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./UpdateImagePipelineCommand"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./UpdateInfrastructureConfigurationCommand"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./UpdateLifecyclePolicyCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "imagebuilder",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|