import { _UnmarshalledRuleGroup } from "./_RuleGroup"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * CreateRuleGroupOutput shape */ export interface CreateRuleGroupOutput extends __aws_sdk_types.MetadataBearer { /** *
An empty RuleGroup.
*/ RuleGroup?: _UnmarshalledRuleGroup; /** *The ChangeToken that you used to submit the CreateRuleGroup request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.