/** * Describes the `x-amazon-apigateway-authtype` value. * * @see https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-authtype.html * * @example * 'awsSigv4' * 'cognito_user_pools' * 'custom' * 'Custom scheme with corporate claims' */ export type XAmazonApigatewayAuthType = string;