export declare const AccessPolicyType: { readonly data: "data"; }; export type AccessPolicyType = (typeof AccessPolicyType)[keyof typeof AccessPolicyType]; export declare const StandbyReplicas: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type StandbyReplicas = (typeof StandbyReplicas)[keyof typeof StandbyReplicas]; export declare const CollectionStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATING: "UPDATING"; }; export type CollectionStatus = (typeof CollectionStatus)[keyof typeof CollectionStatus]; export declare const CollectionType: { readonly SEARCH: "SEARCH"; readonly TIMESERIES: "TIMESERIES"; readonly VECTORSEARCH: "VECTORSEARCH"; }; export type CollectionType = (typeof CollectionType)[keyof typeof CollectionType]; export declare const ServerlessVectorAccelerationStatus: { readonly ALLOWED: "ALLOWED"; readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type ServerlessVectorAccelerationStatus = (typeof ServerlessVectorAccelerationStatus)[keyof typeof ServerlessVectorAccelerationStatus]; export declare const LifecyclePolicyType: { readonly retention: "retention"; }; export type LifecyclePolicyType = (typeof LifecyclePolicyType)[keyof typeof LifecyclePolicyType]; export declare const ResourceType: { readonly index: "index"; }; export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType]; export declare const VpcEndpointStatus: { readonly ACTIVE: "ACTIVE"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly PENDING: "PENDING"; }; export type VpcEndpointStatus = (typeof VpcEndpointStatus)[keyof typeof VpcEndpointStatus]; export declare const IamIdentityCenterGroupAttribute: { readonly GroupId: "GroupId"; readonly GroupName: "GroupName"; }; export type IamIdentityCenterGroupAttribute = (typeof IamIdentityCenterGroupAttribute)[keyof typeof IamIdentityCenterGroupAttribute]; export declare const IamIdentityCenterUserAttribute: { readonly Email: "Email"; readonly UserId: "UserId"; readonly UserName: "UserName"; }; export type IamIdentityCenterUserAttribute = (typeof IamIdentityCenterUserAttribute)[keyof typeof IamIdentityCenterUserAttribute]; export declare const SecurityConfigType: { readonly iamfederation: "iamfederation"; readonly iamidentitycenter: "iamidentitycenter"; readonly saml: "saml"; }; export type SecurityConfigType = (typeof SecurityConfigType)[keyof typeof SecurityConfigType]; export declare const SecurityPolicyType: { readonly encryption: "encryption"; readonly network: "network"; }; export type SecurityPolicyType = (typeof SecurityPolicyType)[keyof typeof SecurityPolicyType];