import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConfigServiceClient"; import { GetOrganizationConfigRuleDetailedStatusRequest, GetOrganizationConfigRuleDetailedStatusResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetOrganizationConfigRuleDetailedStatusCommandInput extends GetOrganizationConfigRuleDetailedStatusRequest {} export interface GetOrganizationConfigRuleDetailedStatusCommandOutput extends GetOrganizationConfigRuleDetailedStatusResponse, __MetadataBearer {} declare const GetOrganizationConfigRuleDetailedStatusCommand_base: { new ( input: GetOrganizationConfigRuleDetailedStatusCommandInput ): import("@smithy/smithy-client").CommandImpl< GetOrganizationConfigRuleDetailedStatusCommandInput, GetOrganizationConfigRuleDetailedStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetOrganizationConfigRuleDetailedStatusCommandInput ): import("@smithy/smithy-client").CommandImpl< GetOrganizationConfigRuleDetailedStatusCommandInput, GetOrganizationConfigRuleDetailedStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetOrganizationConfigRuleDetailedStatusCommand extends GetOrganizationConfigRuleDetailedStatusCommand_base { protected static __types: { api: { input: GetOrganizationConfigRuleDetailedStatusRequest; output: GetOrganizationConfigRuleDetailedStatusResponse; }; sdk: { input: GetOrganizationConfigRuleDetailedStatusCommandInput; output: GetOrganizationConfigRuleDetailedStatusCommandOutput; }; }; }