@aws-sdk/client-imagebuilder 3.1045.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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CancelLifecycleExecutionCommandOutput
|
|
|
19
19
|
declare const CancelLifecycleExecutionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CancelLifecycleExecutionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CancelLifecycleExecutionCommandInput,
|
|
24
24
|
CancelLifecycleExecutionCommandOutput,
|
|
25
25
|
ImagebuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CancelLifecycleExecutionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CancelLifecycleExecutionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CancelLifecycleExecutionCommandInput,
|
|
33
33
|
CancelLifecycleExecutionCommandOutput,
|
|
34
34
|
ImagebuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CancelLifecycleExecutionCommand extends CancelLifecycleExecutionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateComponentCommandOutput
|
|
|
18
18
|
declare const CreateComponentCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateComponentCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateComponentCommandInput,
|
|
23
23
|
CreateComponentCommandOutput,
|
|
24
24
|
ImagebuilderClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateComponentCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateComponentCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateComponentCommandInput,
|
|
32
32
|
CreateComponentCommandOutput,
|
|
33
33
|
ImagebuilderClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateComponentCommand extends CreateComponentCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateContainerRecipeCommandOutput
|
|
|
19
19
|
declare const CreateContainerRecipeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateContainerRecipeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateContainerRecipeCommandInput,
|
|
24
24
|
CreateContainerRecipeCommandOutput,
|
|
25
25
|
ImagebuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateContainerRecipeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateContainerRecipeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateContainerRecipeCommandInput,
|
|
33
33
|
CreateContainerRecipeCommandOutput,
|
|
34
34
|
ImagebuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateContainerRecipeCommand extends CreateContainerRecipeCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateDistributionConfigurationCommandOutput
|
|
|
19
19
|
declare const CreateDistributionConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateDistributionConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateDistributionConfigurationCommandInput,
|
|
24
24
|
CreateDistributionConfigurationCommandOutput,
|
|
25
25
|
ImagebuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateDistributionConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateDistributionConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateDistributionConfigurationCommandInput,
|
|
33
33
|
CreateDistributionConfigurationCommandOutput,
|
|
34
34
|
ImagebuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateDistributionConfigurationCommand extends CreateDistributionConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateImageCommandOutput
|
|
|
15
15
|
declare const CreateImageCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateImageCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateImageCommandInput,
|
|
20
20
|
CreateImageCommandOutput,
|
|
21
21
|
ImagebuilderClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateImageCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateImageCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateImageCommandInput,
|
|
29
29
|
CreateImageCommandOutput,
|
|
30
30
|
ImagebuilderClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateImageCommand extends CreateImageCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateImagePipelineCommandOutput
|
|
|
19
19
|
declare const CreateImagePipelineCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateImagePipelineCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateImagePipelineCommandInput,
|
|
24
24
|
CreateImagePipelineCommandOutput,
|
|
25
25
|
ImagebuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateImagePipelineCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateImagePipelineCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateImagePipelineCommandInput,
|
|
33
33
|
CreateImagePipelineCommandOutput,
|
|
34
34
|
ImagebuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateImagePipelineCommand extends CreateImagePipelineCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateImageRecipeCommandOutput
|
|
|
19
19
|
declare const CreateImageRecipeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateImageRecipeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateImageRecipeCommandInput,
|
|
24
24
|
CreateImageRecipeCommandOutput,
|
|
25
25
|
ImagebuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateImageRecipeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateImageRecipeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateImageRecipeCommandInput,
|
|
33
33
|
CreateImageRecipeCommandOutput,
|
|
34
34
|
ImagebuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateImageRecipeCommand extends CreateImageRecipeCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateInfrastructureConfigurationCommandOutput
|
|
|
19
19
|
declare const CreateInfrastructureConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateInfrastructureConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateInfrastructureConfigurationCommandInput,
|
|
24
24
|
CreateInfrastructureConfigurationCommandOutput,
|
|
25
25
|
ImagebuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateInfrastructureConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateInfrastructureConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateInfrastructureConfigurationCommandInput,
|
|
33
33
|
CreateInfrastructureConfigurationCommandOutput,
|
|
34
34
|
ImagebuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateInfrastructureConfigurationCommand extends CreateInfrastructureConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateLifecyclePolicyCommandOutput
|
|
|
19
19
|
declare const CreateLifecyclePolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateLifecyclePolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateLifecyclePolicyCommandInput,
|
|
24
24
|
CreateLifecyclePolicyCommandOutput,
|
|
25
25
|
ImagebuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateLifecyclePolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateLifecyclePolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateLifecyclePolicyCommandInput,
|
|
33
33
|
CreateLifecyclePolicyCommandOutput,
|
|
34
34
|
ImagebuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateLifecyclePolicyCommand extends CreateLifecyclePolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateWorkflowCommandOutput
|
|
|
18
18
|
declare const CreateWorkflowCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateWorkflowCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateWorkflowCommandInput,
|
|
23
23
|
CreateWorkflowCommandOutput,
|
|
24
24
|
ImagebuilderClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateWorkflowCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateWorkflowCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateWorkflowCommandInput,
|
|
32
32
|
CreateWorkflowCommandOutput,
|
|
33
33
|
ImagebuilderClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteComponentCommandOutput
|
|
|
18
18
|
declare const DeleteComponentCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteComponentCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteComponentCommandInput,
|
|
23
23
|
DeleteComponentCommandOutput,
|
|
24
24
|
ImagebuilderClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteComponentCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteComponentCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteComponentCommandInput,
|
|
32
32
|
DeleteComponentCommandOutput,
|
|
33
33
|
ImagebuilderClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteContainerRecipeCommandOutput
|
|
|
19
19
|
declare const DeleteContainerRecipeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteContainerRecipeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteContainerRecipeCommandInput,
|
|
24
24
|
DeleteContainerRecipeCommandOutput,
|
|
25
25
|
ImagebuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteContainerRecipeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteContainerRecipeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteContainerRecipeCommandInput,
|
|
33
33
|
DeleteContainerRecipeCommandOutput,
|
|
34
34
|
ImagebuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteContainerRecipeCommand extends DeleteContainerRecipeCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteDistributionConfigurationCommandOutput
|
|
|
19
19
|
declare const DeleteDistributionConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteDistributionConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteDistributionConfigurationCommandInput,
|
|
24
24
|
DeleteDistributionConfigurationCommandOutput,
|
|
25
25
|
ImagebuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteDistributionConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteDistributionConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteDistributionConfigurationCommandInput,
|
|
33
33
|
DeleteDistributionConfigurationCommandOutput,
|
|
34
34
|
ImagebuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteDistributionConfigurationCommand extends DeleteDistributionConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteImageCommandOutput
|
|
|
15
15
|
declare const DeleteImageCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteImageCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteImageCommandInput,
|
|
20
20
|
DeleteImageCommandOutput,
|
|
21
21
|
ImagebuilderClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteImageCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteImageCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteImageCommandInput,
|
|
29
29
|
DeleteImageCommandOutput,
|
|
30
30
|
ImagebuilderClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteImageCommand extends DeleteImageCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteImagePipelineCommandOutput
|
|
|
19
19
|
declare const DeleteImagePipelineCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteImagePipelineCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteImagePipelineCommandInput,
|
|
24
24
|
DeleteImagePipelineCommandOutput,
|
|
25
25
|
ImagebuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteImagePipelineCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteImagePipelineCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteImagePipelineCommandInput,
|
|
33
33
|
DeleteImagePipelineCommandOutput,
|
|
34
34
|
ImagebuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteImagePipelineCommand extends DeleteImagePipelineCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteImageRecipeCommandOutput
|
|
|
19
19
|
declare const DeleteImageRecipeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteImageRecipeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteImageRecipeCommandInput,
|
|
24
24
|
DeleteImageRecipeCommandOutput,
|
|
25
25
|
ImagebuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteImageRecipeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteImageRecipeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteImageRecipeCommandInput,
|
|
33
33
|
DeleteImageRecipeCommandOutput,
|
|
34
34
|
ImagebuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteImageRecipeCommand extends DeleteImageRecipeCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteInfrastructureConfigurationCommandOutput
|
|
|
19
19
|
declare const DeleteInfrastructureConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteInfrastructureConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteInfrastructureConfigurationCommandInput,
|
|
24
24
|
DeleteInfrastructureConfigurationCommandOutput,
|
|
25
25
|
ImagebuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteInfrastructureConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteInfrastructureConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteInfrastructureConfigurationCommandInput,
|
|
33
33
|
DeleteInfrastructureConfigurationCommandOutput,
|
|
34
34
|
ImagebuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteInfrastructureConfigurationCommand extends DeleteInfrastructureConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteLifecyclePolicyCommandOutput
|
|
|
19
19
|
declare const DeleteLifecyclePolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteLifecyclePolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteLifecyclePolicyCommandInput,
|
|
24
24
|
DeleteLifecyclePolicyCommandOutput,
|
|
25
25
|
ImagebuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteLifecyclePolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteLifecyclePolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteLifecyclePolicyCommandInput,
|
|
33
33
|
DeleteLifecyclePolicyCommandOutput,
|
|
34
34
|
ImagebuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ImagebuilderClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteWorkflowCommandOutput
|
|
|
18
18
|
declare const DeleteWorkflowCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteWorkflowCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteWorkflowCommandInput,
|
|
23
23
|
DeleteWorkflowCommandOutput,
|
|
24
24
|
ImagebuilderClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteWorkflowCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteWorkflowCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteWorkflowCommandInput,
|
|
32
32
|
DeleteWorkflowCommandOutput,
|
|
33
33
|
ImagebuilderClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
|
|
40
42
|
protected static __types: {
|