Packages

Typed Gleam client for AWS api gateway service. Auto-generated from the upstream Smithy model. Depends on aws_runtime for SigV4 signing, the credentials chain, endpoint resolution, retry, and the protocol codecs.

Current section

Files

Jump to
aws_gleam_api_gateway include aws@services@api_gateway_Method.hrl
Raw

include/aws@services@api_gateway_Method.hrl

-record(method, {
api_key_required :: gleam@option:option(boolean()),
authorization_scopes :: gleam@option:option(list(binary())),
authorization_type :: gleam@option:option(binary()),
authorizer_id :: gleam@option:option(binary()),
http_method :: gleam@option:option(binary()),
method_integration :: gleam@option:option(aws@services@api_gateway:integration()),
method_responses :: gleam@option:option(gleam@dict:dict(binary(), aws@services@api_gateway:method_response())),
operation_name :: gleam@option:option(binary()),
request_models :: gleam@option:option(gleam@dict:dict(binary(), binary())),
request_parameters :: gleam@option:option(gleam@dict:dict(binary(), boolean())),
request_validator_id :: gleam@option:option(binary())
}).