@aws-sdk/client-imagebuilder 3.651.1 → 3.654.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-types/commands/CancelImageCreationCommand.d.ts +11 -0
- package/dist-types/commands/CancelLifecycleExecutionCommand.d.ts +11 -0
- package/dist-types/commands/CreateComponentCommand.d.ts +11 -0
- package/dist-types/commands/CreateContainerRecipeCommand.d.ts +11 -0
- package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateImageCommand.d.ts +11 -0
- package/dist-types/commands/CreateImagePipelineCommand.d.ts +11 -0
- package/dist-types/commands/CreateImageRecipeCommand.d.ts +11 -0
- package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +11 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +11 -0
- package/dist-types/commands/DeleteImagePipelineCommand.d.ts +11 -0
- package/dist-types/commands/DeleteImageRecipeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/GetComponentCommand.d.ts +11 -0
- package/dist-types/commands/GetComponentPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetContainerRecipeCommand.d.ts +11 -0
- package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetImageCommand.d.ts +11 -0
- package/dist-types/commands/GetImagePipelineCommand.d.ts +11 -0
- package/dist-types/commands/GetImagePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetImageRecipeCommand.d.ts +11 -0
- package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetLifecycleExecutionCommand.d.ts +11 -0
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +11 -0
- package/dist-types/commands/ImportComponentCommand.d.ts +11 -0
- package/dist-types/commands/ImportVmImageCommand.d.ts +11 -0
- package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +11 -0
- package/dist-types/commands/ListContainerRecipesCommand.d.ts +11 -0
- package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListImagePackagesCommand.d.ts +11 -0
- package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +11 -0
- package/dist-types/commands/ListImagePipelinesCommand.d.ts +11 -0
- package/dist-types/commands/ListImageRecipesCommand.d.ts +11 -0
- package/dist-types/commands/ListImageScanFindingAggregationsCommand.d.ts +11 -0
- package/dist-types/commands/ListImageScanFindingsCommand.d.ts +11 -0
- package/dist-types/commands/ListImagesCommand.d.ts +11 -0
- package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListLifecycleExecutionResourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListLifecycleExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListWaitingWorkflowStepsCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowBuildVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +11 -0
- package/dist-types/commands/PutComponentPolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutImagePolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +11 -0
- package/dist-types/commands/SendWorkflowStepActionCommand.d.ts +11 -0
- package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +11 -0
- package/dist-types/commands/StartResourceStateUpdateCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateImagePipelineCommand.d.ts +11 -0
- package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelLifecycleExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLifecyclePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLifecycleExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowStepExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImageScanFindingAggregationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImageScanFindingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLifecycleExecutionResourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLifecycleExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLifecyclePoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWaitingWorkflowStepsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowBuildVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowStepExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SendWorkflowStepActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartResourceStateUpdateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateLifecyclePolicyCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -37,4 +37,15 @@ declare const CreateDistributionConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDistributionConfigurationCommand extends CreateDistributionConfigurationCommand_base {
|
|
40
|
+
export declare class CreateDistributionConfigurationCommand extends CreateDistributionConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDistributionConfigurationRequest;
|
|
44
|
+
output: CreateDistributionConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDistributionConfigurationCommandInput;
|
|
48
|
+
output: CreateDistributionConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateImageCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateImageCommand extends CreateImageCommand_base {
|
|
36
|
+
export declare class CreateImageCommand extends CreateImageCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateImageRequest;
|
|
40
|
+
output: CreateImageResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateImageCommandInput;
|
|
44
|
+
output: CreateImageCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateImagePipelineCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateImagePipelineCommand extends CreateImagePipelineCommand_base {
|
|
40
|
+
export declare class CreateImagePipelineCommand extends CreateImagePipelineCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateImagePipelineRequest;
|
|
44
|
+
output: CreateImagePipelineResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateImagePipelineCommandInput;
|
|
48
|
+
output: CreateImagePipelineCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateImageRecipeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateImageRecipeCommand extends CreateImageRecipeCommand_base {
|
|
40
|
+
export declare class CreateImageRecipeCommand extends CreateImageRecipeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateImageRecipeRequest;
|
|
44
|
+
output: CreateImageRecipeResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateImageRecipeCommandInput;
|
|
48
|
+
output: CreateImageRecipeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateInfrastructureConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateInfrastructureConfigurationCommand extends CreateInfrastructureConfigurationCommand_base {
|
|
40
|
+
export declare class CreateInfrastructureConfigurationCommand extends CreateInfrastructureConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateInfrastructureConfigurationRequest;
|
|
44
|
+
output: CreateInfrastructureConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateInfrastructureConfigurationCommandInput;
|
|
48
|
+
output: CreateInfrastructureConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateLifecyclePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateLifecyclePolicyCommand extends CreateLifecyclePolicyCommand_base {
|
|
40
|
+
export declare class CreateLifecyclePolicyCommand extends CreateLifecyclePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateLifecyclePolicyRequest;
|
|
44
|
+
output: CreateLifecyclePolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateLifecyclePolicyCommandInput;
|
|
48
|
+
output: CreateLifecyclePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateWorkflowCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {
|
|
39
|
+
export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateWorkflowRequest;
|
|
43
|
+
output: CreateWorkflowResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateWorkflowCommandInput;
|
|
47
|
+
output: CreateWorkflowCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteComponentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
|
|
39
|
+
export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteComponentRequest;
|
|
43
|
+
output: DeleteComponentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteComponentCommandInput;
|
|
47
|
+
output: DeleteComponentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteContainerRecipeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteContainerRecipeCommand extends DeleteContainerRecipeCommand_base {
|
|
40
|
+
export declare class DeleteContainerRecipeCommand extends DeleteContainerRecipeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteContainerRecipeRequest;
|
|
44
|
+
output: DeleteContainerRecipeResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteContainerRecipeCommandInput;
|
|
48
|
+
output: DeleteContainerRecipeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteDistributionConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteDistributionConfigurationCommand extends DeleteDistributionConfigurationCommand_base {
|
|
40
|
+
export declare class DeleteDistributionConfigurationCommand extends DeleteDistributionConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteDistributionConfigurationRequest;
|
|
44
|
+
output: DeleteDistributionConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteDistributionConfigurationCommandInput;
|
|
48
|
+
output: DeleteDistributionConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteImageCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteImageCommand extends DeleteImageCommand_base {
|
|
36
|
+
export declare class DeleteImageCommand extends DeleteImageCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteImageRequest;
|
|
40
|
+
output: DeleteImageResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteImageCommandInput;
|
|
44
|
+
output: DeleteImageCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteImagePipelineCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteImagePipelineCommand extends DeleteImagePipelineCommand_base {
|
|
40
|
+
export declare class DeleteImagePipelineCommand extends DeleteImagePipelineCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteImagePipelineRequest;
|
|
44
|
+
output: DeleteImagePipelineResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteImagePipelineCommandInput;
|
|
48
|
+
output: DeleteImagePipelineCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteImageRecipeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteImageRecipeCommand extends DeleteImageRecipeCommand_base {
|
|
40
|
+
export declare class DeleteImageRecipeCommand extends DeleteImageRecipeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteImageRecipeRequest;
|
|
44
|
+
output: DeleteImageRecipeResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteImageRecipeCommandInput;
|
|
48
|
+
output: DeleteImageRecipeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteInfrastructureConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteInfrastructureConfigurationCommand extends DeleteInfrastructureConfigurationCommand_base {
|
|
40
|
+
export declare class DeleteInfrastructureConfigurationCommand extends DeleteInfrastructureConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteInfrastructureConfigurationRequest;
|
|
44
|
+
output: DeleteInfrastructureConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteInfrastructureConfigurationCommandInput;
|
|
48
|
+
output: DeleteInfrastructureConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteLifecyclePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {
|
|
40
|
+
export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteLifecyclePolicyRequest;
|
|
44
|
+
output: DeleteLifecyclePolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteLifecyclePolicyCommandInput;
|
|
48
|
+
output: DeleteLifecyclePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteWorkflowCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
|
|
39
|
+
export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteWorkflowRequest;
|
|
43
|
+
output: DeleteWorkflowResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteWorkflowCommandInput;
|
|
47
|
+
output: DeleteWorkflowCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetComponentCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetComponentCommand extends GetComponentCommand_base {
|
|
36
|
+
export declare class GetComponentCommand extends GetComponentCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetComponentRequest;
|
|
40
|
+
output: GetComponentResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetComponentCommandInput;
|
|
44
|
+
output: GetComponentCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetComponentPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetComponentPolicyCommand extends GetComponentPolicyCommand_base {
|
|
40
|
+
export declare class GetComponentPolicyCommand extends GetComponentPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetComponentPolicyRequest;
|
|
44
|
+
output: GetComponentPolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetComponentPolicyCommandInput;
|
|
48
|
+
output: GetComponentPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetContainerRecipeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetContainerRecipeCommand extends GetContainerRecipeCommand_base {
|
|
40
|
+
export declare class GetContainerRecipeCommand extends GetContainerRecipeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetContainerRecipeRequest;
|
|
44
|
+
output: GetContainerRecipeResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetContainerRecipeCommandInput;
|
|
48
|
+
output: GetContainerRecipeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetContainerRecipePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetContainerRecipePolicyCommand extends GetContainerRecipePolicyCommand_base {
|
|
40
|
+
export declare class GetContainerRecipePolicyCommand extends GetContainerRecipePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetContainerRecipePolicyRequest;
|
|
44
|
+
output: GetContainerRecipePolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetContainerRecipePolicyCommandInput;
|
|
48
|
+
output: GetContainerRecipePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDistributionConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDistributionConfigurationCommand extends GetDistributionConfigurationCommand_base {
|
|
40
|
+
export declare class GetDistributionConfigurationCommand extends GetDistributionConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDistributionConfigurationRequest;
|
|
44
|
+
output: GetDistributionConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDistributionConfigurationCommandInput;
|
|
48
|
+
output: GetDistributionConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetImageCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetImageCommand extends GetImageCommand_base {
|
|
36
|
+
export declare class GetImageCommand extends GetImageCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetImageRequest;
|
|
40
|
+
output: GetImageResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetImageCommandInput;
|
|
44
|
+
output: GetImageCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetImagePipelineCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetImagePipelineCommand extends GetImagePipelineCommand_base {
|
|
39
|
+
export declare class GetImagePipelineCommand extends GetImagePipelineCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetImagePipelineRequest;
|
|
43
|
+
output: GetImagePipelineResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetImagePipelineCommandInput;
|
|
47
|
+
output: GetImagePipelineCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetImagePolicyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetImagePolicyCommand extends GetImagePolicyCommand_base {
|
|
39
|
+
export declare class GetImagePolicyCommand extends GetImagePolicyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetImagePolicyRequest;
|
|
43
|
+
output: GetImagePolicyResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetImagePolicyCommandInput;
|
|
47
|
+
output: GetImagePolicyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetImageRecipeCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetImageRecipeCommand extends GetImageRecipeCommand_base {
|
|
39
|
+
export declare class GetImageRecipeCommand extends GetImageRecipeCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetImageRecipeRequest;
|
|
43
|
+
output: GetImageRecipeResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetImageRecipeCommandInput;
|
|
47
|
+
output: GetImageRecipeCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetImageRecipePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetImageRecipePolicyCommand extends GetImageRecipePolicyCommand_base {
|
|
40
|
+
export declare class GetImageRecipePolicyCommand extends GetImageRecipePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetImageRecipePolicyRequest;
|
|
44
|
+
output: GetImageRecipePolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetImageRecipePolicyCommandInput;
|
|
48
|
+
output: GetImageRecipePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetInfrastructureConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetInfrastructureConfigurationCommand extends GetInfrastructureConfigurationCommand_base {
|
|
40
|
+
export declare class GetInfrastructureConfigurationCommand extends GetInfrastructureConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetInfrastructureConfigurationRequest;
|
|
44
|
+
output: GetInfrastructureConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetInfrastructureConfigurationCommandInput;
|
|
48
|
+
output: GetInfrastructureConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetLifecycleExecutionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetLifecycleExecutionCommand extends GetLifecycleExecutionCommand_base {
|
|
40
|
+
export declare class GetLifecycleExecutionCommand extends GetLifecycleExecutionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetLifecycleExecutionRequest;
|
|
44
|
+
output: GetLifecycleExecutionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetLifecycleExecutionCommandInput;
|
|
48
|
+
output: GetLifecycleExecutionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetLifecyclePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetLifecyclePolicyCommand extends GetLifecyclePolicyCommand_base {
|
|
40
|
+
export declare class GetLifecyclePolicyCommand extends GetLifecyclePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetLifecyclePolicyRequest;
|
|
44
|
+
output: GetLifecyclePolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetLifecyclePolicyCommandInput;
|
|
48
|
+
output: GetLifecyclePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetWorkflowCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
|
|
36
|
+
export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetWorkflowRequest;
|
|
40
|
+
output: GetWorkflowResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetWorkflowCommandInput;
|
|
44
|
+
output: GetWorkflowCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetWorkflowExecutionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetWorkflowExecutionCommand extends GetWorkflowExecutionCommand_base {
|
|
40
|
+
export declare class GetWorkflowExecutionCommand extends GetWorkflowExecutionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetWorkflowExecutionRequest;
|
|
44
|
+
output: GetWorkflowExecutionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetWorkflowExecutionCommandInput;
|
|
48
|
+
output: GetWorkflowExecutionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetWorkflowStepExecutionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetWorkflowStepExecutionCommand extends GetWorkflowStepExecutionCommand_base {
|
|
40
|
+
export declare class GetWorkflowStepExecutionCommand extends GetWorkflowStepExecutionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetWorkflowStepExecutionRequest;
|
|
44
|
+
output: GetWorkflowStepExecutionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetWorkflowStepExecutionCommandInput;
|
|
48
|
+
output: GetWorkflowStepExecutionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ImportComponentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ImportComponentCommand extends ImportComponentCommand_base {
|
|
39
|
+
export declare class ImportComponentCommand extends ImportComponentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ImportComponentRequest;
|
|
43
|
+
output: ImportComponentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ImportComponentCommandInput;
|
|
47
|
+
output: ImportComponentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ImportVmImageCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ImportVmImageCommand extends ImportVmImageCommand_base {
|
|
39
|
+
export declare class ImportVmImageCommand extends ImportVmImageCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ImportVmImageRequest;
|
|
43
|
+
output: ImportVmImageResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ImportVmImageCommandInput;
|
|
47
|
+
output: ImportVmImageCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListComponentBuildVersionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListComponentBuildVersionsCommand extends ListComponentBuildVersionsCommand_base {
|
|
40
|
+
export declare class ListComponentBuildVersionsCommand extends ListComponentBuildVersionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListComponentBuildVersionsRequest;
|
|
44
|
+
output: ListComponentBuildVersionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListComponentBuildVersionsCommandInput;
|
|
48
|
+
output: ListComponentBuildVersionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListComponentsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
39
|
+
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListComponentsRequest;
|
|
43
|
+
output: ListComponentsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListComponentsCommandInput;
|
|
47
|
+
output: ListComponentsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|