/** * @public * @enum */ export declare const GetEntitlementFilterName: { readonly CUSTOMER_AWS_ACCOUNT_ID: "CUSTOMER_AWS_ACCOUNT_ID"; readonly CUSTOMER_IDENTIFIER: "CUSTOMER_IDENTIFIER"; readonly DIMENSION: "DIMENSION"; readonly LICENSE_ARN: "LICENSE_ARN"; }; /** * @public */ export type GetEntitlementFilterName = (typeof GetEntitlementFilterName)[keyof typeof GetEntitlementFilterName];