# Constants

IntegrationConfigurationPluginSlack captures enum value "slack".
IntegrationConfigurationPluginWebhook captures enum value "webhook".
MatchRuleTypeContains captures enum value "contains".
MatchRuleTypeDoesNotContain captures enum value "does-not-contain".
MatchRuleTypePayloadHashSha1 captures enum value "payload-hash-sha1".
MatchRuleTypePayloadHashSha256 captures enum value "payload-hash-sha256".
MatchRuleTypeRegex captures enum value "regex".
MatchRuleTypeValue captures enum value "value".
RuleParameterSourceHeader captures enum value "header".
RuleParameterSourcePayload captures enum value "payload".
RuleParameterSourceQuery captures enum value "query".
TokenAPIAccessDisabled captures enum value "disabled".
TokenAPIAccessEnabled captures enum value "enabled".
TunnelCryptoFlexible captures enum value "flexible".
TunnelCryptoFull captures enum value "full".
TunnelCryptoFullStrict captures enum value "full-strict".
TunnelCryptoOff captures enum value "off".
TunnelCryptoTLSPassThrough captures enum value "tls-pass-through".
TunnelRegionAu captures enum value "au".
TunnelRegionEmpty captures enum value "".
TunnelRegionEu captures enum value "eu".
TunnelRegionUsWest captures enum value "us-west".

# Structs

Bucket Bucket swagger:model Bucket.
BucketAuth BucketAuth swagger:model BucketAuth.
BucketRequest Bucket create request swagger:model BucketRequest.
Domain Reserved Domain swagger:model Domain.
Function Function swagger:model Function.
FunctionConfig Function config variable swagger:model FunctionConfig.
FunctionRequest Create/update function request swagger:model FunctionRequest.
Input Input swagger:model Input.
IntegrationConfiguration Integration Configuration swagger:model IntegrationConfiguration.
Log Webhook Log swagger:model Log.
LogAction Webhook Log Action swagger:model LogAction.
LogsResponse Logs API response swagger:model LogsResponse.
MatchRule Match Rule swagger:model MatchRule.
Output Output swagger:model Output.
Response Action response swagger:model Response.
RuleParameter RuleParameter swagger:model RuleParameter.
Rules Rules swagger:model Rules.
Token Token swagger:model Token.
TokenCreateResponse Token Create Response swagger:model TokenCreateResponse.
TokenScopes TokenScopes swagger:model TokenScopes.
Tunnel Tunnel swagger:model Tunnel.
TunnelAuth Tunnel Authentication swagger:model TunnelAuth.

# Type aliases

AndRule And Rule swagger:model AndRule.
HeaderItem Header values swagger:model HeaderItem.
Headers Headers for request/response A hashmap of header keys and a list of values for each string, Go equivalent map[string][]string swagger:model Headers.
NotRule Not Rule swagger:model NotRule.
OrRule Or Rule swagger:model OrRule.