/** * AWSServiceType is a enum that defines the service/API that is used to fetch the secrets. */ export type IAWSServiceType = "SecretsManager" | "ParameterStore"; export type AWSServiceType = IAWSServiceType; export type { IAWSServiceType as IComGithubExternalSecretsExternalSecretsApisExternalsecretsV1beta1AWSServiceType, AWSServiceType as ComGithubExternalSecretsExternalSecretsApisExternalsecretsV1beta1AWSServiceType };