@aws-sdk/client-imagebuilder 3.1045.0 → 3.1047.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 { GetLifecycleExecutionRequest, GetLifecycleExecutionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLifecycleExecutionCommandInput extends GetLifecycleExecution
|
|
|
22
22
|
export interface GetLifecycleExecutionCommandOutput extends GetLifecycleExecutionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLifecycleExecutionCommand_base: {
|
|
25
|
-
new (input: GetLifecycleExecutionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLifecycleExecutionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetLifecycleExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetLifecycleExecutionCommandInput, GetLifecycleExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetLifecycleExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetLifecycleExecutionCommandInput, GetLifecycleExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the runtime information that was logged for a specific runtime instance of the lifecycle 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 { GetLifecyclePolicyRequest, GetLifecyclePolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLifecyclePolicyCommandInput extends GetLifecyclePolicyReques
|
|
|
22
22
|
export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLifecyclePolicyCommand_base: {
|
|
25
|
-
new (input: GetLifecyclePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLifecyclePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetLifecyclePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetLifecyclePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get details for the specified image lifecycle 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 { GetMarketplaceResourceRequest, GetMarketplaceResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMarketplaceResourceCommandInput extends GetMarketplaceResour
|
|
|
22
22
|
export interface GetMarketplaceResourceCommandOutput extends GetMarketplaceResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMarketplaceResourceCommand_base: {
|
|
25
|
-
new (input: GetMarketplaceResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMarketplaceResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMarketplaceResourceCommandInput): import("@smithy/core/client").CommandImpl<GetMarketplaceResourceCommandInput, GetMarketplaceResourceCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMarketplaceResourceCommandInput): import("@smithy/core/client").CommandImpl<GetMarketplaceResourceCommandInput, GetMarketplaceResourceCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Verify the subscription and perform resource dependency checks on the requested
|
|
@@ -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 { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetWorkflowCommandInput extends GetWorkflowRequest {
|
|
|
22
22
|
export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetWorkflowCommand_base: {
|
|
25
|
-
new (input: GetWorkflowCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetWorkflowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get a workflow resource 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 { GetWorkflowExecutionRequest, GetWorkflowExecutionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetWorkflowExecutionCommandInput extends GetWorkflowExecutionRe
|
|
|
22
22
|
export interface GetWorkflowExecutionCommandOutput extends GetWorkflowExecutionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetWorkflowExecutionCommand_base: {
|
|
25
|
-
new (input: GetWorkflowExecutionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetWorkflowExecutionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the runtime information that was logged for a specific runtime instance
|
|
@@ -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 { GetWorkflowStepExecutionRequest, GetWorkflowStepExecutionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetWorkflowStepExecutionCommandInput extends GetWorkflowStepExe
|
|
|
22
22
|
export interface GetWorkflowStepExecutionCommandOutput extends GetWorkflowStepExecutionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetWorkflowStepExecutionCommand_base: {
|
|
25
|
-
new (input: GetWorkflowStepExecutionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetWorkflowStepExecutionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetWorkflowStepExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetWorkflowStepExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the runtime information that was logged for a specific runtime instance of
|
|
@@ -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 { ImportComponentRequest, ImportComponentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ImportComponentCommandInput extends ImportComponentRequest {
|
|
|
22
22
|
export interface ImportComponentCommandOutput extends ImportComponentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ImportComponentCommand_base: {
|
|
25
|
-
new (input: ImportComponentCommandInput): import("@smithy/
|
|
26
|
-
new (input: ImportComponentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ImportComponentCommandInput): import("@smithy/core/client").CommandImpl<ImportComponentCommandInput, ImportComponentCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ImportComponentCommandInput): import("@smithy/core/client").CommandImpl<ImportComponentCommandInput, ImportComponentCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Imports a component and transforms its data into a component document.</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 { ImportDiskImageRequest, ImportDiskImageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ImportDiskImageCommandInput extends ImportDiskImageRequest {
|
|
|
22
22
|
export interface ImportDiskImageCommandOutput extends ImportDiskImageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ImportDiskImageCommand_base: {
|
|
25
|
-
new (input: ImportDiskImageCommandInput): import("@smithy/
|
|
26
|
-
new (input: ImportDiskImageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ImportDiskImageCommandInput): import("@smithy/core/client").CommandImpl<ImportDiskImageCommandInput, ImportDiskImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ImportDiskImageCommandInput): import("@smithy/core/client").CommandImpl<ImportDiskImageCommandInput, ImportDiskImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Import a Windows operating system image from a verified Microsoft ISO disk
|
|
@@ -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 { ImportVmImageRequest, ImportVmImageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ImportVmImageCommandInput extends ImportVmImageRequest {
|
|
|
22
22
|
export interface ImportVmImageCommandOutput extends ImportVmImageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ImportVmImageCommand_base: {
|
|
25
|
-
new (input: ImportVmImageCommandInput): import("@smithy/
|
|
26
|
-
new (input: ImportVmImageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ImportVmImageCommandInput): import("@smithy/core/client").CommandImpl<ImportVmImageCommandInput, ImportVmImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ImportVmImageCommandInput): import("@smithy/core/client").CommandImpl<ImportVmImageCommandInput, ImportVmImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>When you export your virtual machine (VM) from its virtualization environment, that
|
|
@@ -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 { ListComponentBuildVersionsRequest, ListComponentBuildVersionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListComponentBuildVersionsCommandInput extends ListComponentBui
|
|
|
22
22
|
export interface ListComponentBuildVersionsCommandOutput extends ListComponentBuildVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListComponentBuildVersionsCommand_base: {
|
|
25
|
-
new (input: ListComponentBuildVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListComponentBuildVersionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListComponentBuildVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListComponentBuildVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the list of component build versions for the specified component
|
|
@@ -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 { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListComponentsCommandInput extends ListComponentsRequest {
|
|
|
22
22
|
export interface ListComponentsCommandOutput extends ListComponentsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListComponentsCommand_base: {
|
|
25
|
-
new (input: ListComponentsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListComponentsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListComponentsCommandInput): import("@smithy/core/client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListComponentsCommandInput]): import("@smithy/core/client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the list of components that can be filtered by name, or by using the listed
|
|
@@ -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 { ListContainerRecipesRequest, ListContainerRecipesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListContainerRecipesCommandInput extends ListContainerRecipesRe
|
|
|
22
22
|
export interface ListContainerRecipesCommandOutput extends ListContainerRecipesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListContainerRecipesCommand_base: {
|
|
25
|
-
new (input: ListContainerRecipesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListContainerRecipesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListContainerRecipesCommandInput): import("@smithy/core/client").CommandImpl<ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListContainerRecipesCommandInput]): import("@smithy/core/client").CommandImpl<ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of container recipes.</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 { ListDistributionConfigurationsRequest, ListDistributionConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDistributionConfigurationsCommandInput extends ListDistribu
|
|
|
22
22
|
export interface ListDistributionConfigurationsCommandOutput extends ListDistributionConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDistributionConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListDistributionConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDistributionConfigurationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDistributionConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDistributionConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListDistributionConfigurationsCommandInput, ListDistributionConfigurationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of distribution configurations.</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 { ListImageBuildVersionsRequest, ListImageBuildVersionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListImageBuildVersionsCommandInput extends ListImageBuildVersio
|
|
|
22
22
|
export interface ListImageBuildVersionsCommandOutput extends ListImageBuildVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListImageBuildVersionsCommand_base: {
|
|
25
|
-
new (input: ListImageBuildVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListImageBuildVersionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListImageBuildVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListImageBuildVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListImageBuildVersionsCommandInput, ListImageBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of image build versions.</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 { ListImagePackagesRequest, ListImagePackagesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListImagePackagesCommandInput extends ListImagePackagesRequest
|
|
|
22
22
|
export interface ListImagePackagesCommandOutput extends ListImagePackagesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListImagePackagesCommand_base: {
|
|
25
|
-
new (input: ListImagePackagesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListImagePackagesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListImagePackagesCommandInput): import("@smithy/core/client").CommandImpl<ListImagePackagesCommandInput, ListImagePackagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListImagePackagesCommandInput): import("@smithy/core/client").CommandImpl<ListImagePackagesCommandInput, ListImagePackagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the Packages that are associated with an Image Build Version, as determined by
|
|
@@ -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 { ListImagePipelineImagesRequest, ListImagePipelineImagesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListImagePipelineImagesCommandInput extends ListImagePipelineIm
|
|
|
22
22
|
export interface ListImagePipelineImagesCommandOutput extends ListImagePipelineImagesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListImagePipelineImagesCommand_base: {
|
|
25
|
-
new (input: ListImagePipelineImagesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListImagePipelineImagesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListImagePipelineImagesCommandInput): import("@smithy/core/client").CommandImpl<ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListImagePipelineImagesCommandInput): import("@smithy/core/client").CommandImpl<ListImagePipelineImagesCommandInput, ListImagePipelineImagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of images created by the specified 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 { ListImagePipelinesRequest, ListImagePipelinesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListImagePipelinesCommandInput extends ListImagePipelinesReques
|
|
|
22
22
|
export interface ListImagePipelinesCommandOutput extends ListImagePipelinesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListImagePipelinesCommand_base: {
|
|
25
|
-
new (input: ListImagePipelinesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListImagePipelinesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListImagePipelinesCommandInput): import("@smithy/core/client").CommandImpl<ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListImagePipelinesCommandInput]): import("@smithy/core/client").CommandImpl<ListImagePipelinesCommandInput, ListImagePipelinesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of image pipelines.</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 { ListImageRecipesRequest, ListImageRecipesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListImageRecipesCommandInput extends ListImageRecipesRequest {
|
|
|
22
22
|
export interface ListImageRecipesCommandOutput extends ListImageRecipesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListImageRecipesCommand_base: {
|
|
25
|
-
new (input: ListImageRecipesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListImageRecipesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListImageRecipesCommandInput): import("@smithy/core/client").CommandImpl<ListImageRecipesCommandInput, ListImageRecipesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListImageRecipesCommandInput]): import("@smithy/core/client").CommandImpl<ListImageRecipesCommandInput, ListImageRecipesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of image recipes.</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 { ListImageScanFindingAggregationsRequest, ListImageScanFindingAggregationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListImageScanFindingAggregationsCommandInput extends ListImageS
|
|
|
22
22
|
export interface ListImageScanFindingAggregationsCommandOutput extends ListImageScanFindingAggregationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListImageScanFindingAggregationsCommand_base: {
|
|
25
|
-
new (input: ListImageScanFindingAggregationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListImageScanFindingAggregationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListImageScanFindingAggregationsCommandInput): import("@smithy/core/client").CommandImpl<ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggregationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListImageScanFindingAggregationsCommandInput]): import("@smithy/core/client").CommandImpl<ListImageScanFindingAggregationsCommandInput, ListImageScanFindingAggregationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of image scan aggregations for your account. You can filter by the type
|
|
@@ -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 { ListImageScanFindingsRequest, ListImageScanFindingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListImageScanFindingsCommandInput extends ListImageScanFindings
|
|
|
22
22
|
export interface ListImageScanFindingsCommandOutput extends ListImageScanFindingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListImageScanFindingsCommand_base: {
|
|
25
|
-
new (input: ListImageScanFindingsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListImageScanFindingsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListImageScanFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListImageScanFindingsCommandInput]): import("@smithy/core/client").CommandImpl<ListImageScanFindingsCommandInput, ListImageScanFindingsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of image scan findings for your account.</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 { ListImagesRequest, ListImagesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListImagesCommandInput extends ListImagesRequest {
|
|
|
22
22
|
export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListImagesCommand_base: {
|
|
25
|
-
new (input: ListImagesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListImagesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListImagesCommandInput): import("@smithy/core/client").CommandImpl<ListImagesCommandInput, ListImagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListImagesCommandInput]): import("@smithy/core/client").CommandImpl<ListImagesCommandInput, ListImagesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the list of images that you have access to. Newly created images can take up
|
|
@@ -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 { ListInfrastructureConfigurationsRequest, ListInfrastructureConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListInfrastructureConfigurationsCommandInput extends ListInfras
|
|
|
22
22
|
export interface ListInfrastructureConfigurationsCommandOutput extends ListInfrastructureConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListInfrastructureConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListInfrastructureConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListInfrastructureConfigurationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListInfrastructureConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListInfrastructureConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListInfrastructureConfigurationsCommandInput, ListInfrastructureConfigurationsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of infrastructure configurations.</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 { ListLifecycleExecutionResourcesRequest, ListLifecycleExecutionResourcesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListLifecycleExecutionResourcesCommandInput extends ListLifecyc
|
|
|
22
22
|
export interface ListLifecycleExecutionResourcesCommandOutput extends ListLifecycleExecutionResourcesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLifecycleExecutionResourcesCommand_base: {
|
|
25
|
-
new (input: ListLifecycleExecutionResourcesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListLifecycleExecutionResourcesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLifecycleExecutionResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListLifecycleExecutionResourcesCommandInput, ListLifecycleExecutionResourcesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListLifecycleExecutionResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListLifecycleExecutionResourcesCommandInput, ListLifecycleExecutionResourcesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List resources that the runtime instance of the image lifecycle identified for lifecycle actions.</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 { ListLifecycleExecutionsRequest, ListLifecycleExecutionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListLifecycleExecutionsCommandInput extends ListLifecycleExecut
|
|
|
22
22
|
export interface ListLifecycleExecutionsCommandOutput extends ListLifecycleExecutionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLifecycleExecutionsCommand_base: {
|
|
25
|
-
new (input: ListLifecycleExecutionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListLifecycleExecutionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLifecycleExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListLifecycleExecutionsCommandInput, ListLifecycleExecutionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListLifecycleExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListLifecycleExecutionsCommandInput, ListLifecycleExecutionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the lifecycle runtime history for the specified 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 { ListLifecyclePoliciesRequest, ListLifecyclePoliciesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListLifecyclePoliciesCommandInput extends ListLifecyclePolicies
|
|
|
22
22
|
export interface ListLifecyclePoliciesCommandOutput extends ListLifecyclePoliciesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLifecyclePoliciesCommand_base: {
|
|
25
|
-
new (input: ListLifecyclePoliciesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListLifecyclePoliciesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLifecyclePoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListLifecyclePoliciesCommandInput, ListLifecyclePoliciesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListLifecyclePoliciesCommandInput]): import("@smithy/core/client").CommandImpl<ListLifecyclePoliciesCommandInput, ListLifecyclePoliciesCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get a list of lifecycle policies in your Amazon Web Services account.</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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the list of tags for the specified resource.</p>
|