@aws-sdk/client-imagebuilder 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +170 -171
- package/dist-cjs/models/ImagebuilderServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Imagebuilder.js +1 -1
- package/dist-es/ImagebuilderClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelImageCreationCommand.js +2 -2
- package/dist-es/commands/CancelLifecycleExecutionCommand.js +2 -2
- package/dist-es/commands/CreateComponentCommand.js +2 -2
- package/dist-es/commands/CreateContainerRecipeCommand.js +2 -2
- package/dist-es/commands/CreateDistributionConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateImageCommand.js +2 -2
- package/dist-es/commands/CreateImagePipelineCommand.js +2 -2
- package/dist-es/commands/CreateImageRecipeCommand.js +2 -2
- package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/CreateWorkflowCommand.js +2 -2
- package/dist-es/commands/DeleteComponentCommand.js +2 -2
- package/dist-es/commands/DeleteContainerRecipeCommand.js +2 -2
- package/dist-es/commands/DeleteDistributionConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteImageCommand.js +2 -2
- package/dist-es/commands/DeleteImagePipelineCommand.js +2 -2
- package/dist-es/commands/DeleteImageRecipeCommand.js +2 -2
- package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteWorkflowCommand.js +2 -2
- package/dist-es/commands/DistributeImageCommand.js +2 -2
- package/dist-es/commands/GetComponentCommand.js +2 -2
- package/dist-es/commands/GetComponentPolicyCommand.js +2 -2
- package/dist-es/commands/GetContainerRecipeCommand.js +2 -2
- package/dist-es/commands/GetContainerRecipePolicyCommand.js +2 -2
- package/dist-es/commands/GetDistributionConfigurationCommand.js +2 -2
- package/dist-es/commands/GetImageCommand.js +2 -2
- package/dist-es/commands/GetImagePipelineCommand.js +2 -2
- package/dist-es/commands/GetImagePolicyCommand.js +2 -2
- package/dist-es/commands/GetImageRecipeCommand.js +2 -2
- package/dist-es/commands/GetImageRecipePolicyCommand.js +2 -2
- package/dist-es/commands/GetInfrastructureConfigurationCommand.js +2 -2
- package/dist-es/commands/GetLifecycleExecutionCommand.js +2 -2
- package/dist-es/commands/GetLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/GetMarketplaceResourceCommand.js +2 -2
- package/dist-es/commands/GetWorkflowCommand.js +2 -2
- package/dist-es/commands/GetWorkflowExecutionCommand.js +2 -2
- package/dist-es/commands/GetWorkflowStepExecutionCommand.js +2 -2
- package/dist-es/commands/ImportComponentCommand.js +2 -2
- package/dist-es/commands/ImportDiskImageCommand.js +2 -2
- package/dist-es/commands/ImportVmImageCommand.js +2 -2
- package/dist-es/commands/ListComponentBuildVersionsCommand.js +2 -2
- package/dist-es/commands/ListComponentsCommand.js +2 -2
- package/dist-es/commands/ListContainerRecipesCommand.js +2 -2
- package/dist-es/commands/ListDistributionConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListImageBuildVersionsCommand.js +2 -2
- package/dist-es/commands/ListImagePackagesCommand.js +2 -2
- package/dist-es/commands/ListImagePipelineImagesCommand.js +2 -2
- package/dist-es/commands/ListImagePipelinesCommand.js +2 -2
- package/dist-es/commands/ListImageRecipesCommand.js +2 -2
- package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +2 -2
- package/dist-es/commands/ListImageScanFindingsCommand.js +2 -2
- package/dist-es/commands/ListImagesCommand.js +2 -2
- package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListLifecycleExecutionResourcesCommand.js +2 -2
- package/dist-es/commands/ListLifecycleExecutionsCommand.js +2 -2
- package/dist-es/commands/ListLifecyclePoliciesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWaitingWorkflowStepsCommand.js +2 -2
- package/dist-es/commands/ListWorkflowBuildVersionsCommand.js +2 -2
- package/dist-es/commands/ListWorkflowExecutionsCommand.js +2 -2
- package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +2 -2
- package/dist-es/commands/ListWorkflowsCommand.js +2 -2
- package/dist-es/commands/PutComponentPolicyCommand.js +2 -2
- package/dist-es/commands/PutContainerRecipePolicyCommand.js +2 -2
- package/dist-es/commands/PutImagePolicyCommand.js +2 -2
- package/dist-es/commands/PutImageRecipePolicyCommand.js +2 -2
- package/dist-es/commands/RetryImageCommand.js +2 -2
- package/dist-es/commands/SendWorkflowStepActionCommand.js +2 -2
- package/dist-es/commands/StartImagePipelineExecutionCommand.js +2 -2
- package/dist-es/commands/StartResourceStateUpdateCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDistributionConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateImagePipelineCommand.js +2 -2
- package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateLifecyclePolicyCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ImagebuilderServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ImagebuilderClient.d.ts +5 -5
- package/dist-types/commands/CancelImageCreationCommand.d.ts +6 -4
- package/dist-types/commands/CancelLifecycleExecutionCommand.d.ts +6 -4
- package/dist-types/commands/CreateComponentCommand.d.ts +6 -4
- package/dist-types/commands/CreateContainerRecipeCommand.d.ts +6 -4
- package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateImageCommand.d.ts +6 -4
- package/dist-types/commands/CreateImagePipelineCommand.d.ts +6 -4
- package/dist-types/commands/CreateImageRecipeCommand.d.ts +6 -4
- package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/DeleteComponentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteImageCommand.d.ts +6 -4
- package/dist-types/commands/DeleteImagePipelineCommand.d.ts +6 -4
- package/dist-types/commands/DeleteImageRecipeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/DistributeImageCommand.d.ts +6 -4
- package/dist-types/commands/GetComponentCommand.d.ts +6 -4
- package/dist-types/commands/GetComponentPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetContainerRecipeCommand.d.ts +6 -4
- package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetImageCommand.d.ts +6 -4
- package/dist-types/commands/GetImagePipelineCommand.d.ts +6 -4
- package/dist-types/commands/GetImagePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetImageRecipeCommand.d.ts +6 -4
- package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetLifecycleExecutionCommand.d.ts +6 -4
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetMarketplaceResourceCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +6 -4
- package/dist-types/commands/ImportComponentCommand.d.ts +6 -4
- package/dist-types/commands/ImportDiskImageCommand.d.ts +6 -4
- package/dist-types/commands/ImportVmImageCommand.d.ts +6 -4
- package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListComponentsCommand.d.ts +6 -4
- package/dist-types/commands/ListContainerRecipesCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListImagePackagesCommand.d.ts +6 -4
- package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +6 -4
- package/dist-types/commands/ListImagePipelinesCommand.d.ts +6 -4
- package/dist-types/commands/ListImageRecipesCommand.d.ts +6 -4
- package/dist-types/commands/ListImageScanFindingAggregationsCommand.d.ts +6 -4
- package/dist-types/commands/ListImageScanFindingsCommand.d.ts +6 -4
- package/dist-types/commands/ListImagesCommand.d.ts +6 -4
- package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListLifecycleExecutionResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListLifecycleExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWaitingWorkflowStepsCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkflowBuildVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -4
- package/dist-types/commands/PutComponentPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutImagePolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +6 -4
- package/dist-types/commands/RetryImageCommand.d.ts +6 -4
- package/dist-types/commands/SendWorkflowStepActionCommand.d.ts +6 -4
- package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +6 -4
- package/dist-types/commands/StartResourceStateUpdateCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateImagePipelineCommand.d.ts +6 -4
- package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ImagebuilderServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelLifecycleExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DistributeImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLifecycleExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMarketplaceResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkflowExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkflowStepExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportDiskImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImageScanFindingAggregationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImageScanFindingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLifecycleExecutionResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLifecycleExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLifecyclePoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWaitingWorkflowStepsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkflowBuildVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkflowExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkflowStepExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RetryImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendWorkflowStepActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartResourceStateUpdateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ImagebuilderServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { CreateImagePipelineRequest, CreateImagePipelineResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateImagePipelineCommandInput extends CreateImagePipelineRequ
|
|
|
22
22
|
export interface CreateImagePipelineCommandOutput extends CreateImagePipelineResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateImagePipelineCommand_base: {
|
|
25
|
-
new (input: CreateImagePipelineCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateImagePipelineCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateImagePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateImagePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new image pipeline. Image pipelines enable you to automate the creation and
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { CreateImageRecipeRequest, CreateImageRecipeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateImageRecipeCommandInput extends CreateImageRecipeRequest
|
|
|
22
22
|
export interface CreateImageRecipeCommandOutput extends CreateImageRecipeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateImageRecipeCommand_base: {
|
|
25
|
-
new (input: CreateImageRecipeCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateImageRecipeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateImageRecipeCommandInput): import("@smithy/core/client").CommandImpl<CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateImageRecipeCommandInput): import("@smithy/core/client").CommandImpl<CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new image recipe. Image recipes define how images are configured, tested,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { CreateInfrastructureConfigurationRequest, CreateInfrastructureConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateInfrastructureConfigurationCommandInput extends CreateInf
|
|
|
22
22
|
export interface CreateInfrastructureConfigurationCommandOutput extends CreateInfrastructureConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateInfrastructureConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateInfrastructureConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateInfrastructureConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateInfrastructureConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateInfrastructureConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new infrastructure configuration. An infrastructure configuration defines
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { CreateLifecyclePolicyRequest, CreateLifecyclePolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLifecyclePolicyCommandInput extends CreateLifecyclePolicy
|
|
|
22
22
|
export interface CreateLifecyclePolicyCommandOutput extends CreateLifecyclePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLifecyclePolicyCommand_base: {
|
|
25
|
-
new (input: CreateLifecyclePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLifecyclePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLifecyclePolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLifecyclePolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create a lifecycle policy resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {
|
|
|
22
22
|
export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateWorkflowCommand_base: {
|
|
25
|
-
new (input: CreateWorkflowCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateWorkflowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create a new workflow or a new version of an existing workflow.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {
|
|
|
22
22
|
export interface DeleteComponentCommandOutput extends DeleteComponentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteComponentCommand_base: {
|
|
25
|
-
new (input: DeleteComponentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteComponentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a component build version.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { DeleteContainerRecipeRequest, DeleteContainerRecipeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteContainerRecipeCommandInput extends DeleteContainerRecipe
|
|
|
22
22
|
export interface DeleteContainerRecipeCommandOutput extends DeleteContainerRecipeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteContainerRecipeCommand_base: {
|
|
25
|
-
new (input: DeleteContainerRecipeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteContainerRecipeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteContainerRecipeCommandInput): import("@smithy/core/client").CommandImpl<DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteContainerRecipeCommandInput): import("@smithy/core/client").CommandImpl<DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a container recipe.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { DeleteDistributionConfigurationRequest, DeleteDistributionConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDistributionConfigurationCommandInput extends DeleteDistr
|
|
|
22
22
|
export interface DeleteDistributionConfigurationCommandOutput extends DeleteDistributionConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDistributionConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteDistributionConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDistributionConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDistributionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDistributionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a distribution configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { DeleteImageRequest, DeleteImageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteImageCommandInput extends DeleteImageRequest {
|
|
|
22
22
|
export interface DeleteImageCommandOutput extends DeleteImageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteImageCommand_base: {
|
|
25
|
-
new (input: DeleteImageCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteImageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteImageCommandInput): import("@smithy/core/client").CommandImpl<DeleteImageCommandInput, DeleteImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteImageCommandInput): import("@smithy/core/client").CommandImpl<DeleteImageCommandInput, DeleteImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an Image Builder image resource. This does not delete any EC2 AMIs or ECR container
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { DeleteImagePipelineRequest, DeleteImagePipelineResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteImagePipelineCommandInput extends DeleteImagePipelineRequ
|
|
|
22
22
|
export interface DeleteImagePipelineCommandOutput extends DeleteImagePipelineResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteImagePipelineCommand_base: {
|
|
25
|
-
new (input: DeleteImagePipelineCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteImagePipelineCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteImagePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteImagePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an image pipeline.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { DeleteImageRecipeRequest, DeleteImageRecipeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteImageRecipeCommandInput extends DeleteImageRecipeRequest
|
|
|
22
22
|
export interface DeleteImageRecipeCommandOutput extends DeleteImageRecipeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteImageRecipeCommand_base: {
|
|
25
|
-
new (input: DeleteImageRecipeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteImageRecipeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteImageRecipeCommandInput): import("@smithy/core/client").CommandImpl<DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteImageRecipeCommandInput): import("@smithy/core/client").CommandImpl<DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an image recipe.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { DeleteInfrastructureConfigurationRequest, DeleteInfrastructureConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteInfrastructureConfigurationCommandInput extends DeleteInf
|
|
|
22
22
|
export interface DeleteInfrastructureConfigurationCommandOutput extends DeleteInfrastructureConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteInfrastructureConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteInfrastructureConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteInfrastructureConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteInfrastructureConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteInfrastructureConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an infrastructure configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { DeleteLifecyclePolicyRequest, DeleteLifecyclePolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLifecyclePolicyCommandInput extends DeleteLifecyclePolicy
|
|
|
22
22
|
export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLifecyclePolicyCommand_base: {
|
|
25
|
-
new (input: DeleteLifecyclePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLifecyclePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLifecyclePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLifecyclePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete the specified lifecycle policy resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {
|
|
|
22
22
|
export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteWorkflowCommand_base: {
|
|
25
|
-
new (input: DeleteWorkflowCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteWorkflowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a specific workflow resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { DistributeImageRequest, DistributeImageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DistributeImageCommandInput extends DistributeImageRequest {
|
|
|
22
22
|
export interface DistributeImageCommandOutput extends DistributeImageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DistributeImageCommand_base: {
|
|
25
|
-
new (input: DistributeImageCommandInput): import("@smithy/
|
|
26
|
-
new (input: DistributeImageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DistributeImageCommandInput): import("@smithy/core/client").CommandImpl<DistributeImageCommandInput, DistributeImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DistributeImageCommandInput): import("@smithy/core/client").CommandImpl<DistributeImageCommandInput, DistributeImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>DistributeImage distributes existing AMIs to additional regions and accounts without rebuilding the image.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { GetComponentRequest, GetComponentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetComponentCommandInput extends GetComponentRequest {
|
|
|
22
22
|
export interface GetComponentCommandOutput extends GetComponentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetComponentCommand_base: {
|
|
25
|
-
new (input: GetComponentCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetComponentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetComponentCommandInput): import("@smithy/core/client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetComponentCommandInput): import("@smithy/core/client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a component object.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { GetComponentPolicyRequest, GetComponentPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetComponentPolicyCommandInput extends GetComponentPolicyReques
|
|
|
22
22
|
export interface GetComponentPolicyCommandOutput extends GetComponentPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetComponentPolicyCommand_base: {
|
|
25
|
-
new (input: GetComponentPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetComponentPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetComponentPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetComponentPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a component policy.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { GetContainerRecipeRequest, GetContainerRecipeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetContainerRecipeCommandInput extends GetContainerRecipeReques
|
|
|
22
22
|
export interface GetContainerRecipeCommandOutput extends GetContainerRecipeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetContainerRecipeCommand_base: {
|
|
25
|
-
new (input: GetContainerRecipeCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetContainerRecipeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetContainerRecipeCommandInput): import("@smithy/core/client").CommandImpl<GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetContainerRecipeCommandInput): import("@smithy/core/client").CommandImpl<GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a container recipe.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { GetContainerRecipePolicyRequest, GetContainerRecipePolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetContainerRecipePolicyCommandInput extends GetContainerRecipe
|
|
|
22
22
|
export interface GetContainerRecipePolicyCommandOutput extends GetContainerRecipePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetContainerRecipePolicyCommand_base: {
|
|
25
|
-
new (input: GetContainerRecipePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetContainerRecipePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetContainerRecipePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetContainerRecipePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the policy for a container recipe.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { GetDistributionConfigurationRequest, GetDistributionConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDistributionConfigurationCommandInput extends GetDistributio
|
|
|
22
22
|
export interface GetDistributionConfigurationCommandOutput extends GetDistributionConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDistributionConfigurationCommand_base: {
|
|
25
|
-
new (input: GetDistributionConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDistributionConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDistributionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDistributionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a distribution configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { GetImageRequest, GetImageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetImageCommandInput extends GetImageRequest {
|
|
|
22
22
|
export interface GetImageCommandOutput extends GetImageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetImageCommand_base: {
|
|
25
|
-
new (input: GetImageCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetImageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetImageCommandInput): import("@smithy/core/client").CommandImpl<GetImageCommandInput, GetImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetImageCommandInput): import("@smithy/core/client").CommandImpl<GetImageCommandInput, GetImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets an image.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { GetImagePipelineRequest, GetImagePipelineResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetImagePipelineCommandInput extends GetImagePipelineRequest {
|
|
|
22
22
|
export interface GetImagePipelineCommandOutput extends GetImagePipelineResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetImagePipelineCommand_base: {
|
|
25
|
-
new (input: GetImagePipelineCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetImagePipelineCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetImagePipelineCommandInput): import("@smithy/core/client").CommandImpl<GetImagePipelineCommandInput, GetImagePipelineCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetImagePipelineCommandInput): import("@smithy/core/client").CommandImpl<GetImagePipelineCommandInput, GetImagePipelineCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets an image pipeline.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { GetImagePolicyRequest, GetImagePolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetImagePolicyCommandInput extends GetImagePolicyRequest {
|
|
|
22
22
|
export interface GetImagePolicyCommandOutput extends GetImagePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetImagePolicyCommand_base: {
|
|
25
|
-
new (input: GetImagePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetImagePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetImagePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetImagePolicyCommandInput, GetImagePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetImagePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetImagePolicyCommandInput, GetImagePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets an image policy.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { GetImageRecipeRequest, GetImageRecipeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetImageRecipeCommandInput extends GetImageRecipeRequest {
|
|
|
22
22
|
export interface GetImageRecipeCommandOutput extends GetImageRecipeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetImageRecipeCommand_base: {
|
|
25
|
-
new (input: GetImageRecipeCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetImageRecipeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetImageRecipeCommandInput): import("@smithy/core/client").CommandImpl<GetImageRecipeCommandInput, GetImageRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetImageRecipeCommandInput): import("@smithy/core/client").CommandImpl<GetImageRecipeCommandInput, GetImageRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets an image recipe.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { GetImageRecipePolicyRequest, GetImageRecipePolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetImageRecipePolicyCommandInput extends GetImageRecipePolicyRe
|
|
|
22
22
|
export interface GetImageRecipePolicyCommandOutput extends GetImageRecipePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetImageRecipePolicyCommand_base: {
|
|
25
|
-
new (input: GetImageRecipePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetImageRecipePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetImageRecipePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetImageRecipePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets an image recipe policy.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
|
|
4
4
|
import type { GetInfrastructureConfigurationRequest, GetInfrastructureConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetInfrastructureConfigurationCommandInput extends GetInfrastru
|
|
|
22
22
|
export interface GetInfrastructureConfigurationCommandOutput extends GetInfrastructureConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInfrastructureConfigurationCommand_base: {
|
|
25
|
-
new (input: GetInfrastructureConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInfrastructureConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetInfrastructureConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetInfrastructureConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets an infrastructure configuration.</p>
|