import { _UnmarshalledRegexPatternSet } from "./_RegexPatternSet"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * CreateRegexPatternSetOutput shape */ export interface CreateRegexPatternSetOutput extends __aws_sdk_types.MetadataBearer { /** *
A RegexPatternSet that contains no objects.
*/ RegexPatternSet?: _UnmarshalledRegexPatternSet; /** *The ChangeToken that you used to submit the CreateRegexPatternSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.