@aws-sdk/client-imagebuilder 3.337.0 → 3.341.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/ImagebuilderClient.js +2 -1
- package/dist-cjs/commands/CancelImageCreationCommand.js +2 -1
- package/dist-cjs/commands/CreateComponentCommand.js +2 -1
- package/dist-cjs/commands/CreateContainerRecipeCommand.js +2 -1
- package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +2 -1
- package/dist-cjs/commands/CreateImageCommand.js +2 -1
- package/dist-cjs/commands/CreateImagePipelineCommand.js +2 -1
- package/dist-cjs/commands/CreateImageRecipeCommand.js +2 -1
- package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DeleteComponentCommand.js +2 -1
- package/dist-cjs/commands/DeleteContainerRecipeCommand.js +2 -1
- package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DeleteImageCommand.js +2 -1
- package/dist-cjs/commands/DeleteImagePipelineCommand.js +2 -1
- package/dist-cjs/commands/DeleteImageRecipeCommand.js +2 -1
- package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +2 -1
- package/dist-cjs/commands/GetComponentCommand.js +2 -1
- package/dist-cjs/commands/GetComponentPolicyCommand.js +2 -1
- package/dist-cjs/commands/GetContainerRecipeCommand.js +2 -1
- package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +2 -1
- package/dist-cjs/commands/GetDistributionConfigurationCommand.js +2 -1
- package/dist-cjs/commands/GetImageCommand.js +2 -1
- package/dist-cjs/commands/GetImagePipelineCommand.js +2 -1
- package/dist-cjs/commands/GetImagePolicyCommand.js +2 -1
- package/dist-cjs/commands/GetImageRecipeCommand.js +2 -1
- package/dist-cjs/commands/GetImageRecipePolicyCommand.js +2 -1
- package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +2 -1
- package/dist-cjs/commands/GetWorkflowExecutionCommand.js +2 -1
- package/dist-cjs/commands/GetWorkflowStepExecutionCommand.js +2 -1
- package/dist-cjs/commands/ImportComponentCommand.js +2 -1
- package/dist-cjs/commands/ImportVmImageCommand.js +2 -1
- package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +2 -1
- package/dist-cjs/commands/ListComponentsCommand.js +2 -1
- package/dist-cjs/commands/ListContainerRecipesCommand.js +2 -1
- package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/ListImageBuildVersionsCommand.js +2 -1
- package/dist-cjs/commands/ListImagePackagesCommand.js +2 -1
- package/dist-cjs/commands/ListImagePipelineImagesCommand.js +2 -1
- package/dist-cjs/commands/ListImagePipelinesCommand.js +2 -1
- package/dist-cjs/commands/ListImageRecipesCommand.js +2 -1
- package/dist-cjs/commands/ListImageScanFindingAggregationsCommand.js +2 -1
- package/dist-cjs/commands/ListImageScanFindingsCommand.js +2 -1
- package/dist-cjs/commands/ListImagesCommand.js +2 -1
- package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListWorkflowExecutionsCommand.js +2 -1
- package/dist-cjs/commands/ListWorkflowStepExecutionsCommand.js +2 -1
- package/dist-cjs/commands/PutComponentPolicyCommand.js +2 -1
- package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +2 -1
- package/dist-cjs/commands/PutImagePolicyCommand.js +2 -1
- package/dist-cjs/commands/PutImageRecipePolicyCommand.js +2 -1
- package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +2 -1
- package/dist-cjs/commands/UpdateImagePipelineCommand.js +2 -1
- package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/ImagebuilderServiceException.js +2 -1
- package/dist-es/ImagebuilderClient.js +1 -0
- package/dist-es/commands/CancelImageCreationCommand.js +1 -0
- package/dist-es/commands/CreateComponentCommand.js +1 -0
- package/dist-es/commands/CreateContainerRecipeCommand.js +1 -0
- package/dist-es/commands/CreateDistributionConfigurationCommand.js +1 -0
- package/dist-es/commands/CreateImageCommand.js +1 -0
- package/dist-es/commands/CreateImagePipelineCommand.js +1 -0
- package/dist-es/commands/CreateImageRecipeCommand.js +1 -0
- package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +1 -0
- package/dist-es/commands/DeleteComponentCommand.js +1 -0
- package/dist-es/commands/DeleteContainerRecipeCommand.js +1 -0
- package/dist-es/commands/DeleteDistributionConfigurationCommand.js +1 -0
- package/dist-es/commands/DeleteImageCommand.js +1 -0
- package/dist-es/commands/DeleteImagePipelineCommand.js +1 -0
- package/dist-es/commands/DeleteImageRecipeCommand.js +1 -0
- package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +1 -0
- package/dist-es/commands/GetComponentCommand.js +1 -0
- package/dist-es/commands/GetComponentPolicyCommand.js +1 -0
- package/dist-es/commands/GetContainerRecipeCommand.js +1 -0
- package/dist-es/commands/GetContainerRecipePolicyCommand.js +1 -0
- package/dist-es/commands/GetDistributionConfigurationCommand.js +1 -0
- package/dist-es/commands/GetImageCommand.js +1 -0
- package/dist-es/commands/GetImagePipelineCommand.js +1 -0
- package/dist-es/commands/GetImagePolicyCommand.js +1 -0
- package/dist-es/commands/GetImageRecipeCommand.js +1 -0
- package/dist-es/commands/GetImageRecipePolicyCommand.js +1 -0
- package/dist-es/commands/GetInfrastructureConfigurationCommand.js +1 -0
- package/dist-es/commands/GetWorkflowExecutionCommand.js +1 -0
- package/dist-es/commands/GetWorkflowStepExecutionCommand.js +1 -0
- package/dist-es/commands/ImportComponentCommand.js +1 -0
- package/dist-es/commands/ImportVmImageCommand.js +1 -0
- package/dist-es/commands/ListComponentBuildVersionsCommand.js +1 -0
- package/dist-es/commands/ListComponentsCommand.js +1 -0
- package/dist-es/commands/ListContainerRecipesCommand.js +1 -0
- package/dist-es/commands/ListDistributionConfigurationsCommand.js +1 -0
- package/dist-es/commands/ListImageBuildVersionsCommand.js +1 -0
- package/dist-es/commands/ListImagePackagesCommand.js +1 -0
- package/dist-es/commands/ListImagePipelineImagesCommand.js +1 -0
- package/dist-es/commands/ListImagePipelinesCommand.js +1 -0
- package/dist-es/commands/ListImageRecipesCommand.js +1 -0
- package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +1 -0
- package/dist-es/commands/ListImageScanFindingsCommand.js +1 -0
- package/dist-es/commands/ListImagesCommand.js +1 -0
- package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListWorkflowExecutionsCommand.js +1 -0
- package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +1 -0
- package/dist-es/commands/PutComponentPolicyCommand.js +1 -0
- package/dist-es/commands/PutContainerRecipePolicyCommand.js +1 -0
- package/dist-es/commands/PutImagePolicyCommand.js +1 -0
- package/dist-es/commands/PutImageRecipePolicyCommand.js +1 -0
- package/dist-es/commands/StartImagePipelineExecutionCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateDistributionConfigurationCommand.js +1 -0
- package/dist-es/commands/UpdateImagePipelineCommand.js +1 -0
- package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/ImagebuilderServiceException.js +1 -0
- package/dist-types/ImagebuilderClient.d.ts +3 -3
- package/dist-types/commands/CancelImageCreationCommand.d.ts +4 -0
- package/dist-types/commands/CreateComponentCommand.d.ts +4 -0
- package/dist-types/commands/CreateContainerRecipeCommand.d.ts +4 -0
- package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/CreateImageCommand.d.ts +4 -0
- package/dist-types/commands/CreateImagePipelineCommand.d.ts +4 -0
- package/dist-types/commands/CreateImageRecipeCommand.d.ts +4 -0
- package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteImagePipelineCommand.d.ts +4 -0
- package/dist-types/commands/DeleteImageRecipeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetComponentCommand.d.ts +4 -0
- package/dist-types/commands/GetComponentPolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetContainerRecipeCommand.d.ts +4 -0
- package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetImageCommand.d.ts +4 -0
- package/dist-types/commands/GetImagePipelineCommand.d.ts +4 -0
- package/dist-types/commands/GetImagePolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetImageRecipeCommand.d.ts +4 -0
- package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +4 -0
- package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +4 -0
- package/dist-types/commands/ImportComponentCommand.d.ts +4 -0
- package/dist-types/commands/ImportVmImageCommand.d.ts +4 -0
- package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +4 -0
- package/dist-types/commands/ListContainerRecipesCommand.d.ts +4 -0
- package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListImagePackagesCommand.d.ts +4 -0
- package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +4 -0
- package/dist-types/commands/ListImagePipelinesCommand.d.ts +4 -0
- package/dist-types/commands/ListImageRecipesCommand.d.ts +4 -0
- package/dist-types/commands/ListImageScanFindingAggregationsCommand.d.ts +4 -0
- package/dist-types/commands/ListImageScanFindingsCommand.d.ts +4 -0
- package/dist-types/commands/ListImagesCommand.d.ts +4 -0
- package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/PutComponentPolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutImagePolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +4 -0
- package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateImagePipelineCommand.d.ts +4 -0
- package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +4 -0
- package/dist-types/index.d.ts +10 -2
- package/dist-types/models/ImagebuilderServiceException.d.ts +1 -0
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetWorkflowExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetWorkflowStepExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListImageScanFindingAggregationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListImageScanFindingsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWorkflowExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWorkflowStepExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/ImagebuilderServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListWorkflowStepExecutionsCommand = void 0;
|
|
3
|
+
exports.ListWorkflowStepExecutionsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListWorkflowStepExecutionsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutComponentPolicyCommand = void 0;
|
|
3
|
+
exports.PutComponentPolicyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class PutComponentPolicyCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutContainerRecipePolicyCommand = void 0;
|
|
3
|
+
exports.PutContainerRecipePolicyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class PutContainerRecipePolicyCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutImagePolicyCommand = void 0;
|
|
3
|
+
exports.PutImagePolicyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class PutImagePolicyCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutImageRecipePolicyCommand = void 0;
|
|
3
|
+
exports.PutImageRecipePolicyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class PutImageRecipePolicyCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartImagePipelineExecutionCommand = void 0;
|
|
3
|
+
exports.StartImagePipelineExecutionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class StartImagePipelineExecutionCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = void 0;
|
|
3
|
+
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = void 0;
|
|
3
|
+
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDistributionConfigurationCommand = void 0;
|
|
3
|
+
exports.UpdateDistributionConfigurationCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class UpdateDistributionConfigurationCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateImagePipelineCommand = void 0;
|
|
3
|
+
exports.UpdateImagePipelineCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class UpdateImagePipelineCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateInfrastructureConfigurationCommand = void 0;
|
|
3
|
+
exports.UpdateInfrastructureConfigurationCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class UpdateInfrastructureConfigurationCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
package/dist-cjs/index.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ImagebuilderServiceException = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
tslib_1.__exportStar(require("./Imagebuilder"), exports);
|
|
6
5
|
tslib_1.__exportStar(require("./ImagebuilderClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./Imagebuilder"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./models"), exports);
|
|
9
8
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
10
10
|
var ImagebuilderServiceException_1 = require("./models/ImagebuilderServiceException");
|
|
11
11
|
Object.defineProperty(exports, "ImagebuilderServiceException", { enumerable: true, get: function () { return ImagebuilderServiceException_1.ImagebuilderServiceException; } });
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ImagebuilderServiceException = void 0;
|
|
3
|
+
exports.ImagebuilderServiceException = exports.__ServiceException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
5
6
|
class ImagebuilderServiceException extends smithy_client_1.ServiceException {
|
|
6
7
|
constructor(options) {
|
|
7
8
|
super(options);
|
|
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
|
|
|
10
10
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
11
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
12
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
13
|
+
export { __Client };
|
|
13
14
|
export class ImagebuilderClient extends __Client {
|
|
14
15
|
constructor(configuration) {
|
|
15
16
|
const _config_0 = __getRuntimeConfig(configuration);
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CancelImageCreationCommand, se_CancelImageCreationCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CancelImageCreationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateComponentCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateContainerRecipeCommand, se_CreateContainerRecipeCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateContainerRecipeCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateDistributionConfigurationCommand, se_CreateDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateDistributionConfigurationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateImageCommand, se_CreateImageCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateImageCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateImagePipelineCommand, se_CreateImagePipelineCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateImagePipelineCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateImageRecipeCommand, se_CreateImageRecipeCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateImageRecipeCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateInfrastructureConfigurationCommand, se_CreateInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateInfrastructureConfigurationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteComponentCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteContainerRecipeCommand, se_DeleteContainerRecipeCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteContainerRecipeCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteDistributionConfigurationCommand, se_DeleteDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteDistributionConfigurationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteImageCommand, se_DeleteImageCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteImageCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteImagePipelineCommand, se_DeleteImagePipelineCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteImagePipelineCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteImageRecipeCommand, se_DeleteImageRecipeCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteImageRecipeCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteInfrastructureConfigurationCommand, se_DeleteInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteInfrastructureConfigurationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetComponentCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetComponentPolicyCommand, se_GetComponentPolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetComponentPolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetContainerRecipeCommand, se_GetContainerRecipeCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetContainerRecipeCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetContainerRecipePolicyCommand, se_GetContainerRecipePolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetContainerRecipePolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetDistributionConfigurationCommand, se_GetDistributionConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetDistributionConfigurationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetImageCommand, se_GetImageCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetImageCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetImagePipelineCommand, se_GetImagePipelineCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetImagePipelineCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetImagePolicyCommand, se_GetImagePolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetImagePolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetImageRecipeCommand, se_GetImageRecipeCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetImageRecipeCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetImageRecipePolicyCommand, se_GetImageRecipePolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetImageRecipePolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetInfrastructureConfigurationCommand, se_GetInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetInfrastructureConfigurationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetWorkflowExecutionCommand, se_GetWorkflowExecutionCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetWorkflowExecutionCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetWorkflowStepExecutionCommand, se_GetWorkflowStepExecutionCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetWorkflowStepExecutionCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ImportComponentCommand, se_ImportComponentCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ImportComponentCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ImportVmImageCommand, se_ImportVmImageCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ImportVmImageCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListComponentBuildVersionsCommand, se_ListComponentBuildVersionsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListComponentBuildVersionsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListComponentsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListContainerRecipesCommand, se_ListContainerRecipesCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListContainerRecipesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListDistributionConfigurationsCommand, se_ListDistributionConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListDistributionConfigurationsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListImageBuildVersionsCommand, se_ListImageBuildVersionsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListImageBuildVersionsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListImagePackagesCommand, se_ListImagePackagesCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListImagePackagesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListImagePipelineImagesCommand, se_ListImagePipelineImagesCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListImagePipelineImagesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListImagePipelinesCommand, se_ListImagePipelinesCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListImagePipelinesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListImageRecipesCommand, se_ListImageRecipesCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListImageRecipesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListImageScanFindingAggregationsCommand, se_ListImageScanFindingAggregationsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListImageScanFindingAggregationsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListImageScanFindingsCommand, se_ListImageScanFindingsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListImageScanFindingsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListImagesCommand, se_ListImagesCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListImagesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListInfrastructureConfigurationsCommand, se_ListInfrastructureConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListInfrastructureConfigurationsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListTagsForResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListWorkflowExecutionsCommand, se_ListWorkflowExecutionsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListWorkflowExecutionsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListWorkflowStepExecutionsCommand, se_ListWorkflowStepExecutionsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListWorkflowStepExecutionsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|