amazonka-apigateway-2.0: Amazon API Gateway SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.APIGateway

Contents

Description

Derived from API version 2015-07-09 of the AWS service descriptions, licensed under Apache 2.0.

Amazon API Gateway

Amazon API Gateway helps developers deliver robust, secure, and scalable mobile and web application back ends. API Gateway allows developers to securely connect mobile and web applications to APIs that run on AWS Lambda, Amazon EC2, or other publicly addressable web services that are hosted outside of AWS.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2015-07-09 of the Amazon API Gateway SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by APIGateway.

BadRequestException

_BadRequestException :: AsError a => Fold a ServiceError Source #

The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.

ConflictException

_ConflictException :: AsError a => Fold a ServiceError Source #

The request configuration has conflicts. For details, see the accompanying error message.

LimitExceededException

_LimitExceededException :: AsError a => Fold a ServiceError Source #

The request exceeded the rate limit. Retry after the specified time period.

NotFoundException

_NotFoundException :: AsError a => Fold a ServiceError Source #

The requested resource is not found. Make sure that the request URI is correct.

ServiceUnavailableException

_ServiceUnavailableException :: AsError a => Fold a ServiceError Source #

The requested service is not available. For details see the accompanying error message. Retry after the specified time period.

TooManyRequestsException

_TooManyRequestsException :: AsError a => Fold a ServiceError Source #

The request has reached its throttling limit. Retry after the specified time period.

UnauthorizedException

_UnauthorizedException :: AsError a => Fold a ServiceError Source #

The request is denied because the caller has insufficient permissions.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

CreateApiKey

data CreateApiKey Source #

Request to create an ApiKey resource.

See: newCreateApiKey smart constructor.

Instances

Instances details
ToJSON CreateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateApiKey

ToHeaders CreateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateApiKey

ToPath CreateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateApiKey

ToQuery CreateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateApiKey

AWSRequest CreateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateApiKey

Associated Types

type AWSResponse CreateApiKey #

Generic CreateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateApiKey

Associated Types

type Rep CreateApiKey :: Type -> Type #

Read CreateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateApiKey

Show CreateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateApiKey

NFData CreateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateApiKey

Methods

rnf :: CreateApiKey -> () #

Eq CreateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateApiKey

Hashable CreateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateApiKey

type AWSResponse CreateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateApiKey

type Rep CreateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateApiKey

newCreateApiKey :: CreateApiKey Source #

Create a value of CreateApiKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateApiKey, createApiKey_customerId - An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.

CreateApiKey, createApiKey_description - The description of the ApiKey.

CreateApiKey, createApiKey_enabled - Specifies whether the ApiKey can be used by callers.

$sel:generateDistinctId:CreateApiKey', createApiKey_generateDistinctId - Specifies whether (true) or not (false) the key identifier is distinct from the created API key value. This parameter is deprecated and should not be used.

CreateApiKey, createApiKey_name - The name of the ApiKey.

CreateApiKey, createApiKey_stageKeys - DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.

CreateApiKey, createApiKey_tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

CreateApiKey, createApiKey_value - Specifies a value of the API key.

data ApiKey Source #

A resource that can be distributed to callers for executing Method resources that require an API key. API keys can be mapped to any Stage on any RestApi, which indicates that the callers with the API key can make requests to that stage.

See: newApiKey smart constructor.

Instances

Instances details
FromJSON ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Generic ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Associated Types

type Rep ApiKey :: Type -> Type #

Methods

from :: ApiKey -> Rep ApiKey x #

to :: Rep ApiKey x -> ApiKey #

Read ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Show ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

NFData ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Methods

rnf :: ApiKey -> () #

Eq ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Methods

(==) :: ApiKey -> ApiKey -> Bool #

(/=) :: ApiKey -> ApiKey -> Bool #

Hashable ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Methods

hashWithSalt :: Int -> ApiKey -> Int #

hash :: ApiKey -> Int #

type Rep ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

newApiKey :: ApiKey Source #

Create a value of ApiKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdDate:ApiKey', apiKey_createdDate - The timestamp when the API Key was created.

$sel:customerId:ApiKey', apiKey_customerId - An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.

$sel:description:ApiKey', apiKey_description - The description of the API Key.

$sel:enabled:ApiKey', apiKey_enabled - Specifies whether the API Key can be used by callers.

$sel:id:ApiKey', apiKey_id - The identifier of the API Key.

$sel:lastUpdatedDate:ApiKey', apiKey_lastUpdatedDate - The timestamp when the API Key was last updated.

$sel:name:ApiKey', apiKey_name - The name of the API Key.

$sel:stageKeys:ApiKey', apiKey_stageKeys - A list of Stage resources that are associated with the ApiKey resource.

$sel:tags:ApiKey', apiKey_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:value:ApiKey', apiKey_value - The value of the API Key.

CreateAuthorizer

data CreateAuthorizer Source #

Request to add a new Authorizer to an existing RestApi resource.

See: newCreateAuthorizer smart constructor.

Instances

Instances details
ToJSON CreateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.CreateAuthorizer

ToHeaders CreateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.CreateAuthorizer

ToPath CreateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.CreateAuthorizer

ToQuery CreateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.CreateAuthorizer

AWSRequest CreateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.CreateAuthorizer

Associated Types

type AWSResponse CreateAuthorizer #

Generic CreateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.CreateAuthorizer

Associated Types

type Rep CreateAuthorizer :: Type -> Type #

Read CreateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.CreateAuthorizer

Show CreateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.CreateAuthorizer

NFData CreateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.CreateAuthorizer

Methods

rnf :: CreateAuthorizer -> () #

Eq CreateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.CreateAuthorizer

Hashable CreateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.CreateAuthorizer

type AWSResponse CreateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.CreateAuthorizer

type Rep CreateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.CreateAuthorizer

newCreateAuthorizer Source #

Create a value of CreateAuthorizer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateAuthorizer, createAuthorizer_authType - Optional customer-defined field, used in OpenAPI imports and exports without functional impact.

CreateAuthorizer, createAuthorizer_authorizerCredentials - Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

CreateAuthorizer, createAuthorizer_authorizerResultTtlInSeconds - The TTL in seconds of cached authorizer results. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway will cache authorizer responses. If this field is not set, the default value is 300. The maximum value is 3600, or 1 hour.

CreateAuthorizer, createAuthorizer_authorizerUri - Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN or REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:{account_id}:function:{lambda_function_name}/invocations. In general, the URI has this form arn:aws:apigateway:{region}:lambda:path/{service_api}, where {region} is the same as the region hosting the Lambda function, path indicates that the remaining substring in the URI should be treated as the path to the resource, including the initial /. For Lambda functions, this is usually of the form /2015-03-31/functions/[FunctionARN]/invocations.

CreateAuthorizer, createAuthorizer_identitySource - The identity source for which authorization is requested. For a TOKEN or COGNITO_USER_POOLS authorizer, this is required and specifies the request header mapping expression for the custom header holding the authorization token submitted by the client. For example, if the token header name is Auth, the header mapping expression is method.request.header.Auth. For the REQUEST authorizer, this is required when authorization caching is enabled. The value is a comma-separated string of one or more mapping expressions of the specified request parameters. For example, if an Auth header, a Name query string parameter are defined as identity sources, this value is method.request.header.Auth, method.request.querystring.Name. These parameters will be used to derive the authorization caching key and to perform runtime validation of the REQUEST authorizer by verifying all of the identity-related request parameters are present, not null and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function, otherwise, it returns a 401 Unauthorized response without calling the Lambda function. The valid value is a string of comma-separated mapping expressions of the specified request parameters. When the authorization caching is not enabled, this property is optional.

CreateAuthorizer, createAuthorizer_identityValidationExpression - A validation expression for the incoming identity token. For TOKEN authorizers, this value is a regular expression. For COGNITO_USER_POOLS authorizers, API Gateway will match the aud field of the incoming token from the client against the specified regular expression. It will invoke the authorizer's Lambda function when there is a match. Otherwise, it will return a 401 Unauthorized response without calling the Lambda function. The validation expression does not apply to the REQUEST authorizer.

CreateAuthorizer, createAuthorizer_providerARNs - A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer. Each element is of this format: arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}. For a TOKEN or REQUEST authorizer, this is not defined.

CreateAuthorizer, createAuthorizer_restApiId - The string identifier of the associated RestApi.

CreateAuthorizer, createAuthorizer_name - The name of the authorizer.

CreateAuthorizer, createAuthorizer_type - The authorizer type. Valid values are TOKEN for a Lambda function using a single authorization token submitted in a custom header, REQUEST for a Lambda function using incoming request parameters, and COGNITO_USER_POOLS for using an Amazon Cognito user pool.

data Authorizer Source #

Represents an authorization layer for methods. If enabled on a method, API Gateway will activate the authorizer when a client calls the method.

See: newAuthorizer smart constructor.

Instances

Instances details
FromJSON Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Generic Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Associated Types

type Rep Authorizer :: Type -> Type #

Read Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Show Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

NFData Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Methods

rnf :: Authorizer -> () #

Eq Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Hashable Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

type Rep Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

newAuthorizer :: Authorizer Source #

Create a value of Authorizer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:authType:Authorizer', authorizer_authType - Optional customer-defined field, used in OpenAPI imports and exports without functional impact.

$sel:authorizerCredentials:Authorizer', authorizer_authorizerCredentials - Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

$sel:authorizerResultTtlInSeconds:Authorizer', authorizer_authorizerResultTtlInSeconds - The TTL in seconds of cached authorizer results. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway will cache authorizer responses. If this field is not set, the default value is 300. The maximum value is 3600, or 1 hour.

$sel:authorizerUri:Authorizer', authorizer_authorizerUri - Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN or REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:{account_id}:function:{lambda_function_name}/invocations. In general, the URI has this form arn:aws:apigateway:{region}:lambda:path/{service_api}, where {region} is the same as the region hosting the Lambda function, path indicates that the remaining substring in the URI should be treated as the path to the resource, including the initial /. For Lambda functions, this is usually of the form /2015-03-31/functions/[FunctionARN]/invocations.

$sel:id:Authorizer', authorizer_id - The identifier for the authorizer resource.

$sel:identitySource:Authorizer', authorizer_identitySource - The identity source for which authorization is requested. For a TOKEN or COGNITO_USER_POOLS authorizer, this is required and specifies the request header mapping expression for the custom header holding the authorization token submitted by the client. For example, if the token header name is Auth, the header mapping expression is method.request.header.Auth. For the REQUEST authorizer, this is required when authorization caching is enabled. The value is a comma-separated string of one or more mapping expressions of the specified request parameters. For example, if an Auth header, a Name query string parameter are defined as identity sources, this value is method.request.header.Auth, method.request.querystring.Name. These parameters will be used to derive the authorization caching key and to perform runtime validation of the REQUEST authorizer by verifying all of the identity-related request parameters are present, not null and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function, otherwise, it returns a 401 Unauthorized response without calling the Lambda function. The valid value is a string of comma-separated mapping expressions of the specified request parameters. When the authorization caching is not enabled, this property is optional.

$sel:identityValidationExpression:Authorizer', authorizer_identityValidationExpression - A validation expression for the incoming identity token. For TOKEN authorizers, this value is a regular expression. For COGNITO_USER_POOLS authorizers, API Gateway will match the aud field of the incoming token from the client against the specified regular expression. It will invoke the authorizer's Lambda function when there is a match. Otherwise, it will return a 401 Unauthorized response without calling the Lambda function. The validation expression does not apply to the REQUEST authorizer.

$sel:name:Authorizer', authorizer_name - The name of the authorizer.

$sel:providerARNs:Authorizer', authorizer_providerARNs - A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer. Each element is of this format: arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}. For a TOKEN or REQUEST authorizer, this is not defined.

$sel:type':Authorizer', authorizer_type - The authorizer type. Valid values are TOKEN for a Lambda function using a single authorization token submitted in a custom header, REQUEST for a Lambda function using incoming request parameters, and COGNITO_USER_POOLS for using an Amazon Cognito user pool.

CreateBasePathMapping

data CreateBasePathMapping Source #

Requests API Gateway to create a new BasePathMapping resource.

See: newCreateBasePathMapping smart constructor.

Instances

Instances details
ToJSON CreateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.CreateBasePathMapping

ToHeaders CreateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.CreateBasePathMapping

ToPath CreateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.CreateBasePathMapping

ToQuery CreateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.CreateBasePathMapping

AWSRequest CreateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.CreateBasePathMapping

Associated Types

type AWSResponse CreateBasePathMapping #

Generic CreateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.CreateBasePathMapping

Associated Types

type Rep CreateBasePathMapping :: Type -> Type #

Read CreateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.CreateBasePathMapping

Show CreateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.CreateBasePathMapping

NFData CreateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.CreateBasePathMapping

Methods

rnf :: CreateBasePathMapping -> () #

Eq CreateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.CreateBasePathMapping

Hashable CreateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.CreateBasePathMapping

type AWSResponse CreateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.CreateBasePathMapping

type Rep CreateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.CreateBasePathMapping

type Rep CreateBasePathMapping = D1 ('MetaData "CreateBasePathMapping" "Amazonka.APIGateway.CreateBasePathMapping" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "CreateBasePathMapping'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "basePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateBasePathMapping Source #

Create a value of CreateBasePathMapping with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateBasePathMapping, createBasePathMapping_basePath - The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify a base path name after the domain name.

CreateBasePathMapping, createBasePathMapping_stage - The name of the API's stage that you want to use for this mapping. Specify '(none)' if you want callers to explicitly specify the stage name after any base path name.

CreateBasePathMapping, createBasePathMapping_domainName - The domain name of the BasePathMapping resource to create.

CreateBasePathMapping, createBasePathMapping_restApiId - The string identifier of the associated RestApi.

data BasePathMapping Source #

Represents the base path that callers of the API must provide as part of the URL after the domain name.

See: newBasePathMapping smart constructor.

Instances

Instances details
FromJSON BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Generic BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Associated Types

type Rep BasePathMapping :: Type -> Type #

Read BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Show BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

NFData BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Methods

rnf :: BasePathMapping -> () #

Eq BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Hashable BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

type Rep BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

type Rep BasePathMapping = D1 ('MetaData "BasePathMapping" "Amazonka.APIGateway.Types.BasePathMapping" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "BasePathMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "basePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBasePathMapping :: BasePathMapping Source #

Create a value of BasePathMapping with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:basePath:BasePathMapping', basePathMapping_basePath - The base path name that callers of the API must provide as part of the URL after the domain name.

$sel:restApiId:BasePathMapping', basePathMapping_restApiId - The string identifier of the associated RestApi.

$sel:stage:BasePathMapping', basePathMapping_stage - The name of the associated stage.

CreateDeployment

data CreateDeployment Source #

Requests API Gateway to create a Deployment resource.

See: newCreateDeployment smart constructor.

Instances

Instances details
ToJSON CreateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDeployment

ToHeaders CreateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDeployment

ToPath CreateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDeployment

ToQuery CreateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDeployment

AWSRequest CreateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDeployment

Associated Types

type AWSResponse CreateDeployment #

Generic CreateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDeployment

Associated Types

type Rep CreateDeployment :: Type -> Type #

Read CreateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDeployment

Show CreateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDeployment

NFData CreateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDeployment

Methods

rnf :: CreateDeployment -> () #

Eq CreateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDeployment

Hashable CreateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDeployment

type AWSResponse CreateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDeployment

type Rep CreateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDeployment

newCreateDeployment Source #

Create a value of CreateDeployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDeployment, createDeployment_cacheClusterEnabled - Enables a cache cluster for the Stage resource specified in the input.

CreateDeployment, createDeployment_cacheClusterSize - The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.

CreateDeployment, createDeployment_canarySettings - The input configuration for the canary deployment when the deployment is a canary release deployment.

CreateDeployment, createDeployment_description - The description for the Deployment resource to create.

$sel:stageDescription:CreateDeployment', createDeployment_stageDescription - The description of the Stage resource for the Deployment resource to create.

CreateDeployment, createDeployment_stageName - The name of the Stage resource for the Deployment resource to create.

CreateDeployment, createDeployment_tracingEnabled - Specifies whether active tracing with X-ray is enabled for the Stage.

CreateDeployment, createDeployment_variables - A map that defines the stage variables for the Stage resource that is associated with the new deployment. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.

CreateDeployment, createDeployment_restApiId - The string identifier of the associated RestApi.

data Deployment Source #

An immutable representation of a RestApi resource that can be called by users using Stages. A deployment must be associated with a Stage for it to be callable over the Internet.

See: newDeployment smart constructor.

Instances

Instances details
FromJSON Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Generic Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Associated Types

type Rep Deployment :: Type -> Type #

Read Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Show Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

NFData Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Methods

rnf :: Deployment -> () #

Eq Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Hashable Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

type Rep Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

type Rep Deployment = D1 ('MetaData "Deployment" "Amazonka.APIGateway.Types.Deployment" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Deployment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (HashMap Text MethodSnapshot)))) :*: S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDeployment :: Deployment Source #

Create a value of Deployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiSummary:Deployment', deployment_apiSummary - A summary of the RestApi at the date and time that the deployment resource was created.

$sel:createdDate:Deployment', deployment_createdDate - The date and time that the deployment resource was created.

$sel:description:Deployment', deployment_description - The description for the deployment resource.

$sel:id:Deployment', deployment_id - The identifier for the deployment resource.

CreateDocumentationPart

data CreateDocumentationPart Source #

Creates a new documentation part of a given API.

See: newCreateDocumentationPart smart constructor.

Instances

Instances details
ToJSON CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

ToHeaders CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

ToPath CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

ToQuery CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

AWSRequest CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

Generic CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

Associated Types

type Rep CreateDocumentationPart :: Type -> Type #

Read CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

Show CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

NFData CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

Methods

rnf :: CreateDocumentationPart -> () #

Eq CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

Hashable CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

type AWSResponse CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

type Rep CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

type Rep CreateDocumentationPart = D1 ('MetaData "CreateDocumentationPart" "Amazonka.APIGateway.CreateDocumentationPart" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "CreateDocumentationPart'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DocumentationPartLocation) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateDocumentationPart Source #

Create a value of CreateDocumentationPart with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDocumentationPart, createDocumentationPart_restApiId - The string identifier of the associated RestApi.

CreateDocumentationPart, createDocumentationPart_location - The location of the targeted API entity of the to-be-created documentation part.

CreateDocumentationPart, createDocumentationPart_properties - The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.

data DocumentationPart Source #

A documentation part for a targeted API entity.

See: newDocumentationPart smart constructor.

Instances

Instances details
FromJSON DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Generic DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Associated Types

type Rep DocumentationPart :: Type -> Type #

Read DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Show DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

NFData DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Methods

rnf :: DocumentationPart -> () #

Eq DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Hashable DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

type Rep DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

type Rep DocumentationPart = D1 ('MetaData "DocumentationPart" "Amazonka.APIGateway.Types.DocumentationPart" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DocumentationPart'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentationPartLocation)) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDocumentationPart :: DocumentationPart Source #

Create a value of DocumentationPart with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:DocumentationPart', documentationPart_id - The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.

$sel:location:DocumentationPart', documentationPart_location - The location of the API entity to which the documentation applies. Valid fields depend on the targeted API entity type. All the valid location fields are not required. If not explicitly specified, a valid location field is treated as a wildcard and associated documentation content may be inherited by matching entities, unless overridden.

$sel:properties:DocumentationPart', documentationPart_properties - A content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \"description\": \"The API does ...\" }". Only OpenAPI-compliant documentation-related fields from the properties map are exported and, hence, published as part of the API entity definitions, while the original documentation parts are exported in a OpenAPI extension of x-amazon-apigateway-documentation.

CreateDocumentationVersion

data CreateDocumentationVersion Source #

Creates a new documentation version of a given API.

See: newCreateDocumentationVersion smart constructor.

Instances

Instances details
ToJSON CreateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationVersion

ToHeaders CreateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationVersion

ToPath CreateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationVersion

ToQuery CreateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationVersion

AWSRequest CreateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationVersion

Generic CreateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationVersion

Associated Types

type Rep CreateDocumentationVersion :: Type -> Type #

Read CreateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationVersion

Show CreateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationVersion

NFData CreateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationVersion

Eq CreateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationVersion

Hashable CreateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationVersion

type AWSResponse CreateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationVersion

type Rep CreateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationVersion

type Rep CreateDocumentationVersion = D1 ('MetaData "CreateDocumentationVersion" "Amazonka.APIGateway.CreateDocumentationVersion" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "CreateDocumentationVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "documentationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateDocumentationVersion Source #

Create a value of CreateDocumentationVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDocumentationVersion, createDocumentationVersion_description - A description about the new documentation snapshot.

CreateDocumentationVersion, createDocumentationVersion_stageName - The stage name to be associated with the new documentation snapshot.

CreateDocumentationVersion, createDocumentationVersion_restApiId - The string identifier of the associated RestApi.

CreateDocumentationVersion, createDocumentationVersion_documentationVersion - The version identifier of the new snapshot.

data DocumentationVersion Source #

A snapshot of the documentation of an API.

See: newDocumentationVersion smart constructor.

Instances

Instances details
FromJSON DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Generic DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Associated Types

type Rep DocumentationVersion :: Type -> Type #

Read DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Show DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

NFData DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Methods

rnf :: DocumentationVersion -> () #

Eq DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Hashable DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

type Rep DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

type Rep DocumentationVersion = D1 ('MetaData "DocumentationVersion" "Amazonka.APIGateway.Types.DocumentationVersion" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DocumentationVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDocumentationVersion :: DocumentationVersion Source #

Create a value of DocumentationVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdDate:DocumentationVersion', documentationVersion_createdDate - The date when the API documentation snapshot is created.

$sel:description:DocumentationVersion', documentationVersion_description - The description of the API documentation snapshot.

$sel:version:DocumentationVersion', documentationVersion_version - The version identifier of the API documentation snapshot.

CreateDomainName

data CreateDomainName Source #

A request to create a new domain name.

See: newCreateDomainName smart constructor.

Instances

Instances details
ToJSON CreateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDomainName

ToHeaders CreateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDomainName

ToPath CreateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDomainName

ToQuery CreateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDomainName

AWSRequest CreateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDomainName

Associated Types

type AWSResponse CreateDomainName #

Generic CreateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDomainName

Associated Types

type Rep CreateDomainName :: Type -> Type #

Read CreateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDomainName

Show CreateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDomainName

NFData CreateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDomainName

Methods

rnf :: CreateDomainName -> () #

Eq CreateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDomainName

Hashable CreateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDomainName

type AWSResponse CreateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDomainName

type Rep CreateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDomainName

type Rep CreateDomainName = D1 ('MetaData "CreateDomainName" "Amazonka.APIGateway.CreateDomainName" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "CreateDomainName'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "certificateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateChain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "certificateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "certificatePrivateKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfiguration))))) :*: ((S1 ('MetaSel ('Just "mutualTlsAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MutualTlsAuthenticationInput)) :*: (S1 ('MetaSel ('Just "ownershipVerificationCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regionalCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "regionalCertificateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "securityPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityPolicy))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateDomainName Source #

Create a value of CreateDomainName with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDomainName, createDomainName_certificateArn - The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.

$sel:certificateBody:CreateDomainName', createDomainName_certificateBody - [Deprecated] The body of the server certificate that will be used by edge-optimized endpoint for this domain name provided by your certificate authority.

$sel:certificateChain:CreateDomainName', createDomainName_certificateChain - [Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any blank lines, used by an edge-optimized endpoint for this domain name. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.

CreateDomainName, createDomainName_certificateName - The user-friendly name of the certificate that will be used by edge-optimized endpoint for this domain name.

$sel:certificatePrivateKey:CreateDomainName', createDomainName_certificatePrivateKey - [Deprecated] Your edge-optimized endpoint's domain name certificate's private key.

CreateDomainName, createDomainName_endpointConfiguration - The endpoint configuration of this DomainName showing the endpoint types of the domain name.

CreateDomainName, createDomainName_mutualTlsAuthentication - Undocumented member.

CreateDomainName, createDomainName_ownershipVerificationCertificateArn - The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.

CreateDomainName, createDomainName_regionalCertificateArn - The reference to an AWS-managed certificate that will be used by regional endpoint for this domain name. AWS Certificate Manager is the only supported source.

CreateDomainName, createDomainName_regionalCertificateName - The user-friendly name of the certificate that will be used by regional endpoint for this domain name.

CreateDomainName, createDomainName_securityPolicy - The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are TLS_1_0 and TLS_1_2.

CreateDomainName, createDomainName_tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

CreateDomainName, createDomainName_domainName - The name of the DomainName resource.

data DomainName Source #

Represents a custom domain name as a user-friendly host name of an API (RestApi).

See: newDomainName smart constructor.

Instances

Instances details
FromJSON DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Generic DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Associated Types

type Rep DomainName :: Type -> Type #

Read DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Show DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

NFData DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Methods

rnf :: DomainName -> () #

Eq DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Hashable DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

type Rep DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

type Rep DomainName = D1 ('MetaData "DomainName" "Amazonka.APIGateway.Types.DomainName" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DomainName'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "certificateUploadDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "distributionDomainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "distributionHostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domainNameStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainNameStatus)) :*: S1 ('MetaSel ('Just "domainNameStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfiguration)) :*: S1 ('MetaSel ('Just "mutualTlsAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MutualTlsAuthentication))) :*: (S1 ('MetaSel ('Just "ownershipVerificationCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regionalCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "regionalCertificateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regionalDomainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "regionalHostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "securityPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityPolicy)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))))

newDomainName :: DomainName Source #

Create a value of DomainName with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:certificateArn:DomainName', domainName_certificateArn - The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.

$sel:certificateName:DomainName', domainName_certificateName - The name of the certificate that will be used by edge-optimized endpoint for this domain name.

$sel:certificateUploadDate:DomainName', domainName_certificateUploadDate - The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.

$sel:distributionDomainName:DomainName', domainName_distributionDomainName - The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront documentation.

$sel:distributionHostedZoneId:DomainName', domainName_distributionHostedZoneId - The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint. The valid value is Z2FDTNDATAQYW2 for all the regions. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for API Gateway.

$sel:domainName:DomainName', domainName_domainName - The custom domain name as an API host name, for example, my-api.example.com.

$sel:domainNameStatus:DomainName', domainName_domainNameStatus - The status of the DomainName migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.

$sel:domainNameStatusMessage:DomainName', domainName_domainNameStatusMessage - An optional text message containing detailed information about status of the DomainName migration.

$sel:endpointConfiguration:DomainName', domainName_endpointConfiguration - The endpoint configuration of this DomainName showing the endpoint types of the domain name.

$sel:mutualTlsAuthentication:DomainName', domainName_mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.

$sel:ownershipVerificationCertificateArn:DomainName', domainName_ownershipVerificationCertificateArn - The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.

$sel:regionalCertificateArn:DomainName', domainName_regionalCertificateArn - The reference to an AWS-managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.

$sel:regionalCertificateName:DomainName', domainName_regionalCertificateName - The name of the certificate that will be used for validating the regional domain name.

$sel:regionalDomainName:DomainName', domainName_regionalDomainName - The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name. The regional domain name is returned by API Gateway when you create a regional endpoint.

$sel:regionalHostedZoneId:DomainName', domainName_regionalHostedZoneId - The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for API Gateway.

$sel:securityPolicy:DomainName', domainName_securityPolicy - The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are TLS_1_0 and TLS_1_2.

$sel:tags:DomainName', domainName_tags - The collection of tags. Each tag element is associated with a given resource.

CreateModel

data CreateModel Source #

Request to add a new Model to an existing RestApi resource.

See: newCreateModel smart constructor.

Instances

Instances details
ToJSON CreateModel Source # 
Instance details

Defined in Amazonka.APIGateway.CreateModel

ToHeaders CreateModel Source # 
Instance details

Defined in Amazonka.APIGateway.CreateModel

Methods

toHeaders :: CreateModel -> [Header] #

ToPath CreateModel Source # 
Instance details

Defined in Amazonka.APIGateway.CreateModel

ToQuery CreateModel Source # 
Instance details

Defined in Amazonka.APIGateway.CreateModel

AWSRequest CreateModel Source # 
Instance details

Defined in Amazonka.APIGateway.CreateModel

Associated Types

type AWSResponse CreateModel #

Generic CreateModel Source # 
Instance details

Defined in Amazonka.APIGateway.CreateModel

Associated Types

type Rep CreateModel :: Type -> Type #

Read CreateModel Source # 
Instance details

Defined in Amazonka.APIGateway.CreateModel

Show CreateModel Source # 
Instance details

Defined in Amazonka.APIGateway.CreateModel

NFData CreateModel Source # 
Instance details

Defined in Amazonka.APIGateway.CreateModel

Methods

rnf :: CreateModel -> () #

Eq CreateModel Source # 
Instance details

Defined in Amazonka.APIGateway.CreateModel

Hashable CreateModel Source # 
Instance details

Defined in Amazonka.APIGateway.CreateModel

type AWSResponse CreateModel Source # 
Instance details

Defined in Amazonka.APIGateway.CreateModel

type Rep CreateModel Source # 
Instance details

Defined in Amazonka.APIGateway.CreateModel

type Rep CreateModel = D1 ('MetaData "CreateModel" "Amazonka.APIGateway.CreateModel" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "CreateModel'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateModel Source #

Create a value of CreateModel with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateModel, createModel_description - The description of the model.

CreateModel, createModel_schema - The schema for the model. For application/json models, this should be JSON schema draft 4 model.

CreateModel, createModel_restApiId - The RestApi identifier under which the Model will be created.

CreateModel, createModel_name - The name of the model. Must be alphanumeric.

CreateModel, createModel_contentType - The content-type for the model.

data Model Source #

Represents the data structure of a method's request or response payload.

See: newModel smart constructor.

Constructors

Model' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Generic Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Associated Types

type Rep Model :: Type -> Type #

Methods

from :: Model -> Rep Model x #

to :: Rep Model x -> Model #

Read Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Show Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

showsPrec :: Int -> Model -> ShowS #

show :: Model -> String #

showList :: [Model] -> ShowS #

NFData Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

rnf :: Model -> () #

Eq Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

(==) :: Model -> Model -> Bool #

(/=) :: Model -> Model -> Bool #

Hashable Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

hashWithSalt :: Int -> Model -> Int #

hash :: Model -> Int #

type Rep Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

type Rep Model = D1 ('MetaData "Model" "Amazonka.APIGateway.Types.Model" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Model'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newModel :: Model Source #

Create a value of Model with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:contentType:Model', model_contentType - The content-type for the model.

$sel:description:Model', model_description - The description of the model.

$sel:id:Model', model_id - The identifier for the model resource.

$sel:name:Model', model_name - The name of the model. Must be an alphanumeric string.

$sel:schema:Model', model_schema - The schema for the model. For application/json models, this should be JSON schema draft 4 model. Do not include "\*/" characters in the description of any properties because such "\*/" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.

CreateRequestValidator

data CreateRequestValidator Source #

Creates a RequestValidator of a given RestApi.

See: newCreateRequestValidator smart constructor.

Instances

Instances details
ToJSON CreateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRequestValidator

ToHeaders CreateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRequestValidator

ToPath CreateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRequestValidator

ToQuery CreateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRequestValidator

AWSRequest CreateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRequestValidator

Associated Types

type AWSResponse CreateRequestValidator #

Generic CreateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRequestValidator

Associated Types

type Rep CreateRequestValidator :: Type -> Type #

Read CreateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRequestValidator

Show CreateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRequestValidator

NFData CreateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRequestValidator

Methods

rnf :: CreateRequestValidator -> () #

Eq CreateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRequestValidator

Hashable CreateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRequestValidator

type AWSResponse CreateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRequestValidator

type Rep CreateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRequestValidator

type Rep CreateRequestValidator = D1 ('MetaData "CreateRequestValidator" "Amazonka.APIGateway.CreateRequestValidator" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "CreateRequestValidator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "validateRequestBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "validateRequestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateRequestValidator Source #

Create a value of CreateRequestValidator with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateRequestValidator, createRequestValidator_name - The name of the to-be-created RequestValidator.

CreateRequestValidator, createRequestValidator_validateRequestBody - A Boolean flag to indicate whether to validate request body according to the configured model schema for the method (true) or not (false).

CreateRequestValidator, createRequestValidator_validateRequestParameters - A Boolean flag to indicate whether to validate request parameters, true, or not false.

CreateRequestValidator, createRequestValidator_restApiId - The string identifier of the associated RestApi.

data RequestValidator Source #

A set of validation rules for incoming Method requests.

See: newRequestValidator smart constructor.

Instances

Instances details
FromJSON RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Generic RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Associated Types

type Rep RequestValidator :: Type -> Type #

Read RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Show RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

NFData RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Methods

rnf :: RequestValidator -> () #

Eq RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Hashable RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

type Rep RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

type Rep RequestValidator = D1 ('MetaData "RequestValidator" "Amazonka.APIGateway.Types.RequestValidator" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "RequestValidator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "validateRequestBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "validateRequestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newRequestValidator :: RequestValidator Source #

Create a value of RequestValidator with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:RequestValidator', requestValidator_id - The identifier of this RequestValidator.

$sel:name:RequestValidator', requestValidator_name - The name of this RequestValidator

$sel:validateRequestBody:RequestValidator', requestValidator_validateRequestBody - A Boolean flag to indicate whether to validate a request body according to the configured Model schema.

$sel:validateRequestParameters:RequestValidator', requestValidator_validateRequestParameters - A Boolean flag to indicate whether to validate request parameters (true) or not (false).

CreateResource

data CreateResource Source #

Requests API Gateway to create a Resource resource.

See: newCreateResource smart constructor.

Instances

Instances details
ToJSON CreateResource Source # 
Instance details

Defined in Amazonka.APIGateway.CreateResource

ToHeaders CreateResource Source # 
Instance details

Defined in Amazonka.APIGateway.CreateResource

ToPath CreateResource Source # 
Instance details

Defined in Amazonka.APIGateway.CreateResource

ToQuery CreateResource Source # 
Instance details

Defined in Amazonka.APIGateway.CreateResource

AWSRequest CreateResource Source # 
Instance details

Defined in Amazonka.APIGateway.CreateResource

Associated Types

type AWSResponse CreateResource #

Generic CreateResource Source # 
Instance details

Defined in Amazonka.APIGateway.CreateResource

Associated Types

type Rep CreateResource :: Type -> Type #

Read CreateResource Source # 
Instance details

Defined in Amazonka.APIGateway.CreateResource

Show CreateResource Source # 
Instance details

Defined in Amazonka.APIGateway.CreateResource

NFData CreateResource Source # 
Instance details

Defined in Amazonka.APIGateway.CreateResource

Methods

rnf :: CreateResource -> () #

Eq CreateResource Source # 
Instance details

Defined in Amazonka.APIGateway.CreateResource

Hashable CreateResource Source # 
Instance details

Defined in Amazonka.APIGateway.CreateResource

type AWSResponse CreateResource Source # 
Instance details

Defined in Amazonka.APIGateway.CreateResource

type Rep CreateResource Source # 
Instance details

Defined in Amazonka.APIGateway.CreateResource

type Rep CreateResource = D1 ('MetaData "CreateResource" "Amazonka.APIGateway.CreateResource" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "CreateResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "parentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "pathPart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateResource Source #

Create a value of CreateResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateResource, createResource_restApiId - The string identifier of the associated RestApi.

CreateResource, createResource_parentId - The parent resource's identifier.

CreateResource, createResource_pathPart - The last path segment for this resource.

data Resource Source #

Represents an API resource.

See: newResource smart constructor.

Instances

Instances details
FromJSON Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Generic Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Associated Types

type Rep Resource :: Type -> Type #

Methods

from :: Resource -> Rep Resource x #

to :: Rep Resource x -> Resource #

Read Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Show Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

NFData Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Methods

rnf :: Resource -> () #

Eq Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Hashable Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Methods

hashWithSalt :: Int -> Resource -> Int #

hash :: Resource -> Int #

type Rep Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

type Rep Resource = D1 ('MetaData "Resource" "Amazonka.APIGateway.Types.Resource" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Resource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pathPart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceMethods") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Method)))))))

newResource :: Resource Source #

Create a value of Resource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:Resource', resource_id - The resource's identifier.

$sel:parentId:Resource', resource_parentId - The parent resource's identifier.

$sel:path:Resource', resource_path - The full path for this resource.

$sel:pathPart:Resource', resource_pathPart - The last path segment for this resource.

$sel:resourceMethods:Resource', resource_resourceMethods - Gets an API resource's method of a given HTTP verb.

CreateRestApi

data CreateRestApi Source #

The POST Request to add a new RestApi resource to your collection.

See: newCreateRestApi smart constructor.

Instances

Instances details
ToJSON CreateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRestApi

ToHeaders CreateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRestApi

ToPath CreateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRestApi

ToQuery CreateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRestApi

AWSRequest CreateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRestApi

Associated Types

type AWSResponse CreateRestApi #

Generic CreateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRestApi

Associated Types

type Rep CreateRestApi :: Type -> Type #

Read CreateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRestApi

Show CreateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRestApi

NFData CreateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRestApi

Methods

rnf :: CreateRestApi -> () #

Eq CreateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRestApi

Hashable CreateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRestApi

type AWSResponse CreateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRestApi

type Rep CreateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.CreateRestApi

type Rep CreateRestApi = D1 ('MetaData "CreateRestApi" "Amazonka.APIGateway.CreateRestApi" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "CreateRestApi'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiKeySource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiKeySourceType)) :*: S1 ('MetaSel ('Just "binaryMediaTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "cloneFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "disableExecuteApiEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfiguration)) :*: (S1 ('MetaSel ('Just "minimumCompressionSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateRestApi Source #

Create a value of CreateRestApi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateRestApi, createRestApi_apiKeySource - The source of the API key for metering requests according to a usage plan. Valid values are: >HEADER to read the API key from the X-API-Key header of a request. AUTHORIZER to read the API key from the UsageIdentifierKey from a custom authorizer.

CreateRestApi, createRestApi_binaryMediaTypes - The list of binary media types supported by the RestApi. By default, the RestApi supports only UTF-8-encoded text payloads.

$sel:cloneFrom:CreateRestApi', createRestApi_cloneFrom - The ID of the RestApi that you want to clone from.

CreateRestApi, createRestApi_description - The description of the RestApi.

CreateRestApi, createRestApi_disableExecuteApiEndpoint - Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint

CreateRestApi, createRestApi_endpointConfiguration - The endpoint configuration of this RestApi showing the endpoint types of the API.

CreateRestApi, createRestApi_minimumCompressionSize - A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API. When compression is enabled, compression or decompression is not applied on the payload if the payload size is smaller than this value. Setting it to zero allows compression for any payload size.

CreateRestApi, createRestApi_policy - A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.

CreateRestApi, createRestApi_tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

CreateRestApi, createRestApi_version - A version identifier for the API.

CreateRestApi, createRestApi_name - The name of the RestApi.

data RestApi Source #

Represents a REST API.

See: newRestApi smart constructor.

Instances

Instances details
FromJSON RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Generic RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Associated Types

type Rep RestApi :: Type -> Type #

Methods

from :: RestApi -> Rep RestApi x #

to :: Rep RestApi x -> RestApi #

Read RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Show RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

NFData RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

rnf :: RestApi -> () #

Eq RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

(==) :: RestApi -> RestApi -> Bool #

(/=) :: RestApi -> RestApi -> Bool #

Hashable RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

hashWithSalt :: Int -> RestApi -> Int #

hash :: RestApi -> Int #

type Rep RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

type Rep RestApi = D1 ('MetaData "RestApi" "Amazonka.APIGateway.Types.RestApi" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "RestApi'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiKeySource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiKeySourceType)) :*: (S1 ('MetaSel ('Just "binaryMediaTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "disableExecuteApiEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfiguration))))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "minimumCompressionSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))))

newRestApi :: RestApi Source #

Create a value of RestApi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeySource:RestApi', restApi_apiKeySource - The source of the API key for metering requests according to a usage plan. Valid values are: >HEADER to read the API key from the X-API-Key header of a request. AUTHORIZER to read the API key from the UsageIdentifierKey from a custom authorizer.

$sel:binaryMediaTypes:RestApi', restApi_binaryMediaTypes - The list of binary media types supported by the RestApi. By default, the RestApi supports only UTF-8-encoded text payloads.

$sel:createdDate:RestApi', restApi_createdDate - The timestamp when the API was created.

$sel:description:RestApi', restApi_description - The API's description.

$sel:disableExecuteApiEndpoint:RestApi', restApi_disableExecuteApiEndpoint - Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.

$sel:endpointConfiguration:RestApi', restApi_endpointConfiguration - The endpoint configuration of this RestApi showing the endpoint types of the API.

$sel:id:RestApi', restApi_id - The API's identifier. This identifier is unique across all of your APIs in API Gateway.

$sel:minimumCompressionSize:RestApi', restApi_minimumCompressionSize - A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API. When compression is enabled, compression or decompression is not applied on the payload if the payload size is smaller than this value. Setting it to zero allows compression for any payload size.

$sel:name:RestApi', restApi_name - The API's name.

$sel:policy:RestApi', restApi_policy - A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.

$sel:tags:RestApi', restApi_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:version:RestApi', restApi_version - A version identifier for the API.

$sel:warnings:RestApi', restApi_warnings - The warning messages reported when failonwarnings is turned on during API import.

CreateStage

data CreateStage Source #

Requests API Gateway to create a Stage resource.

See: newCreateStage smart constructor.

Instances

Instances details
ToJSON CreateStage Source # 
Instance details

Defined in Amazonka.APIGateway.CreateStage

ToHeaders CreateStage Source # 
Instance details

Defined in Amazonka.APIGateway.CreateStage

Methods

toHeaders :: CreateStage -> [Header] #

ToPath CreateStage Source # 
Instance details

Defined in Amazonka.APIGateway.CreateStage

ToQuery CreateStage Source # 
Instance details

Defined in Amazonka.APIGateway.CreateStage

AWSRequest CreateStage Source # 
Instance details

Defined in Amazonka.APIGateway.CreateStage

Associated Types

type AWSResponse CreateStage #

Generic CreateStage Source # 
Instance details

Defined in Amazonka.APIGateway.CreateStage

Associated Types

type Rep CreateStage :: Type -> Type #

Read CreateStage Source # 
Instance details

Defined in Amazonka.APIGateway.CreateStage

Show CreateStage Source # 
Instance details

Defined in Amazonka.APIGateway.CreateStage

NFData CreateStage Source # 
Instance details

Defined in Amazonka.APIGateway.CreateStage

Methods

rnf :: CreateStage -> () #

Eq CreateStage Source # 
Instance details

Defined in Amazonka.APIGateway.CreateStage

Hashable CreateStage Source # 
Instance details

Defined in Amazonka.APIGateway.CreateStage

type AWSResponse CreateStage Source # 
Instance details

Defined in Amazonka.APIGateway.CreateStage

type Rep CreateStage Source # 
Instance details

Defined in Amazonka.APIGateway.CreateStage

type Rep CreateStage = D1 ('MetaData "CreateStage" "Amazonka.APIGateway.CreateStage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "CreateStage'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "cacheClusterEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "cacheClusterSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheClusterSize))) :*: (S1 ('MetaSel ('Just "canarySettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CanarySettings)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "documentationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "tracingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "variables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateStage Source #

Create a value of CreateStage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateStage, createStage_cacheClusterEnabled - Whether cache clustering is enabled for the stage.

CreateStage, createStage_cacheClusterSize - The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.

CreateStage, createStage_canarySettings - The canary deployment settings of this stage.

CreateStage, createStage_description - The description of the Stage resource.

CreateStage, createStage_documentationVersion - The version of the associated API documentation.

CreateStage, createStage_tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

CreateStage, createStage_tracingEnabled - Specifies whether active tracing with X-ray is enabled for the Stage.

CreateStage, createStage_variables - A map that defines the stage variables for the new Stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.

CreateStage, createStage_restApiId - The string identifier of the associated RestApi.

CreateStage, createStage_stageName - The name for the Stage resource. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.

CreateStage, createStage_deploymentId - The identifier of the Deployment resource for the Stage resource.

data Stage Source #

Represents a unique identifier for a version of a deployed RestApi that is callable by users.

See: newStage smart constructor.

Instances

Instances details
FromJSON Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Generic Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Associated Types

type Rep Stage :: Type -> Type #

Methods

from :: Stage -> Rep Stage x #

to :: Rep Stage x -> Stage #

Read Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Show Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

showsPrec :: Int -> Stage -> ShowS #

show :: Stage -> String #

showList :: [Stage] -> ShowS #

NFData Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

rnf :: Stage -> () #

Eq Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

(==) :: Stage -> Stage -> Bool #

(/=) :: Stage -> Stage -> Bool #

Hashable Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

hashWithSalt :: Int -> Stage -> Int #

hash :: Stage -> Int #

type Rep Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

type Rep Stage = D1 ('MetaData "Stage" "Amazonka.APIGateway.Types.Stage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Stage'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "accessLogSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessLogSettings)) :*: S1 ('MetaSel ('Just "cacheClusterEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "cacheClusterSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheClusterSize)) :*: S1 ('MetaSel ('Just "cacheClusterStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheClusterStatus)))) :*: ((S1 ('MetaSel ('Just "canarySettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CanarySettings)) :*: S1 ('MetaSel ('Just "clientCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "documentationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdatedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "methodSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text MethodSetting))))) :*: ((S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "tracingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "variables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "webAclArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newStage :: Stage Source #

Create a value of Stage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accessLogSettings:Stage', stage_accessLogSettings - Settings for logging access in this stage.

$sel:cacheClusterEnabled:Stage', stage_cacheClusterEnabled - Specifies whether a cache cluster is enabled for the stage.

$sel:cacheClusterSize:Stage', stage_cacheClusterSize - The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.

$sel:cacheClusterStatus:Stage', stage_cacheClusterStatus - The status of the cache cluster for the stage, if enabled.

$sel:canarySettings:Stage', stage_canarySettings - Settings for the canary deployment in this stage.

$sel:clientCertificateId:Stage', stage_clientCertificateId - The identifier of a client certificate for an API stage.

$sel:createdDate:Stage', stage_createdDate - The timestamp when the stage was created.

Stage, stage_deploymentId - The identifier of the Deployment that the stage points to.

$sel:description:Stage', stage_description - The stage's description.

$sel:documentationVersion:Stage', stage_documentationVersion - The version of the associated API documentation.

$sel:lastUpdatedDate:Stage', stage_lastUpdatedDate - The timestamp when the stage last updated.

$sel:methodSettings:Stage', stage_methodSettings - A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.

$sel:stageName:Stage', stage_stageName - The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.

$sel:tags:Stage', stage_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:tracingEnabled:Stage', stage_tracingEnabled - Specifies whether active tracing with X-ray is enabled for the Stage.

$sel:variables:Stage', stage_variables - A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.

$sel:webAclArn:Stage', stage_webAclArn - The ARN of the WebAcl associated with the Stage.

CreateUsagePlan

data CreateUsagePlan Source #

The POST request to create a usage plan with the name, description, throttle limits and quota limits, as well as the associated API stages, specified in the payload.

See: newCreateUsagePlan smart constructor.

Instances

Instances details
ToJSON CreateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlan

ToHeaders CreateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlan

ToPath CreateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlan

ToQuery CreateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlan

AWSRequest CreateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlan

Associated Types

type AWSResponse CreateUsagePlan #

Generic CreateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlan

Associated Types

type Rep CreateUsagePlan :: Type -> Type #

Read CreateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlan

Show CreateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlan

NFData CreateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlan

Methods

rnf :: CreateUsagePlan -> () #

Eq CreateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlan

Hashable CreateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlan

type AWSResponse CreateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlan

type Rep CreateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlan

newCreateUsagePlan Source #

Create a value of CreateUsagePlan with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateUsagePlan, createUsagePlan_apiStages - The associated API stages of the usage plan.

CreateUsagePlan, createUsagePlan_description - The description of the usage plan.

CreateUsagePlan, createUsagePlan_quota - The quota of the usage plan.

CreateUsagePlan, createUsagePlan_tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

CreateUsagePlan, createUsagePlan_throttle - The throttling limits of the usage plan.

CreateUsagePlan, createUsagePlan_name - The name of the usage plan.

data UsagePlan Source #

Represents a usage plan used to specify who can assess associated API stages. Optionally, target request rate and quota limits can be set. In some cases clients can exceed the targets that you set. Don’t rely on usage plans to control costs. Consider using Amazon Web Services Budgets to monitor costs and WAF to manage API requests.

See: newUsagePlan smart constructor.

Instances

Instances details
FromJSON UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Generic UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Associated Types

type Rep UsagePlan :: Type -> Type #

Read UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Show UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

NFData UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Methods

rnf :: UsagePlan -> () #

Eq UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Hashable UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

type Rep UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

newUsagePlan :: UsagePlan Source #

Create a value of UsagePlan with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiStages:UsagePlan', usagePlan_apiStages - The associated API stages of a usage plan.

$sel:description:UsagePlan', usagePlan_description - The description of a usage plan.

$sel:id:UsagePlan', usagePlan_id - The identifier of a UsagePlan resource.

$sel:name:UsagePlan', usagePlan_name - The name of a usage plan.

$sel:productCode:UsagePlan', usagePlan_productCode - The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.

$sel:quota:UsagePlan', usagePlan_quota - The target maximum number of permitted requests per a given unit time interval.

$sel:tags:UsagePlan', usagePlan_tags - The collection of tags. Each tag element is associated with a given resource.

UsagePlan, usagePlan_throttle - A map containing method level throttling information for API stage in a usage plan.

CreateUsagePlanKey

data CreateUsagePlanKey Source #

The POST request to create a usage plan key for adding an existing API key to a usage plan.

See: newCreateUsagePlanKey smart constructor.

Instances

Instances details
ToJSON CreateUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlanKey

ToHeaders CreateUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlanKey

ToPath CreateUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlanKey

ToQuery CreateUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlanKey

AWSRequest CreateUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlanKey

Associated Types

type AWSResponse CreateUsagePlanKey #

Generic CreateUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlanKey

Associated Types

type Rep CreateUsagePlanKey :: Type -> Type #

Read CreateUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlanKey

Show CreateUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlanKey

NFData CreateUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlanKey

Methods

rnf :: CreateUsagePlanKey -> () #

Eq CreateUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlanKey

Hashable CreateUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlanKey

type AWSResponse CreateUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlanKey

type Rep CreateUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.CreateUsagePlanKey

type Rep CreateUsagePlanKey = D1 ('MetaData "CreateUsagePlanKey" "Amazonka.APIGateway.CreateUsagePlanKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "CreateUsagePlanKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "usagePlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "keyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "keyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateUsagePlanKey Source #

Create a value of CreateUsagePlanKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateUsagePlanKey, createUsagePlanKey_usagePlanId - The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.

$sel:keyId:CreateUsagePlanKey', createUsagePlanKey_keyId - The identifier of a UsagePlanKey resource for a plan customer.

$sel:keyType:CreateUsagePlanKey', createUsagePlanKey_keyType - The type of a UsagePlanKey resource for a plan customer.

data UsagePlanKey Source #

Represents a usage plan key to identify a plan customer.

See: newUsagePlanKey smart constructor.

Instances

Instances details
FromJSON UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Generic UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Associated Types

type Rep UsagePlanKey :: Type -> Type #

Read UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Show UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

NFData UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Methods

rnf :: UsagePlanKey -> () #

Eq UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Hashable UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

type Rep UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

type Rep UsagePlanKey = D1 ('MetaData "UsagePlanKey" "Amazonka.APIGateway.Types.UsagePlanKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UsagePlanKey'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newUsagePlanKey :: UsagePlanKey Source #

Create a value of UsagePlanKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:UsagePlanKey', usagePlanKey_id - The Id of a usage plan key.

$sel:name:UsagePlanKey', usagePlanKey_name - The name of a usage plan key.

$sel:type':UsagePlanKey', usagePlanKey_type - The type of a usage plan key. Currently, the valid key type is API_KEY.

$sel:value:UsagePlanKey', usagePlanKey_value - The value of a usage plan key.

CreateVpcLink

data CreateVpcLink Source #

Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational. The caller must have permissions to create and update VPC Endpoint services.

See: newCreateVpcLink smart constructor.

Instances

newCreateVpcLink Source #

Create a value of CreateVpcLink with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateVpcLink, createVpcLink_description - The description of the VPC link.

CreateVpcLink, createVpcLink_tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

CreateVpcLink, createVpcLink_name - The name used to label and identify the VPC link.

CreateVpcLink, createVpcLink_targetArns - The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.

data VpcLink Source #

An API Gateway VPC link for a RestApi to access resources in an Amazon Virtual Private Cloud (VPC).

See: newVpcLink smart constructor.

Instances

newVpcLink :: VpcLink Source #

Create a value of VpcLink with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:VpcLink', vpcLink_description - The description of the VPC link.

$sel:id:VpcLink', vpcLink_id - The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

$sel:name:VpcLink', vpcLink_name - The name used to label and identify the VPC link.

$sel:status:VpcLink', vpcLink_status - The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.

$sel:statusMessage:VpcLink', vpcLink_statusMessage - A description about the VPC link status.

$sel:tags:VpcLink', vpcLink_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:targetArns:VpcLink', vpcLink_targetArns - The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.

DeleteApiKey

data DeleteApiKey Source #

A request to delete the ApiKey resource.

See: newDeleteApiKey smart constructor.

Constructors

DeleteApiKey' Text 

Instances

Instances details
ToHeaders DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

ToPath DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

ToQuery DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

AWSRequest DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Associated Types

type AWSResponse DeleteApiKey #

Generic DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Associated Types

type Rep DeleteApiKey :: Type -> Type #

Read DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Show DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

NFData DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Methods

rnf :: DeleteApiKey -> () #

Eq DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Hashable DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

type AWSResponse DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

type Rep DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

type Rep DeleteApiKey = D1 ('MetaData "DeleteApiKey" "Amazonka.APIGateway.DeleteApiKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteApiKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteApiKey Source #

Create a value of DeleteApiKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKey:DeleteApiKey', deleteApiKey_apiKey - The identifier of the ApiKey resource to be deleted.

data DeleteApiKeyResponse Source #

See: newDeleteApiKeyResponse smart constructor.

Constructors

DeleteApiKeyResponse' 

Instances

Instances details
Generic DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Associated Types

type Rep DeleteApiKeyResponse :: Type -> Type #

Read DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Show DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

NFData DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Methods

rnf :: DeleteApiKeyResponse -> () #

Eq DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

type Rep DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

type Rep DeleteApiKeyResponse = D1 ('MetaData "DeleteApiKeyResponse" "Amazonka.APIGateway.DeleteApiKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteApiKeyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteApiKeyResponse :: DeleteApiKeyResponse Source #

Create a value of DeleteApiKeyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteAuthorizer

data DeleteAuthorizer Source #

Request to delete an existing Authorizer resource.

See: newDeleteAuthorizer smart constructor.

Instances

Instances details
ToHeaders DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

ToPath DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

ToQuery DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

AWSRequest DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

Associated Types

type AWSResponse DeleteAuthorizer #

Generic DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

Associated Types

type Rep DeleteAuthorizer :: Type -> Type #

Read DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

Show DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

NFData DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

Methods

rnf :: DeleteAuthorizer -> () #

Eq DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

Hashable DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

type AWSResponse DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

type Rep DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

type Rep DeleteAuthorizer = D1 ('MetaData "DeleteAuthorizer" "Amazonka.APIGateway.DeleteAuthorizer" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteAuthorizer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "authorizerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAuthorizer Source #

Create a value of DeleteAuthorizer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteAuthorizer, deleteAuthorizer_restApiId - The string identifier of the associated RestApi.

DeleteAuthorizer, deleteAuthorizer_authorizerId - The identifier of the Authorizer resource.

data DeleteAuthorizerResponse Source #

See: newDeleteAuthorizerResponse smart constructor.

Instances

Instances details
Generic DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

Associated Types

type Rep DeleteAuthorizerResponse :: Type -> Type #

Read DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

Show DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

NFData DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

Eq DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

type Rep DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteAuthorizer

type Rep DeleteAuthorizerResponse = D1 ('MetaData "DeleteAuthorizerResponse" "Amazonka.APIGateway.DeleteAuthorizer" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteAuthorizerResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAuthorizerResponse :: DeleteAuthorizerResponse Source #

Create a value of DeleteAuthorizerResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteBasePathMapping

data DeleteBasePathMapping Source #

A request to delete the BasePathMapping resource.

See: newDeleteBasePathMapping smart constructor.

Instances

Instances details
ToHeaders DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

ToPath DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

ToQuery DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

AWSRequest DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Associated Types

type AWSResponse DeleteBasePathMapping #

Generic DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Associated Types

type Rep DeleteBasePathMapping :: Type -> Type #

Read DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Show DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

NFData DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Methods

rnf :: DeleteBasePathMapping -> () #

Eq DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Hashable DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type AWSResponse DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMapping = D1 ('MetaData "DeleteBasePathMapping" "Amazonka.APIGateway.DeleteBasePathMapping" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteBasePathMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "basePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteBasePathMapping Source #

Create a value of DeleteBasePathMapping with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteBasePathMapping, deleteBasePathMapping_domainName - The domain name of the BasePathMapping resource to delete.

DeleteBasePathMapping, deleteBasePathMapping_basePath - The base path name of the BasePathMapping resource to delete.

To specify an empty base path, set this parameter to '(none)'.

data DeleteBasePathMappingResponse Source #

See: newDeleteBasePathMappingResponse smart constructor.

Instances

Instances details
Generic DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Associated Types

type Rep DeleteBasePathMappingResponse :: Type -> Type #

Read DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Show DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

NFData DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Eq DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMappingResponse = D1 ('MetaData "DeleteBasePathMappingResponse" "Amazonka.APIGateway.DeleteBasePathMapping" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteBasePathMappingResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteBasePathMappingResponse :: DeleteBasePathMappingResponse Source #

Create a value of DeleteBasePathMappingResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteClientCertificate

data DeleteClientCertificate Source #

A request to delete the ClientCertificate resource.

See: newDeleteClientCertificate smart constructor.

Instances

Instances details
ToHeaders DeleteClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

ToPath DeleteClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

ToQuery DeleteClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

AWSRequest DeleteClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

Generic DeleteClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

Associated Types

type Rep DeleteClientCertificate :: Type -> Type #

Read DeleteClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

Show DeleteClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

NFData DeleteClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

Methods

rnf :: DeleteClientCertificate -> () #

Eq DeleteClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

Hashable DeleteClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

type AWSResponse DeleteClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

type Rep DeleteClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

type Rep DeleteClientCertificate = D1 ('MetaData "DeleteClientCertificate" "Amazonka.APIGateway.DeleteClientCertificate" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteClientCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteClientCertificate Source #

Create a value of DeleteClientCertificate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteClientCertificate, deleteClientCertificate_clientCertificateId - The identifier of the ClientCertificate resource to be deleted.

data DeleteClientCertificateResponse Source #

See: newDeleteClientCertificateResponse smart constructor.

Instances

Instances details
Generic DeleteClientCertificateResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

Associated Types

type Rep DeleteClientCertificateResponse :: Type -> Type #

Read DeleteClientCertificateResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

Show DeleteClientCertificateResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

NFData DeleteClientCertificateResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

Eq DeleteClientCertificateResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

type Rep DeleteClientCertificateResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteClientCertificate

type Rep DeleteClientCertificateResponse = D1 ('MetaData "DeleteClientCertificateResponse" "Amazonka.APIGateway.DeleteClientCertificate" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteClientCertificateResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteClientCertificateResponse :: DeleteClientCertificateResponse Source #

Create a value of DeleteClientCertificateResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteDeployment

data DeleteDeployment Source #

Requests API Gateway to delete a Deployment resource.

See: newDeleteDeployment smart constructor.

Instances

Instances details
ToHeaders DeleteDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

ToPath DeleteDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

ToQuery DeleteDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

AWSRequest DeleteDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

Associated Types

type AWSResponse DeleteDeployment #

Generic DeleteDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

Associated Types

type Rep DeleteDeployment :: Type -> Type #

Read DeleteDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

Show DeleteDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

NFData DeleteDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

Methods

rnf :: DeleteDeployment -> () #

Eq DeleteDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

Hashable DeleteDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

type AWSResponse DeleteDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

type Rep DeleteDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

type Rep DeleteDeployment = D1 ('MetaData "DeleteDeployment" "Amazonka.APIGateway.DeleteDeployment" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDeployment Source #

Create a value of DeleteDeployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDeployment, deleteDeployment_restApiId - The string identifier of the associated RestApi.

DeleteDeployment, deleteDeployment_deploymentId - The identifier of the Deployment resource to delete.

data DeleteDeploymentResponse Source #

See: newDeleteDeploymentResponse smart constructor.

Instances

Instances details
Generic DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

Associated Types

type Rep DeleteDeploymentResponse :: Type -> Type #

Read DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

Show DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

NFData DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

Eq DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

type Rep DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDeployment

type Rep DeleteDeploymentResponse = D1 ('MetaData "DeleteDeploymentResponse" "Amazonka.APIGateway.DeleteDeployment" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteDeploymentResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDeploymentResponse :: DeleteDeploymentResponse Source #

Create a value of DeleteDeploymentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteDocumentationPart

data DeleteDocumentationPart Source #

Deletes an existing documentation part of an API.

See: newDeleteDocumentationPart smart constructor.

Instances

Instances details
ToHeaders DeleteDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

ToPath DeleteDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

ToQuery DeleteDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

AWSRequest DeleteDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

Generic DeleteDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

Associated Types

type Rep DeleteDocumentationPart :: Type -> Type #

Read DeleteDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

Show DeleteDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

NFData DeleteDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

Methods

rnf :: DeleteDocumentationPart -> () #

Eq DeleteDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

Hashable DeleteDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

type AWSResponse DeleteDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

type Rep DeleteDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

type Rep DeleteDocumentationPart = D1 ('MetaData "DeleteDocumentationPart" "Amazonka.APIGateway.DeleteDocumentationPart" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteDocumentationPart'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "documentationPartId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDocumentationPart Source #

Create a value of DeleteDocumentationPart with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDocumentationPart, deleteDocumentationPart_restApiId - The string identifier of the associated RestApi.

$sel:documentationPartId:DeleteDocumentationPart', deleteDocumentationPart_documentationPartId - The identifier of the to-be-deleted documentation part.

data DeleteDocumentationPartResponse Source #

See: newDeleteDocumentationPartResponse smart constructor.

Instances

Instances details
Generic DeleteDocumentationPartResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

Associated Types

type Rep DeleteDocumentationPartResponse :: Type -> Type #

Read DeleteDocumentationPartResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

Show DeleteDocumentationPartResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

NFData DeleteDocumentationPartResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

Eq DeleteDocumentationPartResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

type Rep DeleteDocumentationPartResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationPart

type Rep DeleteDocumentationPartResponse = D1 ('MetaData "DeleteDocumentationPartResponse" "Amazonka.APIGateway.DeleteDocumentationPart" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteDocumentationPartResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDocumentationPartResponse :: DeleteDocumentationPartResponse Source #

Create a value of DeleteDocumentationPartResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteDocumentationVersion

data DeleteDocumentationVersion Source #

Deletes an existing documentation version of an API.

See: newDeleteDocumentationVersion smart constructor.

Instances

Instances details
ToHeaders DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

ToPath DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

ToQuery DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

AWSRequest DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Generic DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Associated Types

type Rep DeleteDocumentationVersion :: Type -> Type #

Read DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Show DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

NFData DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Eq DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Hashable DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

type AWSResponse DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

type Rep DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

type Rep DeleteDocumentationVersion = D1 ('MetaData "DeleteDocumentationVersion" "Amazonka.APIGateway.DeleteDocumentationVersion" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteDocumentationVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "documentationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDocumentationVersion Source #

Create a value of DeleteDocumentationVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDocumentationVersion, deleteDocumentationVersion_restApiId - The string identifier of the associated RestApi.

DeleteDocumentationVersion, deleteDocumentationVersion_documentationVersion - The version identifier of a to-be-deleted documentation snapshot.

data DeleteDocumentationVersionResponse Source #

Instances

Instances details
Generic DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Associated Types

type Rep DeleteDocumentationVersionResponse :: Type -> Type #

Read DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Show DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

NFData DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Eq DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

type Rep DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

type Rep DeleteDocumentationVersionResponse = D1 ('MetaData "DeleteDocumentationVersionResponse" "Amazonka.APIGateway.DeleteDocumentationVersion" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteDocumentationVersionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDocumentationVersionResponse :: DeleteDocumentationVersionResponse Source #

Create a value of DeleteDocumentationVersionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteDomainName

data DeleteDomainName Source #

A request to delete the DomainName resource.

See: newDeleteDomainName smart constructor.

Constructors

DeleteDomainName' Text 

Instances

Instances details
ToHeaders DeleteDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

ToPath DeleteDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

ToQuery DeleteDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

AWSRequest DeleteDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

Associated Types

type AWSResponse DeleteDomainName #

Generic DeleteDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

Associated Types

type Rep DeleteDomainName :: Type -> Type #

Read DeleteDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

Show DeleteDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

NFData DeleteDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

Methods

rnf :: DeleteDomainName -> () #

Eq DeleteDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

Hashable DeleteDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

type AWSResponse DeleteDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

type Rep DeleteDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

type Rep DeleteDomainName = D1 ('MetaData "DeleteDomainName" "Amazonka.APIGateway.DeleteDomainName" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteDomainName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDomainName Source #

Create a value of DeleteDomainName with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDomainName, deleteDomainName_domainName - The name of the DomainName resource to be deleted.

data DeleteDomainNameResponse Source #

See: newDeleteDomainNameResponse smart constructor.

Instances

Instances details
Generic DeleteDomainNameResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

Associated Types

type Rep DeleteDomainNameResponse :: Type -> Type #

Read DeleteDomainNameResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

Show DeleteDomainNameResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

NFData DeleteDomainNameResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

Eq DeleteDomainNameResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

type Rep DeleteDomainNameResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDomainName

type Rep DeleteDomainNameResponse = D1 ('MetaData "DeleteDomainNameResponse" "Amazonka.APIGateway.DeleteDomainName" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteDomainNameResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDomainNameResponse :: DeleteDomainNameResponse Source #

Create a value of DeleteDomainNameResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteGatewayResponse

data DeleteGatewayResponse Source #

Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.

See: newDeleteGatewayResponse smart constructor.

Instances

Instances details
ToHeaders DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

ToPath DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

ToQuery DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

AWSRequest DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Associated Types

type AWSResponse DeleteGatewayResponse #

Generic DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Associated Types

type Rep DeleteGatewayResponse :: Type -> Type #

Read DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Show DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

NFData DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Methods

rnf :: DeleteGatewayResponse -> () #

Eq DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Hashable DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

type AWSResponse DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

type Rep DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

type Rep DeleteGatewayResponse = D1 ('MetaData "DeleteGatewayResponse" "Amazonka.APIGateway.DeleteGatewayResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteGatewayResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "responseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GatewayResponseType)))

newDeleteGatewayResponse Source #

Create a value of DeleteGatewayResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteGatewayResponse, deleteGatewayResponse_restApiId - The string identifier of the associated RestApi.

DeleteGatewayResponse, deleteGatewayResponse_responseType - The response type of the associated GatewayResponse.

data DeleteGatewayResponseResponse Source #

See: newDeleteGatewayResponseResponse smart constructor.

Instances

Instances details
Generic DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Associated Types

type Rep DeleteGatewayResponseResponse :: Type -> Type #

Read DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Show DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

NFData DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Eq DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

type Rep DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

type Rep DeleteGatewayResponseResponse = D1 ('MetaData "DeleteGatewayResponseResponse" "Amazonka.APIGateway.DeleteGatewayResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteGatewayResponseResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteGatewayResponseResponse :: DeleteGatewayResponseResponse Source #

Create a value of DeleteGatewayResponseResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteIntegration

data DeleteIntegration Source #

Represents a delete integration request.

See: newDeleteIntegration smart constructor.

Instances

Instances details
ToHeaders DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

ToPath DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

ToQuery DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

AWSRequest DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Associated Types

type AWSResponse DeleteIntegration #

Generic DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Associated Types

type Rep DeleteIntegration :: Type -> Type #

Read DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Show DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

NFData DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Methods

rnf :: DeleteIntegration -> () #

Eq DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Hashable DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

type AWSResponse DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

type Rep DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

type Rep DeleteIntegration = D1 ('MetaData "DeleteIntegration" "Amazonka.APIGateway.DeleteIntegration" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteIntegration Source #

Create a value of DeleteIntegration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteIntegration, deleteIntegration_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:DeleteIntegration', deleteIntegration_resourceId - Specifies a delete integration request's resource identifier.

DeleteIntegration, deleteIntegration_httpMethod - Specifies a delete integration request's HTTP method.

data DeleteIntegrationResponse' Source #

See: newDeleteIntegrationResponse' smart constructor.

Instances

Instances details
Generic DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Associated Types

type Rep DeleteIntegrationResponse' :: Type -> Type #

Read DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Show DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

NFData DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Eq DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

type Rep DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

type Rep DeleteIntegrationResponse' = D1 ('MetaData "DeleteIntegrationResponse'" "Amazonka.APIGateway.DeleteIntegration" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteIntegrationResponse''" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteIntegrationResponse' :: DeleteIntegrationResponse' Source #

Create a value of DeleteIntegrationResponse' with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteIntegrationResponse

data DeleteIntegrationResponse Source #

Represents a delete integration response request.

See: newDeleteIntegrationResponse smart constructor.

Instances

Instances details
ToHeaders DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

ToPath DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

ToQuery DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

AWSRequest DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Generic DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Associated Types

type Rep DeleteIntegrationResponse :: Type -> Type #

Read DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Show DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

NFData DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Eq DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Hashable DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

type AWSResponse DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

type Rep DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

type Rep DeleteIntegrationResponse = D1 ('MetaData "DeleteIntegrationResponse" "Amazonka.APIGateway.DeleteIntegrationResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteIntegrationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteIntegrationResponse Source #

Create a value of DeleteIntegrationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteIntegrationResponse, deleteIntegrationResponse_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:DeleteIntegrationResponse', deleteIntegrationResponse_resourceId - Specifies a delete integration response request's resource identifier.

DeleteIntegrationResponse, deleteIntegrationResponse_httpMethod - Specifies a delete integration response request's HTTP method.

DeleteIntegrationResponse, deleteIntegrationResponse_statusCode - Specifies a delete integration response request's status code.

data DeleteIntegrationResponseResponse Source #

See: newDeleteIntegrationResponseResponse smart constructor.

Instances

Instances details
Generic DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Associated Types

type Rep DeleteIntegrationResponseResponse :: Type -> Type #

Read DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Show DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

NFData DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Eq DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

type Rep DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

type Rep DeleteIntegrationResponseResponse = D1 ('MetaData "DeleteIntegrationResponseResponse" "Amazonka.APIGateway.DeleteIntegrationResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteIntegrationResponseResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteIntegrationResponseResponse :: DeleteIntegrationResponseResponse Source #

Create a value of DeleteIntegrationResponseResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteMethod

data DeleteMethod Source #

Request to delete an existing Method resource.

See: newDeleteMethod smart constructor.

Constructors

DeleteMethod' Text Text Text 

Instances

Instances details
ToHeaders DeleteMethod Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

ToPath DeleteMethod Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

ToQuery DeleteMethod Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

AWSRequest DeleteMethod Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

Associated Types

type AWSResponse DeleteMethod #

Generic DeleteMethod Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

Associated Types

type Rep DeleteMethod :: Type -> Type #

Read DeleteMethod Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

Show DeleteMethod Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

NFData DeleteMethod Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

Methods

rnf :: DeleteMethod -> () #

Eq DeleteMethod Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

Hashable DeleteMethod Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

type AWSResponse DeleteMethod Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

type Rep DeleteMethod Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

type Rep DeleteMethod = D1 ('MetaData "DeleteMethod" "Amazonka.APIGateway.DeleteMethod" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteMethod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteMethod Source #

Create a value of DeleteMethod with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteMethod, deleteMethod_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:DeleteMethod', deleteMethod_resourceId - The Resource identifier for the Method resource.

DeleteMethod, deleteMethod_httpMethod - The HTTP verb of the Method resource.

data DeleteMethodResponse' Source #

See: newDeleteMethodResponse' smart constructor.

Instances

Instances details
Generic DeleteMethodResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

Associated Types

type Rep DeleteMethodResponse' :: Type -> Type #

Read DeleteMethodResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

Show DeleteMethodResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

NFData DeleteMethodResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

Methods

rnf :: DeleteMethodResponse' -> () #

Eq DeleteMethodResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

type Rep DeleteMethodResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethod

type Rep DeleteMethodResponse' = D1 ('MetaData "DeleteMethodResponse'" "Amazonka.APIGateway.DeleteMethod" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteMethodResponse''" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteMethodResponse' :: DeleteMethodResponse' Source #

Create a value of DeleteMethodResponse' with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteMethodResponse

data DeleteMethodResponse Source #

A request to delete an existing MethodResponse resource.

See: newDeleteMethodResponse smart constructor.

Instances

Instances details
ToHeaders DeleteMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

ToPath DeleteMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

ToQuery DeleteMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

AWSRequest DeleteMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

Associated Types

type AWSResponse DeleteMethodResponse #

Generic DeleteMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

Associated Types

type Rep DeleteMethodResponse :: Type -> Type #

Read DeleteMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

Show DeleteMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

NFData DeleteMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

Methods

rnf :: DeleteMethodResponse -> () #

Eq DeleteMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

Hashable DeleteMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

type AWSResponse DeleteMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

type Rep DeleteMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

type Rep DeleteMethodResponse = D1 ('MetaData "DeleteMethodResponse" "Amazonka.APIGateway.DeleteMethodResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteMethodResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteMethodResponse Source #

Create a value of DeleteMethodResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteMethodResponse, deleteMethodResponse_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:DeleteMethodResponse', deleteMethodResponse_resourceId - The Resource identifier for the MethodResponse resource.

DeleteMethodResponse, deleteMethodResponse_httpMethod - The HTTP verb of the Method resource.

DeleteMethodResponse, deleteMethodResponse_statusCode - The status code identifier for the MethodResponse resource.

data DeleteMethodResponseResponse Source #

See: newDeleteMethodResponseResponse smart constructor.

Instances

Instances details
Generic DeleteMethodResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

Associated Types

type Rep DeleteMethodResponseResponse :: Type -> Type #

Read DeleteMethodResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

Show DeleteMethodResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

NFData DeleteMethodResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

Eq DeleteMethodResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

type Rep DeleteMethodResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteMethodResponse

type Rep DeleteMethodResponseResponse = D1 ('MetaData "DeleteMethodResponseResponse" "Amazonka.APIGateway.DeleteMethodResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteMethodResponseResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteMethodResponseResponse :: DeleteMethodResponseResponse Source #

Create a value of DeleteMethodResponseResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteModel

data DeleteModel Source #

Request to delete an existing model in an existing RestApi resource.

See: newDeleteModel smart constructor.

Constructors

DeleteModel' Text Text 

Instances

Instances details
ToHeaders DeleteModel Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

Methods

toHeaders :: DeleteModel -> [Header] #

ToPath DeleteModel Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

ToQuery DeleteModel Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

AWSRequest DeleteModel Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

Associated Types

type AWSResponse DeleteModel #

Generic DeleteModel Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

Associated Types

type Rep DeleteModel :: Type -> Type #

Read DeleteModel Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

Show DeleteModel Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

NFData DeleteModel Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

Methods

rnf :: DeleteModel -> () #

Eq DeleteModel Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

Hashable DeleteModel Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

type AWSResponse DeleteModel Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

type Rep DeleteModel Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

type Rep DeleteModel = D1 ('MetaData "DeleteModel" "Amazonka.APIGateway.DeleteModel" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteModel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteModel Source #

Create a value of DeleteModel with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteModel, deleteModel_restApiId - The string identifier of the associated RestApi.

$sel:modelName:DeleteModel', deleteModel_modelName - The name of the model to delete.

data DeleteModelResponse Source #

See: newDeleteModelResponse smart constructor.

Constructors

DeleteModelResponse' 

Instances

Instances details
Generic DeleteModelResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

Associated Types

type Rep DeleteModelResponse :: Type -> Type #

Read DeleteModelResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

Show DeleteModelResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

NFData DeleteModelResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

Methods

rnf :: DeleteModelResponse -> () #

Eq DeleteModelResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

type Rep DeleteModelResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteModel

type Rep DeleteModelResponse = D1 ('MetaData "DeleteModelResponse" "Amazonka.APIGateway.DeleteModel" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteModelResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteModelResponse :: DeleteModelResponse Source #

Create a value of DeleteModelResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteRequestValidator

data DeleteRequestValidator Source #

Deletes a specified RequestValidator of a given RestApi.

See: newDeleteRequestValidator smart constructor.

Instances

Instances details
ToHeaders DeleteRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

ToPath DeleteRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

ToQuery DeleteRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

AWSRequest DeleteRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

Associated Types

type AWSResponse DeleteRequestValidator #

Generic DeleteRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

Associated Types

type Rep DeleteRequestValidator :: Type -> Type #

Read DeleteRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

Show DeleteRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

NFData DeleteRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

Methods

rnf :: DeleteRequestValidator -> () #

Eq DeleteRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

Hashable DeleteRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

type AWSResponse DeleteRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

type Rep DeleteRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

type Rep DeleteRequestValidator = D1 ('MetaData "DeleteRequestValidator" "Amazonka.APIGateway.DeleteRequestValidator" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteRequestValidator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "requestValidatorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteRequestValidator Source #

Create a value of DeleteRequestValidator with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteRequestValidator, deleteRequestValidator_restApiId - The string identifier of the associated RestApi.

DeleteRequestValidator, deleteRequestValidator_requestValidatorId - The identifier of the RequestValidator to be deleted.

data DeleteRequestValidatorResponse Source #

See: newDeleteRequestValidatorResponse smart constructor.

Instances

Instances details
Generic DeleteRequestValidatorResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

Associated Types

type Rep DeleteRequestValidatorResponse :: Type -> Type #

Read DeleteRequestValidatorResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

Show DeleteRequestValidatorResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

NFData DeleteRequestValidatorResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

Eq DeleteRequestValidatorResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

type Rep DeleteRequestValidatorResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRequestValidator

type Rep DeleteRequestValidatorResponse = D1 ('MetaData "DeleteRequestValidatorResponse" "Amazonka.APIGateway.DeleteRequestValidator" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteRequestValidatorResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteRequestValidatorResponse :: DeleteRequestValidatorResponse Source #

Create a value of DeleteRequestValidatorResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteResource

data DeleteResource Source #

Request to delete a Resource.

See: newDeleteResource smart constructor.

Constructors

DeleteResource' Text Text 

Instances

Instances details
ToHeaders DeleteResource Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

ToPath DeleteResource Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

ToQuery DeleteResource Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

AWSRequest DeleteResource Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

Associated Types

type AWSResponse DeleteResource #

Generic DeleteResource Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

Associated Types

type Rep DeleteResource :: Type -> Type #

Read DeleteResource Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

Show DeleteResource Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

NFData DeleteResource Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

Methods

rnf :: DeleteResource -> () #

Eq DeleteResource Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

Hashable DeleteResource Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

type AWSResponse DeleteResource Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

type Rep DeleteResource Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

type Rep DeleteResource = D1 ('MetaData "DeleteResource" "Amazonka.APIGateway.DeleteResource" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteResource Source #

Create a value of DeleteResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteResource, deleteResource_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:DeleteResource', deleteResource_resourceId - The identifier of the Resource resource.

data DeleteResourceResponse Source #

See: newDeleteResourceResponse smart constructor.

Instances

Instances details
Generic DeleteResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

Associated Types

type Rep DeleteResourceResponse :: Type -> Type #

Read DeleteResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

Show DeleteResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

NFData DeleteResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

Methods

rnf :: DeleteResourceResponse -> () #

Eq DeleteResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

type Rep DeleteResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteResource

type Rep DeleteResourceResponse = D1 ('MetaData "DeleteResourceResponse" "Amazonka.APIGateway.DeleteResource" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteResourceResponse :: DeleteResourceResponse Source #

Create a value of DeleteResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteRestApi

data DeleteRestApi Source #

Request to delete the specified API from your collection.

See: newDeleteRestApi smart constructor.

Constructors

DeleteRestApi' Text 

Instances

Instances details
ToHeaders DeleteRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

ToPath DeleteRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

ToQuery DeleteRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

AWSRequest DeleteRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

Associated Types

type AWSResponse DeleteRestApi #

Generic DeleteRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

Associated Types

type Rep DeleteRestApi :: Type -> Type #

Read DeleteRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

Show DeleteRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

NFData DeleteRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

Methods

rnf :: DeleteRestApi -> () #

Eq DeleteRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

Hashable DeleteRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

type AWSResponse DeleteRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

type Rep DeleteRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

type Rep DeleteRestApi = D1 ('MetaData "DeleteRestApi" "Amazonka.APIGateway.DeleteRestApi" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteRestApi'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteRestApi Source #

Create a value of DeleteRestApi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteRestApi, deleteRestApi_restApiId - The string identifier of the associated RestApi.

data DeleteRestApiResponse Source #

See: newDeleteRestApiResponse smart constructor.

Instances

Instances details
Generic DeleteRestApiResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

Associated Types

type Rep DeleteRestApiResponse :: Type -> Type #

Read DeleteRestApiResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

Show DeleteRestApiResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

NFData DeleteRestApiResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

Methods

rnf :: DeleteRestApiResponse -> () #

Eq DeleteRestApiResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

type Rep DeleteRestApiResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteRestApi

type Rep DeleteRestApiResponse = D1 ('MetaData "DeleteRestApiResponse" "Amazonka.APIGateway.DeleteRestApi" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteRestApiResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteRestApiResponse :: DeleteRestApiResponse Source #

Create a value of DeleteRestApiResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteStage

data DeleteStage Source #

Requests API Gateway to delete a Stage resource.

See: newDeleteStage smart constructor.

Constructors

DeleteStage' Text Text 

Instances

Instances details
ToHeaders DeleteStage Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

Methods

toHeaders :: DeleteStage -> [Header] #

ToPath DeleteStage Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

ToQuery DeleteStage Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

AWSRequest DeleteStage Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

Associated Types

type AWSResponse DeleteStage #

Generic DeleteStage Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

Associated Types

type Rep DeleteStage :: Type -> Type #

Read DeleteStage Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

Show DeleteStage Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

NFData DeleteStage Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

Methods

rnf :: DeleteStage -> () #

Eq DeleteStage Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

Hashable DeleteStage Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

type AWSResponse DeleteStage Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

type Rep DeleteStage Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

type Rep DeleteStage = D1 ('MetaData "DeleteStage" "Amazonka.APIGateway.DeleteStage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteStage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteStage Source #

Create a value of DeleteStage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteStage, deleteStage_restApiId - The string identifier of the associated RestApi.

DeleteStage, deleteStage_stageName - The name of the Stage resource to delete.

data DeleteStageResponse Source #

See: newDeleteStageResponse smart constructor.

Constructors

DeleteStageResponse' 

Instances

Instances details
Generic DeleteStageResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

Associated Types

type Rep DeleteStageResponse :: Type -> Type #

Read DeleteStageResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

Show DeleteStageResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

NFData DeleteStageResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

Methods

rnf :: DeleteStageResponse -> () #

Eq DeleteStageResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

type Rep DeleteStageResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteStage

type Rep DeleteStageResponse = D1 ('MetaData "DeleteStageResponse" "Amazonka.APIGateway.DeleteStage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteStageResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteStageResponse :: DeleteStageResponse Source #

Create a value of DeleteStageResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteUsagePlan

data DeleteUsagePlan Source #

The DELETE request to delete a usage plan of a given plan Id.

See: newDeleteUsagePlan smart constructor.

Constructors

DeleteUsagePlan' Text 

Instances

Instances details
ToHeaders DeleteUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

ToPath DeleteUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

ToQuery DeleteUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

AWSRequest DeleteUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

Associated Types

type AWSResponse DeleteUsagePlan #

Generic DeleteUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

Associated Types

type Rep DeleteUsagePlan :: Type -> Type #

Read DeleteUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

Show DeleteUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

NFData DeleteUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

Methods

rnf :: DeleteUsagePlan -> () #

Eq DeleteUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

Hashable DeleteUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

type AWSResponse DeleteUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

type Rep DeleteUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

type Rep DeleteUsagePlan = D1 ('MetaData "DeleteUsagePlan" "Amazonka.APIGateway.DeleteUsagePlan" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteUsagePlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "usagePlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteUsagePlan Source #

Create a value of DeleteUsagePlan with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteUsagePlan, deleteUsagePlan_usagePlanId - The Id of the to-be-deleted usage plan.

data DeleteUsagePlanResponse Source #

See: newDeleteUsagePlanResponse smart constructor.

Instances

Instances details
Generic DeleteUsagePlanResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

Associated Types

type Rep DeleteUsagePlanResponse :: Type -> Type #

Read DeleteUsagePlanResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

Show DeleteUsagePlanResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

NFData DeleteUsagePlanResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

Methods

rnf :: DeleteUsagePlanResponse -> () #

Eq DeleteUsagePlanResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

type Rep DeleteUsagePlanResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlan

type Rep DeleteUsagePlanResponse = D1 ('MetaData "DeleteUsagePlanResponse" "Amazonka.APIGateway.DeleteUsagePlan" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteUsagePlanResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteUsagePlanResponse :: DeleteUsagePlanResponse Source #

Create a value of DeleteUsagePlanResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteUsagePlanKey

data DeleteUsagePlanKey Source #

The DELETE request to delete a usage plan key and remove the underlying API key from the associated usage plan.

See: newDeleteUsagePlanKey smart constructor.

Instances

Instances details
ToHeaders DeleteUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

ToPath DeleteUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

ToQuery DeleteUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

AWSRequest DeleteUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

Associated Types

type AWSResponse DeleteUsagePlanKey #

Generic DeleteUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

Associated Types

type Rep DeleteUsagePlanKey :: Type -> Type #

Read DeleteUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

Show DeleteUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

NFData DeleteUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

Methods

rnf :: DeleteUsagePlanKey -> () #

Eq DeleteUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

Hashable DeleteUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

type AWSResponse DeleteUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

type Rep DeleteUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

type Rep DeleteUsagePlanKey = D1 ('MetaData "DeleteUsagePlanKey" "Amazonka.APIGateway.DeleteUsagePlanKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteUsagePlanKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "usagePlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "keyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteUsagePlanKey Source #

Create a value of DeleteUsagePlanKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteUsagePlanKey, deleteUsagePlanKey_usagePlanId - The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.

$sel:keyId:DeleteUsagePlanKey', deleteUsagePlanKey_keyId - The Id of the UsagePlanKey resource to be deleted.

data DeleteUsagePlanKeyResponse Source #

See: newDeleteUsagePlanKeyResponse smart constructor.

Instances

Instances details
Generic DeleteUsagePlanKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

Associated Types

type Rep DeleteUsagePlanKeyResponse :: Type -> Type #

Read DeleteUsagePlanKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

Show DeleteUsagePlanKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

NFData DeleteUsagePlanKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

Eq DeleteUsagePlanKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

type Rep DeleteUsagePlanKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteUsagePlanKey

type Rep DeleteUsagePlanKeyResponse = D1 ('MetaData "DeleteUsagePlanKeyResponse" "Amazonka.APIGateway.DeleteUsagePlanKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteUsagePlanKeyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteUsagePlanKeyResponse :: DeleteUsagePlanKeyResponse Source #

Create a value of DeleteUsagePlanKeyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteVpcLink

data DeleteVpcLink Source #

Deletes an existing VpcLink of a specified identifier.

See: newDeleteVpcLink smart constructor.

Constructors

DeleteVpcLink' Text 

Instances

newDeleteVpcLink Source #

Create a value of DeleteVpcLink with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:vpcLinkId:DeleteVpcLink', deleteVpcLink_vpcLinkId - The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

data DeleteVpcLinkResponse Source #

See: newDeleteVpcLinkResponse smart constructor.

Instances

Instances details
Generic DeleteVpcLinkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteVpcLink

Associated Types

type Rep DeleteVpcLinkResponse :: Type -> Type #

Read DeleteVpcLinkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteVpcLink

Show DeleteVpcLinkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteVpcLink

NFData DeleteVpcLinkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteVpcLink

Methods

rnf :: DeleteVpcLinkResponse -> () #

Eq DeleteVpcLinkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteVpcLink

type Rep DeleteVpcLinkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteVpcLink

type Rep DeleteVpcLinkResponse = D1 ('MetaData "DeleteVpcLinkResponse" "Amazonka.APIGateway.DeleteVpcLink" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteVpcLinkResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteVpcLinkResponse :: DeleteVpcLinkResponse Source #

Create a value of DeleteVpcLinkResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

FlushStageAuthorizersCache

data FlushStageAuthorizersCache Source #

Request to flush authorizer cache entries on a specified stage.

See: newFlushStageAuthorizersCache smart constructor.

Instances

Instances details
ToHeaders FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

ToPath FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

ToQuery FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

AWSRequest FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Generic FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Associated Types

type Rep FlushStageAuthorizersCache :: Type -> Type #

Read FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Show FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

NFData FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Eq FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Hashable FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

type AWSResponse FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

type Rep FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

type Rep FlushStageAuthorizersCache = D1 ('MetaData "FlushStageAuthorizersCache" "Amazonka.APIGateway.FlushStageAuthorizersCache" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "FlushStageAuthorizersCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFlushStageAuthorizersCache Source #

Create a value of FlushStageAuthorizersCache with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

FlushStageAuthorizersCache, flushStageAuthorizersCache_restApiId - The string identifier of the associated RestApi.

FlushStageAuthorizersCache, flushStageAuthorizersCache_stageName - The name of the stage to flush.

data FlushStageAuthorizersCacheResponse Source #

Instances

Instances details
Generic FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Associated Types

type Rep FlushStageAuthorizersCacheResponse :: Type -> Type #

Read FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Show FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

NFData FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Eq FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

type Rep FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

type Rep FlushStageAuthorizersCacheResponse = D1 ('MetaData "FlushStageAuthorizersCacheResponse" "Amazonka.APIGateway.FlushStageAuthorizersCache" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "FlushStageAuthorizersCacheResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newFlushStageAuthorizersCacheResponse :: FlushStageAuthorizersCacheResponse Source #

Create a value of FlushStageAuthorizersCacheResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

FlushStageCache

data FlushStageCache Source #

Requests API Gateway to flush a stage's cache.

See: newFlushStageCache smart constructor.

Constructors

FlushStageCache' Text Text 

Instances

Instances details
ToHeaders FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

ToPath FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

ToQuery FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

AWSRequest FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Associated Types

type AWSResponse FlushStageCache #

Generic FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Associated Types

type Rep FlushStageCache :: Type -> Type #

Read FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Show FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

NFData FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Methods

rnf :: FlushStageCache -> () #

Eq FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Hashable FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

type AWSResponse FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

type Rep FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

type Rep FlushStageCache = D1 ('MetaData "FlushStageCache" "Amazonka.APIGateway.FlushStageCache" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "FlushStageCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFlushStageCache Source #

Create a value of FlushStageCache with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

FlushStageCache, flushStageCache_restApiId - The string identifier of the associated RestApi.

FlushStageCache, flushStageCache_stageName - The name of the stage to flush its cache.

data FlushStageCacheResponse Source #

See: newFlushStageCacheResponse smart constructor.

Instances

Instances details
Generic FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Associated Types

type Rep FlushStageCacheResponse :: Type -> Type #

Read FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Show FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

NFData FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Methods

rnf :: FlushStageCacheResponse -> () #

Eq FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

type Rep FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

type Rep FlushStageCacheResponse = D1 ('MetaData "FlushStageCacheResponse" "Amazonka.APIGateway.FlushStageCache" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "FlushStageCacheResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newFlushStageCacheResponse :: FlushStageCacheResponse Source #

Create a value of FlushStageCacheResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

GenerateClientCertificate

data GenerateClientCertificate Source #

A request to generate a ClientCertificate resource.

See: newGenerateClientCertificate smart constructor.

Instances

Instances details
ToJSON GenerateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GenerateClientCertificate

ToHeaders GenerateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GenerateClientCertificate

ToPath GenerateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GenerateClientCertificate

ToQuery GenerateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GenerateClientCertificate

AWSRequest GenerateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GenerateClientCertificate

Generic GenerateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GenerateClientCertificate

Associated Types

type Rep GenerateClientCertificate :: Type -> Type #

Read GenerateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GenerateClientCertificate

Show GenerateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GenerateClientCertificate

NFData GenerateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GenerateClientCertificate

Eq GenerateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GenerateClientCertificate

Hashable GenerateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GenerateClientCertificate

type AWSResponse GenerateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GenerateClientCertificate

type Rep GenerateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GenerateClientCertificate

type Rep GenerateClientCertificate = D1 ('MetaData "GenerateClientCertificate" "Amazonka.APIGateway.GenerateClientCertificate" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GenerateClientCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))

newGenerateClientCertificate :: GenerateClientCertificate Source #

Create a value of GenerateClientCertificate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GenerateClientCertificate, generateClientCertificate_description - The description of the ClientCertificate.

GenerateClientCertificate, generateClientCertificate_tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

data ClientCertificate Source #

Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.

See: newClientCertificate smart constructor.

Instances

Instances details
FromJSON ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Generic ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Associated Types

type Rep ClientCertificate :: Type -> Type #

Read ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Show ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

NFData ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Methods

rnf :: ClientCertificate -> () #

Eq ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Hashable ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

type Rep ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

type Rep ClientCertificate = D1 ('MetaData "ClientCertificate" "Amazonka.APIGateway.Types.ClientCertificate" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "ClientCertificate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "expirationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pemEncodedCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newClientCertificate :: ClientCertificate Source #

Create a value of ClientCertificate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientCertificateId:ClientCertificate', clientCertificate_clientCertificateId - The identifier of the client certificate.

$sel:createdDate:ClientCertificate', clientCertificate_createdDate - The timestamp when the client certificate was created.

$sel:description:ClientCertificate', clientCertificate_description - The description of the client certificate.

$sel:expirationDate:ClientCertificate', clientCertificate_expirationDate - The timestamp when the client certificate will expire.

$sel:pemEncodedCertificate:ClientCertificate', clientCertificate_pemEncodedCertificate - The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .

$sel:tags:ClientCertificate', clientCertificate_tags - The collection of tags. Each tag element is associated with a given resource.

GetAccount

data GetAccount Source #

Requests API Gateway to get information about the current Account resource.

See: newGetAccount smart constructor.

Constructors

GetAccount' 

Instances

Instances details
ToHeaders GetAccount Source # 
Instance details

Defined in Amazonka.APIGateway.GetAccount

Methods

toHeaders :: GetAccount -> [Header] #

ToPath GetAccount Source # 
Instance details

Defined in Amazonka.APIGateway.GetAccount

ToQuery GetAccount Source # 
Instance details

Defined in Amazonka.APIGateway.GetAccount

AWSRequest GetAccount Source # 
Instance details

Defined in Amazonka.APIGateway.GetAccount

Associated Types

type AWSResponse GetAccount #

Generic GetAccount Source # 
Instance details

Defined in Amazonka.APIGateway.GetAccount

Associated Types

type Rep GetAccount :: Type -> Type #

Read GetAccount Source # 
Instance details

Defined in Amazonka.APIGateway.GetAccount

Show GetAccount Source # 
Instance details

Defined in Amazonka.APIGateway.GetAccount

NFData GetAccount Source # 
Instance details

Defined in Amazonka.APIGateway.GetAccount

Methods

rnf :: GetAccount -> () #

Eq GetAccount Source # 
Instance details

Defined in Amazonka.APIGateway.GetAccount

Hashable GetAccount Source # 
Instance details

Defined in Amazonka.APIGateway.GetAccount

type AWSResponse GetAccount Source # 
Instance details

Defined in Amazonka.APIGateway.GetAccount

type Rep GetAccount Source # 
Instance details

Defined in Amazonka.APIGateway.GetAccount

type Rep GetAccount = D1 ('MetaData "GetAccount" "Amazonka.APIGateway.GetAccount" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetAccount'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetAccount :: GetAccount Source #

Create a value of GetAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data Account Source #

Represents an AWS account that is associated with API Gateway.

See: newAccount smart constructor.

Instances

Instances details
FromJSON Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Generic Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Associated Types

type Rep Account :: Type -> Type #

Methods

from :: Account -> Rep Account x #

to :: Rep Account x -> Account #

Read Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Show Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

NFData Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Methods

rnf :: Account -> () #

Eq Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Methods

(==) :: Account -> Account -> Bool #

(/=) :: Account -> Account -> Bool #

Hashable Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Methods

hashWithSalt :: Int -> Account -> Int #

hash :: Account -> Int #

type Rep Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

type Rep Account = D1 ('MetaData "Account" "Amazonka.APIGateway.Types.Account" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Account'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiKeyVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cloudwatchRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "features") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "throttleSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThrottleSettings)))))

newAccount :: Account Source #

Create a value of Account with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeyVersion:Account', account_apiKeyVersion - The version of the API keys used for the account.

$sel:cloudwatchRoleArn:Account', account_cloudwatchRoleArn - The ARN of an Amazon CloudWatch role for the current Account.

$sel:features:Account', account_features - A list of features supported for the account. When usage plans are enabled, the features list will include an entry of "UsagePlans".

$sel:throttleSettings:Account', account_throttleSettings - Specifies the API request limits configured for the current Account.

GetApiKey

data GetApiKey Source #

A request to get information about the current ApiKey resource.

See: newGetApiKey smart constructor.

Constructors

GetApiKey' (Maybe Bool) Text 

Instances

Instances details
ToHeaders GetApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKey

Methods

toHeaders :: GetApiKey -> [Header] #

ToPath GetApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKey

ToQuery GetApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKey

AWSRequest GetApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKey

Associated Types

type AWSResponse GetApiKey #

Generic GetApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKey

Associated Types

type Rep GetApiKey :: Type -> Type #

Read GetApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKey

Show GetApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKey

NFData GetApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKey

Methods

rnf :: GetApiKey -> () #

Eq GetApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKey

Hashable GetApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKey

type AWSResponse GetApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKey

type Rep GetApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKey

type Rep GetApiKey = D1 ('MetaData "GetApiKey" "Amazonka.APIGateway.GetApiKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetApiKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "apiKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetApiKey Source #

Create a value of GetApiKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:includeValue:GetApiKey', getApiKey_includeValue - A boolean flag to specify whether (true) or not (false) the result contains the key value.

$sel:apiKey:GetApiKey', getApiKey_apiKey - The identifier of the ApiKey resource.

data ApiKey Source #

A resource that can be distributed to callers for executing Method resources that require an API key. API keys can be mapped to any Stage on any RestApi, which indicates that the callers with the API key can make requests to that stage.

See: newApiKey smart constructor.

Instances

Instances details
FromJSON ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Generic ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Associated Types

type Rep ApiKey :: Type -> Type #

Methods

from :: ApiKey -> Rep ApiKey x #

to :: Rep ApiKey x -> ApiKey #

Read ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Show ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

NFData ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Methods

rnf :: ApiKey -> () #

Eq ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Methods

(==) :: ApiKey -> ApiKey -> Bool #

(/=) :: ApiKey -> ApiKey -> Bool #

Hashable ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Methods

hashWithSalt :: Int -> ApiKey -> Int #

hash :: ApiKey -> Int #

type Rep ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

newApiKey :: ApiKey Source #

Create a value of ApiKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdDate:ApiKey', apiKey_createdDate - The timestamp when the API Key was created.

$sel:customerId:ApiKey', apiKey_customerId - An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.

$sel:description:ApiKey', apiKey_description - The description of the API Key.

$sel:enabled:ApiKey', apiKey_enabled - Specifies whether the API Key can be used by callers.

$sel:id:ApiKey', apiKey_id - The identifier of the API Key.

$sel:lastUpdatedDate:ApiKey', apiKey_lastUpdatedDate - The timestamp when the API Key was last updated.

$sel:name:ApiKey', apiKey_name - The name of the API Key.

$sel:stageKeys:ApiKey', apiKey_stageKeys - A list of Stage resources that are associated with the ApiKey resource.

$sel:tags:ApiKey', apiKey_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:value:ApiKey', apiKey_value - The value of the API Key.

GetApiKeys (Paginated)

data GetApiKeys Source #

A request to get information about the current ApiKeys resource.

See: newGetApiKeys smart constructor.

Instances

Instances details
ToHeaders GetApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

Methods

toHeaders :: GetApiKeys -> [Header] #

ToPath GetApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

ToQuery GetApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

AWSPager GetApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

AWSRequest GetApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

Associated Types

type AWSResponse GetApiKeys #

Generic GetApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

Associated Types

type Rep GetApiKeys :: Type -> Type #

Read GetApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

Show GetApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

NFData GetApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

Methods

rnf :: GetApiKeys -> () #

Eq GetApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

Hashable GetApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

type AWSResponse GetApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

type Rep GetApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

type Rep GetApiKeys = D1 ('MetaData "GetApiKeys" "Amazonka.APIGateway.GetApiKeys" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetApiKeys'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "customerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "includeValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "nameQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newGetApiKeys :: GetApiKeys Source #

Create a value of GetApiKeys with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetApiKeys, getApiKeys_customerId - The identifier of a customer in AWS Marketplace or an external system, such as a developer portal.

$sel:includeValues:GetApiKeys', getApiKeys_includeValues - A boolean flag to specify whether (true) or not (false) the result contains key values.

GetApiKeys, getApiKeys_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

$sel:nameQuery:GetApiKeys', getApiKeys_nameQuery - The name of queried API keys.

GetApiKeys, getApiKeys_position - The current pagination position in the paged result set.

data GetApiKeysResponse Source #

Represents a collection of API keys as represented by an ApiKeys resource.

See: newGetApiKeysResponse smart constructor.

Instances

Instances details
Generic GetApiKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

Associated Types

type Rep GetApiKeysResponse :: Type -> Type #

Read GetApiKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

Show GetApiKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

NFData GetApiKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

Methods

rnf :: GetApiKeysResponse -> () #

Eq GetApiKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

type Rep GetApiKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetApiKeys

type Rep GetApiKeysResponse = D1 ('MetaData "GetApiKeysResponse" "Amazonka.APIGateway.GetApiKeys" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetApiKeysResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApiKey])) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetApiKeysResponse Source #

Create a value of GetApiKeysResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetApiKeysResponse, getApiKeysResponse_items - The current page of elements from this collection.

GetApiKeys, getApiKeysResponse_position - Undocumented member.

GetApiKeysResponse, getApiKeysResponse_warnings - A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.

$sel:httpStatus:GetApiKeysResponse', getApiKeysResponse_httpStatus - The response's http status code.

GetAuthorizer

data GetAuthorizer Source #

Request to describe an existing Authorizer resource.

See: newGetAuthorizer smart constructor.

Constructors

GetAuthorizer' Text Text 

Instances

Instances details
ToHeaders GetAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizer

ToPath GetAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizer

ToQuery GetAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizer

AWSRequest GetAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizer

Associated Types

type AWSResponse GetAuthorizer #

Generic GetAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizer

Associated Types

type Rep GetAuthorizer :: Type -> Type #

Read GetAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizer

Show GetAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizer

NFData GetAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizer

Methods

rnf :: GetAuthorizer -> () #

Eq GetAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizer

Hashable GetAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizer

type AWSResponse GetAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizer

type Rep GetAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizer

type Rep GetAuthorizer = D1 ('MetaData "GetAuthorizer" "Amazonka.APIGateway.GetAuthorizer" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetAuthorizer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "authorizerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAuthorizer Source #

Create a value of GetAuthorizer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetAuthorizer, getAuthorizer_restApiId - The string identifier of the associated RestApi.

GetAuthorizer, getAuthorizer_authorizerId - The identifier of the Authorizer resource.

data Authorizer Source #

Represents an authorization layer for methods. If enabled on a method, API Gateway will activate the authorizer when a client calls the method.

See: newAuthorizer smart constructor.

Instances

Instances details
FromJSON Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Generic Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Associated Types

type Rep Authorizer :: Type -> Type #

Read Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Show Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

NFData Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Methods

rnf :: Authorizer -> () #

Eq Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Hashable Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

type Rep Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

newAuthorizer :: Authorizer Source #

Create a value of Authorizer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:authType:Authorizer', authorizer_authType - Optional customer-defined field, used in OpenAPI imports and exports without functional impact.

$sel:authorizerCredentials:Authorizer', authorizer_authorizerCredentials - Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

$sel:authorizerResultTtlInSeconds:Authorizer', authorizer_authorizerResultTtlInSeconds - The TTL in seconds of cached authorizer results. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway will cache authorizer responses. If this field is not set, the default value is 300. The maximum value is 3600, or 1 hour.

$sel:authorizerUri:Authorizer', authorizer_authorizerUri - Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN or REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:{account_id}:function:{lambda_function_name}/invocations. In general, the URI has this form arn:aws:apigateway:{region}:lambda:path/{service_api}, where {region} is the same as the region hosting the Lambda function, path indicates that the remaining substring in the URI should be treated as the path to the resource, including the initial /. For Lambda functions, this is usually of the form /2015-03-31/functions/[FunctionARN]/invocations.

$sel:id:Authorizer', authorizer_id - The identifier for the authorizer resource.

$sel:identitySource:Authorizer', authorizer_identitySource - The identity source for which authorization is requested. For a TOKEN or COGNITO_USER_POOLS authorizer, this is required and specifies the request header mapping expression for the custom header holding the authorization token submitted by the client. For example, if the token header name is Auth, the header mapping expression is method.request.header.Auth. For the REQUEST authorizer, this is required when authorization caching is enabled. The value is a comma-separated string of one or more mapping expressions of the specified request parameters. For example, if an Auth header, a Name query string parameter are defined as identity sources, this value is method.request.header.Auth, method.request.querystring.Name. These parameters will be used to derive the authorization caching key and to perform runtime validation of the REQUEST authorizer by verifying all of the identity-related request parameters are present, not null and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function, otherwise, it returns a 401 Unauthorized response without calling the Lambda function. The valid value is a string of comma-separated mapping expressions of the specified request parameters. When the authorization caching is not enabled, this property is optional.

$sel:identityValidationExpression:Authorizer', authorizer_identityValidationExpression - A validation expression for the incoming identity token. For TOKEN authorizers, this value is a regular expression. For COGNITO_USER_POOLS authorizers, API Gateway will match the aud field of the incoming token from the client against the specified regular expression. It will invoke the authorizer's Lambda function when there is a match. Otherwise, it will return a 401 Unauthorized response without calling the Lambda function. The validation expression does not apply to the REQUEST authorizer.

$sel:name:Authorizer', authorizer_name - The name of the authorizer.

$sel:providerARNs:Authorizer', authorizer_providerARNs - A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer. Each element is of this format: arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}. For a TOKEN or REQUEST authorizer, this is not defined.

$sel:type':Authorizer', authorizer_type - The authorizer type. Valid values are TOKEN for a Lambda function using a single authorization token submitted in a custom header, REQUEST for a Lambda function using incoming request parameters, and COGNITO_USER_POOLS for using an Amazon Cognito user pool.

GetAuthorizers (Paginated)

data GetAuthorizers Source #

Request to describe an existing Authorizers resource.

See: newGetAuthorizers smart constructor.

Instances

Instances details
ToHeaders GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

ToPath GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

ToQuery GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

AWSPager GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

AWSRequest GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Associated Types

type AWSResponse GetAuthorizers #

Generic GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Associated Types

type Rep GetAuthorizers :: Type -> Type #

Read GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Show GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

NFData GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Methods

rnf :: GetAuthorizers -> () #

Eq GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Hashable GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

type AWSResponse GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

type Rep GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

type Rep GetAuthorizers = D1 ('MetaData "GetAuthorizers" "Amazonka.APIGateway.GetAuthorizers" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetAuthorizers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetAuthorizers Source #

Create a value of GetAuthorizers with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetAuthorizers, getAuthorizers_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetAuthorizers, getAuthorizers_position - The current pagination position in the paged result set.

GetAuthorizers, getAuthorizers_restApiId - The string identifier of the associated RestApi.

data GetAuthorizersResponse Source #

Represents a collection of Authorizer resources.

See: newGetAuthorizersResponse smart constructor.

Instances

Instances details
Generic GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Associated Types

type Rep GetAuthorizersResponse :: Type -> Type #

Read GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Show GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

NFData GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Methods

rnf :: GetAuthorizersResponse -> () #

Eq GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

type Rep GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

type Rep GetAuthorizersResponse = D1 ('MetaData "GetAuthorizersResponse" "Amazonka.APIGateway.GetAuthorizers" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetAuthorizersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Authorizer])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetAuthorizersResponse Source #

Create a value of GetAuthorizersResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetAuthorizersResponse, getAuthorizersResponse_items - The current page of elements from this collection.

GetAuthorizers, getAuthorizersResponse_position - Undocumented member.

$sel:httpStatus:GetAuthorizersResponse', getAuthorizersResponse_httpStatus - The response's http status code.

GetBasePathMapping

data GetBasePathMapping Source #

Request to describe a BasePathMapping resource.

See: newGetBasePathMapping smart constructor.

Instances

Instances details
ToHeaders GetBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMapping

ToPath GetBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMapping

ToQuery GetBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMapping

AWSRequest GetBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMapping

Associated Types

type AWSResponse GetBasePathMapping #

Generic GetBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMapping

Associated Types

type Rep GetBasePathMapping :: Type -> Type #

Read GetBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMapping

Show GetBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMapping

NFData GetBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMapping

Methods

rnf :: GetBasePathMapping -> () #

Eq GetBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMapping

Hashable GetBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMapping

type AWSResponse GetBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMapping

type Rep GetBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMapping

type Rep GetBasePathMapping = D1 ('MetaData "GetBasePathMapping" "Amazonka.APIGateway.GetBasePathMapping" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetBasePathMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "basePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetBasePathMapping Source #

Create a value of GetBasePathMapping with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetBasePathMapping, getBasePathMapping_domainName - The domain name of the BasePathMapping resource to be described.

GetBasePathMapping, getBasePathMapping_basePath - The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name after the domain name.

data BasePathMapping Source #

Represents the base path that callers of the API must provide as part of the URL after the domain name.

See: newBasePathMapping smart constructor.

Instances

Instances details
FromJSON BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Generic BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Associated Types

type Rep BasePathMapping :: Type -> Type #

Read BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Show BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

NFData BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Methods

rnf :: BasePathMapping -> () #

Eq BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Hashable BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

type Rep BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

type Rep BasePathMapping = D1 ('MetaData "BasePathMapping" "Amazonka.APIGateway.Types.BasePathMapping" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "BasePathMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "basePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBasePathMapping :: BasePathMapping Source #

Create a value of BasePathMapping with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:basePath:BasePathMapping', basePathMapping_basePath - The base path name that callers of the API must provide as part of the URL after the domain name.

$sel:restApiId:BasePathMapping', basePathMapping_restApiId - The string identifier of the associated RestApi.

$sel:stage:BasePathMapping', basePathMapping_stage - The name of the associated stage.

GetBasePathMappings (Paginated)

data GetBasePathMappings Source #

A request to get information about a collection of BasePathMapping resources.

See: newGetBasePathMappings smart constructor.

Instances

Instances details
ToHeaders GetBasePathMappings Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

ToPath GetBasePathMappings Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

ToQuery GetBasePathMappings Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

AWSPager GetBasePathMappings Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

AWSRequest GetBasePathMappings Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

Associated Types

type AWSResponse GetBasePathMappings #

Generic GetBasePathMappings Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

Associated Types

type Rep GetBasePathMappings :: Type -> Type #

Read GetBasePathMappings Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

Show GetBasePathMappings Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

NFData GetBasePathMappings Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

Methods

rnf :: GetBasePathMappings -> () #

Eq GetBasePathMappings Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

Hashable GetBasePathMappings Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

type AWSResponse GetBasePathMappings Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

type Rep GetBasePathMappings Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

type Rep GetBasePathMappings = D1 ('MetaData "GetBasePathMappings" "Amazonka.APIGateway.GetBasePathMappings" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetBasePathMappings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetBasePathMappings Source #

Create a value of GetBasePathMappings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetBasePathMappings, getBasePathMappings_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetBasePathMappings, getBasePathMappings_position - The current pagination position in the paged result set.

GetBasePathMappings, getBasePathMappings_domainName - The domain name of a BasePathMapping resource.

data GetBasePathMappingsResponse Source #

Represents a collection of BasePathMapping resources.

See: newGetBasePathMappingsResponse smart constructor.

Instances

Instances details
Generic GetBasePathMappingsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

Associated Types

type Rep GetBasePathMappingsResponse :: Type -> Type #

Read GetBasePathMappingsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

Show GetBasePathMappingsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

NFData GetBasePathMappingsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

Eq GetBasePathMappingsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

type Rep GetBasePathMappingsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetBasePathMappings

type Rep GetBasePathMappingsResponse = D1 ('MetaData "GetBasePathMappingsResponse" "Amazonka.APIGateway.GetBasePathMappings" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetBasePathMappingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BasePathMapping])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetBasePathMappingsResponse Source #

Create a value of GetBasePathMappingsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetBasePathMappingsResponse, getBasePathMappingsResponse_items - The current page of elements from this collection.

GetBasePathMappings, getBasePathMappingsResponse_position - Undocumented member.

$sel:httpStatus:GetBasePathMappingsResponse', getBasePathMappingsResponse_httpStatus - The response's http status code.

GetClientCertificate

data GetClientCertificate Source #

A request to get information about the current ClientCertificate resource.

See: newGetClientCertificate smart constructor.

Instances

Instances details
ToHeaders GetClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificate

ToPath GetClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificate

ToQuery GetClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificate

AWSRequest GetClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificate

Associated Types

type AWSResponse GetClientCertificate #

Generic GetClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificate

Associated Types

type Rep GetClientCertificate :: Type -> Type #

Read GetClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificate

Show GetClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificate

NFData GetClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificate

Methods

rnf :: GetClientCertificate -> () #

Eq GetClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificate

Hashable GetClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificate

type AWSResponse GetClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificate

type Rep GetClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificate

type Rep GetClientCertificate = D1 ('MetaData "GetClientCertificate" "Amazonka.APIGateway.GetClientCertificate" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetClientCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetClientCertificate Source #

Create a value of GetClientCertificate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetClientCertificate, getClientCertificate_clientCertificateId - The identifier of the ClientCertificate resource to be described.

data ClientCertificate Source #

Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.

See: newClientCertificate smart constructor.

Instances

Instances details
FromJSON ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Generic ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Associated Types

type Rep ClientCertificate :: Type -> Type #

Read ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Show ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

NFData ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Methods

rnf :: ClientCertificate -> () #

Eq ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Hashable ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

type Rep ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

type Rep ClientCertificate = D1 ('MetaData "ClientCertificate" "Amazonka.APIGateway.Types.ClientCertificate" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "ClientCertificate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "expirationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pemEncodedCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newClientCertificate :: ClientCertificate Source #

Create a value of ClientCertificate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientCertificateId:ClientCertificate', clientCertificate_clientCertificateId - The identifier of the client certificate.

$sel:createdDate:ClientCertificate', clientCertificate_createdDate - The timestamp when the client certificate was created.

$sel:description:ClientCertificate', clientCertificate_description - The description of the client certificate.

$sel:expirationDate:ClientCertificate', clientCertificate_expirationDate - The timestamp when the client certificate will expire.

$sel:pemEncodedCertificate:ClientCertificate', clientCertificate_pemEncodedCertificate - The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .

$sel:tags:ClientCertificate', clientCertificate_tags - The collection of tags. Each tag element is associated with a given resource.

GetClientCertificates (Paginated)

data GetClientCertificates Source #

A request to get information about a collection of ClientCertificate resources.

See: newGetClientCertificates smart constructor.

Instances

Instances details
ToHeaders GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

ToPath GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

ToQuery GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

AWSPager GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

AWSRequest GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Associated Types

type AWSResponse GetClientCertificates #

Generic GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Associated Types

type Rep GetClientCertificates :: Type -> Type #

Read GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Show GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

NFData GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Methods

rnf :: GetClientCertificates -> () #

Eq GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Hashable GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

type AWSResponse GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

type Rep GetClientCertificates Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

type Rep GetClientCertificates = D1 ('MetaData "GetClientCertificates" "Amazonka.APIGateway.GetClientCertificates" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetClientCertificates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGetClientCertificates :: GetClientCertificates Source #

Create a value of GetClientCertificates with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetClientCertificates, getClientCertificates_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetClientCertificates, getClientCertificates_position - The current pagination position in the paged result set.

data GetClientCertificatesResponse Source #

Represents a collection of ClientCertificate resources.

See: newGetClientCertificatesResponse smart constructor.

Instances

Instances details
Generic GetClientCertificatesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Associated Types

type Rep GetClientCertificatesResponse :: Type -> Type #

Read GetClientCertificatesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Show GetClientCertificatesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

NFData GetClientCertificatesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

Eq GetClientCertificatesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

type Rep GetClientCertificatesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetClientCertificates

type Rep GetClientCertificatesResponse = D1 ('MetaData "GetClientCertificatesResponse" "Amazonka.APIGateway.GetClientCertificates" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetClientCertificatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ClientCertificate])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetClientCertificatesResponse Source #

Create a value of GetClientCertificatesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetClientCertificatesResponse, getClientCertificatesResponse_items - The current page of elements from this collection.

GetClientCertificates, getClientCertificatesResponse_position - Undocumented member.

$sel:httpStatus:GetClientCertificatesResponse', getClientCertificatesResponse_httpStatus - The response's http status code.

GetDeployment

data GetDeployment Source #

Requests API Gateway to get information about a Deployment resource.

See: newGetDeployment smart constructor.

Constructors

GetDeployment' (Maybe [Text]) Text Text 

Instances

Instances details
ToHeaders GetDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployment

ToPath GetDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployment

ToQuery GetDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployment

AWSRequest GetDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployment

Associated Types

type AWSResponse GetDeployment #

Generic GetDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployment

Associated Types

type Rep GetDeployment :: Type -> Type #

Read GetDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployment

Show GetDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployment

NFData GetDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployment

Methods

rnf :: GetDeployment -> () #

Eq GetDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployment

Hashable GetDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployment

type AWSResponse GetDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployment

type Rep GetDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployment

type Rep GetDeployment = D1 ('MetaData "GetDeployment" "Amazonka.APIGateway.GetDeployment" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "embed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetDeployment Source #

Create a value of GetDeployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:embed:GetDeployment', getDeployment_embed - A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the response. In a REST API call, this embed parameter value is a list of comma-separated strings, as in GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2. The SDK and other platform-dependent libraries might use a different format for the list. Currently, this request supports only retrieval of the embedded API summary this way. Hence, the parameter value must be a single-valued list containing only the "apisummary" string. For example, GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary.

GetDeployment, getDeployment_restApiId - The string identifier of the associated RestApi.

GetDeployment, getDeployment_deploymentId - The identifier of the Deployment resource to get information about.

data Deployment Source #

An immutable representation of a RestApi resource that can be called by users using Stages. A deployment must be associated with a Stage for it to be callable over the Internet.

See: newDeployment smart constructor.

Instances

Instances details
FromJSON Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Generic Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Associated Types

type Rep Deployment :: Type -> Type #

Read Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Show Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

NFData Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Methods

rnf :: Deployment -> () #

Eq Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Hashable Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

type Rep Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

type Rep Deployment = D1 ('MetaData "Deployment" "Amazonka.APIGateway.Types.Deployment" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Deployment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (HashMap Text MethodSnapshot)))) :*: S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDeployment :: Deployment Source #

Create a value of Deployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiSummary:Deployment', deployment_apiSummary - A summary of the RestApi at the date and time that the deployment resource was created.

$sel:createdDate:Deployment', deployment_createdDate - The date and time that the deployment resource was created.

$sel:description:Deployment', deployment_description - The description for the deployment resource.

$sel:id:Deployment', deployment_id - The identifier for the deployment resource.

GetDeployments (Paginated)

data GetDeployments Source #

Requests API Gateway to get information about a Deployments collection.

See: newGetDeployments smart constructor.

Instances

Instances details
ToHeaders GetDeployments Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

ToPath GetDeployments Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

ToQuery GetDeployments Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

AWSPager GetDeployments Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

AWSRequest GetDeployments Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

Associated Types

type AWSResponse GetDeployments #

Generic GetDeployments Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

Associated Types

type Rep GetDeployments :: Type -> Type #

Read GetDeployments Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

Show GetDeployments Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

NFData GetDeployments Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

Methods

rnf :: GetDeployments -> () #

Eq GetDeployments Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

Hashable GetDeployments Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

type AWSResponse GetDeployments Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

type Rep GetDeployments Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

type Rep GetDeployments = D1 ('MetaData "GetDeployments" "Amazonka.APIGateway.GetDeployments" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetDeployments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetDeployments Source #

Create a value of GetDeployments with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetDeployments, getDeployments_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetDeployments, getDeployments_position - The current pagination position in the paged result set.

GetDeployments, getDeployments_restApiId - The string identifier of the associated RestApi.

data GetDeploymentsResponse Source #

Represents a collection resource that contains zero or more references to your existing deployments, and links that guide you on how to interact with your collection. The collection offers a paginated view of the contained deployments.

See: newGetDeploymentsResponse smart constructor.

Instances

Instances details
Generic GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

Associated Types

type Rep GetDeploymentsResponse :: Type -> Type #

Read GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

Show GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

NFData GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

Methods

rnf :: GetDeploymentsResponse -> () #

Eq GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

type Rep GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDeployments

type Rep GetDeploymentsResponse = D1 ('MetaData "GetDeploymentsResponse" "Amazonka.APIGateway.GetDeployments" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetDeploymentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Deployment])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDeploymentsResponse Source #

Create a value of GetDeploymentsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetDeploymentsResponse, getDeploymentsResponse_items - The current page of elements from this collection.

GetDeployments, getDeploymentsResponse_position - Undocumented member.

$sel:httpStatus:GetDeploymentsResponse', getDeploymentsResponse_httpStatus - The response's http status code.

GetDocumentationPart

data GetDocumentationPart Source #

Gets a specified documentation part of a given API.

See: newGetDocumentationPart smart constructor.

Instances

Instances details
ToHeaders GetDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationPart

ToPath GetDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationPart

ToQuery GetDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationPart

AWSRequest GetDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationPart

Associated Types

type AWSResponse GetDocumentationPart #

Generic GetDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationPart

Associated Types

type Rep GetDocumentationPart :: Type -> Type #

Read GetDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationPart

Show GetDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationPart

NFData GetDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationPart

Methods

rnf :: GetDocumentationPart -> () #

Eq GetDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationPart

Hashable GetDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationPart

type AWSResponse GetDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationPart

type Rep GetDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationPart

type Rep GetDocumentationPart = D1 ('MetaData "GetDocumentationPart" "Amazonka.APIGateway.GetDocumentationPart" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetDocumentationPart'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "documentationPartId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDocumentationPart Source #

Create a value of GetDocumentationPart with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetDocumentationPart, getDocumentationPart_restApiId - The string identifier of the associated RestApi.

$sel:documentationPartId:GetDocumentationPart', getDocumentationPart_documentationPartId - The string identifier of the associated RestApi.

data DocumentationPart Source #

A documentation part for a targeted API entity.

See: newDocumentationPart smart constructor.

Instances

Instances details
FromJSON DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Generic DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Associated Types

type Rep DocumentationPart :: Type -> Type #

Read DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Show DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

NFData DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Methods

rnf :: DocumentationPart -> () #

Eq DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Hashable DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

type Rep DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

type Rep DocumentationPart = D1 ('MetaData "DocumentationPart" "Amazonka.APIGateway.Types.DocumentationPart" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DocumentationPart'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentationPartLocation)) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDocumentationPart :: DocumentationPart Source #

Create a value of DocumentationPart with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:DocumentationPart', documentationPart_id - The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.

$sel:location:DocumentationPart', documentationPart_location - The location of the API entity to which the documentation applies. Valid fields depend on the targeted API entity type. All the valid location fields are not required. If not explicitly specified, a valid location field is treated as a wildcard and associated documentation content may be inherited by matching entities, unless overridden.

$sel:properties:DocumentationPart', documentationPart_properties - A content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \"description\": \"The API does ...\" }". Only OpenAPI-compliant documentation-related fields from the properties map are exported and, hence, published as part of the API entity definitions, while the original documentation parts are exported in a OpenAPI extension of x-amazon-apigateway-documentation.

GetDocumentationParts (Paginated)

data GetDocumentationParts Source #

Gets the documentation parts of an API. The result may be filtered by the type, name, or path of API entities (targets).

See: newGetDocumentationParts smart constructor.

Instances

Instances details
ToHeaders GetDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

ToPath GetDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

ToQuery GetDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

AWSPager GetDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

AWSRequest GetDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

Associated Types

type AWSResponse GetDocumentationParts #

Generic GetDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

Associated Types

type Rep GetDocumentationParts :: Type -> Type #

Read GetDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

Show GetDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

NFData GetDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

Methods

rnf :: GetDocumentationParts -> () #

Eq GetDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

Hashable GetDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

type AWSResponse GetDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

type Rep GetDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

newGetDocumentationParts Source #

Create a value of GetDocumentationParts with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetDocumentationParts, getDocumentationParts_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

$sel:locationStatus:GetDocumentationParts', getDocumentationParts_locationStatus - The status of the API documentation parts to retrieve. Valid values are DOCUMENTED for retrieving DocumentationPart resources with content and UNDOCUMENTED for DocumentationPart resources without content.

$sel:nameQuery:GetDocumentationParts', getDocumentationParts_nameQuery - The name of API entities of the to-be-retrieved documentation parts.

GetDocumentationParts, getDocumentationParts_path - The path of API entities of the to-be-retrieved documentation parts.

GetDocumentationParts, getDocumentationParts_position - The current pagination position in the paged result set.

GetDocumentationParts, getDocumentationParts_type - The type of API entities of the to-be-retrieved documentation parts.

GetDocumentationParts, getDocumentationParts_restApiId - The string identifier of the associated RestApi.

data GetDocumentationPartsResponse Source #

The collection of documentation parts of an API.

See: newGetDocumentationPartsResponse smart constructor.

Instances

Instances details
Generic GetDocumentationPartsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

Associated Types

type Rep GetDocumentationPartsResponse :: Type -> Type #

Read GetDocumentationPartsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

Show GetDocumentationPartsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

NFData GetDocumentationPartsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

Eq GetDocumentationPartsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

type Rep GetDocumentationPartsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationParts

type Rep GetDocumentationPartsResponse = D1 ('MetaData "GetDocumentationPartsResponse" "Amazonka.APIGateway.GetDocumentationParts" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetDocumentationPartsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DocumentationPart])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDocumentationPartsResponse Source #

Create a value of GetDocumentationPartsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetDocumentationPartsResponse, getDocumentationPartsResponse_items - The current page of elements from this collection.

GetDocumentationParts, getDocumentationPartsResponse_position - Undocumented member.

$sel:httpStatus:GetDocumentationPartsResponse', getDocumentationPartsResponse_httpStatus - The response's http status code.

GetDocumentationVersion

data GetDocumentationVersion Source #

Gets a documentation snapshot of an API.

See: newGetDocumentationVersion smart constructor.

Instances

Instances details
ToHeaders GetDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersion

ToPath GetDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersion

ToQuery GetDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersion

AWSRequest GetDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersion

Generic GetDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersion

Associated Types

type Rep GetDocumentationVersion :: Type -> Type #

Read GetDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersion

Show GetDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersion

NFData GetDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersion

Methods

rnf :: GetDocumentationVersion -> () #

Eq GetDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersion

Hashable GetDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersion

type AWSResponse GetDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersion

type Rep GetDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersion

type Rep GetDocumentationVersion = D1 ('MetaData "GetDocumentationVersion" "Amazonka.APIGateway.GetDocumentationVersion" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetDocumentationVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "documentationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDocumentationVersion Source #

Create a value of GetDocumentationVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetDocumentationVersion, getDocumentationVersion_restApiId - The string identifier of the associated RestApi.

GetDocumentationVersion, getDocumentationVersion_documentationVersion - The version identifier of the to-be-retrieved documentation snapshot.

data DocumentationVersion Source #

A snapshot of the documentation of an API.

See: newDocumentationVersion smart constructor.

Instances

Instances details
FromJSON DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Generic DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Associated Types

type Rep DocumentationVersion :: Type -> Type #

Read DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Show DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

NFData DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Methods

rnf :: DocumentationVersion -> () #

Eq DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Hashable DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

type Rep DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

type Rep DocumentationVersion = D1 ('MetaData "DocumentationVersion" "Amazonka.APIGateway.Types.DocumentationVersion" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DocumentationVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDocumentationVersion :: DocumentationVersion Source #

Create a value of DocumentationVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdDate:DocumentationVersion', documentationVersion_createdDate - The date when the API documentation snapshot is created.

$sel:description:DocumentationVersion', documentationVersion_description - The description of the API documentation snapshot.

$sel:version:DocumentationVersion', documentationVersion_version - The version identifier of the API documentation snapshot.

GetDocumentationVersions (Paginated)

data GetDocumentationVersions Source #

Gets the documentation versions of an API.

See: newGetDocumentationVersions smart constructor.

Instances

Instances details
ToHeaders GetDocumentationVersions Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

ToPath GetDocumentationVersions Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

ToQuery GetDocumentationVersions Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

AWSPager GetDocumentationVersions Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

AWSRequest GetDocumentationVersions Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

Generic GetDocumentationVersions Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

Associated Types

type Rep GetDocumentationVersions :: Type -> Type #

Read GetDocumentationVersions Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

Show GetDocumentationVersions Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

NFData GetDocumentationVersions Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

Eq GetDocumentationVersions Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

Hashable GetDocumentationVersions Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

type AWSResponse GetDocumentationVersions Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

type Rep GetDocumentationVersions Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

type Rep GetDocumentationVersions = D1 ('MetaData "GetDocumentationVersions" "Amazonka.APIGateway.GetDocumentationVersions" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetDocumentationVersions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetDocumentationVersions Source #

Create a value of GetDocumentationVersions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetDocumentationVersions, getDocumentationVersions_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetDocumentationVersions, getDocumentationVersions_position - The current pagination position in the paged result set.

GetDocumentationVersions, getDocumentationVersions_restApiId - The string identifier of the associated RestApi.

data GetDocumentationVersionsResponse Source #

The collection of documentation snapshots of an API.

See: newGetDocumentationVersionsResponse smart constructor.

Instances

Instances details
Generic GetDocumentationVersionsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

Associated Types

type Rep GetDocumentationVersionsResponse :: Type -> Type #

Read GetDocumentationVersionsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

Show GetDocumentationVersionsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

NFData GetDocumentationVersionsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

Eq GetDocumentationVersionsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

type Rep GetDocumentationVersionsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDocumentationVersions

type Rep GetDocumentationVersionsResponse = D1 ('MetaData "GetDocumentationVersionsResponse" "Amazonka.APIGateway.GetDocumentationVersions" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetDocumentationVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DocumentationVersion])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDocumentationVersionsResponse Source #

Create a value of GetDocumentationVersionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetDocumentationVersionsResponse, getDocumentationVersionsResponse_items - The current page of elements from this collection.

GetDocumentationVersions, getDocumentationVersionsResponse_position - Undocumented member.

$sel:httpStatus:GetDocumentationVersionsResponse', getDocumentationVersionsResponse_httpStatus - The response's http status code.

GetDomainName

data GetDomainName Source #

Request to get the name of a DomainName resource.

See: newGetDomainName smart constructor.

Constructors

GetDomainName' Text 

Instances

Instances details
ToHeaders GetDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainName

ToPath GetDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainName

ToQuery GetDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainName

AWSRequest GetDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainName

Associated Types

type AWSResponse GetDomainName #

Generic GetDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainName

Associated Types

type Rep GetDomainName :: Type -> Type #

Read GetDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainName

Show GetDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainName

NFData GetDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainName

Methods

rnf :: GetDomainName -> () #

Eq GetDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainName

Hashable GetDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainName

type AWSResponse GetDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainName

type Rep GetDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainName

type Rep GetDomainName = D1 ('MetaData "GetDomainName" "Amazonka.APIGateway.GetDomainName" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetDomainName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDomainName Source #

Create a value of GetDomainName with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetDomainName, getDomainName_domainName - The name of the DomainName resource.

data DomainName Source #

Represents a custom domain name as a user-friendly host name of an API (RestApi).

See: newDomainName smart constructor.

Instances

Instances details
FromJSON DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Generic DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Associated Types

type Rep DomainName :: Type -> Type #

Read DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Show DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

NFData DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Methods

rnf :: DomainName -> () #

Eq DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Hashable DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

type Rep DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

type Rep DomainName = D1 ('MetaData "DomainName" "Amazonka.APIGateway.Types.DomainName" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DomainName'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "certificateUploadDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "distributionDomainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "distributionHostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domainNameStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainNameStatus)) :*: S1 ('MetaSel ('Just "domainNameStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfiguration)) :*: S1 ('MetaSel ('Just "mutualTlsAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MutualTlsAuthentication))) :*: (S1 ('MetaSel ('Just "ownershipVerificationCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regionalCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "regionalCertificateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regionalDomainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "regionalHostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "securityPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityPolicy)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))))

newDomainName :: DomainName Source #

Create a value of DomainName with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:certificateArn:DomainName', domainName_certificateArn - The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.

$sel:certificateName:DomainName', domainName_certificateName - The name of the certificate that will be used by edge-optimized endpoint for this domain name.

$sel:certificateUploadDate:DomainName', domainName_certificateUploadDate - The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.

$sel:distributionDomainName:DomainName', domainName_distributionDomainName - The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront documentation.

$sel:distributionHostedZoneId:DomainName', domainName_distributionHostedZoneId - The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint. The valid value is Z2FDTNDATAQYW2 for all the regions. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for API Gateway.

$sel:domainName:DomainName', domainName_domainName - The custom domain name as an API host name, for example, my-api.example.com.

$sel:domainNameStatus:DomainName', domainName_domainNameStatus - The status of the DomainName migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.

$sel:domainNameStatusMessage:DomainName', domainName_domainNameStatusMessage - An optional text message containing detailed information about status of the DomainName migration.

$sel:endpointConfiguration:DomainName', domainName_endpointConfiguration - The endpoint configuration of this DomainName showing the endpoint types of the domain name.

$sel:mutualTlsAuthentication:DomainName', domainName_mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.

$sel:ownershipVerificationCertificateArn:DomainName', domainName_ownershipVerificationCertificateArn - The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.

$sel:regionalCertificateArn:DomainName', domainName_regionalCertificateArn - The reference to an AWS-managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.

$sel:regionalCertificateName:DomainName', domainName_regionalCertificateName - The name of the certificate that will be used for validating the regional domain name.

$sel:regionalDomainName:DomainName', domainName_regionalDomainName - The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name. The regional domain name is returned by API Gateway when you create a regional endpoint.

$sel:regionalHostedZoneId:DomainName', domainName_regionalHostedZoneId - The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for API Gateway.

$sel:securityPolicy:DomainName', domainName_securityPolicy - The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are TLS_1_0 and TLS_1_2.

$sel:tags:DomainName', domainName_tags - The collection of tags. Each tag element is associated with a given resource.

GetDomainNames (Paginated)

data GetDomainNames Source #

Request to describe a collection of DomainName resources.

See: newGetDomainNames smart constructor.

Constructors

GetDomainNames' (Maybe Int) (Maybe Text) 

Instances

Instances details
ToHeaders GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

ToPath GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

ToQuery GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

AWSPager GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

AWSRequest GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Associated Types

type AWSResponse GetDomainNames #

Generic GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Associated Types

type Rep GetDomainNames :: Type -> Type #

Read GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Show GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

NFData GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Methods

rnf :: GetDomainNames -> () #

Eq GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Hashable GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

type AWSResponse GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

type Rep GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

type Rep GetDomainNames = D1 ('MetaData "GetDomainNames" "Amazonka.APIGateway.GetDomainNames" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetDomainNames'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGetDomainNames :: GetDomainNames Source #

Create a value of GetDomainNames with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetDomainNames, getDomainNames_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetDomainNames, getDomainNames_position - The current pagination position in the paged result set.

data GetDomainNamesResponse Source #

Represents a collection of DomainName resources.

See: newGetDomainNamesResponse smart constructor.

Instances

Instances details
Generic GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Associated Types

type Rep GetDomainNamesResponse :: Type -> Type #

Read GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Show GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

NFData GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Methods

rnf :: GetDomainNamesResponse -> () #

Eq GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

type Rep GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

type Rep GetDomainNamesResponse = D1 ('MetaData "GetDomainNamesResponse" "Amazonka.APIGateway.GetDomainNames" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetDomainNamesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainName])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDomainNamesResponse Source #

Create a value of GetDomainNamesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetDomainNamesResponse, getDomainNamesResponse_items - The current page of elements from this collection.

GetDomainNames, getDomainNamesResponse_position - Undocumented member.

$sel:httpStatus:GetDomainNamesResponse', getDomainNamesResponse_httpStatus - The response's http status code.

GetExport

data GetExport Source #

Request a new export of a RestApi for a particular Stage.

See: newGetExport smart constructor.

Instances

Instances details
ToHeaders GetExport Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

Methods

toHeaders :: GetExport -> [Header] #

ToPath GetExport Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

ToQuery GetExport Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

AWSRequest GetExport Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

Associated Types

type AWSResponse GetExport #

Generic GetExport Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

Associated Types

type Rep GetExport :: Type -> Type #

Read GetExport Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

Show GetExport Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

NFData GetExport Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

Methods

rnf :: GetExport -> () #

Eq GetExport Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

Hashable GetExport Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

type AWSResponse GetExport Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

type Rep GetExport Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

type Rep GetExport = D1 ('MetaData "GetExport" "Amazonka.APIGateway.GetExport" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetExport'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accepts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "exportType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGetExport Source #

Create a value of GetExport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accepts:GetExport', getExport_accepts - The content-type of the export, for example application/json. Currently application/json and application/yaml are supported for exportType ofoas30 and swagger. This should be specified in the Accept header for direct API requests.

$sel:parameters:GetExport', getExport_parameters - A key-value map of query string parameters that specify properties of the export, depending on the requested exportType. For exportType oas30 and swagger, any combination of the following parameters are supported: extensions='integrations' or extensions='apigateway' will export the API with x-amazon-apigateway-integration extensions. extensions='authorizers' will export the API with x-amazon-apigateway-authorizer extensions. postman will export the API with Postman extensions, allowing for import to the Postman tool

GetExport, getExport_restApiId - The string identifier of the associated RestApi.

GetExport, getExport_stageName - The name of the Stage that will be exported.

$sel:exportType:GetExport', getExport_exportType - The type of export. Acceptable values are 'oas30' for OpenAPI 3.0.x and 'swagger' for Swagger/OpenAPI 2.0.

data GetExportResponse Source #

The binary blob response to GetExport, which contains the generated SDK.

See: newGetExportResponse smart constructor.

Instances

Instances details
Generic GetExportResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

Associated Types

type Rep GetExportResponse :: Type -> Type #

Show GetExportResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

NFData GetExportResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

Methods

rnf :: GetExportResponse -> () #

Eq GetExportResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

type Rep GetExportResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetExport

type Rep GetExportResponse = D1 ('MetaData "GetExportResponse" "Amazonka.APIGateway.GetExport" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetExportResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ByteString)) :*: S1 ('MetaSel ('Just "contentDisposition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetExportResponse Source #

Create a value of GetExportResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:body:GetExportResponse', getExportResponse_body - The binary blob response to GetExport, which contains the export.

$sel:contentDisposition:GetExportResponse', getExportResponse_contentDisposition - The content-disposition header value in the HTTP response.

GetExportResponse, getExportResponse_contentType - The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.

$sel:httpStatus:GetExportResponse', getExportResponse_httpStatus - The response's http status code.

GetGatewayResponse

data GetGatewayResponse Source #

Gets a GatewayResponse of a specified response type on the given RestApi.

See: newGetGatewayResponse smart constructor.

Instances

Instances details
ToHeaders GetGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponse

ToPath GetGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponse

ToQuery GetGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponse

AWSRequest GetGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponse

Associated Types

type AWSResponse GetGatewayResponse #

Generic GetGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponse

Associated Types

type Rep GetGatewayResponse :: Type -> Type #

Read GetGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponse

Show GetGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponse

NFData GetGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponse

Methods

rnf :: GetGatewayResponse -> () #

Eq GetGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponse

Hashable GetGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponse

type AWSResponse GetGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponse

type Rep GetGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponse

type Rep GetGatewayResponse = D1 ('MetaData "GetGatewayResponse" "Amazonka.APIGateway.GetGatewayResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetGatewayResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "responseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GatewayResponseType)))

newGetGatewayResponse Source #

Create a value of GetGatewayResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetGatewayResponse, getGatewayResponse_restApiId - The string identifier of the associated RestApi.

GetGatewayResponse, getGatewayResponse_responseType - The response type of the associated GatewayResponse.

data GatewayResponse Source #

A gateway response of a given response type and status code, with optional response parameters and mapping templates.

See: newGatewayResponse smart constructor.

Instances

Instances details
FromJSON GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Generic GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Associated Types

type Rep GatewayResponse :: Type -> Type #

Read GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Show GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

NFData GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Methods

rnf :: GatewayResponse -> () #

Eq GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Hashable GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

type Rep GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

type Rep GatewayResponse = D1 ('MetaData "GatewayResponse" "Amazonka.APIGateway.Types.GatewayResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GatewayResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "responseTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "responseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GatewayResponseType)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newGatewayResponse :: GatewayResponse Source #

Create a value of GatewayResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultResponse:GatewayResponse', gatewayResponse_defaultResponse - A Boolean flag to indicate whether this GatewayResponse is the default gateway response (true) or not (false). A default gateway response is one generated by API Gateway without any customization by an API developer.

$sel:responseParameters:GatewayResponse', gatewayResponse_responseParameters - Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.

$sel:responseTemplates:GatewayResponse', gatewayResponse_responseTemplates - Response templates of the GatewayResponse as a string-to-string map of key-value pairs.

$sel:responseType:GatewayResponse', gatewayResponse_responseType - The response type of the associated GatewayResponse.

$sel:statusCode:GatewayResponse', gatewayResponse_statusCode - The HTTP status code for this GatewayResponse.

GetGatewayResponses (Paginated)

data GetGatewayResponses Source #

Gets the GatewayResponses collection on the given RestApi. If an API developer has not added any definitions for gateway responses, the result will be the API Gateway-generated default GatewayResponses collection for the supported response types.

See: newGetGatewayResponses smart constructor.

Instances

Instances details
ToHeaders GetGatewayResponses Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

ToPath GetGatewayResponses Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

ToQuery GetGatewayResponses Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

AWSPager GetGatewayResponses Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

AWSRequest GetGatewayResponses Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

Associated Types

type AWSResponse GetGatewayResponses #

Generic GetGatewayResponses Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

Associated Types

type Rep GetGatewayResponses :: Type -> Type #

Read GetGatewayResponses Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

Show GetGatewayResponses Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

NFData GetGatewayResponses Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

Methods

rnf :: GetGatewayResponses -> () #

Eq GetGatewayResponses Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

Hashable GetGatewayResponses Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

type AWSResponse GetGatewayResponses Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

type Rep GetGatewayResponses Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

type Rep GetGatewayResponses = D1 ('MetaData "GetGatewayResponses" "Amazonka.APIGateway.GetGatewayResponses" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetGatewayResponses'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetGatewayResponses Source #

Create a value of GetGatewayResponses with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetGatewayResponses, getGatewayResponses_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500. The GatewayResponses collection does not support pagination and the limit does not apply here.

GetGatewayResponses, getGatewayResponses_position - The current pagination position in the paged result set. The GatewayResponse collection does not support pagination and the position does not apply here.

GetGatewayResponses, getGatewayResponses_restApiId - The string identifier of the associated RestApi.

data GetGatewayResponsesResponse Source #

The collection of the GatewayResponse instances of a RestApi as a responseType-to-GatewayResponse object map of key-value pairs. As such, pagination is not supported for querying this collection.

See: newGetGatewayResponsesResponse smart constructor.

Instances

Instances details
Generic GetGatewayResponsesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

Associated Types

type Rep GetGatewayResponsesResponse :: Type -> Type #

Read GetGatewayResponsesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

Show GetGatewayResponsesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

NFData GetGatewayResponsesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

Eq GetGatewayResponsesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

type Rep GetGatewayResponsesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetGatewayResponses

type Rep GetGatewayResponsesResponse = D1 ('MetaData "GetGatewayResponsesResponse" "Amazonka.APIGateway.GetGatewayResponses" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetGatewayResponsesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GatewayResponse])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetGatewayResponsesResponse Source #

Create a value of GetGatewayResponsesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetGatewayResponsesResponse, getGatewayResponsesResponse_items - Returns the entire collection, because of no pagination support.

GetGatewayResponses, getGatewayResponsesResponse_position - Undocumented member.

$sel:httpStatus:GetGatewayResponsesResponse', getGatewayResponsesResponse_httpStatus - The response's http status code.

GetIntegration

data GetIntegration Source #

Represents a request to get the integration configuration.

See: newGetIntegration smart constructor.

Instances

Instances details
ToHeaders GetIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegration

ToPath GetIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegration

ToQuery GetIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegration

AWSRequest GetIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegration

Associated Types

type AWSResponse GetIntegration #

Generic GetIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegration

Associated Types

type Rep GetIntegration :: Type -> Type #

Read GetIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegration

Show GetIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegration

NFData GetIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegration

Methods

rnf :: GetIntegration -> () #

Eq GetIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegration

Hashable GetIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegration

type AWSResponse GetIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegration

type Rep GetIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegration

type Rep GetIntegration = D1 ('MetaData "GetIntegration" "Amazonka.APIGateway.GetIntegration" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetIntegration Source #

Create a value of GetIntegration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetIntegration, getIntegration_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:GetIntegration', getIntegration_resourceId - Specifies a get integration request's resource identifier

GetIntegration, getIntegration_httpMethod - Specifies a get integration request's HTTP method.

data Integration Source #

Represents an HTTP, HTTP_PROXY, AWS, AWS_PROXY, or Mock integration.

See: newIntegration smart constructor.

Instances

Instances details
FromJSON Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Generic Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Associated Types

type Rep Integration :: Type -> Type #

Read Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Show Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

NFData Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Methods

rnf :: Integration -> () #

Eq Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Hashable Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

type Rep Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

type Rep Integration = D1 ('MetaData "Integration" "Amazonka.APIGateway.Types.Integration" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Integration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "cacheKeyParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "cacheNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "connectionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionType)) :*: S1 ('MetaSel ('Just "contentHandling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentHandlingStrategy))) :*: (S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "integrationResponses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text IntegrationResponse))) :*: S1 ('MetaSel ('Just "passthroughBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "requestTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "timeoutInMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "tlsConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TlsConfig))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IntegrationType)) :*: S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newIntegration :: Integration Source #

Create a value of Integration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cacheKeyParameters:Integration', integration_cacheKeyParameters - A list of request parameters whose values API Gateway caches. To be valid values for cacheKeyParameters, these parameters must also be specified for Method requestParameters.

$sel:cacheNamespace:Integration', integration_cacheNamespace - Specifies a group of related cached parameters. By default, API Gateway uses the resource ID as the cacheNamespace. You can specify the same cacheNamespace across resources to return the same cached data for requests to different resources.

$sel:connectionId:Integration', integration_connectionId - The ID of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.

$sel:connectionType:Integration', integration_connectionType - The type of the network connection to the integration endpoint. The valid value is INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and a network load balancer in a VPC. The default value is INTERNET.

Integration, integration_contentHandling - Specifies how to handle request payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:

If this property is not defined, the request payload will be passed through from the method request to integration request without modification, provided that the passthroughBehavior is configured to support payload pass-through.

$sel:credentials:Integration', integration_credentials - Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::\*:user/\*. To use resource-based permissions on supported AWS services, specify null.

$sel:httpMethod:Integration', integration_httpMethod - Specifies the integration's HTTP method type.

$sel:integrationResponses:Integration', integration_integrationResponses - Specifies the integration's responses.

$sel:passthroughBehavior:Integration', integration_passthroughBehavior - Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation. A content type is unmapped if no mapping template is defined in the integration or the content type does not match any of the mapped content types, as specified in requestTemplates. The valid value is one of the following: WHEN_NO_MATCH: passes the method request body through the integration request to the back end without transformation when the method request content type does not match any content type associated with the mapping templates defined in the integration request. WHEN_NO_TEMPLATES: passes the method request body through the integration request to the back end without transformation when no mapping template is defined in the integration request. If a template is defined when this option is selected, the method request of an unmapped content-type will be rejected with an HTTP 415 Unsupported Media Type response. NEVER: rejects the method request with an HTTP 415 Unsupported Media Type response when either the method request content type does not match any content type associated with the mapping templates defined in the integration request or no mapping template is defined in the integration request.

$sel:requestParameters:Integration', integration_requestParameters - A key-value map specifying request parameters that are passed from the method request to the back end. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the back end. The method request parameter value must match the pattern of method.request.{location}.{name}, where location is querystring, path, or header and name must be a valid and unique method request parameter name.

$sel:requestTemplates:Integration', integration_requestTemplates - Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value.

$sel:timeoutInMillis:Integration', integration_timeoutInMillis - Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.

$sel:tlsConfig:Integration', integration_tlsConfig - Specifies the TLS configuration for an integration.

$sel:type':Integration', integration_type - Specifies an API method integration type. The valid value is one of the following:

For the HTTP and HTTP proxy integrations, each integration can specify a protocol (http/https), port and path. Standard 80 and 443 ports are supported as well as custom ports above 1024. An HTTP or HTTP proxy integration with a connectionType of VPC_LINK is referred to as a private integration and uses a VpcLink to connect API Gateway to a network load balancer of a VPC.

$sel:uri:Integration', integration_uri - Specifies Uniform Resource Identifier (URI) of the integration endpoint.

For HTTP or HTTP_PROXY integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification, for either standard integration, where connectionType is not VPC_LINK, or private integration, where connectionType is VPC_LINK. For a private HTTP integration, the URI is not used for routing. For AWS or AWS_PROXY integrations, the URI is of the form arn:aws:apigateway:{region}:{subdomain.service|service}:path|action/{service_api}. Here, {Region} is the API Gateway region (e.g., us-east-1); {service} is the name of the integrated Amazon Web Services service (e.g., s3); and {subdomain} is a designated subdomain supported by certain Amazon Web Services service for fast host-name lookup. action can be used for an Amazon Web Services service action-based API, using an Action={name}&{p1}={v1}&p2={v2}... query string. The ensuing {service_api} refers to a supported action {name} plus any required input parameters. Alternatively, path can be used for an AWS service path-based API. The ensuing service_api refers to the path to an Amazon Web Services service resource, including the region of the integrated Amazon Web Services service, if applicable. For example, for integration with the S3 API of GetObject, the uri can be either arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket={bucket}&Key={key} or arn:aws:apigateway:us-west-2:s3:path/{bucket}/{key}

GetIntegrationResponse

data GetIntegrationResponse Source #

Represents a get integration response request.

See: newGetIntegrationResponse smart constructor.

Instances

Instances details
ToHeaders GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegrationResponse

ToPath GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegrationResponse

ToQuery GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegrationResponse

AWSRequest GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegrationResponse

Associated Types

type AWSResponse GetIntegrationResponse #

Generic GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegrationResponse

Associated Types

type Rep GetIntegrationResponse :: Type -> Type #

Read GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegrationResponse

Show GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegrationResponse

NFData GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegrationResponse

Methods

rnf :: GetIntegrationResponse -> () #

Eq GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegrationResponse

Hashable GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegrationResponse

type AWSResponse GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegrationResponse

type Rep GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetIntegrationResponse

type Rep GetIntegrationResponse = D1 ('MetaData "GetIntegrationResponse" "Amazonka.APIGateway.GetIntegrationResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetIntegrationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetIntegrationResponse Source #

Create a value of GetIntegrationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetIntegrationResponse, getIntegrationResponse_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:GetIntegrationResponse', getIntegrationResponse_resourceId - Specifies a get integration response request's resource identifier.

GetIntegrationResponse, getIntegrationResponse_httpMethod - Specifies a get integration response request's HTTP method.

GetIntegrationResponse, getIntegrationResponse_statusCode - Specifies a get integration response request's status code.

data IntegrationResponse Source #

Represents an integration response. The status code must map to an existing MethodResponse, and parameters and templates can be used to transform the back-end response.

See: newIntegrationResponse smart constructor.

Instances

Instances details
FromJSON IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Generic IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Associated Types

type Rep IntegrationResponse :: Type -> Type #

Read IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Show IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

NFData IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Methods

rnf :: IntegrationResponse -> () #

Eq IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Hashable IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

type Rep IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

type Rep IntegrationResponse = D1 ('MetaData "IntegrationResponse" "Amazonka.APIGateway.Types.IntegrationResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "IntegrationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contentHandling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentHandlingStrategy)) :*: S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "responseTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "selectionPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newIntegrationResponse :: IntegrationResponse Source #

Create a value of IntegrationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:contentHandling:IntegrationResponse', integrationResponse_contentHandling - Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:

If this property is not defined, the response payload will be passed through from the integration response to the method response without modification.

$sel:responseParameters:IntegrationResponse', integrationResponse_responseParameters - A key-value map specifying response parameters that are passed to the method response from the back end. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.{name}, where name is a valid and unique header name. The mapped non-static value must match the pattern of integration.response.header.{name} or integration.response.body.{JSON-expression}, where name is a valid and unique response header name and JSON-expression is a valid JSON expression without the $ prefix.

$sel:responseTemplates:IntegrationResponse', integrationResponse_responseTemplates - Specifies the templates used to transform the integration response body. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.

$sel:selectionPattern:IntegrationResponse', integrationResponse_selectionPattern - Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end. For example, if the success response returns nothing and the error response returns some string, you could use the .+ regex to match error response. However, make sure that the error response does not contain any newline (\n) character in such cases. If the back end is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS back ends, the HTTP status code is matched.

$sel:statusCode:IntegrationResponse', integrationResponse_statusCode - Specifies the status code that is used to map the integration response to an existing MethodResponse.

GetMethod

data GetMethod Source #

Request to describe an existing Method resource.

See: newGetMethod smart constructor.

Constructors

GetMethod' Text Text Text 

Instances

Instances details
ToHeaders GetMethod Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethod

Methods

toHeaders :: GetMethod -> [Header] #

ToPath GetMethod Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethod

ToQuery GetMethod Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethod

AWSRequest GetMethod Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethod

Associated Types

type AWSResponse GetMethod #

Generic GetMethod Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethod

Associated Types

type Rep GetMethod :: Type -> Type #

Read GetMethod Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethod

Show GetMethod Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethod

NFData GetMethod Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethod

Methods

rnf :: GetMethod -> () #

Eq GetMethod Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethod

Hashable GetMethod Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethod

type AWSResponse GetMethod Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethod

type Rep GetMethod Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethod

type Rep GetMethod = D1 ('MetaData "GetMethod" "Amazonka.APIGateway.GetMethod" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetMethod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetMethod Source #

Create a value of GetMethod with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetMethod, getMethod_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:GetMethod', getMethod_resourceId - The Resource identifier for the Method resource.

GetMethod, getMethod_httpMethod - Specifies the method request's HTTP method type.

data Method Source #

Represents a client-facing interface by which the client calls the API to access back-end resources. A Method resource is integrated with an Integration resource. Both consist of a request and one or more responses. The method request takes the client input that is passed to the back end through the integration request. A method response returns the output from the back end to the client through an integration response. A method request is embodied in a Method resource, whereas an integration request is embodied in an Integration resource. On the other hand, a method response is represented by a MethodResponse resource, whereas an integration response is represented by an IntegrationResponse resource.

See: newMethod smart constructor.

Instances

Instances details
FromJSON Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Generic Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Associated Types

type Rep Method :: Type -> Type #

Methods

from :: Method -> Rep Method x #

to :: Rep Method x -> Method #

Read Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Show Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

NFData Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Methods

rnf :: Method -> () #

Eq Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Methods

(==) :: Method -> Method -> Bool #

(/=) :: Method -> Method -> Bool #

Hashable Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Methods

hashWithSalt :: Int -> Method -> Int #

hash :: Method -> Int #

type Rep Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

type Rep Method = D1 ('MetaData "Method" "Amazonka.APIGateway.Types.Method" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Method'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiKeyRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "authorizationScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "authorizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "authorizerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "methodIntegration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integration)) :*: (S1 ('MetaSel ('Just "methodResponses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text MethodResponse))) :*: S1 ('MetaSel ('Just "operationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "requestModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "requestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Bool))) :*: S1 ('MetaSel ('Just "requestValidatorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newMethod :: Method Source #

Create a value of Method with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeyRequired:Method', method_apiKeyRequired - A boolean flag specifying whether a valid ApiKey is required to invoke this method.

$sel:authorizationScopes:Method', method_authorizationScopes - A list of authorization scopes configured on the method. The scopes are used with a COGNITO_USER_POOLS authorizer to authorize the method invocation. The authorization works by matching the method scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any method scopes matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the method scope is configured, the client must provide an access token instead of an identity token for authorization purposes.

$sel:authorizationType:Method', method_authorizationType - The method's authorization type. Valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, CUSTOM for using a custom authorizer, or COGNITO_USER_POOLS for using a Cognito user pool.

$sel:authorizerId:Method', method_authorizerId - The identifier of an Authorizer to use on this method. The authorizationType must be CUSTOM.

Method, method_httpMethod - The method's HTTP verb.

$sel:methodIntegration:Method', method_methodIntegration - Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.

$sel:methodResponses:Method', method_methodResponses - Gets a method response associated with a given HTTP status code.

$sel:operationName:Method', method_operationName - A human-friendly operation identifier for the method. For example, you can assign the operationName of ListPets for the GET /pets method in the PetStore example.

$sel:requestModels:Method', method_requestModels - A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).

Method, method_requestParameters - A key-value map defining required or optional method request parameters that can be accepted by API Gateway. A key is a method request parameter name matching the pattern of method.request.{location}.{name}, where location is querystring, path, or header and name is a valid and unique parameter name. The value associated with the key is a Boolean flag indicating whether the parameter is required (true) or optional (false). The method request parameter names defined here are available in Integration to be mapped to integration request parameters or templates.

$sel:requestValidatorId:Method', method_requestValidatorId - The identifier of a RequestValidator for request validation.

GetMethodResponse

data GetMethodResponse Source #

Request to describe a MethodResponse resource.

See: newGetMethodResponse smart constructor.

Instances

Instances details
ToHeaders GetMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethodResponse

ToPath GetMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethodResponse

ToQuery GetMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethodResponse

AWSRequest GetMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethodResponse

Associated Types

type AWSResponse GetMethodResponse #

Generic GetMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethodResponse

Associated Types

type Rep GetMethodResponse :: Type -> Type #

Read GetMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethodResponse

Show GetMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethodResponse

NFData GetMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethodResponse

Methods

rnf :: GetMethodResponse -> () #

Eq GetMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethodResponse

Hashable GetMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethodResponse

type AWSResponse GetMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethodResponse

type Rep GetMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetMethodResponse

type Rep GetMethodResponse = D1 ('MetaData "GetMethodResponse" "Amazonka.APIGateway.GetMethodResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetMethodResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetMethodResponse Source #

Create a value of GetMethodResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetMethodResponse, getMethodResponse_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:GetMethodResponse', getMethodResponse_resourceId - The Resource identifier for the MethodResponse resource.

GetMethodResponse, getMethodResponse_httpMethod - The HTTP verb of the Method resource.

GetMethodResponse, getMethodResponse_statusCode - The status code for the MethodResponse resource.

data MethodResponse Source #

Represents a method response of a given HTTP status code returned to the client. The method response is passed from the back end through the associated integration response that can be transformed using a mapping template.

See: newMethodResponse smart constructor.

Instances

Instances details
FromJSON MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Generic MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Associated Types

type Rep MethodResponse :: Type -> Type #

Read MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Show MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

NFData MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Methods

rnf :: MethodResponse -> () #

Eq MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Hashable MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

type Rep MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

type Rep MethodResponse = D1 ('MetaData "MethodResponse" "Amazonka.APIGateway.Types.MethodResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "MethodResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "responseModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Bool))) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMethodResponse :: MethodResponse Source #

Create a value of MethodResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:responseModels:MethodResponse', methodResponse_responseModels - Specifies the Model resources used for the response's content-type. Response models are represented as a key/value map, with a content-type as the key and a Model name as the value.

$sel:responseParameters:MethodResponse', methodResponse_responseParameters - A key-value map specifying required or optional response parameters that API Gateway can send back to the caller. A key defines a method response header and the value specifies whether the associated method response header is required or not. The expression of the key must match the pattern method.response.header.{name}, where name is a valid and unique header name. API Gateway passes certain integration response data to the method response headers specified here according to the mapping you prescribe in the API's IntegrationResponse. The integration response data that can be mapped include an integration response header expressed in integration.response.header.{name}, a static value enclosed within a pair of single quotes (e.g., 'application/json'), or a JSON expression from the back-end response payload in the form of integration.response.body.{JSON-expression}, where JSON-expression is a valid JSON expression without the $ prefix.)

$sel:statusCode:MethodResponse', methodResponse_statusCode - The method response's status code.

GetModel

data GetModel Source #

Request to list information about a model in an existing RestApi resource.

See: newGetModel smart constructor.

Constructors

GetModel' (Maybe Bool) Text Text 

Instances

Instances details
ToHeaders GetModel Source # 
Instance details

Defined in Amazonka.APIGateway.GetModel

Methods

toHeaders :: GetModel -> [Header] #

ToPath GetModel Source # 
Instance details

Defined in Amazonka.APIGateway.GetModel

ToQuery GetModel Source # 
Instance details

Defined in Amazonka.APIGateway.GetModel

AWSRequest GetModel Source # 
Instance details

Defined in Amazonka.APIGateway.GetModel

Associated Types

type AWSResponse GetModel #

Generic GetModel Source # 
Instance details

Defined in Amazonka.APIGateway.GetModel

Associated Types

type Rep GetModel :: Type -> Type #

Methods

from :: GetModel -> Rep GetModel x #

to :: Rep GetModel x -> GetModel #

Read GetModel Source # 
Instance details

Defined in Amazonka.APIGateway.GetModel

Show GetModel Source # 
Instance details

Defined in Amazonka.APIGateway.GetModel

NFData GetModel Source # 
Instance details

Defined in Amazonka.APIGateway.GetModel

Methods

rnf :: GetModel -> () #

Eq GetModel Source # 
Instance details

Defined in Amazonka.APIGateway.GetModel

Hashable GetModel Source # 
Instance details

Defined in Amazonka.APIGateway.GetModel

Methods

hashWithSalt :: Int -> GetModel -> Int #

hash :: GetModel -> Int #

type AWSResponse GetModel Source # 
Instance details

Defined in Amazonka.APIGateway.GetModel

type Rep GetModel Source # 
Instance details

Defined in Amazonka.APIGateway.GetModel

type Rep GetModel = D1 ('MetaData "GetModel" "Amazonka.APIGateway.GetModel" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetModel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flatten") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetModel Source #

Create a value of GetModel with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:flatten:GetModel', getModel_flatten - A query parameter of a Boolean value to resolve (true) all external model references and returns a flattened model schema or not (false) The default is false.

GetModel, getModel_restApiId - The RestApi identifier under which the Model exists.

$sel:modelName:GetModel', getModel_modelName - The name of the model as an identifier.

data Model Source #

Represents the data structure of a method's request or response payload.

See: newModel smart constructor.

Constructors

Model' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Generic Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Associated Types

type Rep Model :: Type -> Type #

Methods

from :: Model -> Rep Model x #

to :: Rep Model x -> Model #

Read Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Show Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

showsPrec :: Int -> Model -> ShowS #

show :: Model -> String #

showList :: [Model] -> ShowS #

NFData Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

rnf :: Model -> () #

Eq Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

(==) :: Model -> Model -> Bool #

(/=) :: Model -> Model -> Bool #

Hashable Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

hashWithSalt :: Int -> Model -> Int #

hash :: Model -> Int #

type Rep Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

type Rep Model = D1 ('MetaData "Model" "Amazonka.APIGateway.Types.Model" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Model'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newModel :: Model Source #

Create a value of Model with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:contentType:Model', model_contentType - The content-type for the model.

$sel:description:Model', model_description - The description of the model.

$sel:id:Model', model_id - The identifier for the model resource.

$sel:name:Model', model_name - The name of the model. Must be an alphanumeric string.

$sel:schema:Model', model_schema - The schema for the model. For application/json models, this should be JSON schema draft 4 model. Do not include "\*/" characters in the description of any properties because such "\*/" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.

GetModelTemplate

data GetModelTemplate Source #

Request to generate a sample mapping template used to transform the payload.

See: newGetModelTemplate smart constructor.

Instances

Instances details
ToHeaders GetModelTemplate Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

ToPath GetModelTemplate Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

ToQuery GetModelTemplate Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

AWSRequest GetModelTemplate Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

Associated Types

type AWSResponse GetModelTemplate #

Generic GetModelTemplate Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

Associated Types

type Rep GetModelTemplate :: Type -> Type #

Read GetModelTemplate Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

Show GetModelTemplate Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

NFData GetModelTemplate Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

Methods

rnf :: GetModelTemplate -> () #

Eq GetModelTemplate Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

Hashable GetModelTemplate Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

type AWSResponse GetModelTemplate Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

type Rep GetModelTemplate Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

type Rep GetModelTemplate = D1 ('MetaData "GetModelTemplate" "Amazonka.APIGateway.GetModelTemplate" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetModelTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetModelTemplate Source #

Create a value of GetModelTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetModelTemplate, getModelTemplate_restApiId - The string identifier of the associated RestApi.

$sel:modelName:GetModelTemplate', getModelTemplate_modelName - The name of the model for which to generate a template.

data GetModelTemplateResponse Source #

Represents a mapping template used to transform a payload.

See: newGetModelTemplateResponse smart constructor.

Instances

Instances details
Generic GetModelTemplateResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

Associated Types

type Rep GetModelTemplateResponse :: Type -> Type #

Read GetModelTemplateResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

Show GetModelTemplateResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

NFData GetModelTemplateResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

Eq GetModelTemplateResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

type Rep GetModelTemplateResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetModelTemplate

type Rep GetModelTemplateResponse = D1 ('MetaData "GetModelTemplateResponse" "Amazonka.APIGateway.GetModelTemplate" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetModelTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetModelTemplateResponse Source #

Create a value of GetModelTemplateResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetModelTemplateResponse, getModelTemplateResponse_value - The Apache Velocity Template Language (VTL) template content used for the template resource.

$sel:httpStatus:GetModelTemplateResponse', getModelTemplateResponse_httpStatus - The response's http status code.

GetModels (Paginated)

data GetModels Source #

Request to list existing Models defined for a RestApi resource.

See: newGetModels smart constructor.

Constructors

GetModels' (Maybe Int) (Maybe Text) Text 

Instances

Instances details
ToHeaders GetModels Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

Methods

toHeaders :: GetModels -> [Header] #

ToPath GetModels Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

ToQuery GetModels Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

AWSPager GetModels Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

AWSRequest GetModels Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

Associated Types

type AWSResponse GetModels #

Generic GetModels Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

Associated Types

type Rep GetModels :: Type -> Type #

Read GetModels Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

Show GetModels Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

NFData GetModels Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

Methods

rnf :: GetModels -> () #

Eq GetModels Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

Hashable GetModels Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

type AWSResponse GetModels Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

type Rep GetModels Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

type Rep GetModels = D1 ('MetaData "GetModels" "Amazonka.APIGateway.GetModels" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetModels'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetModels Source #

Arguments

:: Text

GetModels

-> GetModels 

Create a value of GetModels with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetModels, getModels_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetModels, getModels_position - The current pagination position in the paged result set.

GetModels, getModels_restApiId - The string identifier of the associated RestApi.

data GetModelsResponse Source #

Represents a collection of Model resources.

See: newGetModelsResponse smart constructor.

Instances

Instances details
Generic GetModelsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

Associated Types

type Rep GetModelsResponse :: Type -> Type #

Read GetModelsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

Show GetModelsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

NFData GetModelsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

Methods

rnf :: GetModelsResponse -> () #

Eq GetModelsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

type Rep GetModelsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetModels

type Rep GetModelsResponse = D1 ('MetaData "GetModelsResponse" "Amazonka.APIGateway.GetModels" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetModelsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Model])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetModelsResponse Source #

Create a value of GetModelsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetModelsResponse, getModelsResponse_items - The current page of elements from this collection.

GetModels, getModelsResponse_position - Undocumented member.

$sel:httpStatus:GetModelsResponse', getModelsResponse_httpStatus - The response's http status code.

GetRequestValidator

data GetRequestValidator Source #

Gets a RequestValidator of a given RestApi.

See: newGetRequestValidator smart constructor.

Instances

Instances details
ToHeaders GetRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidator

ToPath GetRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidator

ToQuery GetRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidator

AWSRequest GetRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidator

Associated Types

type AWSResponse GetRequestValidator #

Generic GetRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidator

Associated Types

type Rep GetRequestValidator :: Type -> Type #

Read GetRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidator

Show GetRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidator

NFData GetRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidator

Methods

rnf :: GetRequestValidator -> () #

Eq GetRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidator

Hashable GetRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidator

type AWSResponse GetRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidator

type Rep GetRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidator

type Rep GetRequestValidator = D1 ('MetaData "GetRequestValidator" "Amazonka.APIGateway.GetRequestValidator" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetRequestValidator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "requestValidatorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetRequestValidator Source #

Create a value of GetRequestValidator with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetRequestValidator, getRequestValidator_restApiId - The string identifier of the associated RestApi.

GetRequestValidator, getRequestValidator_requestValidatorId - The identifier of the RequestValidator to be retrieved.

data RequestValidator Source #

A set of validation rules for incoming Method requests.

See: newRequestValidator smart constructor.

Instances

Instances details
FromJSON RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Generic RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Associated Types

type Rep RequestValidator :: Type -> Type #

Read RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Show RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

NFData RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Methods

rnf :: RequestValidator -> () #

Eq RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Hashable RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

type Rep RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

type Rep RequestValidator = D1 ('MetaData "RequestValidator" "Amazonka.APIGateway.Types.RequestValidator" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "RequestValidator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "validateRequestBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "validateRequestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newRequestValidator :: RequestValidator Source #

Create a value of RequestValidator with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:RequestValidator', requestValidator_id - The identifier of this RequestValidator.

$sel:name:RequestValidator', requestValidator_name - The name of this RequestValidator

$sel:validateRequestBody:RequestValidator', requestValidator_validateRequestBody - A Boolean flag to indicate whether to validate a request body according to the configured Model schema.

$sel:validateRequestParameters:RequestValidator', requestValidator_validateRequestParameters - A Boolean flag to indicate whether to validate request parameters (true) or not (false).

GetRequestValidators (Paginated)

data GetRequestValidators Source #

Gets the RequestValidators collection of a given RestApi.

See: newGetRequestValidators smart constructor.

Instances

Instances details
ToHeaders GetRequestValidators Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

ToPath GetRequestValidators Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

ToQuery GetRequestValidators Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

AWSPager GetRequestValidators Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

AWSRequest GetRequestValidators Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

Associated Types

type AWSResponse GetRequestValidators #

Generic GetRequestValidators Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

Associated Types

type Rep GetRequestValidators :: Type -> Type #

Read GetRequestValidators Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

Show GetRequestValidators Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

NFData GetRequestValidators Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

Methods

rnf :: GetRequestValidators -> () #

Eq GetRequestValidators Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

Hashable GetRequestValidators Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

type AWSResponse GetRequestValidators Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

type Rep GetRequestValidators Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

type Rep GetRequestValidators = D1 ('MetaData "GetRequestValidators" "Amazonka.APIGateway.GetRequestValidators" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetRequestValidators'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetRequestValidators Source #

Create a value of GetRequestValidators with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetRequestValidators, getRequestValidators_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetRequestValidators, getRequestValidators_position - The current pagination position in the paged result set.

GetRequestValidators, getRequestValidators_restApiId - The string identifier of the associated RestApi.

data GetRequestValidatorsResponse Source #

A collection of RequestValidator resources of a given RestApi.

See: newGetRequestValidatorsResponse smart constructor.

Instances

Instances details
Generic GetRequestValidatorsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

Associated Types

type Rep GetRequestValidatorsResponse :: Type -> Type #

Read GetRequestValidatorsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

Show GetRequestValidatorsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

NFData GetRequestValidatorsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

Eq GetRequestValidatorsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

type Rep GetRequestValidatorsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetRequestValidators

type Rep GetRequestValidatorsResponse = D1 ('MetaData "GetRequestValidatorsResponse" "Amazonka.APIGateway.GetRequestValidators" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetRequestValidatorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RequestValidator])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetRequestValidatorsResponse Source #

Create a value of GetRequestValidatorsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetRequestValidatorsResponse, getRequestValidatorsResponse_items - The current page of elements from this collection.

GetRequestValidators, getRequestValidatorsResponse_position - Undocumented member.

$sel:httpStatus:GetRequestValidatorsResponse', getRequestValidatorsResponse_httpStatus - The response's http status code.

GetResource

data GetResource Source #

Request to list information about a resource.

See: newGetResource smart constructor.

Constructors

GetResource' (Maybe [Text]) Text Text 

Instances

Instances details
ToHeaders GetResource Source # 
Instance details

Defined in Amazonka.APIGateway.GetResource

Methods

toHeaders :: GetResource -> [Header] #

ToPath GetResource Source # 
Instance details

Defined in Amazonka.APIGateway.GetResource

ToQuery GetResource Source # 
Instance details

Defined in Amazonka.APIGateway.GetResource

AWSRequest GetResource Source # 
Instance details

Defined in Amazonka.APIGateway.GetResource

Associated Types

type AWSResponse GetResource #

Generic GetResource Source # 
Instance details

Defined in Amazonka.APIGateway.GetResource

Associated Types

type Rep GetResource :: Type -> Type #

Read GetResource Source # 
Instance details

Defined in Amazonka.APIGateway.GetResource

Show GetResource Source # 
Instance details

Defined in Amazonka.APIGateway.GetResource

NFData GetResource Source # 
Instance details

Defined in Amazonka.APIGateway.GetResource

Methods

rnf :: GetResource -> () #

Eq GetResource Source # 
Instance details

Defined in Amazonka.APIGateway.GetResource

Hashable GetResource Source # 
Instance details

Defined in Amazonka.APIGateway.GetResource

type AWSResponse GetResource Source # 
Instance details

Defined in Amazonka.APIGateway.GetResource

type Rep GetResource Source # 
Instance details

Defined in Amazonka.APIGateway.GetResource

type Rep GetResource = D1 ('MetaData "GetResource" "Amazonka.APIGateway.GetResource" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "embed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetResource Source #

Create a value of GetResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:embed:GetResource', getResource_embed - A query parameter to retrieve the specified resources embedded in the returned Resource representation in the response. This embed parameter value is a list of comma-separated strings. Currently, the request supports only retrieval of the embedded Method resources this way. The query parameter value must be a single-valued list and contain the "methods" string. For example, GET /restapis/{restapi_id}/resources/{resource_id}?embed=methods.

GetResource, getResource_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:GetResource', getResource_resourceId - The identifier for the Resource resource.

data Resource Source #

Represents an API resource.

See: newResource smart constructor.

Instances

Instances details
FromJSON Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Generic Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Associated Types

type Rep Resource :: Type -> Type #

Methods

from :: Resource -> Rep Resource x #

to :: Rep Resource x -> Resource #

Read Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Show Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

NFData Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Methods

rnf :: Resource -> () #

Eq Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Hashable Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Methods

hashWithSalt :: Int -> Resource -> Int #

hash :: Resource -> Int #

type Rep Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

type Rep Resource = D1 ('MetaData "Resource" "Amazonka.APIGateway.Types.Resource" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Resource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pathPart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceMethods") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Method)))))))

newResource :: Resource Source #

Create a value of Resource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:Resource', resource_id - The resource's identifier.

$sel:parentId:Resource', resource_parentId - The parent resource's identifier.

$sel:path:Resource', resource_path - The full path for this resource.

$sel:pathPart:Resource', resource_pathPart - The last path segment for this resource.

$sel:resourceMethods:Resource', resource_resourceMethods - Gets an API resource's method of a given HTTP verb.

GetResources (Paginated)

data GetResources Source #

Request to list information about a collection of resources.

See: newGetResources smart constructor.

Constructors

GetResources' (Maybe [Text]) (Maybe Int) (Maybe Text) Text 

Instances

Instances details
ToHeaders GetResources Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

ToPath GetResources Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

ToQuery GetResources Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

AWSPager GetResources Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

AWSRequest GetResources Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

Associated Types

type AWSResponse GetResources #

Generic GetResources Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

Associated Types

type Rep GetResources :: Type -> Type #

Read GetResources Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

Show GetResources Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

NFData GetResources Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

Methods

rnf :: GetResources -> () #

Eq GetResources Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

Hashable GetResources Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

type AWSResponse GetResources Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

type Rep GetResources Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

type Rep GetResources = D1 ('MetaData "GetResources" "Amazonka.APIGateway.GetResources" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetResources'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "embed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetResources Source #

Create a value of GetResources with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:embed:GetResources', getResources_embed - A query parameter used to retrieve the specified resources embedded in the returned Resources resource in the response. This embed parameter value is a list of comma-separated strings. Currently, the request supports only retrieval of the embedded Method resources this way. The query parameter value must be a single-valued list and contain the "methods" string. For example, GET /restapis/{restapi_id}/resources?embed=methods.

GetResources, getResources_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetResources, getResources_position - The current pagination position in the paged result set.

GetResources, getResources_restApiId - The string identifier of the associated RestApi.

data GetResourcesResponse Source #

Represents a collection of Resource resources.

See: newGetResourcesResponse smart constructor.

Instances

Instances details
Generic GetResourcesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

Associated Types

type Rep GetResourcesResponse :: Type -> Type #

Read GetResourcesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

Show GetResourcesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

NFData GetResourcesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

Methods

rnf :: GetResourcesResponse -> () #

Eq GetResourcesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

type Rep GetResourcesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetResources

type Rep GetResourcesResponse = D1 ('MetaData "GetResourcesResponse" "Amazonka.APIGateway.GetResources" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Resource])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetResourcesResponse Source #

Create a value of GetResourcesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetResourcesResponse, getResourcesResponse_items - The current page of elements from this collection.

GetResources, getResourcesResponse_position - Undocumented member.

$sel:httpStatus:GetResourcesResponse', getResourcesResponse_httpStatus - The response's http status code.

GetRestApi

data GetRestApi Source #

The GET request to list an existing RestApi defined for your collection.

See: newGetRestApi smart constructor.

Constructors

GetRestApi' Text 

Instances

Instances details
ToHeaders GetRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApi

Methods

toHeaders :: GetRestApi -> [Header] #

ToPath GetRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApi

ToQuery GetRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApi

AWSRequest GetRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApi

Associated Types

type AWSResponse GetRestApi #

Generic GetRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApi

Associated Types

type Rep GetRestApi :: Type -> Type #

Read GetRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApi

Show GetRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApi

NFData GetRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApi

Methods

rnf :: GetRestApi -> () #

Eq GetRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApi

Hashable GetRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApi

type AWSResponse GetRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApi

type Rep GetRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApi

type Rep GetRestApi = D1 ('MetaData "GetRestApi" "Amazonka.APIGateway.GetRestApi" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetRestApi'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetRestApi Source #

Arguments

:: Text

GetRestApi

-> GetRestApi 

Create a value of GetRestApi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetRestApi, getRestApi_restApiId - The string identifier of the associated RestApi.

data RestApi Source #

Represents a REST API.

See: newRestApi smart constructor.

Instances

Instances details
FromJSON RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Generic RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Associated Types

type Rep RestApi :: Type -> Type #

Methods

from :: RestApi -> Rep RestApi x #

to :: Rep RestApi x -> RestApi #

Read RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Show RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

NFData RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

rnf :: RestApi -> () #

Eq RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

(==) :: RestApi -> RestApi -> Bool #

(/=) :: RestApi -> RestApi -> Bool #

Hashable RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

hashWithSalt :: Int -> RestApi -> Int #

hash :: RestApi -> Int #

type Rep RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

type Rep RestApi = D1 ('MetaData "RestApi" "Amazonka.APIGateway.Types.RestApi" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "RestApi'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiKeySource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiKeySourceType)) :*: (S1 ('MetaSel ('Just "binaryMediaTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "disableExecuteApiEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfiguration))))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "minimumCompressionSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))))

newRestApi :: RestApi Source #

Create a value of RestApi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeySource:RestApi', restApi_apiKeySource - The source of the API key for metering requests according to a usage plan. Valid values are: >HEADER to read the API key from the X-API-Key header of a request. AUTHORIZER to read the API key from the UsageIdentifierKey from a custom authorizer.

$sel:binaryMediaTypes:RestApi', restApi_binaryMediaTypes - The list of binary media types supported by the RestApi. By default, the RestApi supports only UTF-8-encoded text payloads.

$sel:createdDate:RestApi', restApi_createdDate - The timestamp when the API was created.

$sel:description:RestApi', restApi_description - The API's description.

$sel:disableExecuteApiEndpoint:RestApi', restApi_disableExecuteApiEndpoint - Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.

$sel:endpointConfiguration:RestApi', restApi_endpointConfiguration - The endpoint configuration of this RestApi showing the endpoint types of the API.

$sel:id:RestApi', restApi_id - The API's identifier. This identifier is unique across all of your APIs in API Gateway.

$sel:minimumCompressionSize:RestApi', restApi_minimumCompressionSize - A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API. When compression is enabled, compression or decompression is not applied on the payload if the payload size is smaller than this value. Setting it to zero allows compression for any payload size.

$sel:name:RestApi', restApi_name - The API's name.

$sel:policy:RestApi', restApi_policy - A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.

$sel:tags:RestApi', restApi_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:version:RestApi', restApi_version - A version identifier for the API.

$sel:warnings:RestApi', restApi_warnings - The warning messages reported when failonwarnings is turned on during API import.

GetRestApis (Paginated)

data GetRestApis Source #

The GET request to list existing RestApis defined for your collection.

See: newGetRestApis smart constructor.

Constructors

GetRestApis' (Maybe Int) (Maybe Text) 

Instances

Instances details
ToHeaders GetRestApis Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

Methods

toHeaders :: GetRestApis -> [Header] #

ToPath GetRestApis Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

ToQuery GetRestApis Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

AWSPager GetRestApis Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

AWSRequest GetRestApis Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

Associated Types

type AWSResponse GetRestApis #

Generic GetRestApis Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

Associated Types

type Rep GetRestApis :: Type -> Type #

Read GetRestApis Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

Show GetRestApis Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

NFData GetRestApis Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

Methods

rnf :: GetRestApis -> () #

Eq GetRestApis Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

Hashable GetRestApis Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

type AWSResponse GetRestApis Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

type Rep GetRestApis Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

type Rep GetRestApis = D1 ('MetaData "GetRestApis" "Amazonka.APIGateway.GetRestApis" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetRestApis'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGetRestApis :: GetRestApis Source #

Create a value of GetRestApis with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetRestApis, getRestApis_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetRestApis, getRestApis_position - The current pagination position in the paged result set.

data GetRestApisResponse Source #

Contains references to your APIs and links that guide you in how to interact with your collection. A collection offers a paginated view of your APIs.

See: newGetRestApisResponse smart constructor.

Instances

Instances details
Generic GetRestApisResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

Associated Types

type Rep GetRestApisResponse :: Type -> Type #

Read GetRestApisResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

Show GetRestApisResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

NFData GetRestApisResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

Methods

rnf :: GetRestApisResponse -> () #

Eq GetRestApisResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

type Rep GetRestApisResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetRestApis

type Rep GetRestApisResponse = D1 ('MetaData "GetRestApisResponse" "Amazonka.APIGateway.GetRestApis" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetRestApisResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RestApi])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetRestApisResponse Source #

Create a value of GetRestApisResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetRestApisResponse, getRestApisResponse_items - The current page of elements from this collection.

GetRestApis, getRestApisResponse_position - Undocumented member.

$sel:httpStatus:GetRestApisResponse', getRestApisResponse_httpStatus - The response's http status code.

GetSdk

data GetSdk Source #

Request a new generated client SDK for a RestApi and Stage.

See: newGetSdk smart constructor.

Instances

Instances details
ToHeaders GetSdk Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

Methods

toHeaders :: GetSdk -> [Header] #

ToPath GetSdk Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

Methods

toPath :: GetSdk -> ByteString #

ToQuery GetSdk Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

AWSRequest GetSdk Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

Associated Types

type AWSResponse GetSdk #

Generic GetSdk Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

Associated Types

type Rep GetSdk :: Type -> Type #

Methods

from :: GetSdk -> Rep GetSdk x #

to :: Rep GetSdk x -> GetSdk #

Read GetSdk Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

Show GetSdk Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

NFData GetSdk Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

Methods

rnf :: GetSdk -> () #

Eq GetSdk Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

Methods

(==) :: GetSdk -> GetSdk -> Bool #

(/=) :: GetSdk -> GetSdk -> Bool #

Hashable GetSdk Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

Methods

hashWithSalt :: Int -> GetSdk -> Int #

hash :: GetSdk -> Int #

type AWSResponse GetSdk Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

type Rep GetSdk Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

type Rep GetSdk = D1 ('MetaData "GetSdk" "Amazonka.APIGateway.GetSdk" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetSdk'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sdkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetSdk Source #

Create a value of GetSdk with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameters:GetSdk', getSdk_parameters - A string-to-string key-value map of query parameters sdkType-dependent properties of the SDK. For sdkType of objectivec or swift, a parameter named classPrefix is required. For sdkType of android, parameters named groupId, artifactId, artifactVersion, and invokerPackage are required. For sdkType of java, parameters named serviceName and javaPackageName are required.

GetSdk, getSdk_restApiId - The string identifier of the associated RestApi.

GetSdk, getSdk_stageName - The name of the Stage that the SDK will use.

$sel:sdkType:GetSdk', getSdk_sdkType - The language for the generated SDK. Currently java, javascript, android, objectivec (for iOS), swift (for iOS), and ruby are supported.

data GetSdkResponse Source #

The binary blob response to GetSdk, which contains the generated SDK.

See: newGetSdkResponse smart constructor.

Instances

Instances details
Generic GetSdkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

Associated Types

type Rep GetSdkResponse :: Type -> Type #

Show GetSdkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

NFData GetSdkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

Methods

rnf :: GetSdkResponse -> () #

Eq GetSdkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

type Rep GetSdkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdk

type Rep GetSdkResponse = D1 ('MetaData "GetSdkResponse" "Amazonka.APIGateway.GetSdk" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetSdkResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ByteString)) :*: S1 ('MetaSel ('Just "contentDisposition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetSdkResponse Source #

Create a value of GetSdkResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:body:GetSdkResponse', getSdkResponse_body - The binary blob response to GetSdk, which contains the generated SDK.

$sel:contentDisposition:GetSdkResponse', getSdkResponse_contentDisposition - The content-disposition header value in the HTTP response.

GetSdkResponse, getSdkResponse_contentType - The content-type header value in the HTTP response.

$sel:httpStatus:GetSdkResponse', getSdkResponse_httpStatus - The response's http status code.

GetSdkType

data GetSdkType Source #

Get an SdkType instance.

See: newGetSdkType smart constructor.

Constructors

GetSdkType' Text 

Instances

Instances details
ToHeaders GetSdkType Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkType

Methods

toHeaders :: GetSdkType -> [Header] #

ToPath GetSdkType Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkType

ToQuery GetSdkType Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkType

AWSRequest GetSdkType Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkType

Associated Types

type AWSResponse GetSdkType #

Generic GetSdkType Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkType

Associated Types

type Rep GetSdkType :: Type -> Type #

Read GetSdkType Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkType

Show GetSdkType Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkType

NFData GetSdkType Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkType

Methods

rnf :: GetSdkType -> () #

Eq GetSdkType Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkType

Hashable GetSdkType Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkType

type AWSResponse GetSdkType Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkType

type Rep GetSdkType Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkType

type Rep GetSdkType = D1 ('MetaData "GetSdkType" "Amazonka.APIGateway.GetSdkType" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetSdkType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetSdkType Source #

Arguments

:: Text

GetSdkType

-> GetSdkType 

Create a value of GetSdkType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetSdkType, getSdkType_id - The identifier of the queried SdkType instance.

data SdkType Source #

A type of SDK that API Gateway can generate.

See: newSdkType smart constructor.

Instances

Instances details
FromJSON SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

Generic SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

Associated Types

type Rep SdkType :: Type -> Type #

Methods

from :: SdkType -> Rep SdkType x #

to :: Rep SdkType x -> SdkType #

Read SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

Show SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

NFData SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

Methods

rnf :: SdkType -> () #

Eq SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

Methods

(==) :: SdkType -> SdkType -> Bool #

(/=) :: SdkType -> SdkType -> Bool #

Hashable SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

Methods

hashWithSalt :: Int -> SdkType -> Int #

hash :: SdkType -> Int #

type Rep SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

type Rep SdkType = D1 ('MetaData "SdkType" "Amazonka.APIGateway.Types.SdkType" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "SdkType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configurationProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SdkConfigurationProperty])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "friendlyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSdkType :: SdkType Source #

Create a value of SdkType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configurationProperties:SdkType', sdkType_configurationProperties - A list of configuration properties of an SdkType.

SdkType, sdkType_description - The description of an SdkType.

SdkType, sdkType_friendlyName - The user-friendly name of an SdkType instance.

$sel:id:SdkType', sdkType_id - The identifier of an SdkType instance.

GetSdkTypes (Paginated)

data GetSdkTypes Source #

Get the SdkTypes collection.

See: newGetSdkTypes smart constructor.

Constructors

GetSdkTypes' (Maybe Int) (Maybe Text) 

Instances

Instances details
ToHeaders GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Methods

toHeaders :: GetSdkTypes -> [Header] #

ToPath GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

ToQuery GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

AWSPager GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

AWSRequest GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Associated Types

type AWSResponse GetSdkTypes #

Generic GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Associated Types

type Rep GetSdkTypes :: Type -> Type #

Read GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Show GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

NFData GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Methods

rnf :: GetSdkTypes -> () #

Eq GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Hashable GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

type AWSResponse GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

type Rep GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

type Rep GetSdkTypes = D1 ('MetaData "GetSdkTypes" "Amazonka.APIGateway.GetSdkTypes" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetSdkTypes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGetSdkTypes :: GetSdkTypes Source #

Create a value of GetSdkTypes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetSdkTypes, getSdkTypes_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetSdkTypes, getSdkTypes_position - The current pagination position in the paged result set.

data GetSdkTypesResponse Source #

The collection of SdkType instances.

See: newGetSdkTypesResponse smart constructor.

Instances

Instances details
Generic GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Associated Types

type Rep GetSdkTypesResponse :: Type -> Type #

Read GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Show GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

NFData GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Methods

rnf :: GetSdkTypesResponse -> () #

Eq GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

type Rep GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

type Rep GetSdkTypesResponse = D1 ('MetaData "GetSdkTypesResponse" "Amazonka.APIGateway.GetSdkTypes" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetSdkTypesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SdkType])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetSdkTypesResponse Source #

Create a value of GetSdkTypesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetSdkTypesResponse, getSdkTypesResponse_items - The current page of elements from this collection.

GetSdkTypes, getSdkTypesResponse_position - Undocumented member.

$sel:httpStatus:GetSdkTypesResponse', getSdkTypesResponse_httpStatus - The response's http status code.

GetStage

data GetStage Source #

Requests API Gateway to get information about a Stage resource.

See: newGetStage smart constructor.

Constructors

GetStage' Text Text 

Instances

Instances details
ToHeaders GetStage Source # 
Instance details

Defined in Amazonka.APIGateway.GetStage

Methods

toHeaders :: GetStage -> [Header] #

ToPath GetStage Source # 
Instance details

Defined in Amazonka.APIGateway.GetStage

ToQuery GetStage Source # 
Instance details

Defined in Amazonka.APIGateway.GetStage

AWSRequest GetStage Source # 
Instance details

Defined in Amazonka.APIGateway.GetStage

Associated Types

type AWSResponse GetStage #

Generic GetStage Source # 
Instance details

Defined in Amazonka.APIGateway.GetStage

Associated Types

type Rep GetStage :: Type -> Type #

Methods

from :: GetStage -> Rep GetStage x #

to :: Rep GetStage x -> GetStage #

Read GetStage Source # 
Instance details

Defined in Amazonka.APIGateway.GetStage

Show GetStage Source # 
Instance details

Defined in Amazonka.APIGateway.GetStage

NFData GetStage Source # 
Instance details

Defined in Amazonka.APIGateway.GetStage

Methods

rnf :: GetStage -> () #

Eq GetStage Source # 
Instance details

Defined in Amazonka.APIGateway.GetStage

Hashable GetStage Source # 
Instance details

Defined in Amazonka.APIGateway.GetStage

Methods

hashWithSalt :: Int -> GetStage -> Int #

hash :: GetStage -> Int #

type AWSResponse GetStage Source # 
Instance details

Defined in Amazonka.APIGateway.GetStage

type Rep GetStage Source # 
Instance details

Defined in Amazonka.APIGateway.GetStage

type Rep GetStage = D1 ('MetaData "GetStage" "Amazonka.APIGateway.GetStage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetStage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetStage Source #

Create a value of GetStage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetStage, getStage_restApiId - The string identifier of the associated RestApi.

GetStage, getStage_stageName - The name of the Stage resource to get information about.

data Stage Source #

Represents a unique identifier for a version of a deployed RestApi that is callable by users.

See: newStage smart constructor.

Instances

Instances details
FromJSON Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Generic Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Associated Types

type Rep Stage :: Type -> Type #

Methods

from :: Stage -> Rep Stage x #

to :: Rep Stage x -> Stage #

Read Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Show Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

showsPrec :: Int -> Stage -> ShowS #

show :: Stage -> String #

showList :: [Stage] -> ShowS #

NFData Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

rnf :: Stage -> () #

Eq Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

(==) :: Stage -> Stage -> Bool #

(/=) :: Stage -> Stage -> Bool #

Hashable Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

hashWithSalt :: Int -> Stage -> Int #

hash :: Stage -> Int #

type Rep Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

type Rep Stage = D1 ('MetaData "Stage" "Amazonka.APIGateway.Types.Stage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Stage'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "accessLogSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessLogSettings)) :*: S1 ('MetaSel ('Just "cacheClusterEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "cacheClusterSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheClusterSize)) :*: S1 ('MetaSel ('Just "cacheClusterStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheClusterStatus)))) :*: ((S1 ('MetaSel ('Just "canarySettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CanarySettings)) :*: S1 ('MetaSel ('Just "clientCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "documentationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdatedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "methodSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text MethodSetting))))) :*: ((S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "tracingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "variables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "webAclArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newStage :: Stage Source #

Create a value of Stage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accessLogSettings:Stage', stage_accessLogSettings - Settings for logging access in this stage.

$sel:cacheClusterEnabled:Stage', stage_cacheClusterEnabled - Specifies whether a cache cluster is enabled for the stage.

$sel:cacheClusterSize:Stage', stage_cacheClusterSize - The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.

$sel:cacheClusterStatus:Stage', stage_cacheClusterStatus - The status of the cache cluster for the stage, if enabled.

$sel:canarySettings:Stage', stage_canarySettings - Settings for the canary deployment in this stage.

$sel:clientCertificateId:Stage', stage_clientCertificateId - The identifier of a client certificate for an API stage.

$sel:createdDate:Stage', stage_createdDate - The timestamp when the stage was created.

Stage, stage_deploymentId - The identifier of the Deployment that the stage points to.

$sel:description:Stage', stage_description - The stage's description.

$sel:documentationVersion:Stage', stage_documentationVersion - The version of the associated API documentation.

$sel:lastUpdatedDate:Stage', stage_lastUpdatedDate - The timestamp when the stage last updated.

$sel:methodSettings:Stage', stage_methodSettings - A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.

$sel:stageName:Stage', stage_stageName - The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.

$sel:tags:Stage', stage_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:tracingEnabled:Stage', stage_tracingEnabled - Specifies whether active tracing with X-ray is enabled for the Stage.

$sel:variables:Stage', stage_variables - A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.

$sel:webAclArn:Stage', stage_webAclArn - The ARN of the WebAcl associated with the Stage.

GetStages

data GetStages Source #

Requests API Gateway to get information about one or more Stage resources.

See: newGetStages smart constructor.

Constructors

GetStages' (Maybe Text) Text 

Instances

Instances details
ToHeaders GetStages Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

Methods

toHeaders :: GetStages -> [Header] #

ToPath GetStages Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

ToQuery GetStages Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

AWSRequest GetStages Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

Associated Types

type AWSResponse GetStages #

Generic GetStages Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

Associated Types

type Rep GetStages :: Type -> Type #

Read GetStages Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

Show GetStages Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

NFData GetStages Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

Methods

rnf :: GetStages -> () #

Eq GetStages Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

Hashable GetStages Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

type AWSResponse GetStages Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

type Rep GetStages Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

type Rep GetStages = D1 ('MetaData "GetStages" "Amazonka.APIGateway.GetStages" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetStages'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetStages Source #

Arguments

:: Text

GetStages

-> GetStages 

Create a value of GetStages with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetStages, getStages_deploymentId - The stages' deployment identifiers.

GetStages, getStages_restApiId - The string identifier of the associated RestApi.

data GetStagesResponse Source #

A list of Stage resources that are associated with the ApiKey resource.

See: newGetStagesResponse smart constructor.

Constructors

GetStagesResponse' (Maybe [Stage]) Int 

Instances

Instances details
Generic GetStagesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

Associated Types

type Rep GetStagesResponse :: Type -> Type #

Read GetStagesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

Show GetStagesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

NFData GetStagesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

Methods

rnf :: GetStagesResponse -> () #

Eq GetStagesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

type Rep GetStagesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetStages

type Rep GetStagesResponse = D1 ('MetaData "GetStagesResponse" "Amazonka.APIGateway.GetStages" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetStagesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "item") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Stage])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetStagesResponse Source #

Create a value of GetStagesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:item:GetStagesResponse', getStagesResponse_item - The current page of elements from this collection.

$sel:httpStatus:GetStagesResponse', getStagesResponse_httpStatus - The response's http status code.

GetTags

data GetTags Source #

Gets the Tags collection for a given resource.

See: newGetTags smart constructor.

Constructors

GetTags' (Maybe Int) (Maybe Text) Text 

Instances

Instances details
ToHeaders GetTags Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

Methods

toHeaders :: GetTags -> [Header] #

ToPath GetTags Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

Methods

toPath :: GetTags -> ByteString #

ToQuery GetTags Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

AWSRequest GetTags Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

Associated Types

type AWSResponse GetTags #

Generic GetTags Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

Associated Types

type Rep GetTags :: Type -> Type #

Methods

from :: GetTags -> Rep GetTags x #

to :: Rep GetTags x -> GetTags #

Read GetTags Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

Show GetTags Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

NFData GetTags Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

Methods

rnf :: GetTags -> () #

Eq GetTags Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

Methods

(==) :: GetTags -> GetTags -> Bool #

(/=) :: GetTags -> GetTags -> Bool #

Hashable GetTags Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

Methods

hashWithSalt :: Int -> GetTags -> Int #

hash :: GetTags -> Int #

type AWSResponse GetTags Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

type Rep GetTags Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

type Rep GetTags = D1 ('MetaData "GetTags" "Amazonka.APIGateway.GetTags" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetTags Source #

Create a value of GetTags with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetTags, getTags_limit - (Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetTags, getTags_position - (Not currently supported) The current pagination position in the paged result set.

$sel:resourceArn:GetTags', getTags_resourceArn - The ARN of a resource that can be tagged.

data GetTagsResponse Source #

The collection of tags. Each tag element is associated with a given resource.

See: newGetTagsResponse smart constructor.

Instances

Instances details
Generic GetTagsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

Associated Types

type Rep GetTagsResponse :: Type -> Type #

Read GetTagsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

Show GetTagsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

NFData GetTagsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

Methods

rnf :: GetTagsResponse -> () #

Eq GetTagsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

type Rep GetTagsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetTags

type Rep GetTagsResponse = D1 ('MetaData "GetTagsResponse" "Amazonka.APIGateway.GetTags" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetTagsResponse Source #

Create a value of GetTagsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetTagsResponse, getTagsResponse_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:httpStatus:GetTagsResponse', getTagsResponse_httpStatus - The response's http status code.

GetUsage (Paginated)

data GetUsage Source #

The GET request to get the usage data of a usage plan in a specified time interval.

See: newGetUsage smart constructor.

Instances

Instances details
ToHeaders GetUsage Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsage

Methods

toHeaders :: GetUsage -> [Header] #

ToPath GetUsage Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsage

ToQuery GetUsage Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsage

AWSPager GetUsage Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsage

AWSRequest GetUsage Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsage

Associated Types

type AWSResponse GetUsage #

Generic GetUsage Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsage

Associated Types

type Rep GetUsage :: Type -> Type #

Methods

from :: GetUsage -> Rep GetUsage x #

to :: Rep GetUsage x -> GetUsage #

Read GetUsage Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsage

Show GetUsage Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsage

NFData GetUsage Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsage

Methods

rnf :: GetUsage -> () #

Eq GetUsage Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsage

Hashable GetUsage Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsage

Methods

hashWithSalt :: Int -> GetUsage -> Int #

hash :: GetUsage -> Int #

type AWSResponse GetUsage Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsage

type Rep GetUsage Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsage

newGetUsage Source #

Create a value of GetUsage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:keyId:GetUsage', getUsage_keyId - The Id of the API key associated with the resultant usage data.

GetUsage, getUsage_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetUsage, getUsage_position - The current pagination position in the paged result set.

GetUsage, getUsage_usagePlanId - The Id of the usage plan associated with the usage data.

GetUsage, getUsage_startDate - The starting date (e.g., 2016-01-01) of the usage data.

GetUsage, getUsage_endDate - The ending date (e.g., 2016-12-31) of the usage data.

data Usage Source #

Represents the usage data of a usage plan.

See: newUsage smart constructor.

Instances

Instances details
FromJSON Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Generic Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Associated Types

type Rep Usage :: Type -> Type #

Methods

from :: Usage -> Rep Usage x #

to :: Rep Usage x -> Usage #

Read Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Show Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Methods

showsPrec :: Int -> Usage -> ShowS #

show :: Usage -> String #

showList :: [Usage] -> ShowS #

NFData Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Methods

rnf :: Usage -> () #

Eq Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Methods

(==) :: Usage -> Usage -> Bool #

(/=) :: Usage -> Usage -> Bool #

Hashable Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Methods

hashWithSalt :: Int -> Usage -> Int #

hash :: Usage -> Int #

type Rep Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

type Rep Usage = D1 ('MetaData "Usage" "Amazonka.APIGateway.Types.Usage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Usage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [[Integer]])))) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "usagePlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUsage :: Usage Source #

Create a value of Usage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:endDate:Usage', usage_endDate - The ending date of the usage data.

$sel:items:Usage', usage_items - The usage data, as daily logs of used and remaining quotas, over the specified time interval indexed over the API keys in a usage plan. For example, {..., "values" : { "{api_key}" : [ [0, 100], [10, 90], [100, 10]]}, where {api_key} stands for an API key value and the daily log entry is of the format [used quota, remaining quota].

$sel:position:Usage', usage_position - Undocumented member.

$sel:startDate:Usage', usage_startDate - The starting date of the usage data.

$sel:usagePlanId:Usage', usage_usagePlanId - The plan Id associated with this usage data.

GetUsagePlan

data GetUsagePlan Source #

The GET request to get a usage plan of a given plan identifier.

See: newGetUsagePlan smart constructor.

Constructors

GetUsagePlan' Text 

Instances

Instances details
ToHeaders GetUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlan

ToPath GetUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlan

ToQuery GetUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlan

AWSRequest GetUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlan

Associated Types

type AWSResponse GetUsagePlan #

Generic GetUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlan

Associated Types

type Rep GetUsagePlan :: Type -> Type #

Read GetUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlan

Show GetUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlan

NFData GetUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlan

Methods

rnf :: GetUsagePlan -> () #

Eq GetUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlan

Hashable GetUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlan

type AWSResponse GetUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlan

type Rep GetUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlan

type Rep GetUsagePlan = D1 ('MetaData "GetUsagePlan" "Amazonka.APIGateway.GetUsagePlan" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetUsagePlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "usagePlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetUsagePlan Source #

Create a value of GetUsagePlan with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetUsagePlan, getUsagePlan_usagePlanId - The identifier of the UsagePlan resource to be retrieved.

data UsagePlan Source #

Represents a usage plan used to specify who can assess associated API stages. Optionally, target request rate and quota limits can be set. In some cases clients can exceed the targets that you set. Don’t rely on usage plans to control costs. Consider using Amazon Web Services Budgets to monitor costs and WAF to manage API requests.

See: newUsagePlan smart constructor.

Instances

Instances details
FromJSON UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Generic UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Associated Types

type Rep UsagePlan :: Type -> Type #

Read UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Show UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

NFData UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Methods

rnf :: UsagePlan -> () #

Eq UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Hashable UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

type Rep UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

newUsagePlan :: UsagePlan Source #

Create a value of UsagePlan with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiStages:UsagePlan', usagePlan_apiStages - The associated API stages of a usage plan.

$sel:description:UsagePlan', usagePlan_description - The description of a usage plan.

$sel:id:UsagePlan', usagePlan_id - The identifier of a UsagePlan resource.

$sel:name:UsagePlan', usagePlan_name - The name of a usage plan.

$sel:productCode:UsagePlan', usagePlan_productCode - The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.

$sel:quota:UsagePlan', usagePlan_quota - The target maximum number of permitted requests per a given unit time interval.

$sel:tags:UsagePlan', usagePlan_tags - The collection of tags. Each tag element is associated with a given resource.

UsagePlan, usagePlan_throttle - A map containing method level throttling information for API stage in a usage plan.

GetUsagePlanKey

data GetUsagePlanKey Source #

The GET request to get a usage plan key of a given key identifier.

See: newGetUsagePlanKey smart constructor.

Constructors

GetUsagePlanKey' Text Text 

Instances

Instances details
ToHeaders GetUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKey

ToPath GetUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKey

ToQuery GetUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKey

AWSRequest GetUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKey

Associated Types

type AWSResponse GetUsagePlanKey #

Generic GetUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKey

Associated Types

type Rep GetUsagePlanKey :: Type -> Type #

Read GetUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKey

Show GetUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKey

NFData GetUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKey

Methods

rnf :: GetUsagePlanKey -> () #

Eq GetUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKey

Hashable GetUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKey

type AWSResponse GetUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKey

type Rep GetUsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKey

type Rep GetUsagePlanKey = D1 ('MetaData "GetUsagePlanKey" "Amazonka.APIGateway.GetUsagePlanKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetUsagePlanKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "usagePlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "keyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetUsagePlanKey Source #

Create a value of GetUsagePlanKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetUsagePlanKey, getUsagePlanKey_usagePlanId - The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.

$sel:keyId:GetUsagePlanKey', getUsagePlanKey_keyId - The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.

data UsagePlanKey Source #

Represents a usage plan key to identify a plan customer.

See: newUsagePlanKey smart constructor.

Instances

Instances details
FromJSON UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Generic UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Associated Types

type Rep UsagePlanKey :: Type -> Type #

Read UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Show UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

NFData UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Methods

rnf :: UsagePlanKey -> () #

Eq UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Hashable UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

type Rep UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

type Rep UsagePlanKey = D1 ('MetaData "UsagePlanKey" "Amazonka.APIGateway.Types.UsagePlanKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UsagePlanKey'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newUsagePlanKey :: UsagePlanKey Source #

Create a value of UsagePlanKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:UsagePlanKey', usagePlanKey_id - The Id of a usage plan key.

$sel:name:UsagePlanKey', usagePlanKey_name - The name of a usage plan key.

$sel:type':UsagePlanKey', usagePlanKey_type - The type of a usage plan key. Currently, the valid key type is API_KEY.

$sel:value:UsagePlanKey', usagePlanKey_value - The value of a usage plan key.

GetUsagePlanKeys (Paginated)

data GetUsagePlanKeys Source #

The GET request to get all the usage plan keys representing the API keys added to a specified usage plan.

See: newGetUsagePlanKeys smart constructor.

Instances

Instances details
ToHeaders GetUsagePlanKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

ToPath GetUsagePlanKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

ToQuery GetUsagePlanKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

AWSPager GetUsagePlanKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

AWSRequest GetUsagePlanKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

Associated Types

type AWSResponse GetUsagePlanKeys #

Generic GetUsagePlanKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

Associated Types

type Rep GetUsagePlanKeys :: Type -> Type #

Read GetUsagePlanKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

Show GetUsagePlanKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

NFData GetUsagePlanKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

Methods

rnf :: GetUsagePlanKeys -> () #

Eq GetUsagePlanKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

Hashable GetUsagePlanKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

type AWSResponse GetUsagePlanKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

type Rep GetUsagePlanKeys Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

type Rep GetUsagePlanKeys = D1 ('MetaData "GetUsagePlanKeys" "Amazonka.APIGateway.GetUsagePlanKeys" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetUsagePlanKeys'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nameQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "usagePlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetUsagePlanKeys Source #

Create a value of GetUsagePlanKeys with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetUsagePlanKeys, getUsagePlanKeys_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

$sel:nameQuery:GetUsagePlanKeys', getUsagePlanKeys_nameQuery - A query parameter specifying the name of the to-be-returned usage plan keys.

GetUsagePlanKeys, getUsagePlanKeys_position - The current pagination position in the paged result set.

GetUsagePlanKeys, getUsagePlanKeys_usagePlanId - The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.

data GetUsagePlanKeysResponse Source #

Represents the collection of usage plan keys added to usage plans for the associated API keys and, possibly, other types of keys.

See: newGetUsagePlanKeysResponse smart constructor.

Instances

Instances details
Generic GetUsagePlanKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

Associated Types

type Rep GetUsagePlanKeysResponse :: Type -> Type #

Read GetUsagePlanKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

Show GetUsagePlanKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

NFData GetUsagePlanKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

Eq GetUsagePlanKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

type Rep GetUsagePlanKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlanKeys

type Rep GetUsagePlanKeysResponse = D1 ('MetaData "GetUsagePlanKeysResponse" "Amazonka.APIGateway.GetUsagePlanKeys" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetUsagePlanKeysResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UsagePlanKey])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetUsagePlanKeysResponse Source #

Create a value of GetUsagePlanKeysResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetUsagePlanKeysResponse, getUsagePlanKeysResponse_items - The current page of elements from this collection.

GetUsagePlanKeys, getUsagePlanKeysResponse_position - Undocumented member.

$sel:httpStatus:GetUsagePlanKeysResponse', getUsagePlanKeysResponse_httpStatus - The response's http status code.

GetUsagePlans (Paginated)

data GetUsagePlans Source #

The GET request to get all the usage plans of the caller's account.

See: newGetUsagePlans smart constructor.

Instances

Instances details
ToHeaders GetUsagePlans Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

ToPath GetUsagePlans Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

ToQuery GetUsagePlans Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

AWSPager GetUsagePlans Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

AWSRequest GetUsagePlans Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

Associated Types

type AWSResponse GetUsagePlans #

Generic GetUsagePlans Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

Associated Types

type Rep GetUsagePlans :: Type -> Type #

Read GetUsagePlans Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

Show GetUsagePlans Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

NFData GetUsagePlans Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

Methods

rnf :: GetUsagePlans -> () #

Eq GetUsagePlans Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

Hashable GetUsagePlans Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

type AWSResponse GetUsagePlans Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

type Rep GetUsagePlans Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

type Rep GetUsagePlans = D1 ('MetaData "GetUsagePlans" "Amazonka.APIGateway.GetUsagePlans" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetUsagePlans'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newGetUsagePlans :: GetUsagePlans Source #

Create a value of GetUsagePlans with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:keyId:GetUsagePlans', getUsagePlans_keyId - The identifier of the API key associated with the usage plans.

GetUsagePlans, getUsagePlans_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetUsagePlans, getUsagePlans_position - The current pagination position in the paged result set.

data GetUsagePlansResponse Source #

Represents a collection of usage plans for an AWS account.

See: newGetUsagePlansResponse smart constructor.

Instances

Instances details
Generic GetUsagePlansResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

Associated Types

type Rep GetUsagePlansResponse :: Type -> Type #

Read GetUsagePlansResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

Show GetUsagePlansResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

NFData GetUsagePlansResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

Methods

rnf :: GetUsagePlansResponse -> () #

Eq GetUsagePlansResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

type Rep GetUsagePlansResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetUsagePlans

type Rep GetUsagePlansResponse = D1 ('MetaData "GetUsagePlansResponse" "Amazonka.APIGateway.GetUsagePlans" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetUsagePlansResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UsagePlan])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetUsagePlansResponse Source #

Create a value of GetUsagePlansResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetUsagePlansResponse, getUsagePlansResponse_items - The current page of elements from this collection.

GetUsagePlans, getUsagePlansResponse_position - Undocumented member.

$sel:httpStatus:GetUsagePlansResponse', getUsagePlansResponse_httpStatus - The response's http status code.

GetVpcLink

data GetVpcLink Source #

Gets a specified VPC link under the caller's account in a region.

See: newGetVpcLink smart constructor.

Constructors

GetVpcLink' Text 

Instances

newGetVpcLink Source #

Create a value of GetVpcLink with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:vpcLinkId:GetVpcLink', getVpcLink_vpcLinkId - The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

data VpcLink Source #

An API Gateway VPC link for a RestApi to access resources in an Amazon Virtual Private Cloud (VPC).

See: newVpcLink smart constructor.

Instances

newVpcLink :: VpcLink Source #

Create a value of VpcLink with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:VpcLink', vpcLink_description - The description of the VPC link.

$sel:id:VpcLink', vpcLink_id - The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

$sel:name:VpcLink', vpcLink_name - The name used to label and identify the VPC link.

$sel:status:VpcLink', vpcLink_status - The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.

$sel:statusMessage:VpcLink', vpcLink_statusMessage - A description about the VPC link status.

$sel:tags:VpcLink', vpcLink_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:targetArns:VpcLink', vpcLink_targetArns - The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.

GetVpcLinks (Paginated)

data GetVpcLinks Source #

Gets the VpcLinks collection under the caller's account in a selected region.

See: newGetVpcLinks smart constructor.

Constructors

GetVpcLinks' (Maybe Int) (Maybe Text) 

Instances

newGetVpcLinks :: GetVpcLinks Source #

Create a value of GetVpcLinks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetVpcLinks, getVpcLinks_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

GetVpcLinks, getVpcLinks_position - The current pagination position in the paged result set.

data GetVpcLinksResponse Source #

The collection of VPC links under the caller's account in a region.

See: newGetVpcLinksResponse smart constructor.

Instances

Instances details
Generic GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetVpcLinks

Associated Types

type Rep GetVpcLinksResponse :: Type -> Type #

Read GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetVpcLinks

Show GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetVpcLinks

NFData GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetVpcLinks

Methods

rnf :: GetVpcLinksResponse -> () #

Eq GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetVpcLinks

type Rep GetVpcLinksResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetVpcLinks

type Rep GetVpcLinksResponse = D1 ('MetaData "GetVpcLinksResponse" "Amazonka.APIGateway.GetVpcLinks" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetVpcLinksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VpcLink])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetVpcLinksResponse Source #

Create a value of GetVpcLinksResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetVpcLinksResponse, getVpcLinksResponse_items - The current page of elements from this collection.

GetVpcLinks, getVpcLinksResponse_position - Undocumented member.

$sel:httpStatus:GetVpcLinksResponse', getVpcLinksResponse_httpStatus - The response's http status code.

ImportApiKeys

data ImportApiKeys Source #

The POST request to import API keys from an external source, such as a CSV-formatted file.

See: newImportApiKeys smart constructor.

Instances

Instances details
ToBody ImportApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

ToHeaders ImportApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

ToPath ImportApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

ToQuery ImportApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

AWSRequest ImportApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

Associated Types

type AWSResponse ImportApiKeys #

Generic ImportApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

Associated Types

type Rep ImportApiKeys :: Type -> Type #

Show ImportApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

NFData ImportApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

Methods

rnf :: ImportApiKeys -> () #

Eq ImportApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

Hashable ImportApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

type AWSResponse ImportApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

type Rep ImportApiKeys Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

type Rep ImportApiKeys = D1 ('MetaData "ImportApiKeys" "Amazonka.APIGateway.ImportApiKeys" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "ImportApiKeys'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failOnWarnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ByteString) :*: S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApiKeysFormat))))

newImportApiKeys Source #

Create a value of ImportApiKeys with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failOnWarnings:ImportApiKeys', importApiKeys_failOnWarnings - A query parameter to indicate whether to rollback ApiKey importation (true) or not (false) when error is encountered.

$sel:body:ImportApiKeys', importApiKeys_body - The payload of the POST request to import API keys. For the payload format, see API Key File Format.

ImportApiKeys, importApiKeys_format - A query parameter to specify the input format to imported API keys. Currently, only the csv format is supported.

data ImportApiKeysResponse Source #

The identifier of an ApiKey used in a UsagePlan.

See: newImportApiKeysResponse smart constructor.

Instances

Instances details
Generic ImportApiKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

Associated Types

type Rep ImportApiKeysResponse :: Type -> Type #

Read ImportApiKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

Show ImportApiKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

NFData ImportApiKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

Methods

rnf :: ImportApiKeysResponse -> () #

Eq ImportApiKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

type Rep ImportApiKeysResponse Source # 
Instance details

Defined in Amazonka.APIGateway.ImportApiKeys

type Rep ImportApiKeysResponse = D1 ('MetaData "ImportApiKeysResponse" "Amazonka.APIGateway.ImportApiKeys" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "ImportApiKeysResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newImportApiKeysResponse Source #

Create a value of ImportApiKeysResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ids:ImportApiKeysResponse', importApiKeysResponse_ids - A list of all the ApiKey identifiers.

ImportApiKeysResponse, importApiKeysResponse_warnings - A list of warning messages.

$sel:httpStatus:ImportApiKeysResponse', importApiKeysResponse_httpStatus - The response's http status code.

ImportDocumentationParts

data ImportDocumentationParts Source #

Import documentation parts from an external (e.g., OpenAPI) definition file.

See: newImportDocumentationParts smart constructor.

Instances

Instances details
ToBody ImportDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

ToHeaders ImportDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

ToPath ImportDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

ToQuery ImportDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

AWSRequest ImportDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

Generic ImportDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

Associated Types

type Rep ImportDocumentationParts :: Type -> Type #

Show ImportDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

NFData ImportDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

Eq ImportDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

Hashable ImportDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

type AWSResponse ImportDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

type Rep ImportDocumentationParts Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

type Rep ImportDocumentationParts = D1 ('MetaData "ImportDocumentationParts" "Amazonka.APIGateway.ImportDocumentationParts" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "ImportDocumentationParts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failOnWarnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PutMode))) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ByteString))))

newImportDocumentationParts Source #

Create a value of ImportDocumentationParts with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failOnWarnings:ImportDocumentationParts', importDocumentationParts_failOnWarnings - A query parameter to specify whether to rollback the documentation importation (true) or not (false) when a warning is encountered. The default value is false.

$sel:mode:ImportDocumentationParts', importDocumentationParts_mode - A query parameter to indicate whether to overwrite (OVERWRITE) any existing DocumentationParts definition or to merge (MERGE) the new definition into the existing one. The default value is MERGE.

ImportDocumentationParts, importDocumentationParts_restApiId - The string identifier of the associated RestApi.

$sel:body:ImportDocumentationParts', importDocumentationParts_body - Raw byte array representing the to-be-imported documentation parts. To import from an OpenAPI file, this is a JSON object.

data ImportDocumentationPartsResponse Source #

A collection of the imported DocumentationPart identifiers.

See: newImportDocumentationPartsResponse smart constructor.

Instances

Instances details
Generic ImportDocumentationPartsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

Associated Types

type Rep ImportDocumentationPartsResponse :: Type -> Type #

Read ImportDocumentationPartsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

Show ImportDocumentationPartsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

NFData ImportDocumentationPartsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

Eq ImportDocumentationPartsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

type Rep ImportDocumentationPartsResponse Source # 
Instance details

Defined in Amazonka.APIGateway.ImportDocumentationParts

type Rep ImportDocumentationPartsResponse = D1 ('MetaData "ImportDocumentationPartsResponse" "Amazonka.APIGateway.ImportDocumentationParts" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "ImportDocumentationPartsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newImportDocumentationPartsResponse Source #

Create a value of ImportDocumentationPartsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ids:ImportDocumentationPartsResponse', importDocumentationPartsResponse_ids - A list of the returned documentation part identifiers.

ImportDocumentationPartsResponse, importDocumentationPartsResponse_warnings - A list of warning messages reported during import of documentation parts.

$sel:httpStatus:ImportDocumentationPartsResponse', importDocumentationPartsResponse_httpStatus - The response's http status code.

ImportRestApi

data ImportRestApi Source #

A POST request to import an API to API Gateway using an input of an API definition file.

See: newImportRestApi smart constructor.

Instances

Instances details
ToBody ImportRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.ImportRestApi

ToHeaders ImportRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.ImportRestApi

ToPath ImportRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.ImportRestApi

ToQuery ImportRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.ImportRestApi

AWSRequest ImportRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.ImportRestApi

Associated Types

type AWSResponse ImportRestApi #

Generic ImportRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.ImportRestApi

Associated Types

type Rep ImportRestApi :: Type -> Type #

Show ImportRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.ImportRestApi

NFData ImportRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.ImportRestApi

Methods

rnf :: ImportRestApi -> () #

Eq ImportRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.ImportRestApi

Hashable ImportRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.ImportRestApi

type AWSResponse ImportRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.ImportRestApi

type Rep ImportRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.ImportRestApi

type Rep ImportRestApi = D1 ('MetaData "ImportRestApi" "Amazonka.APIGateway.ImportRestApi" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "ImportRestApi'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failOnWarnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ByteString))))

newImportRestApi Source #

Create a value of ImportRestApi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failOnWarnings:ImportRestApi', importRestApi_failOnWarnings - A query parameter to indicate whether to rollback the API creation (true) or not (false) when a warning is encountered. The default value is false.

$sel:parameters:ImportRestApi', importRestApi_parameters - A key-value map of context-specific query string parameters specifying the behavior of different API importing operations. The following shows operation-specific parameters and their supported values.

To exclude DocumentationParts from the import, set parameters as ignore=documentation.

To configure the endpoint type, set parameters as endpointConfigurationTypes=EDGE, endpointConfigurationTypes=REGIONAL, or endpointConfigurationTypes=PRIVATE. The default endpoint type is EDGE.

To handle imported basepath, set parameters as basepath=ignore, basepath=prepend or basepath=split.

For example, the AWS CLI command to exclude documentation from the imported API is:

The AWS CLI command to set the regional endpoint on the imported API is:

$sel:body:ImportRestApi', importRestApi_body - The POST request body containing external API definitions. Currently, only OpenAPI definition JSON/YAML files are supported. The maximum size of the API definition file is 6MB.

data RestApi Source #

Represents a REST API.

See: newRestApi smart constructor.

Instances

Instances details
FromJSON RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Generic RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Associated Types

type Rep RestApi :: Type -> Type #

Methods

from :: RestApi -> Rep RestApi x #

to :: Rep RestApi x -> RestApi #

Read RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Show RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

NFData RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

rnf :: RestApi -> () #

Eq RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

(==) :: RestApi -> RestApi -> Bool #

(/=) :: RestApi -> RestApi -> Bool #

Hashable RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

hashWithSalt :: Int -> RestApi -> Int #

hash :: RestApi -> Int #

type Rep RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

type Rep RestApi = D1 ('MetaData "RestApi" "Amazonka.APIGateway.Types.RestApi" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "RestApi'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiKeySource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiKeySourceType)) :*: (S1 ('MetaSel ('Just "binaryMediaTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "disableExecuteApiEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfiguration))))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "minimumCompressionSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))))

newRestApi :: RestApi Source #

Create a value of RestApi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeySource:RestApi', restApi_apiKeySource - The source of the API key for metering requests according to a usage plan. Valid values are: >HEADER to read the API key from the X-API-Key header of a request. AUTHORIZER to read the API key from the UsageIdentifierKey from a custom authorizer.

$sel:binaryMediaTypes:RestApi', restApi_binaryMediaTypes - The list of binary media types supported by the RestApi. By default, the RestApi supports only UTF-8-encoded text payloads.

$sel:createdDate:RestApi', restApi_createdDate - The timestamp when the API was created.

$sel:description:RestApi', restApi_description - The API's description.

$sel:disableExecuteApiEndpoint:RestApi', restApi_disableExecuteApiEndpoint - Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.

$sel:endpointConfiguration:RestApi', restApi_endpointConfiguration - The endpoint configuration of this RestApi showing the endpoint types of the API.

$sel:id:RestApi', restApi_id - The API's identifier. This identifier is unique across all of your APIs in API Gateway.

$sel:minimumCompressionSize:RestApi', restApi_minimumCompressionSize - A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API. When compression is enabled, compression or decompression is not applied on the payload if the payload size is smaller than this value. Setting it to zero allows compression for any payload size.

$sel:name:RestApi', restApi_name - The API's name.

$sel:policy:RestApi', restApi_policy - A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.

$sel:tags:RestApi', restApi_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:version:RestApi', restApi_version - A version identifier for the API.

$sel:warnings:RestApi', restApi_warnings - The warning messages reported when failonwarnings is turned on during API import.

PutGatewayResponse

data PutGatewayResponse Source #

Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.

See: newPutGatewayResponse smart constructor.

Instances

Instances details
ToJSON PutGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutGatewayResponse

ToHeaders PutGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutGatewayResponse

ToPath PutGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutGatewayResponse

ToQuery PutGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutGatewayResponse

AWSRequest PutGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutGatewayResponse

Associated Types

type AWSResponse PutGatewayResponse #

Generic PutGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutGatewayResponse

Associated Types

type Rep PutGatewayResponse :: Type -> Type #

Read PutGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutGatewayResponse

Show PutGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutGatewayResponse

NFData PutGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutGatewayResponse

Methods

rnf :: PutGatewayResponse -> () #

Eq PutGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutGatewayResponse

Hashable PutGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutGatewayResponse

type AWSResponse PutGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutGatewayResponse

type Rep PutGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutGatewayResponse

type Rep PutGatewayResponse = D1 ('MetaData "PutGatewayResponse" "Amazonka.APIGateway.PutGatewayResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "PutGatewayResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "responseTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "responseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GatewayResponseType)))))

newPutGatewayResponse Source #

Create a value of PutGatewayResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

PutGatewayResponse, putGatewayResponse_responseParameters - Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.

PutGatewayResponse, putGatewayResponse_responseTemplates - Response templates of the GatewayResponse as a string-to-string map of key-value pairs.

PutGatewayResponse, putGatewayResponse_statusCode - The HTTP status code of the GatewayResponse.

PutGatewayResponse, putGatewayResponse_restApiId - The string identifier of the associated RestApi.

PutGatewayResponse, putGatewayResponse_responseType - The response type of the associated GatewayResponse

data GatewayResponse Source #

A gateway response of a given response type and status code, with optional response parameters and mapping templates.

See: newGatewayResponse smart constructor.

Instances

Instances details
FromJSON GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Generic GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Associated Types

type Rep GatewayResponse :: Type -> Type #

Read GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Show GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

NFData GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Methods

rnf :: GatewayResponse -> () #

Eq GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Hashable GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

type Rep GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

type Rep GatewayResponse = D1 ('MetaData "GatewayResponse" "Amazonka.APIGateway.Types.GatewayResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GatewayResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "responseTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "responseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GatewayResponseType)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newGatewayResponse :: GatewayResponse Source #

Create a value of GatewayResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultResponse:GatewayResponse', gatewayResponse_defaultResponse - A Boolean flag to indicate whether this GatewayResponse is the default gateway response (true) or not (false). A default gateway response is one generated by API Gateway without any customization by an API developer.

$sel:responseParameters:GatewayResponse', gatewayResponse_responseParameters - Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.

$sel:responseTemplates:GatewayResponse', gatewayResponse_responseTemplates - Response templates of the GatewayResponse as a string-to-string map of key-value pairs.

$sel:responseType:GatewayResponse', gatewayResponse_responseType - The response type of the associated GatewayResponse.

$sel:statusCode:GatewayResponse', gatewayResponse_statusCode - The HTTP status code for this GatewayResponse.

PutIntegration

data PutIntegration Source #

Sets up a method's integration.

See: newPutIntegration smart constructor.

Instances

Instances details
ToJSON PutIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegration

ToHeaders PutIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegration

ToPath PutIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegration

ToQuery PutIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegration

AWSRequest PutIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegration

Associated Types

type AWSResponse PutIntegration #

Generic PutIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegration

Associated Types

type Rep PutIntegration :: Type -> Type #

Read PutIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegration

Show PutIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegration

NFData PutIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegration

Methods

rnf :: PutIntegration -> () #

Eq PutIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegration

Hashable PutIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegration

type AWSResponse PutIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegration

type Rep PutIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegration

type Rep PutIntegration = D1 ('MetaData "PutIntegration" "Amazonka.APIGateway.PutIntegration" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "PutIntegration'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "cacheKeyParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "cacheNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionType)))) :*: ((S1 ('MetaSel ('Just "contentHandling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentHandlingStrategy)) :*: S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "integrationHttpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "passthroughBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "requestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "requestTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "timeoutInMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "tlsConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TlsConfig)))) :*: ((S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IntegrationType)))))))

newPutIntegration Source #

Create a value of PutIntegration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

PutIntegration, putIntegration_cacheKeyParameters - A list of request parameters whose values API Gateway caches. To be valid values for cacheKeyParameters, these parameters must also be specified for Method requestParameters.

PutIntegration, putIntegration_cacheNamespace - Specifies a group of related cached parameters. By default, API Gateway uses the resource ID as the cacheNamespace. You can specify the same cacheNamespace across resources to return the same cached data for requests to different resources.

PutIntegration, putIntegration_connectionId - The ID of the VpcLink used for the integration. Specify this value only if you specify VPC_LINK as the connection type.

PutIntegration, putIntegration_connectionType - The type of the network connection to the integration endpoint. The valid value is INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and a network load balancer in a VPC. The default value is INTERNET.

PutIntegration, putIntegration_contentHandling - Specifies how to handle request payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:

If this property is not defined, the request payload will be passed through from the method request to integration request without modification, provided that the passthroughBehavior is configured to support payload pass-through.

PutIntegration, putIntegration_credentials - Specifies whether credentials are required for a put integration.

$sel:integrationHttpMethod:PutIntegration', putIntegration_integrationHttpMethod - The HTTP method for the integration.

PutIntegration, putIntegration_passthroughBehavior - Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

PutIntegration, putIntegration_requestParameters - A key-value map specifying request parameters that are passed from the method request to the back end. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the back end. The method request parameter value must match the pattern of method.request.{location}.{name}, where location is querystring, path, or header and name must be a valid and unique method request parameter name.

PutIntegration, putIntegration_requestTemplates - Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value.

PutIntegration, putIntegration_timeoutInMillis - Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.

PutIntegration, putIntegration_tlsConfig - Undocumented member.

PutIntegration, putIntegration_uri - Specifies Uniform Resource Identifier (URI) of the integration endpoint. For HTTP or HTTP_PROXY integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification, for either standard integration, where connectionType is not VPC_LINK, or private integration, where connectionType is VPC_LINK. For a private HTTP integration, the URI is not used for routing. For AWS or AWS_PROXY integrations, the URI is of the form arn:aws:apigateway:{region}:{subdomain.service|service}:path|action/{service_api}. Here, {Region} is the API Gateway region (e.g., us-east-1); {service} is the name of the integrated Amazon Web Services service (e.g., s3); and {subdomain} is a designated subdomain supported by certain Amazon Web Services service for fast host-name lookup. action can be used for an Amazon Web Services service action-based API, using an Action={name}&{p1}={v1}&p2={v2}... query string. The ensuing {service_api} refers to a supported action {name} plus any required input parameters. Alternatively, path can be used for an Amazon Web Services service path-based API. The ensuing service_api refers to the path to an Amazon Web Services service resource, including the region of the integrated Amazon Web Services service, if applicable. For example, for integration with the S3 API of GetObject, the uri can be either arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket={bucket}&Key={key} or arn:aws:apigateway:us-west-2:s3:path/{bucket}/{key}.

PutIntegration, putIntegration_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:PutIntegration', putIntegration_resourceId - Specifies a put integration request's resource ID.

PutIntegration, putIntegration_httpMethod - Specifies the HTTP method for the integration.

PutIntegration, putIntegration_type - Specifies a put integration input's type.

data Integration Source #

Represents an HTTP, HTTP_PROXY, AWS, AWS_PROXY, or Mock integration.

See: newIntegration smart constructor.

Instances

Instances details
FromJSON Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Generic Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Associated Types

type Rep Integration :: Type -> Type #

Read Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Show Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

NFData Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Methods

rnf :: Integration -> () #

Eq Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Hashable Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

type Rep Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

type Rep Integration = D1 ('MetaData "Integration" "Amazonka.APIGateway.Types.Integration" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Integration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "cacheKeyParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "cacheNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "connectionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionType)) :*: S1 ('MetaSel ('Just "contentHandling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentHandlingStrategy))) :*: (S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "integrationResponses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text IntegrationResponse))) :*: S1 ('MetaSel ('Just "passthroughBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "requestTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "timeoutInMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "tlsConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TlsConfig))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IntegrationType)) :*: S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newIntegration :: Integration Source #

Create a value of Integration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cacheKeyParameters:Integration', integration_cacheKeyParameters - A list of request parameters whose values API Gateway caches. To be valid values for cacheKeyParameters, these parameters must also be specified for Method requestParameters.

$sel:cacheNamespace:Integration', integration_cacheNamespace - Specifies a group of related cached parameters. By default, API Gateway uses the resource ID as the cacheNamespace. You can specify the same cacheNamespace across resources to return the same cached data for requests to different resources.

$sel:connectionId:Integration', integration_connectionId - The ID of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.

$sel:connectionType:Integration', integration_connectionType - The type of the network connection to the integration endpoint. The valid value is INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and a network load balancer in a VPC. The default value is INTERNET.

Integration, integration_contentHandling - Specifies how to handle request payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:

If this property is not defined, the request payload will be passed through from the method request to integration request without modification, provided that the passthroughBehavior is configured to support payload pass-through.

$sel:credentials:Integration', integration_credentials - Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::\*:user/\*. To use resource-based permissions on supported AWS services, specify null.

$sel:httpMethod:Integration', integration_httpMethod - Specifies the integration's HTTP method type.

$sel:integrationResponses:Integration', integration_integrationResponses - Specifies the integration's responses.

$sel:passthroughBehavior:Integration', integration_passthroughBehavior - Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation. A content type is unmapped if no mapping template is defined in the integration or the content type does not match any of the mapped content types, as specified in requestTemplates. The valid value is one of the following: WHEN_NO_MATCH: passes the method request body through the integration request to the back end without transformation when the method request content type does not match any content type associated with the mapping templates defined in the integration request. WHEN_NO_TEMPLATES: passes the method request body through the integration request to the back end without transformation when no mapping template is defined in the integration request. If a template is defined when this option is selected, the method request of an unmapped content-type will be rejected with an HTTP 415 Unsupported Media Type response. NEVER: rejects the method request with an HTTP 415 Unsupported Media Type response when either the method request content type does not match any content type associated with the mapping templates defined in the integration request or no mapping template is defined in the integration request.

$sel:requestParameters:Integration', integration_requestParameters - A key-value map specifying request parameters that are passed from the method request to the back end. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the back end. The method request parameter value must match the pattern of method.request.{location}.{name}, where location is querystring, path, or header and name must be a valid and unique method request parameter name.

$sel:requestTemplates:Integration', integration_requestTemplates - Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value.

$sel:timeoutInMillis:Integration', integration_timeoutInMillis - Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.

$sel:tlsConfig:Integration', integration_tlsConfig - Specifies the TLS configuration for an integration.

$sel:type':Integration', integration_type - Specifies an API method integration type. The valid value is one of the following:

For the HTTP and HTTP proxy integrations, each integration can specify a protocol (http/https), port and path. Standard 80 and 443 ports are supported as well as custom ports above 1024. An HTTP or HTTP proxy integration with a connectionType of VPC_LINK is referred to as a private integration and uses a VpcLink to connect API Gateway to a network load balancer of a VPC.

$sel:uri:Integration', integration_uri - Specifies Uniform Resource Identifier (URI) of the integration endpoint.

For HTTP or HTTP_PROXY integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification, for either standard integration, where connectionType is not VPC_LINK, or private integration, where connectionType is VPC_LINK. For a private HTTP integration, the URI is not used for routing. For AWS or AWS_PROXY integrations, the URI is of the form arn:aws:apigateway:{region}:{subdomain.service|service}:path|action/{service_api}. Here, {Region} is the API Gateway region (e.g., us-east-1); {service} is the name of the integrated Amazon Web Services service (e.g., s3); and {subdomain} is a designated subdomain supported by certain Amazon Web Services service for fast host-name lookup. action can be used for an Amazon Web Services service action-based API, using an Action={name}&{p1}={v1}&p2={v2}... query string. The ensuing {service_api} refers to a supported action {name} plus any required input parameters. Alternatively, path can be used for an AWS service path-based API. The ensuing service_api refers to the path to an Amazon Web Services service resource, including the region of the integrated Amazon Web Services service, if applicable. For example, for integration with the S3 API of GetObject, the uri can be either arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket={bucket}&Key={key} or arn:aws:apigateway:us-west-2:s3:path/{bucket}/{key}

PutIntegrationResponse

data PutIntegrationResponse Source #

Represents a put integration response request.

See: newPutIntegrationResponse smart constructor.

Instances

Instances details
ToJSON PutIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegrationResponse

ToHeaders PutIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegrationResponse

ToPath PutIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegrationResponse

ToQuery PutIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegrationResponse

AWSRequest PutIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegrationResponse

Associated Types

type AWSResponse PutIntegrationResponse #

Generic PutIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegrationResponse

Associated Types

type Rep PutIntegrationResponse :: Type -> Type #

Read PutIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegrationResponse

Show PutIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegrationResponse

NFData PutIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegrationResponse

Methods

rnf :: PutIntegrationResponse -> () #

Eq PutIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegrationResponse

Hashable PutIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegrationResponse

type AWSResponse PutIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegrationResponse

type Rep PutIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutIntegrationResponse

type Rep PutIntegrationResponse = D1 ('MetaData "PutIntegrationResponse" "Amazonka.APIGateway.PutIntegrationResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "PutIntegrationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "contentHandling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentHandlingStrategy)) :*: S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "responseTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "selectionPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newPutIntegrationResponse Source #

Create a value of PutIntegrationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

PutIntegrationResponse, putIntegrationResponse_contentHandling - Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:

If this property is not defined, the response payload will be passed through from the integration response to the method response without modification.

PutIntegrationResponse, putIntegrationResponse_responseParameters - A key-value map specifying response parameters that are passed to the method response from the back end. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.{name}, where name is a valid and unique header name. The mapped non-static value must match the pattern of integration.response.header.{name} or integration.response.body.{JSON-expression}, where name must be a valid and unique response header name and JSON-expression a valid JSON expression without the $ prefix.

PutIntegrationResponse, putIntegrationResponse_responseTemplates - Specifies a put integration response's templates.

PutIntegrationResponse, putIntegrationResponse_selectionPattern - Specifies the selection pattern of a put integration response.

PutIntegrationResponse, putIntegrationResponse_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:PutIntegrationResponse', putIntegrationResponse_resourceId - Specifies a put integration response request's resource identifier.

PutIntegrationResponse, putIntegrationResponse_httpMethod - Specifies a put integration response request's HTTP method.

PutIntegrationResponse, putIntegrationResponse_statusCode - Specifies the status code that is used to map the integration response to an existing MethodResponse.

data IntegrationResponse Source #

Represents an integration response. The status code must map to an existing MethodResponse, and parameters and templates can be used to transform the back-end response.

See: newIntegrationResponse smart constructor.

Instances

Instances details
FromJSON IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Generic IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Associated Types

type Rep IntegrationResponse :: Type -> Type #

Read IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Show IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

NFData IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Methods

rnf :: IntegrationResponse -> () #

Eq IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Hashable IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

type Rep IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

type Rep IntegrationResponse = D1 ('MetaData "IntegrationResponse" "Amazonka.APIGateway.Types.IntegrationResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "IntegrationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contentHandling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentHandlingStrategy)) :*: S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "responseTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "selectionPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newIntegrationResponse :: IntegrationResponse Source #

Create a value of IntegrationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:contentHandling:IntegrationResponse', integrationResponse_contentHandling - Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:

If this property is not defined, the response payload will be passed through from the integration response to the method response without modification.

$sel:responseParameters:IntegrationResponse', integrationResponse_responseParameters - A key-value map specifying response parameters that are passed to the method response from the back end. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.{name}, where name is a valid and unique header name. The mapped non-static value must match the pattern of integration.response.header.{name} or integration.response.body.{JSON-expression}, where name is a valid and unique response header name and JSON-expression is a valid JSON expression without the $ prefix.

$sel:responseTemplates:IntegrationResponse', integrationResponse_responseTemplates - Specifies the templates used to transform the integration response body. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.

$sel:selectionPattern:IntegrationResponse', integrationResponse_selectionPattern - Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end. For example, if the success response returns nothing and the error response returns some string, you could use the .+ regex to match error response. However, make sure that the error response does not contain any newline (\n) character in such cases. If the back end is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS back ends, the HTTP status code is matched.

$sel:statusCode:IntegrationResponse', integrationResponse_statusCode - Specifies the status code that is used to map the integration response to an existing MethodResponse.

PutMethod

data PutMethod Source #

Request to add a method to an existing Resource resource.

See: newPutMethod smart constructor.

Instances

Instances details
ToJSON PutMethod Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethod

ToHeaders PutMethod Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethod

Methods

toHeaders :: PutMethod -> [Header] #

ToPath PutMethod Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethod

ToQuery PutMethod Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethod

AWSRequest PutMethod Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethod

Associated Types

type AWSResponse PutMethod #

Generic PutMethod Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethod

Associated Types

type Rep PutMethod :: Type -> Type #

Read PutMethod Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethod

Show PutMethod Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethod

NFData PutMethod Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethod

Methods

rnf :: PutMethod -> () #

Eq PutMethod Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethod

Hashable PutMethod Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethod

type AWSResponse PutMethod Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethod

type Rep PutMethod Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethod

type Rep PutMethod = D1 ('MetaData "PutMethod" "Amazonka.APIGateway.PutMethod" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "PutMethod'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiKeyRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "authorizationScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "authorizerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "operationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "requestModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))) :*: ((S1 ('MetaSel ('Just "requestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Bool))) :*: (S1 ('MetaSel ('Just "requestValidatorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "authorizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newPutMethod Source #

Create a value of PutMethod with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

PutMethod, putMethod_apiKeyRequired - Specifies whether the method required a valid ApiKey.

PutMethod, putMethod_authorizationScopes - A list of authorization scopes configured on the method. The scopes are used with a COGNITO_USER_POOLS authorizer to authorize the method invocation. The authorization works by matching the method scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any method scopes matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the method scope is configured, the client must provide an access token instead of an identity token for authorization purposes.

PutMethod, putMethod_authorizerId - Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM or COGNITO_USER_POOLS. The authorizer identifier is generated by API Gateway when you created the authorizer.

PutMethod, putMethod_operationName - A human-friendly operation identifier for the method. For example, you can assign the operationName of ListPets for the GET /pets method in the PetStore example.

PutMethod, putMethod_requestModels - Specifies the Model resources used for the request's content type. Request models are represented as a key/value map, with a content type as the key and a Model name as the value.

PutMethod, putMethod_requestParameters - A key-value map defining required or optional method request parameters that can be accepted by API Gateway. A key defines a method request parameter name matching the pattern of method.request.{location}.{name}, where location is querystring, path, or header and name is a valid and unique parameter name. The value associated with the key is a Boolean flag indicating whether the parameter is required (true) or optional (false). The method request parameter names defined here are available in Integration to be mapped to integration request parameters or body-mapping templates.

PutMethod, putMethod_requestValidatorId - The identifier of a RequestValidator for validating the method request.

PutMethod, putMethod_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:PutMethod', putMethod_resourceId - The Resource identifier for the new Method resource.

PutMethod, putMethod_httpMethod - Specifies the method request's HTTP method type.

PutMethod, putMethod_authorizationType - The method's authorization type. Valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, CUSTOM for using a custom authorizer, or COGNITO_USER_POOLS for using a Cognito user pool.

data Method Source #

Represents a client-facing interface by which the client calls the API to access back-end resources. A Method resource is integrated with an Integration resource. Both consist of a request and one or more responses. The method request takes the client input that is passed to the back end through the integration request. A method response returns the output from the back end to the client through an integration response. A method request is embodied in a Method resource, whereas an integration request is embodied in an Integration resource. On the other hand, a method response is represented by a MethodResponse resource, whereas an integration response is represented by an IntegrationResponse resource.

See: newMethod smart constructor.

Instances

Instances details
FromJSON Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Generic Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Associated Types

type Rep Method :: Type -> Type #

Methods

from :: Method -> Rep Method x #

to :: Rep Method x -> Method #

Read Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Show Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

NFData Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Methods

rnf :: Method -> () #

Eq Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Methods

(==) :: Method -> Method -> Bool #

(/=) :: Method -> Method -> Bool #

Hashable Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Methods

hashWithSalt :: Int -> Method -> Int #

hash :: Method -> Int #

type Rep Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

type Rep Method = D1 ('MetaData "Method" "Amazonka.APIGateway.Types.Method" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Method'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiKeyRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "authorizationScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "authorizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "authorizerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "methodIntegration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integration)) :*: (S1 ('MetaSel ('Just "methodResponses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text MethodResponse))) :*: S1 ('MetaSel ('Just "operationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "requestModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "requestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Bool))) :*: S1 ('MetaSel ('Just "requestValidatorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newMethod :: Method Source #

Create a value of Method with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeyRequired:Method', method_apiKeyRequired - A boolean flag specifying whether a valid ApiKey is required to invoke this method.

$sel:authorizationScopes:Method', method_authorizationScopes - A list of authorization scopes configured on the method. The scopes are used with a COGNITO_USER_POOLS authorizer to authorize the method invocation. The authorization works by matching the method scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any method scopes matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the method scope is configured, the client must provide an access token instead of an identity token for authorization purposes.

$sel:authorizationType:Method', method_authorizationType - The method's authorization type. Valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, CUSTOM for using a custom authorizer, or COGNITO_USER_POOLS for using a Cognito user pool.

$sel:authorizerId:Method', method_authorizerId - The identifier of an Authorizer to use on this method. The authorizationType must be CUSTOM.

Method, method_httpMethod - The method's HTTP verb.

$sel:methodIntegration:Method', method_methodIntegration - Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.

$sel:methodResponses:Method', method_methodResponses - Gets a method response associated with a given HTTP status code.

$sel:operationName:Method', method_operationName - A human-friendly operation identifier for the method. For example, you can assign the operationName of ListPets for the GET /pets method in the PetStore example.

$sel:requestModels:Method', method_requestModels - A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).

Method, method_requestParameters - A key-value map defining required or optional method request parameters that can be accepted by API Gateway. A key is a method request parameter name matching the pattern of method.request.{location}.{name}, where location is querystring, path, or header and name is a valid and unique parameter name. The value associated with the key is a Boolean flag indicating whether the parameter is required (true) or optional (false). The method request parameter names defined here are available in Integration to be mapped to integration request parameters or templates.

$sel:requestValidatorId:Method', method_requestValidatorId - The identifier of a RequestValidator for request validation.

PutMethodResponse

data PutMethodResponse Source #

Request to add a MethodResponse to an existing Method resource.

See: newPutMethodResponse smart constructor.

Instances

Instances details
ToJSON PutMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethodResponse

ToHeaders PutMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethodResponse

ToPath PutMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethodResponse

ToQuery PutMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethodResponse

AWSRequest PutMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethodResponse

Associated Types

type AWSResponse PutMethodResponse #

Generic PutMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethodResponse

Associated Types

type Rep PutMethodResponse :: Type -> Type #

Read PutMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethodResponse

Show PutMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethodResponse

NFData PutMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethodResponse

Methods

rnf :: PutMethodResponse -> () #

Eq PutMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethodResponse

Hashable PutMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethodResponse

type AWSResponse PutMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethodResponse

type Rep PutMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.PutMethodResponse

type Rep PutMethodResponse = D1 ('MetaData "PutMethodResponse" "Amazonka.APIGateway.PutMethodResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "PutMethodResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "responseModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Bool))) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newPutMethodResponse Source #

Create a value of PutMethodResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

PutMethodResponse, putMethodResponse_responseModels - Specifies the Model resources used for the response's content type. Response models are represented as a key/value map, with a content type as the key and a Model name as the value.

PutMethodResponse, putMethodResponse_responseParameters - A key-value map specifying required or optional response parameters that API Gateway can send back to the caller. A key defines a method response header name and the associated value is a Boolean flag indicating whether the method response parameter is required or not. The method response header names must match the pattern of method.response.header.{name}, where name is a valid and unique header name. The response parameter names defined here are available in the integration response to be mapped from an integration response header expressed in integration.response.header.{name}, a static value enclosed within a pair of single quotes (e.g., 'application/json'), or a JSON expression from the back-end response payload in the form of integration.response.body.{JSON-expression}, where JSON-expression is a valid JSON expression without the $ prefix.)

PutMethodResponse, putMethodResponse_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:PutMethodResponse', putMethodResponse_resourceId - The Resource identifier for the Method resource.

PutMethodResponse, putMethodResponse_httpMethod - The HTTP verb of the Method resource.

PutMethodResponse, putMethodResponse_statusCode - The method response's status code.

data MethodResponse Source #

Represents a method response of a given HTTP status code returned to the client. The method response is passed from the back end through the associated integration response that can be transformed using a mapping template.

See: newMethodResponse smart constructor.

Instances

Instances details
FromJSON MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Generic MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Associated Types

type Rep MethodResponse :: Type -> Type #

Read MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Show MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

NFData MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Methods

rnf :: MethodResponse -> () #

Eq MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Hashable MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

type Rep MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

type Rep MethodResponse = D1 ('MetaData "MethodResponse" "Amazonka.APIGateway.Types.MethodResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "MethodResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "responseModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Bool))) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMethodResponse :: MethodResponse Source #

Create a value of MethodResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:responseModels:MethodResponse', methodResponse_responseModels - Specifies the Model resources used for the response's content-type. Response models are represented as a key/value map, with a content-type as the key and a Model name as the value.

$sel:responseParameters:MethodResponse', methodResponse_responseParameters - A key-value map specifying required or optional response parameters that API Gateway can send back to the caller. A key defines a method response header and the value specifies whether the associated method response header is required or not. The expression of the key must match the pattern method.response.header.{name}, where name is a valid and unique header name. API Gateway passes certain integration response data to the method response headers specified here according to the mapping you prescribe in the API's IntegrationResponse. The integration response data that can be mapped include an integration response header expressed in integration.response.header.{name}, a static value enclosed within a pair of single quotes (e.g., 'application/json'), or a JSON expression from the back-end response payload in the form of integration.response.body.{JSON-expression}, where JSON-expression is a valid JSON expression without the $ prefix.)

$sel:statusCode:MethodResponse', methodResponse_statusCode - The method response's status code.

PutRestApi

data PutRestApi Source #

A PUT request to update an existing API, with external API definitions specified as the request body.

See: newPutRestApi smart constructor.

Instances

Instances details
ToBody PutRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.PutRestApi

ToHeaders PutRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.PutRestApi

Methods

toHeaders :: PutRestApi -> [Header] #

ToPath PutRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.PutRestApi

ToQuery PutRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.PutRestApi

AWSRequest PutRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.PutRestApi

Associated Types

type AWSResponse PutRestApi #

Generic PutRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.PutRestApi

Associated Types

type Rep PutRestApi :: Type -> Type #

Show PutRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.PutRestApi

NFData PutRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.PutRestApi

Methods

rnf :: PutRestApi -> () #

Eq PutRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.PutRestApi

Hashable PutRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.PutRestApi

type AWSResponse PutRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.PutRestApi

type Rep PutRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.PutRestApi

type Rep PutRestApi = D1 ('MetaData "PutRestApi" "Amazonka.APIGateway.PutRestApi" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "PutRestApi'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failOnWarnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PutMode))) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ByteString)))))

newPutRestApi Source #

Create a value of PutRestApi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failOnWarnings:PutRestApi', putRestApi_failOnWarnings - A query parameter to indicate whether to rollback the API update (true) or not (false) when a warning is encountered. The default value is false.

$sel:mode:PutRestApi', putRestApi_mode - The mode query parameter to specify the update mode. Valid values are "merge" and "overwrite". By default, the update mode is "merge".

$sel:parameters:PutRestApi', putRestApi_parameters - Custom header parameters as part of the request. For example, to exclude DocumentationParts from an imported API, set ignore=documentation as a parameters value, as in the AWS CLI command of aws apigateway import-rest-api --parameters ignore=documentation --body 'file:///path/to/imported-api-body.json'.

PutRestApi, putRestApi_restApiId - The string identifier of the associated RestApi.

$sel:body:PutRestApi', putRestApi_body - The PUT request body containing external API definitions. Currently, only OpenAPI definition JSON/YAML files are supported. The maximum size of the API definition file is 6MB.

data RestApi Source #

Represents a REST API.

See: newRestApi smart constructor.

Instances

Instances details
FromJSON RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Generic RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Associated Types

type Rep RestApi :: Type -> Type #

Methods

from :: RestApi -> Rep RestApi x #

to :: Rep RestApi x -> RestApi #

Read RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Show RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

NFData RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

rnf :: RestApi -> () #

Eq RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

(==) :: RestApi -> RestApi -> Bool #

(/=) :: RestApi -> RestApi -> Bool #

Hashable RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

hashWithSalt :: Int -> RestApi -> Int #

hash :: RestApi -> Int #

type Rep RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

type Rep RestApi = D1 ('MetaData "RestApi" "Amazonka.APIGateway.Types.RestApi" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "RestApi'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiKeySource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiKeySourceType)) :*: (S1 ('MetaSel ('Just "binaryMediaTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "disableExecuteApiEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfiguration))))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "minimumCompressionSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))))

newRestApi :: RestApi Source #

Create a value of RestApi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeySource:RestApi', restApi_apiKeySource - The source of the API key for metering requests according to a usage plan. Valid values are: >HEADER to read the API key from the X-API-Key header of a request. AUTHORIZER to read the API key from the UsageIdentifierKey from a custom authorizer.

$sel:binaryMediaTypes:RestApi', restApi_binaryMediaTypes - The list of binary media types supported by the RestApi. By default, the RestApi supports only UTF-8-encoded text payloads.

$sel:createdDate:RestApi', restApi_createdDate - The timestamp when the API was created.

$sel:description:RestApi', restApi_description - The API's description.

$sel:disableExecuteApiEndpoint:RestApi', restApi_disableExecuteApiEndpoint - Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.

$sel:endpointConfiguration:RestApi', restApi_endpointConfiguration - The endpoint configuration of this RestApi showing the endpoint types of the API.

$sel:id:RestApi', restApi_id - The API's identifier. This identifier is unique across all of your APIs in API Gateway.

$sel:minimumCompressionSize:RestApi', restApi_minimumCompressionSize - A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API. When compression is enabled, compression or decompression is not applied on the payload if the payload size is smaller than this value. Setting it to zero allows compression for any payload size.

$sel:name:RestApi', restApi_name - The API's name.

$sel:policy:RestApi', restApi_policy - A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.

$sel:tags:RestApi', restApi_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:version:RestApi', restApi_version - A version identifier for the API.

$sel:warnings:RestApi', restApi_warnings - The warning messages reported when failonwarnings is turned on during API import.

TagResource

data TagResource Source #

Adds or updates a tag on a given resource.

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.APIGateway.TagResource" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newTagResource Source #

Create a value of TagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:TagResource', tagResource_resourceArn - The ARN of a resource that can be tagged.

TagResource, tagResource_tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.APIGateway.TagResource" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newTagResourceResponse :: TagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

TestInvokeAuthorizer

data TestInvokeAuthorizer Source #

Make a request to simulate the invocation of an Authorizer.

See: newTestInvokeAuthorizer smart constructor.

Instances

Instances details
ToJSON TestInvokeAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

ToHeaders TestInvokeAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

ToPath TestInvokeAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

ToQuery TestInvokeAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

AWSRequest TestInvokeAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

Associated Types

type AWSResponse TestInvokeAuthorizer #

Generic TestInvokeAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

Associated Types

type Rep TestInvokeAuthorizer :: Type -> Type #

Read TestInvokeAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

Show TestInvokeAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

NFData TestInvokeAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

Methods

rnf :: TestInvokeAuthorizer -> () #

Eq TestInvokeAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

Hashable TestInvokeAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

type AWSResponse TestInvokeAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

type Rep TestInvokeAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

type Rep TestInvokeAuthorizer = D1 ('MetaData "TestInvokeAuthorizer" "Amazonka.APIGateway.TestInvokeAuthorizer" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "TestInvokeAuthorizer'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "additionalContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "headers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "multiValueHeaders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [Text]))))) :*: ((S1 ('MetaSel ('Just "pathWithQueryString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stageVariables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "authorizerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newTestInvokeAuthorizer Source #

Create a value of TestInvokeAuthorizer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:additionalContext:TestInvokeAuthorizer', testInvokeAuthorizer_additionalContext - A key-value map of additional context variables.

$sel:body:TestInvokeAuthorizer', testInvokeAuthorizer_body - The simulated request body of an incoming invocation request.

$sel:headers:TestInvokeAuthorizer', testInvokeAuthorizer_headers - A key-value map of headers to simulate an incoming invocation request. This is where the incoming authorization token, or identity source, should be specified.

$sel:multiValueHeaders:TestInvokeAuthorizer', testInvokeAuthorizer_multiValueHeaders - The headers as a map from string to list of values to simulate an incoming invocation request. This is where the incoming authorization token, or identity source, may be specified.

$sel:pathWithQueryString:TestInvokeAuthorizer', testInvokeAuthorizer_pathWithQueryString - The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

$sel:stageVariables:TestInvokeAuthorizer', testInvokeAuthorizer_stageVariables - A key-value map of stage variables to simulate an invocation on a deployed Stage.

TestInvokeAuthorizer, testInvokeAuthorizer_restApiId - The string identifier of the associated RestApi.

TestInvokeAuthorizer, testInvokeAuthorizer_authorizerId - Specifies a test invoke authorizer request's Authorizer ID.

data TestInvokeAuthorizerResponse Source #

Represents the response of the test invoke request for a custom Authorizer

See: newTestInvokeAuthorizerResponse smart constructor.

Instances

Instances details
Generic TestInvokeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

Associated Types

type Rep TestInvokeAuthorizerResponse :: Type -> Type #

Read TestInvokeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

Show TestInvokeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

NFData TestInvokeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

Eq TestInvokeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

type Rep TestInvokeAuthorizerResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeAuthorizer

newTestInvokeAuthorizerResponse Source #

Create a value of TestInvokeAuthorizerResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:authorization:TestInvokeAuthorizerResponse', testInvokeAuthorizerResponse_authorization - The authorization response.

$sel:claims:TestInvokeAuthorizerResponse', testInvokeAuthorizerResponse_claims - The open identity claims, with any supported custom attributes, returned from the Cognito Your User Pool configured for the API.

$sel:clientStatus:TestInvokeAuthorizerResponse', testInvokeAuthorizerResponse_clientStatus - The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

$sel:latency:TestInvokeAuthorizerResponse', testInvokeAuthorizerResponse_latency - The execution latency of the test authorizer request.

$sel:log:TestInvokeAuthorizerResponse', testInvokeAuthorizerResponse_log - The API Gateway execution log for the test authorizer request.

TestInvokeAuthorizerResponse, testInvokeAuthorizerResponse_policy - The JSON policy document returned by the Authorizer

$sel:principalId:TestInvokeAuthorizerResponse', testInvokeAuthorizerResponse_principalId - The principal identity returned by the Authorizer

$sel:httpStatus:TestInvokeAuthorizerResponse', testInvokeAuthorizerResponse_httpStatus - The response's http status code.

TestInvokeMethod

data TestInvokeMethod Source #

Make a request to simulate the invocation of a Method.

See: newTestInvokeMethod smart constructor.

Instances

Instances details
ToJSON TestInvokeMethod Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

ToHeaders TestInvokeMethod Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

ToPath TestInvokeMethod Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

ToQuery TestInvokeMethod Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

AWSRequest TestInvokeMethod Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

Associated Types

type AWSResponse TestInvokeMethod #

Generic TestInvokeMethod Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

Associated Types

type Rep TestInvokeMethod :: Type -> Type #

Read TestInvokeMethod Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

Show TestInvokeMethod Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

NFData TestInvokeMethod Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

Methods

rnf :: TestInvokeMethod -> () #

Eq TestInvokeMethod Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

Hashable TestInvokeMethod Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

type AWSResponse TestInvokeMethod Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

type Rep TestInvokeMethod Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

newTestInvokeMethod Source #

Create a value of TestInvokeMethod with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

TestInvokeMethod, testInvokeMethod_body - The simulated request body of an incoming invocation request.

TestInvokeMethod, testInvokeMethod_clientCertificateId - A ClientCertificate identifier to use in the test invocation. API Gateway will use the certificate when making the HTTPS request to the defined back-end endpoint.

TestInvokeMethod, testInvokeMethod_headers - A key-value map of headers to simulate an incoming invocation request.

TestInvokeMethod, testInvokeMethod_multiValueHeaders - The headers as a map from string to list of values to simulate an incoming invocation request.

$sel:pathWithQueryString:TestInvokeMethod', testInvokeMethod_pathWithQueryString - The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

$sel:stageVariables:TestInvokeMethod', testInvokeMethod_stageVariables - A key-value map of stage variables to simulate an invocation on a deployed Stage.

TestInvokeMethod, testInvokeMethod_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:TestInvokeMethod', testInvokeMethod_resourceId - Specifies a test invoke method request's resource ID.

TestInvokeMethod, testInvokeMethod_httpMethod - Specifies a test invoke method request's HTTP method.

data TestInvokeMethodResponse Source #

Represents the response of the test invoke request in the HTTP method.

See: newTestInvokeMethodResponse smart constructor.

Instances

Instances details
Generic TestInvokeMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

Associated Types

type Rep TestInvokeMethodResponse :: Type -> Type #

Read TestInvokeMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

Show TestInvokeMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

NFData TestInvokeMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

Eq TestInvokeMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

type Rep TestInvokeMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.TestInvokeMethod

newTestInvokeMethodResponse Source #

Create a value of TestInvokeMethodResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

TestInvokeMethod, testInvokeMethodResponse_body - The body of the HTTP response.

TestInvokeMethod, testInvokeMethodResponse_headers - The headers of the HTTP response.

$sel:latency:TestInvokeMethodResponse', testInvokeMethodResponse_latency - The execution latency of the test invoke request.

$sel:log:TestInvokeMethodResponse', testInvokeMethodResponse_log - The API Gateway execution log for the test invoke request.

TestInvokeMethod, testInvokeMethodResponse_multiValueHeaders - The headers of the HTTP response as a map from string to list of values.

TestInvokeMethodResponse, testInvokeMethodResponse_status - The HTTP status code.

$sel:httpStatus:TestInvokeMethodResponse', testInvokeMethodResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

Removes a tag from a given resource.

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.APIGateway.UntagResource" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUntagResource Source #

Create a value of UntagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:UntagResource', untagResource_resourceArn - The ARN of a resource that can be tagged.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The Tag keys to delete.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.APIGateway.UntagResource" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagResourceResponse :: UntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UpdateAccount

data UpdateAccount Source #

Requests API Gateway to change information about the current Account resource.

See: newUpdateAccount smart constructor.

Instances

Instances details
ToJSON UpdateAccount Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAccount

ToHeaders UpdateAccount Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAccount

ToPath UpdateAccount Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAccount

ToQuery UpdateAccount Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAccount

AWSRequest UpdateAccount Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAccount

Associated Types

type AWSResponse UpdateAccount #

Generic UpdateAccount Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAccount

Associated Types

type Rep UpdateAccount :: Type -> Type #

Read UpdateAccount Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAccount

Show UpdateAccount Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAccount

NFData UpdateAccount Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAccount

Methods

rnf :: UpdateAccount -> () #

Eq UpdateAccount Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAccount

Hashable UpdateAccount Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAccount

type AWSResponse UpdateAccount Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAccount

type Rep UpdateAccount Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAccount

type Rep UpdateAccount = D1 ('MetaData "UpdateAccount" "Amazonka.APIGateway.UpdateAccount" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation]))))

newUpdateAccount :: UpdateAccount Source #

Create a value of UpdateAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateAccount', updateAccount_patchOperations - For more information about supported patch operations, see Patch Operations.

data Account Source #

Represents an AWS account that is associated with API Gateway.

See: newAccount smart constructor.

Instances

Instances details
FromJSON Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Generic Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Associated Types

type Rep Account :: Type -> Type #

Methods

from :: Account -> Rep Account x #

to :: Rep Account x -> Account #

Read Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Show Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

NFData Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Methods

rnf :: Account -> () #

Eq Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Methods

(==) :: Account -> Account -> Bool #

(/=) :: Account -> Account -> Bool #

Hashable Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Methods

hashWithSalt :: Int -> Account -> Int #

hash :: Account -> Int #

type Rep Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

type Rep Account = D1 ('MetaData "Account" "Amazonka.APIGateway.Types.Account" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Account'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiKeyVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cloudwatchRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "features") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "throttleSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThrottleSettings)))))

newAccount :: Account Source #

Create a value of Account with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeyVersion:Account', account_apiKeyVersion - The version of the API keys used for the account.

$sel:cloudwatchRoleArn:Account', account_cloudwatchRoleArn - The ARN of an Amazon CloudWatch role for the current Account.

$sel:features:Account', account_features - A list of features supported for the account. When usage plans are enabled, the features list will include an entry of "UsagePlans".

$sel:throttleSettings:Account', account_throttleSettings - Specifies the API request limits configured for the current Account.

UpdateApiKey

data UpdateApiKey Source #

A request to change information about an ApiKey resource.

See: newUpdateApiKey smart constructor.

Instances

Instances details
ToJSON UpdateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateApiKey

ToHeaders UpdateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateApiKey

ToPath UpdateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateApiKey

ToQuery UpdateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateApiKey

AWSRequest UpdateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateApiKey

Associated Types

type AWSResponse UpdateApiKey #

Generic UpdateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateApiKey

Associated Types

type Rep UpdateApiKey :: Type -> Type #

Read UpdateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateApiKey

Show UpdateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateApiKey

NFData UpdateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateApiKey

Methods

rnf :: UpdateApiKey -> () #

Eq UpdateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateApiKey

Hashable UpdateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateApiKey

type AWSResponse UpdateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateApiKey

type Rep UpdateApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateApiKey

type Rep UpdateApiKey = D1 ('MetaData "UpdateApiKey" "Amazonka.APIGateway.UpdateApiKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateApiKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: S1 ('MetaSel ('Just "apiKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateApiKey Source #

Create a value of UpdateApiKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateApiKey', updateApiKey_patchOperations - For more information about supported patch operations, see Patch Operations.

$sel:apiKey:UpdateApiKey', updateApiKey_apiKey - The identifier of the ApiKey resource to be updated.

data ApiKey Source #

A resource that can be distributed to callers for executing Method resources that require an API key. API keys can be mapped to any Stage on any RestApi, which indicates that the callers with the API key can make requests to that stage.

See: newApiKey smart constructor.

Instances

Instances details
FromJSON ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Generic ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Associated Types

type Rep ApiKey :: Type -> Type #

Methods

from :: ApiKey -> Rep ApiKey x #

to :: Rep ApiKey x -> ApiKey #

Read ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Show ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

NFData ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Methods

rnf :: ApiKey -> () #

Eq ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Methods

(==) :: ApiKey -> ApiKey -> Bool #

(/=) :: ApiKey -> ApiKey -> Bool #

Hashable ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Methods

hashWithSalt :: Int -> ApiKey -> Int #

hash :: ApiKey -> Int #

type Rep ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

newApiKey :: ApiKey Source #

Create a value of ApiKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdDate:ApiKey', apiKey_createdDate - The timestamp when the API Key was created.

$sel:customerId:ApiKey', apiKey_customerId - An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.

$sel:description:ApiKey', apiKey_description - The description of the API Key.

$sel:enabled:ApiKey', apiKey_enabled - Specifies whether the API Key can be used by callers.

$sel:id:ApiKey', apiKey_id - The identifier of the API Key.

$sel:lastUpdatedDate:ApiKey', apiKey_lastUpdatedDate - The timestamp when the API Key was last updated.

$sel:name:ApiKey', apiKey_name - The name of the API Key.

$sel:stageKeys:ApiKey', apiKey_stageKeys - A list of Stage resources that are associated with the ApiKey resource.

$sel:tags:ApiKey', apiKey_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:value:ApiKey', apiKey_value - The value of the API Key.

UpdateAuthorizer

data UpdateAuthorizer Source #

Request to update an existing Authorizer resource.

See: newUpdateAuthorizer smart constructor.

Instances

Instances details
ToJSON UpdateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAuthorizer

ToHeaders UpdateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAuthorizer

ToPath UpdateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAuthorizer

ToQuery UpdateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAuthorizer

AWSRequest UpdateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAuthorizer

Associated Types

type AWSResponse UpdateAuthorizer #

Generic UpdateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAuthorizer

Associated Types

type Rep UpdateAuthorizer :: Type -> Type #

Read UpdateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAuthorizer

Show UpdateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAuthorizer

NFData UpdateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAuthorizer

Methods

rnf :: UpdateAuthorizer -> () #

Eq UpdateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAuthorizer

Hashable UpdateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAuthorizer

type AWSResponse UpdateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAuthorizer

type Rep UpdateAuthorizer Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateAuthorizer

type Rep UpdateAuthorizer = D1 ('MetaData "UpdateAuthorizer" "Amazonka.APIGateway.UpdateAuthorizer" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateAuthorizer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "authorizerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateAuthorizer Source #

Create a value of UpdateAuthorizer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateAuthorizer', updateAuthorizer_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateAuthorizer, updateAuthorizer_restApiId - The string identifier of the associated RestApi.

UpdateAuthorizer, updateAuthorizer_authorizerId - The identifier of the Authorizer resource.

data Authorizer Source #

Represents an authorization layer for methods. If enabled on a method, API Gateway will activate the authorizer when a client calls the method.

See: newAuthorizer smart constructor.

Instances

Instances details
FromJSON Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Generic Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Associated Types

type Rep Authorizer :: Type -> Type #

Read Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Show Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

NFData Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Methods

rnf :: Authorizer -> () #

Eq Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Hashable Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

type Rep Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

newAuthorizer :: Authorizer Source #

Create a value of Authorizer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:authType:Authorizer', authorizer_authType - Optional customer-defined field, used in OpenAPI imports and exports without functional impact.

$sel:authorizerCredentials:Authorizer', authorizer_authorizerCredentials - Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

$sel:authorizerResultTtlInSeconds:Authorizer', authorizer_authorizerResultTtlInSeconds - The TTL in seconds of cached authorizer results. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway will cache authorizer responses. If this field is not set, the default value is 300. The maximum value is 3600, or 1 hour.

$sel:authorizerUri:Authorizer', authorizer_authorizerUri - Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN or REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:{account_id}:function:{lambda_function_name}/invocations. In general, the URI has this form arn:aws:apigateway:{region}:lambda:path/{service_api}, where {region} is the same as the region hosting the Lambda function, path indicates that the remaining substring in the URI should be treated as the path to the resource, including the initial /. For Lambda functions, this is usually of the form /2015-03-31/functions/[FunctionARN]/invocations.

$sel:id:Authorizer', authorizer_id - The identifier for the authorizer resource.

$sel:identitySource:Authorizer', authorizer_identitySource - The identity source for which authorization is requested. For a TOKEN or COGNITO_USER_POOLS authorizer, this is required and specifies the request header mapping expression for the custom header holding the authorization token submitted by the client. For example, if the token header name is Auth, the header mapping expression is method.request.header.Auth. For the REQUEST authorizer, this is required when authorization caching is enabled. The value is a comma-separated string of one or more mapping expressions of the specified request parameters. For example, if an Auth header, a Name query string parameter are defined as identity sources, this value is method.request.header.Auth, method.request.querystring.Name. These parameters will be used to derive the authorization caching key and to perform runtime validation of the REQUEST authorizer by verifying all of the identity-related request parameters are present, not null and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function, otherwise, it returns a 401 Unauthorized response without calling the Lambda function. The valid value is a string of comma-separated mapping expressions of the specified request parameters. When the authorization caching is not enabled, this property is optional.

$sel:identityValidationExpression:Authorizer', authorizer_identityValidationExpression - A validation expression for the incoming identity token. For TOKEN authorizers, this value is a regular expression. For COGNITO_USER_POOLS authorizers, API Gateway will match the aud field of the incoming token from the client against the specified regular expression. It will invoke the authorizer's Lambda function when there is a match. Otherwise, it will return a 401 Unauthorized response without calling the Lambda function. The validation expression does not apply to the REQUEST authorizer.

$sel:name:Authorizer', authorizer_name - The name of the authorizer.

$sel:providerARNs:Authorizer', authorizer_providerARNs - A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer. Each element is of this format: arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}. For a TOKEN or REQUEST authorizer, this is not defined.

$sel:type':Authorizer', authorizer_type - The authorizer type. Valid values are TOKEN for a Lambda function using a single authorization token submitted in a custom header, REQUEST for a Lambda function using incoming request parameters, and COGNITO_USER_POOLS for using an Amazon Cognito user pool.

UpdateBasePathMapping

data UpdateBasePathMapping Source #

A request to change information about the BasePathMapping resource.

See: newUpdateBasePathMapping smart constructor.

Instances

Instances details
ToJSON UpdateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateBasePathMapping

ToHeaders UpdateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateBasePathMapping

ToPath UpdateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateBasePathMapping

ToQuery UpdateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateBasePathMapping

AWSRequest UpdateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateBasePathMapping

Associated Types

type AWSResponse UpdateBasePathMapping #

Generic UpdateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateBasePathMapping

Associated Types

type Rep UpdateBasePathMapping :: Type -> Type #

Read UpdateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateBasePathMapping

Show UpdateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateBasePathMapping

NFData UpdateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateBasePathMapping

Methods

rnf :: UpdateBasePathMapping -> () #

Eq UpdateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateBasePathMapping

Hashable UpdateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateBasePathMapping

type AWSResponse UpdateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateBasePathMapping

type Rep UpdateBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateBasePathMapping

type Rep UpdateBasePathMapping = D1 ('MetaData "UpdateBasePathMapping" "Amazonka.APIGateway.UpdateBasePathMapping" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateBasePathMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "basePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateBasePathMapping Source #

Create a value of UpdateBasePathMapping with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateBasePathMapping', updateBasePathMapping_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateBasePathMapping, updateBasePathMapping_domainName - The domain name of the BasePathMapping resource to change.

UpdateBasePathMapping, updateBasePathMapping_basePath - The base path of the BasePathMapping resource to change.

To specify an empty base path, set this parameter to '(none)'.

data BasePathMapping Source #

Represents the base path that callers of the API must provide as part of the URL after the domain name.

See: newBasePathMapping smart constructor.

Instances

Instances details
FromJSON BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Generic BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Associated Types

type Rep BasePathMapping :: Type -> Type #

Read BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Show BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

NFData BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Methods

rnf :: BasePathMapping -> () #

Eq BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Hashable BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

type Rep BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

type Rep BasePathMapping = D1 ('MetaData "BasePathMapping" "Amazonka.APIGateway.Types.BasePathMapping" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "BasePathMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "basePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBasePathMapping :: BasePathMapping Source #

Create a value of BasePathMapping with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:basePath:BasePathMapping', basePathMapping_basePath - The base path name that callers of the API must provide as part of the URL after the domain name.

$sel:restApiId:BasePathMapping', basePathMapping_restApiId - The string identifier of the associated RestApi.

$sel:stage:BasePathMapping', basePathMapping_stage - The name of the associated stage.

UpdateClientCertificate

data UpdateClientCertificate Source #

A request to change information about an ClientCertificate resource.

See: newUpdateClientCertificate smart constructor.

Instances

Instances details
ToJSON UpdateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateClientCertificate

ToHeaders UpdateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateClientCertificate

ToPath UpdateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateClientCertificate

ToQuery UpdateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateClientCertificate

AWSRequest UpdateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateClientCertificate

Generic UpdateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateClientCertificate

Associated Types

type Rep UpdateClientCertificate :: Type -> Type #

Read UpdateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateClientCertificate

Show UpdateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateClientCertificate

NFData UpdateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateClientCertificate

Methods

rnf :: UpdateClientCertificate -> () #

Eq UpdateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateClientCertificate

Hashable UpdateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateClientCertificate

type AWSResponse UpdateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateClientCertificate

type Rep UpdateClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateClientCertificate

type Rep UpdateClientCertificate = D1 ('MetaData "UpdateClientCertificate" "Amazonka.APIGateway.UpdateClientCertificate" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateClientCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: S1 ('MetaSel ('Just "clientCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateClientCertificate Source #

Create a value of UpdateClientCertificate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateClientCertificate', updateClientCertificate_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateClientCertificate, updateClientCertificate_clientCertificateId - The identifier of the ClientCertificate resource to be updated.

data ClientCertificate Source #

Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.

See: newClientCertificate smart constructor.

Instances

Instances details
FromJSON ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Generic ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Associated Types

type Rep ClientCertificate :: Type -> Type #

Read ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Show ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

NFData ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Methods

rnf :: ClientCertificate -> () #

Eq ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Hashable ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

type Rep ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

type Rep ClientCertificate = D1 ('MetaData "ClientCertificate" "Amazonka.APIGateway.Types.ClientCertificate" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "ClientCertificate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "expirationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pemEncodedCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newClientCertificate :: ClientCertificate Source #

Create a value of ClientCertificate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientCertificateId:ClientCertificate', clientCertificate_clientCertificateId - The identifier of the client certificate.

$sel:createdDate:ClientCertificate', clientCertificate_createdDate - The timestamp when the client certificate was created.

$sel:description:ClientCertificate', clientCertificate_description - The description of the client certificate.

$sel:expirationDate:ClientCertificate', clientCertificate_expirationDate - The timestamp when the client certificate will expire.

$sel:pemEncodedCertificate:ClientCertificate', clientCertificate_pemEncodedCertificate - The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .

$sel:tags:ClientCertificate', clientCertificate_tags - The collection of tags. Each tag element is associated with a given resource.

UpdateDeployment

data UpdateDeployment Source #

Requests API Gateway to change information about a Deployment resource.

See: newUpdateDeployment smart constructor.

Instances

Instances details
ToJSON UpdateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDeployment

ToHeaders UpdateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDeployment

ToPath UpdateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDeployment

ToQuery UpdateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDeployment

AWSRequest UpdateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDeployment

Associated Types

type AWSResponse UpdateDeployment #

Generic UpdateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDeployment

Associated Types

type Rep UpdateDeployment :: Type -> Type #

Read UpdateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDeployment

Show UpdateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDeployment

NFData UpdateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDeployment

Methods

rnf :: UpdateDeployment -> () #

Eq UpdateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDeployment

Hashable UpdateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDeployment

type AWSResponse UpdateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDeployment

type Rep UpdateDeployment Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDeployment

type Rep UpdateDeployment = D1 ('MetaData "UpdateDeployment" "Amazonka.APIGateway.UpdateDeployment" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateDeployment Source #

Create a value of UpdateDeployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateDeployment', updateDeployment_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateDeployment, updateDeployment_restApiId - The string identifier of the associated RestApi.

UpdateDeployment, updateDeployment_deploymentId - The replacement identifier for the Deployment resource to change information about.

data Deployment Source #

An immutable representation of a RestApi resource that can be called by users using Stages. A deployment must be associated with a Stage for it to be callable over the Internet.

See: newDeployment smart constructor.

Instances

Instances details
FromJSON Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Generic Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Associated Types

type Rep Deployment :: Type -> Type #

Read Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Show Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

NFData Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Methods

rnf :: Deployment -> () #

Eq Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Hashable Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

type Rep Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

type Rep Deployment = D1 ('MetaData "Deployment" "Amazonka.APIGateway.Types.Deployment" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Deployment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (HashMap Text MethodSnapshot)))) :*: S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDeployment :: Deployment Source #

Create a value of Deployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiSummary:Deployment', deployment_apiSummary - A summary of the RestApi at the date and time that the deployment resource was created.

$sel:createdDate:Deployment', deployment_createdDate - The date and time that the deployment resource was created.

$sel:description:Deployment', deployment_description - The description for the deployment resource.

$sel:id:Deployment', deployment_id - The identifier for the deployment resource.

UpdateDocumentationPart

data UpdateDocumentationPart Source #

Updates an existing documentation part of a given API.

See: newUpdateDocumentationPart smart constructor.

Instances

Instances details
ToJSON UpdateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationPart

ToHeaders UpdateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationPart

ToPath UpdateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationPart

ToQuery UpdateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationPart

AWSRequest UpdateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationPart

Generic UpdateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationPart

Associated Types

type Rep UpdateDocumentationPart :: Type -> Type #

Read UpdateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationPart

Show UpdateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationPart

NFData UpdateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationPart

Methods

rnf :: UpdateDocumentationPart -> () #

Eq UpdateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationPart

Hashable UpdateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationPart

type AWSResponse UpdateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationPart

type Rep UpdateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationPart

type Rep UpdateDocumentationPart = D1 ('MetaData "UpdateDocumentationPart" "Amazonka.APIGateway.UpdateDocumentationPart" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateDocumentationPart'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "documentationPartId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateDocumentationPart Source #

Create a value of UpdateDocumentationPart with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateDocumentationPart', updateDocumentationPart_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateDocumentationPart, updateDocumentationPart_restApiId - The string identifier of the associated RestApi.

$sel:documentationPartId:UpdateDocumentationPart', updateDocumentationPart_documentationPartId - The identifier of the to-be-updated documentation part.

data DocumentationPart Source #

A documentation part for a targeted API entity.

See: newDocumentationPart smart constructor.

Instances

Instances details
FromJSON DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Generic DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Associated Types

type Rep DocumentationPart :: Type -> Type #

Read DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Show DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

NFData DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Methods

rnf :: DocumentationPart -> () #

Eq DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Hashable DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

type Rep DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

type Rep DocumentationPart = D1 ('MetaData "DocumentationPart" "Amazonka.APIGateway.Types.DocumentationPart" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DocumentationPart'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentationPartLocation)) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDocumentationPart :: DocumentationPart Source #

Create a value of DocumentationPart with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:DocumentationPart', documentationPart_id - The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.

$sel:location:DocumentationPart', documentationPart_location - The location of the API entity to which the documentation applies. Valid fields depend on the targeted API entity type. All the valid location fields are not required. If not explicitly specified, a valid location field is treated as a wildcard and associated documentation content may be inherited by matching entities, unless overridden.

$sel:properties:DocumentationPart', documentationPart_properties - A content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \"description\": \"The API does ...\" }". Only OpenAPI-compliant documentation-related fields from the properties map are exported and, hence, published as part of the API entity definitions, while the original documentation parts are exported in a OpenAPI extension of x-amazon-apigateway-documentation.

UpdateDocumentationVersion

data UpdateDocumentationVersion Source #

Updates an existing documentation version of an API.

See: newUpdateDocumentationVersion smart constructor.

Instances

Instances details
ToJSON UpdateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationVersion

ToHeaders UpdateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationVersion

ToPath UpdateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationVersion

ToQuery UpdateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationVersion

AWSRequest UpdateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationVersion

Generic UpdateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationVersion

Associated Types

type Rep UpdateDocumentationVersion :: Type -> Type #

Read UpdateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationVersion

Show UpdateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationVersion

NFData UpdateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationVersion

Eq UpdateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationVersion

Hashable UpdateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationVersion

type AWSResponse UpdateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationVersion

type Rep UpdateDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDocumentationVersion

type Rep UpdateDocumentationVersion = D1 ('MetaData "UpdateDocumentationVersion" "Amazonka.APIGateway.UpdateDocumentationVersion" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateDocumentationVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "documentationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateDocumentationVersion Source #

Create a value of UpdateDocumentationVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateDocumentationVersion', updateDocumentationVersion_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateDocumentationVersion, updateDocumentationVersion_restApiId - The string identifier of the associated RestApi..

UpdateDocumentationVersion, updateDocumentationVersion_documentationVersion - The version identifier of the to-be-updated documentation version.

data DocumentationVersion Source #

A snapshot of the documentation of an API.

See: newDocumentationVersion smart constructor.

Instances

Instances details
FromJSON DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Generic DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Associated Types

type Rep DocumentationVersion :: Type -> Type #

Read DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Show DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

NFData DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Methods

rnf :: DocumentationVersion -> () #

Eq DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Hashable DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

type Rep DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

type Rep DocumentationVersion = D1 ('MetaData "DocumentationVersion" "Amazonka.APIGateway.Types.DocumentationVersion" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DocumentationVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDocumentationVersion :: DocumentationVersion Source #

Create a value of DocumentationVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdDate:DocumentationVersion', documentationVersion_createdDate - The date when the API documentation snapshot is created.

$sel:description:DocumentationVersion', documentationVersion_description - The description of the API documentation snapshot.

$sel:version:DocumentationVersion', documentationVersion_version - The version identifier of the API documentation snapshot.

UpdateDomainName

data UpdateDomainName Source #

A request to change information about the DomainName resource.

See: newUpdateDomainName smart constructor.

Instances

Instances details
ToJSON UpdateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDomainName

ToHeaders UpdateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDomainName

ToPath UpdateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDomainName

ToQuery UpdateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDomainName

AWSRequest UpdateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDomainName

Associated Types

type AWSResponse UpdateDomainName #

Generic UpdateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDomainName

Associated Types

type Rep UpdateDomainName :: Type -> Type #

Read UpdateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDomainName

Show UpdateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDomainName

NFData UpdateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDomainName

Methods

rnf :: UpdateDomainName -> () #

Eq UpdateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDomainName

Hashable UpdateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDomainName

type AWSResponse UpdateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDomainName

type Rep UpdateDomainName Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateDomainName

type Rep UpdateDomainName = D1 ('MetaData "UpdateDomainName" "Amazonka.APIGateway.UpdateDomainName" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateDomainName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateDomainName Source #

Create a value of UpdateDomainName with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateDomainName', updateDomainName_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateDomainName, updateDomainName_domainName - The name of the DomainName resource to be changed.

data DomainName Source #

Represents a custom domain name as a user-friendly host name of an API (RestApi).

See: newDomainName smart constructor.

Instances

Instances details
FromJSON DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Generic DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Associated Types

type Rep DomainName :: Type -> Type #

Read DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Show DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

NFData DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Methods

rnf :: DomainName -> () #

Eq DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Hashable DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

type Rep DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

type Rep DomainName = D1 ('MetaData "DomainName" "Amazonka.APIGateway.Types.DomainName" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DomainName'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "certificateUploadDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "distributionDomainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "distributionHostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domainNameStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainNameStatus)) :*: S1 ('MetaSel ('Just "domainNameStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfiguration)) :*: S1 ('MetaSel ('Just "mutualTlsAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MutualTlsAuthentication))) :*: (S1 ('MetaSel ('Just "ownershipVerificationCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regionalCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "regionalCertificateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regionalDomainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "regionalHostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "securityPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityPolicy)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))))

newDomainName :: DomainName Source #

Create a value of DomainName with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:certificateArn:DomainName', domainName_certificateArn - The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.

$sel:certificateName:DomainName', domainName_certificateName - The name of the certificate that will be used by edge-optimized endpoint for this domain name.

$sel:certificateUploadDate:DomainName', domainName_certificateUploadDate - The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.

$sel:distributionDomainName:DomainName', domainName_distributionDomainName - The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront documentation.

$sel:distributionHostedZoneId:DomainName', domainName_distributionHostedZoneId - The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint. The valid value is Z2FDTNDATAQYW2 for all the regions. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for API Gateway.

$sel:domainName:DomainName', domainName_domainName - The custom domain name as an API host name, for example, my-api.example.com.

$sel:domainNameStatus:DomainName', domainName_domainNameStatus - The status of the DomainName migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.

$sel:domainNameStatusMessage:DomainName', domainName_domainNameStatusMessage - An optional text message containing detailed information about status of the DomainName migration.

$sel:endpointConfiguration:DomainName', domainName_endpointConfiguration - The endpoint configuration of this DomainName showing the endpoint types of the domain name.

$sel:mutualTlsAuthentication:DomainName', domainName_mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.

$sel:ownershipVerificationCertificateArn:DomainName', domainName_ownershipVerificationCertificateArn - The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.

$sel:regionalCertificateArn:DomainName', domainName_regionalCertificateArn - The reference to an AWS-managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.

$sel:regionalCertificateName:DomainName', domainName_regionalCertificateName - The name of the certificate that will be used for validating the regional domain name.

$sel:regionalDomainName:DomainName', domainName_regionalDomainName - The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name. The regional domain name is returned by API Gateway when you create a regional endpoint.

$sel:regionalHostedZoneId:DomainName', domainName_regionalHostedZoneId - The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for API Gateway.

$sel:securityPolicy:DomainName', domainName_securityPolicy - The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are TLS_1_0 and TLS_1_2.

$sel:tags:DomainName', domainName_tags - The collection of tags. Each tag element is associated with a given resource.

UpdateGatewayResponse

data UpdateGatewayResponse Source #

Updates a GatewayResponse of a specified response type on the given RestApi.

See: newUpdateGatewayResponse smart constructor.

Instances

Instances details
ToJSON UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateGatewayResponse

ToHeaders UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateGatewayResponse

ToPath UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateGatewayResponse

ToQuery UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateGatewayResponse

AWSRequest UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateGatewayResponse

Associated Types

type AWSResponse UpdateGatewayResponse #

Generic UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateGatewayResponse

Associated Types

type Rep UpdateGatewayResponse :: Type -> Type #

Read UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateGatewayResponse

Show UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateGatewayResponse

NFData UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateGatewayResponse

Methods

rnf :: UpdateGatewayResponse -> () #

Eq UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateGatewayResponse

Hashable UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateGatewayResponse

type AWSResponse UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateGatewayResponse

type Rep UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateGatewayResponse

type Rep UpdateGatewayResponse = D1 ('MetaData "UpdateGatewayResponse" "Amazonka.APIGateway.UpdateGatewayResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateGatewayResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "responseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GatewayResponseType))))

newUpdateGatewayResponse Source #

Create a value of UpdateGatewayResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateGatewayResponse', updateGatewayResponse_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateGatewayResponse, updateGatewayResponse_restApiId - The string identifier of the associated RestApi.

UpdateGatewayResponse, updateGatewayResponse_responseType - The response type of the associated GatewayResponse.

data GatewayResponse Source #

A gateway response of a given response type and status code, with optional response parameters and mapping templates.

See: newGatewayResponse smart constructor.

Instances

Instances details
FromJSON GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Generic GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Associated Types

type Rep GatewayResponse :: Type -> Type #

Read GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Show GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

NFData GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Methods

rnf :: GatewayResponse -> () #

Eq GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Hashable GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

type Rep GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

type Rep GatewayResponse = D1 ('MetaData "GatewayResponse" "Amazonka.APIGateway.Types.GatewayResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GatewayResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "responseTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "responseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GatewayResponseType)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newGatewayResponse :: GatewayResponse Source #

Create a value of GatewayResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultResponse:GatewayResponse', gatewayResponse_defaultResponse - A Boolean flag to indicate whether this GatewayResponse is the default gateway response (true) or not (false). A default gateway response is one generated by API Gateway without any customization by an API developer.

$sel:responseParameters:GatewayResponse', gatewayResponse_responseParameters - Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.

$sel:responseTemplates:GatewayResponse', gatewayResponse_responseTemplates - Response templates of the GatewayResponse as a string-to-string map of key-value pairs.

$sel:responseType:GatewayResponse', gatewayResponse_responseType - The response type of the associated GatewayResponse.

$sel:statusCode:GatewayResponse', gatewayResponse_statusCode - The HTTP status code for this GatewayResponse.

UpdateIntegration

data UpdateIntegration Source #

Represents an update integration request.

See: newUpdateIntegration smart constructor.

Instances

Instances details
ToJSON UpdateIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegration

ToHeaders UpdateIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegration

ToPath UpdateIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegration

ToQuery UpdateIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegration

AWSRequest UpdateIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegration

Associated Types

type AWSResponse UpdateIntegration #

Generic UpdateIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegration

Associated Types

type Rep UpdateIntegration :: Type -> Type #

Read UpdateIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegration

Show UpdateIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegration

NFData UpdateIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegration

Methods

rnf :: UpdateIntegration -> () #

Eq UpdateIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegration

Hashable UpdateIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegration

type AWSResponse UpdateIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegration

type Rep UpdateIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegration

type Rep UpdateIntegration = D1 ('MetaData "UpdateIntegration" "Amazonka.APIGateway.UpdateIntegration" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateIntegration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateIntegration Source #

Create a value of UpdateIntegration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateIntegration', updateIntegration_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateIntegration, updateIntegration_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:UpdateIntegration', updateIntegration_resourceId - Represents an update integration request's resource identifier.

UpdateIntegration, updateIntegration_httpMethod - Represents an update integration request's HTTP method.

data Integration Source #

Represents an HTTP, HTTP_PROXY, AWS, AWS_PROXY, or Mock integration.

See: newIntegration smart constructor.

Instances

Instances details
FromJSON Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Generic Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Associated Types

type Rep Integration :: Type -> Type #

Read Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Show Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

NFData Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Methods

rnf :: Integration -> () #

Eq Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Hashable Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

type Rep Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

type Rep Integration = D1 ('MetaData "Integration" "Amazonka.APIGateway.Types.Integration" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Integration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "cacheKeyParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "cacheNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "connectionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionType)) :*: S1 ('MetaSel ('Just "contentHandling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentHandlingStrategy))) :*: (S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "integrationResponses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text IntegrationResponse))) :*: S1 ('MetaSel ('Just "passthroughBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "requestTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "timeoutInMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "tlsConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TlsConfig))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IntegrationType)) :*: S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newIntegration :: Integration Source #

Create a value of Integration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cacheKeyParameters:Integration', integration_cacheKeyParameters - A list of request parameters whose values API Gateway caches. To be valid values for cacheKeyParameters, these parameters must also be specified for Method requestParameters.

$sel:cacheNamespace:Integration', integration_cacheNamespace - Specifies a group of related cached parameters. By default, API Gateway uses the resource ID as the cacheNamespace. You can specify the same cacheNamespace across resources to return the same cached data for requests to different resources.

$sel:connectionId:Integration', integration_connectionId - The ID of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.

$sel:connectionType:Integration', integration_connectionType - The type of the network connection to the integration endpoint. The valid value is INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and a network load balancer in a VPC. The default value is INTERNET.

Integration, integration_contentHandling - Specifies how to handle request payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:

If this property is not defined, the request payload will be passed through from the method request to integration request without modification, provided that the passthroughBehavior is configured to support payload pass-through.

$sel:credentials:Integration', integration_credentials - Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::\*:user/\*. To use resource-based permissions on supported AWS services, specify null.

$sel:httpMethod:Integration', integration_httpMethod - Specifies the integration's HTTP method type.

$sel:integrationResponses:Integration', integration_integrationResponses - Specifies the integration's responses.

$sel:passthroughBehavior:Integration', integration_passthroughBehavior - Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation. A content type is unmapped if no mapping template is defined in the integration or the content type does not match any of the mapped content types, as specified in requestTemplates. The valid value is one of the following: WHEN_NO_MATCH: passes the method request body through the integration request to the back end without transformation when the method request content type does not match any content type associated with the mapping templates defined in the integration request. WHEN_NO_TEMPLATES: passes the method request body through the integration request to the back end without transformation when no mapping template is defined in the integration request. If a template is defined when this option is selected, the method request of an unmapped content-type will be rejected with an HTTP 415 Unsupported Media Type response. NEVER: rejects the method request with an HTTP 415 Unsupported Media Type response when either the method request content type does not match any content type associated with the mapping templates defined in the integration request or no mapping template is defined in the integration request.

$sel:requestParameters:Integration', integration_requestParameters - A key-value map specifying request parameters that are passed from the method request to the back end. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the back end. The method request parameter value must match the pattern of method.request.{location}.{name}, where location is querystring, path, or header and name must be a valid and unique method request parameter name.

$sel:requestTemplates:Integration', integration_requestTemplates - Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value.

$sel:timeoutInMillis:Integration', integration_timeoutInMillis - Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.

$sel:tlsConfig:Integration', integration_tlsConfig - Specifies the TLS configuration for an integration.

$sel:type':Integration', integration_type - Specifies an API method integration type. The valid value is one of the following:

For the HTTP and HTTP proxy integrations, each integration can specify a protocol (http/https), port and path. Standard 80 and 443 ports are supported as well as custom ports above 1024. An HTTP or HTTP proxy integration with a connectionType of VPC_LINK is referred to as a private integration and uses a VpcLink to connect API Gateway to a network load balancer of a VPC.

$sel:uri:Integration', integration_uri - Specifies Uniform Resource Identifier (URI) of the integration endpoint.

For HTTP or HTTP_PROXY integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification, for either standard integration, where connectionType is not VPC_LINK, or private integration, where connectionType is VPC_LINK. For a private HTTP integration, the URI is not used for routing. For AWS or AWS_PROXY integrations, the URI is of the form arn:aws:apigateway:{region}:{subdomain.service|service}:path|action/{service_api}. Here, {Region} is the API Gateway region (e.g., us-east-1); {service} is the name of the integrated Amazon Web Services service (e.g., s3); and {subdomain} is a designated subdomain supported by certain Amazon Web Services service for fast host-name lookup. action can be used for an Amazon Web Services service action-based API, using an Action={name}&{p1}={v1}&p2={v2}... query string. The ensuing {service_api} refers to a supported action {name} plus any required input parameters. Alternatively, path can be used for an AWS service path-based API. The ensuing service_api refers to the path to an Amazon Web Services service resource, including the region of the integrated Amazon Web Services service, if applicable. For example, for integration with the S3 API of GetObject, the uri can be either arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket={bucket}&Key={key} or arn:aws:apigateway:us-west-2:s3:path/{bucket}/{key}

UpdateIntegrationResponse

data UpdateIntegrationResponse Source #

Represents an update integration response request.

See: newUpdateIntegrationResponse smart constructor.

Instances

Instances details
ToJSON UpdateIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegrationResponse

ToHeaders UpdateIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegrationResponse

ToPath UpdateIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegrationResponse

ToQuery UpdateIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegrationResponse

AWSRequest UpdateIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegrationResponse

Generic UpdateIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegrationResponse

Associated Types

type Rep UpdateIntegrationResponse :: Type -> Type #

Read UpdateIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegrationResponse

Show UpdateIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegrationResponse

NFData UpdateIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegrationResponse

Eq UpdateIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegrationResponse

Hashable UpdateIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegrationResponse

type AWSResponse UpdateIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegrationResponse

type Rep UpdateIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateIntegrationResponse

type Rep UpdateIntegrationResponse = D1 ('MetaData "UpdateIntegrationResponse" "Amazonka.APIGateway.UpdateIntegrationResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateIntegrationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateIntegrationResponse Source #

Create a value of UpdateIntegrationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateIntegrationResponse', updateIntegrationResponse_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateIntegrationResponse, updateIntegrationResponse_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:UpdateIntegrationResponse', updateIntegrationResponse_resourceId - Specifies an update integration response request's resource identifier.

UpdateIntegrationResponse, updateIntegrationResponse_httpMethod - Specifies an update integration response request's HTTP method.

UpdateIntegrationResponse, updateIntegrationResponse_statusCode - Specifies an update integration response request's status code.

data IntegrationResponse Source #

Represents an integration response. The status code must map to an existing MethodResponse, and parameters and templates can be used to transform the back-end response.

See: newIntegrationResponse smart constructor.

Instances

Instances details
FromJSON IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Generic IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Associated Types

type Rep IntegrationResponse :: Type -> Type #

Read IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Show IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

NFData IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Methods

rnf :: IntegrationResponse -> () #

Eq IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Hashable IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

type Rep IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

type Rep IntegrationResponse = D1 ('MetaData "IntegrationResponse" "Amazonka.APIGateway.Types.IntegrationResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "IntegrationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contentHandling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentHandlingStrategy)) :*: S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "responseTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "selectionPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newIntegrationResponse :: IntegrationResponse Source #

Create a value of IntegrationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:contentHandling:IntegrationResponse', integrationResponse_contentHandling - Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:

If this property is not defined, the response payload will be passed through from the integration response to the method response without modification.

$sel:responseParameters:IntegrationResponse', integrationResponse_responseParameters - A key-value map specifying response parameters that are passed to the method response from the back end. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.{name}, where name is a valid and unique header name. The mapped non-static value must match the pattern of integration.response.header.{name} or integration.response.body.{JSON-expression}, where name is a valid and unique response header name and JSON-expression is a valid JSON expression without the $ prefix.

$sel:responseTemplates:IntegrationResponse', integrationResponse_responseTemplates - Specifies the templates used to transform the integration response body. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.

$sel:selectionPattern:IntegrationResponse', integrationResponse_selectionPattern - Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end. For example, if the success response returns nothing and the error response returns some string, you could use the .+ regex to match error response. However, make sure that the error response does not contain any newline (\n) character in such cases. If the back end is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS back ends, the HTTP status code is matched.

$sel:statusCode:IntegrationResponse', integrationResponse_statusCode - Specifies the status code that is used to map the integration response to an existing MethodResponse.

UpdateMethod

data UpdateMethod Source #

Request to update an existing Method resource.

See: newUpdateMethod smart constructor.

Instances

Instances details
ToJSON UpdateMethod Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethod

ToHeaders UpdateMethod Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethod

ToPath UpdateMethod Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethod

ToQuery UpdateMethod Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethod

AWSRequest UpdateMethod Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethod

Associated Types

type AWSResponse UpdateMethod #

Generic UpdateMethod Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethod

Associated Types

type Rep UpdateMethod :: Type -> Type #

Read UpdateMethod Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethod

Show UpdateMethod Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethod

NFData UpdateMethod Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethod

Methods

rnf :: UpdateMethod -> () #

Eq UpdateMethod Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethod

Hashable UpdateMethod Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethod

type AWSResponse UpdateMethod Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethod

type Rep UpdateMethod Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethod

type Rep UpdateMethod = D1 ('MetaData "UpdateMethod" "Amazonka.APIGateway.UpdateMethod" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateMethod'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateMethod Source #

Create a value of UpdateMethod with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateMethod', updateMethod_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateMethod, updateMethod_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:UpdateMethod', updateMethod_resourceId - The Resource identifier for the Method resource.

UpdateMethod, updateMethod_httpMethod - The HTTP verb of the Method resource.

data Method Source #

Represents a client-facing interface by which the client calls the API to access back-end resources. A Method resource is integrated with an Integration resource. Both consist of a request and one or more responses. The method request takes the client input that is passed to the back end through the integration request. A method response returns the output from the back end to the client through an integration response. A method request is embodied in a Method resource, whereas an integration request is embodied in an Integration resource. On the other hand, a method response is represented by a MethodResponse resource, whereas an integration response is represented by an IntegrationResponse resource.

See: newMethod smart constructor.

Instances

Instances details
FromJSON Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Generic Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Associated Types

type Rep Method :: Type -> Type #

Methods

from :: Method -> Rep Method x #

to :: Rep Method x -> Method #

Read Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Show Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

NFData Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Methods

rnf :: Method -> () #

Eq Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Methods

(==) :: Method -> Method -> Bool #

(/=) :: Method -> Method -> Bool #

Hashable Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Methods

hashWithSalt :: Int -> Method -> Int #

hash :: Method -> Int #

type Rep Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

type Rep Method = D1 ('MetaData "Method" "Amazonka.APIGateway.Types.Method" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Method'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiKeyRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "authorizationScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "authorizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "authorizerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "methodIntegration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integration)) :*: (S1 ('MetaSel ('Just "methodResponses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text MethodResponse))) :*: S1 ('MetaSel ('Just "operationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "requestModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "requestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Bool))) :*: S1 ('MetaSel ('Just "requestValidatorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newMethod :: Method Source #

Create a value of Method with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeyRequired:Method', method_apiKeyRequired - A boolean flag specifying whether a valid ApiKey is required to invoke this method.

$sel:authorizationScopes:Method', method_authorizationScopes - A list of authorization scopes configured on the method. The scopes are used with a COGNITO_USER_POOLS authorizer to authorize the method invocation. The authorization works by matching the method scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any method scopes matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the method scope is configured, the client must provide an access token instead of an identity token for authorization purposes.

$sel:authorizationType:Method', method_authorizationType - The method's authorization type. Valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, CUSTOM for using a custom authorizer, or COGNITO_USER_POOLS for using a Cognito user pool.

$sel:authorizerId:Method', method_authorizerId - The identifier of an Authorizer to use on this method. The authorizationType must be CUSTOM.

Method, method_httpMethod - The method's HTTP verb.

$sel:methodIntegration:Method', method_methodIntegration - Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.

$sel:methodResponses:Method', method_methodResponses - Gets a method response associated with a given HTTP status code.

$sel:operationName:Method', method_operationName - A human-friendly operation identifier for the method. For example, you can assign the operationName of ListPets for the GET /pets method in the PetStore example.

$sel:requestModels:Method', method_requestModels - A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).

Method, method_requestParameters - A key-value map defining required or optional method request parameters that can be accepted by API Gateway. A key is a method request parameter name matching the pattern of method.request.{location}.{name}, where location is querystring, path, or header and name is a valid and unique parameter name. The value associated with the key is a Boolean flag indicating whether the parameter is required (true) or optional (false). The method request parameter names defined here are available in Integration to be mapped to integration request parameters or templates.

$sel:requestValidatorId:Method', method_requestValidatorId - The identifier of a RequestValidator for request validation.

UpdateMethodResponse

data UpdateMethodResponse Source #

A request to update an existing MethodResponse resource.

See: newUpdateMethodResponse smart constructor.

Instances

Instances details
ToJSON UpdateMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethodResponse

ToHeaders UpdateMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethodResponse

ToPath UpdateMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethodResponse

ToQuery UpdateMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethodResponse

AWSRequest UpdateMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethodResponse

Associated Types

type AWSResponse UpdateMethodResponse #

Generic UpdateMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethodResponse

Associated Types

type Rep UpdateMethodResponse :: Type -> Type #

Read UpdateMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethodResponse

Show UpdateMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethodResponse

NFData UpdateMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethodResponse

Methods

rnf :: UpdateMethodResponse -> () #

Eq UpdateMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethodResponse

Hashable UpdateMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethodResponse

type AWSResponse UpdateMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethodResponse

type Rep UpdateMethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateMethodResponse

type Rep UpdateMethodResponse = D1 ('MetaData "UpdateMethodResponse" "Amazonka.APIGateway.UpdateMethodResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateMethodResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateMethodResponse Source #

Create a value of UpdateMethodResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateMethodResponse', updateMethodResponse_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateMethodResponse, updateMethodResponse_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:UpdateMethodResponse', updateMethodResponse_resourceId - The Resource identifier for the MethodResponse resource.

UpdateMethodResponse, updateMethodResponse_httpMethod - The HTTP verb of the Method resource.

UpdateMethodResponse, updateMethodResponse_statusCode - The status code for the MethodResponse resource.

data MethodResponse Source #

Represents a method response of a given HTTP status code returned to the client. The method response is passed from the back end through the associated integration response that can be transformed using a mapping template.

See: newMethodResponse smart constructor.

Instances

Instances details
FromJSON MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Generic MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Associated Types

type Rep MethodResponse :: Type -> Type #

Read MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Show MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

NFData MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Methods

rnf :: MethodResponse -> () #

Eq MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Hashable MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

type Rep MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

type Rep MethodResponse = D1 ('MetaData "MethodResponse" "Amazonka.APIGateway.Types.MethodResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "MethodResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "responseModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Bool))) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMethodResponse :: MethodResponse Source #

Create a value of MethodResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:responseModels:MethodResponse', methodResponse_responseModels - Specifies the Model resources used for the response's content-type. Response models are represented as a key/value map, with a content-type as the key and a Model name as the value.

$sel:responseParameters:MethodResponse', methodResponse_responseParameters - A key-value map specifying required or optional response parameters that API Gateway can send back to the caller. A key defines a method response header and the value specifies whether the associated method response header is required or not. The expression of the key must match the pattern method.response.header.{name}, where name is a valid and unique header name. API Gateway passes certain integration response data to the method response headers specified here according to the mapping you prescribe in the API's IntegrationResponse. The integration response data that can be mapped include an integration response header expressed in integration.response.header.{name}, a static value enclosed within a pair of single quotes (e.g., 'application/json'), or a JSON expression from the back-end response payload in the form of integration.response.body.{JSON-expression}, where JSON-expression is a valid JSON expression without the $ prefix.)

$sel:statusCode:MethodResponse', methodResponse_statusCode - The method response's status code.

UpdateModel

data UpdateModel Source #

Request to update an existing model in an existing RestApi resource.

See: newUpdateModel smart constructor.

Instances

Instances details
ToJSON UpdateModel Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateModel

ToHeaders UpdateModel Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateModel

Methods

toHeaders :: UpdateModel -> [Header] #

ToPath UpdateModel Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateModel

ToQuery UpdateModel Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateModel

AWSRequest UpdateModel Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateModel

Associated Types

type AWSResponse UpdateModel #

Generic UpdateModel Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateModel

Associated Types

type Rep UpdateModel :: Type -> Type #

Read UpdateModel Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateModel

Show UpdateModel Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateModel

NFData UpdateModel Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateModel

Methods

rnf :: UpdateModel -> () #

Eq UpdateModel Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateModel

Hashable UpdateModel Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateModel

type AWSResponse UpdateModel Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateModel

type Rep UpdateModel Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateModel

type Rep UpdateModel = D1 ('MetaData "UpdateModel" "Amazonka.APIGateway.UpdateModel" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateModel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateModel Source #

Create a value of UpdateModel with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateModel', updateModel_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateModel, updateModel_restApiId - The string identifier of the associated RestApi.

$sel:modelName:UpdateModel', updateModel_modelName - The name of the model to update.

data Model Source #

Represents the data structure of a method's request or response payload.

See: newModel smart constructor.

Constructors

Model' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Generic Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Associated Types

type Rep Model :: Type -> Type #

Methods

from :: Model -> Rep Model x #

to :: Rep Model x -> Model #

Read Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Show Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

showsPrec :: Int -> Model -> ShowS #

show :: Model -> String #

showList :: [Model] -> ShowS #

NFData Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

rnf :: Model -> () #

Eq Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

(==) :: Model -> Model -> Bool #

(/=) :: Model -> Model -> Bool #

Hashable Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

hashWithSalt :: Int -> Model -> Int #

hash :: Model -> Int #

type Rep Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

type Rep Model = D1 ('MetaData "Model" "Amazonka.APIGateway.Types.Model" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Model'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newModel :: Model Source #

Create a value of Model with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:contentType:Model', model_contentType - The content-type for the model.

$sel:description:Model', model_description - The description of the model.

$sel:id:Model', model_id - The identifier for the model resource.

$sel:name:Model', model_name - The name of the model. Must be an alphanumeric string.

$sel:schema:Model', model_schema - The schema for the model. For application/json models, this should be JSON schema draft 4 model. Do not include "\*/" characters in the description of any properties because such "\*/" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.

UpdateRequestValidator

data UpdateRequestValidator Source #

Updates a RequestValidator of a given RestApi.

See: newUpdateRequestValidator smart constructor.

Instances

Instances details
ToJSON UpdateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRequestValidator

ToHeaders UpdateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRequestValidator

ToPath UpdateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRequestValidator

ToQuery UpdateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRequestValidator

AWSRequest UpdateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRequestValidator

Associated Types

type AWSResponse UpdateRequestValidator #

Generic UpdateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRequestValidator

Associated Types

type Rep UpdateRequestValidator :: Type -> Type #

Read UpdateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRequestValidator

Show UpdateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRequestValidator

NFData UpdateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRequestValidator

Methods

rnf :: UpdateRequestValidator -> () #

Eq UpdateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRequestValidator

Hashable UpdateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRequestValidator

type AWSResponse UpdateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRequestValidator

type Rep UpdateRequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRequestValidator

type Rep UpdateRequestValidator = D1 ('MetaData "UpdateRequestValidator" "Amazonka.APIGateway.UpdateRequestValidator" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateRequestValidator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "requestValidatorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateRequestValidator Source #

Create a value of UpdateRequestValidator with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateRequestValidator', updateRequestValidator_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateRequestValidator, updateRequestValidator_restApiId - The string identifier of the associated RestApi.

UpdateRequestValidator, updateRequestValidator_requestValidatorId - The identifier of RequestValidator to be updated.

data RequestValidator Source #

A set of validation rules for incoming Method requests.

See: newRequestValidator smart constructor.

Instances

Instances details
FromJSON RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Generic RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Associated Types

type Rep RequestValidator :: Type -> Type #

Read RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Show RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

NFData RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Methods

rnf :: RequestValidator -> () #

Eq RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Hashable RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

type Rep RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

type Rep RequestValidator = D1 ('MetaData "RequestValidator" "Amazonka.APIGateway.Types.RequestValidator" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "RequestValidator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "validateRequestBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "validateRequestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newRequestValidator :: RequestValidator Source #

Create a value of RequestValidator with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:RequestValidator', requestValidator_id - The identifier of this RequestValidator.

$sel:name:RequestValidator', requestValidator_name - The name of this RequestValidator

$sel:validateRequestBody:RequestValidator', requestValidator_validateRequestBody - A Boolean flag to indicate whether to validate a request body according to the configured Model schema.

$sel:validateRequestParameters:RequestValidator', requestValidator_validateRequestParameters - A Boolean flag to indicate whether to validate request parameters (true) or not (false).

UpdateResource

data UpdateResource Source #

Request to change information about a Resource resource.

See: newUpdateResource smart constructor.

Instances

Instances details
ToJSON UpdateResource Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateResource

ToHeaders UpdateResource Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateResource

ToPath UpdateResource Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateResource

ToQuery UpdateResource Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateResource

AWSRequest UpdateResource Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateResource

Associated Types

type AWSResponse UpdateResource #

Generic UpdateResource Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateResource

Associated Types

type Rep UpdateResource :: Type -> Type #

Read UpdateResource Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateResource

Show UpdateResource Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateResource

NFData UpdateResource Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateResource

Methods

rnf :: UpdateResource -> () #

Eq UpdateResource Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateResource

Hashable UpdateResource Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateResource

type AWSResponse UpdateResource Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateResource

type Rep UpdateResource Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateResource

type Rep UpdateResource = D1 ('MetaData "UpdateResource" "Amazonka.APIGateway.UpdateResource" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateResource Source #

Create a value of UpdateResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateResource', updateResource_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateResource, updateResource_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:UpdateResource', updateResource_resourceId - The identifier of the Resource resource.

data Resource Source #

Represents an API resource.

See: newResource smart constructor.

Instances

Instances details
FromJSON Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Generic Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Associated Types

type Rep Resource :: Type -> Type #

Methods

from :: Resource -> Rep Resource x #

to :: Rep Resource x -> Resource #

Read Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Show Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

NFData Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Methods

rnf :: Resource -> () #

Eq Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Hashable Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Methods

hashWithSalt :: Int -> Resource -> Int #

hash :: Resource -> Int #

type Rep Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

type Rep Resource = D1 ('MetaData "Resource" "Amazonka.APIGateway.Types.Resource" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Resource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pathPart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceMethods") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Method)))))))

newResource :: Resource Source #

Create a value of Resource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:Resource', resource_id - The resource's identifier.

$sel:parentId:Resource', resource_parentId - The parent resource's identifier.

$sel:path:Resource', resource_path - The full path for this resource.

$sel:pathPart:Resource', resource_pathPart - The last path segment for this resource.

$sel:resourceMethods:Resource', resource_resourceMethods - Gets an API resource's method of a given HTTP verb.

UpdateRestApi

data UpdateRestApi Source #

Request to update an existing RestApi resource in your collection.

See: newUpdateRestApi smart constructor.

Instances

Instances details
ToJSON UpdateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRestApi

ToHeaders UpdateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRestApi

ToPath UpdateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRestApi

ToQuery UpdateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRestApi

AWSRequest UpdateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRestApi

Associated Types

type AWSResponse UpdateRestApi #

Generic UpdateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRestApi

Associated Types

type Rep UpdateRestApi :: Type -> Type #

Read UpdateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRestApi

Show UpdateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRestApi

NFData UpdateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRestApi

Methods

rnf :: UpdateRestApi -> () #

Eq UpdateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRestApi

Hashable UpdateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRestApi

type AWSResponse UpdateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRestApi

type Rep UpdateRestApi Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateRestApi

type Rep UpdateRestApi = D1 ('MetaData "UpdateRestApi" "Amazonka.APIGateway.UpdateRestApi" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateRestApi'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateRestApi Source #

Create a value of UpdateRestApi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateRestApi', updateRestApi_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateRestApi, updateRestApi_restApiId - The string identifier of the associated RestApi.

data RestApi Source #

Represents a REST API.

See: newRestApi smart constructor.

Instances

Instances details
FromJSON RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Generic RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Associated Types

type Rep RestApi :: Type -> Type #

Methods

from :: RestApi -> Rep RestApi x #

to :: Rep RestApi x -> RestApi #

Read RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Show RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

NFData RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

rnf :: RestApi -> () #

Eq RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

(==) :: RestApi -> RestApi -> Bool #

(/=) :: RestApi -> RestApi -> Bool #

Hashable RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

hashWithSalt :: Int -> RestApi -> Int #

hash :: RestApi -> Int #

type Rep RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

type Rep RestApi = D1 ('MetaData "RestApi" "Amazonka.APIGateway.Types.RestApi" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "RestApi'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiKeySource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiKeySourceType)) :*: (S1 ('MetaSel ('Just "binaryMediaTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "disableExecuteApiEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfiguration))))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "minimumCompressionSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))))

newRestApi :: RestApi Source #

Create a value of RestApi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeySource:RestApi', restApi_apiKeySource - The source of the API key for metering requests according to a usage plan. Valid values are: >HEADER to read the API key from the X-API-Key header of a request. AUTHORIZER to read the API key from the UsageIdentifierKey from a custom authorizer.

$sel:binaryMediaTypes:RestApi', restApi_binaryMediaTypes - The list of binary media types supported by the RestApi. By default, the RestApi supports only UTF-8-encoded text payloads.

$sel:createdDate:RestApi', restApi_createdDate - The timestamp when the API was created.

$sel:description:RestApi', restApi_description - The API's description.

$sel:disableExecuteApiEndpoint:RestApi', restApi_disableExecuteApiEndpoint - Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.

$sel:endpointConfiguration:RestApi', restApi_endpointConfiguration - The endpoint configuration of this RestApi showing the endpoint types of the API.

$sel:id:RestApi', restApi_id - The API's identifier. This identifier is unique across all of your APIs in API Gateway.

$sel:minimumCompressionSize:RestApi', restApi_minimumCompressionSize - A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API. When compression is enabled, compression or decompression is not applied on the payload if the payload size is smaller than this value. Setting it to zero allows compression for any payload size.

$sel:name:RestApi', restApi_name - The API's name.

$sel:policy:RestApi', restApi_policy - A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.

$sel:tags:RestApi', restApi_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:version:RestApi', restApi_version - A version identifier for the API.

$sel:warnings:RestApi', restApi_warnings - The warning messages reported when failonwarnings is turned on during API import.

UpdateStage

data UpdateStage Source #

Requests API Gateway to change information about a Stage resource.

See: newUpdateStage smart constructor.

Instances

Instances details
ToJSON UpdateStage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateStage

ToHeaders UpdateStage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateStage

Methods

toHeaders :: UpdateStage -> [Header] #

ToPath UpdateStage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateStage

ToQuery UpdateStage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateStage

AWSRequest UpdateStage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateStage

Associated Types

type AWSResponse UpdateStage #

Generic UpdateStage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateStage

Associated Types

type Rep UpdateStage :: Type -> Type #

Read UpdateStage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateStage

Show UpdateStage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateStage

NFData UpdateStage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateStage

Methods

rnf :: UpdateStage -> () #

Eq UpdateStage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateStage

Hashable UpdateStage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateStage

type AWSResponse UpdateStage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateStage

type Rep UpdateStage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateStage

type Rep UpdateStage = D1 ('MetaData "UpdateStage" "Amazonka.APIGateway.UpdateStage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateStage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateStage Source #

Create a value of UpdateStage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateStage', updateStage_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateStage, updateStage_restApiId - The string identifier of the associated RestApi.

UpdateStage, updateStage_stageName - The name of the Stage resource to change information about.

data Stage Source #

Represents a unique identifier for a version of a deployed RestApi that is callable by users.

See: newStage smart constructor.

Instances

Instances details
FromJSON Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Generic Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Associated Types

type Rep Stage :: Type -> Type #

Methods

from :: Stage -> Rep Stage x #

to :: Rep Stage x -> Stage #

Read Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Show Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

showsPrec :: Int -> Stage -> ShowS #

show :: Stage -> String #

showList :: [Stage] -> ShowS #

NFData Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

rnf :: Stage -> () #

Eq Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

(==) :: Stage -> Stage -> Bool #

(/=) :: Stage -> Stage -> Bool #

Hashable Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

hashWithSalt :: Int -> Stage -> Int #

hash :: Stage -> Int #

type Rep Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

type Rep Stage = D1 ('MetaData "Stage" "Amazonka.APIGateway.Types.Stage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Stage'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "accessLogSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessLogSettings)) :*: S1 ('MetaSel ('Just "cacheClusterEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "cacheClusterSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheClusterSize)) :*: S1 ('MetaSel ('Just "cacheClusterStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheClusterStatus)))) :*: ((S1 ('MetaSel ('Just "canarySettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CanarySettings)) :*: S1 ('MetaSel ('Just "clientCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "documentationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdatedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "methodSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text MethodSetting))))) :*: ((S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "tracingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "variables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "webAclArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newStage :: Stage Source #

Create a value of Stage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accessLogSettings:Stage', stage_accessLogSettings - Settings for logging access in this stage.

$sel:cacheClusterEnabled:Stage', stage_cacheClusterEnabled - Specifies whether a cache cluster is enabled for the stage.

$sel:cacheClusterSize:Stage', stage_cacheClusterSize - The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.

$sel:cacheClusterStatus:Stage', stage_cacheClusterStatus - The status of the cache cluster for the stage, if enabled.

$sel:canarySettings:Stage', stage_canarySettings - Settings for the canary deployment in this stage.

$sel:clientCertificateId:Stage', stage_clientCertificateId - The identifier of a client certificate for an API stage.

$sel:createdDate:Stage', stage_createdDate - The timestamp when the stage was created.

Stage, stage_deploymentId - The identifier of the Deployment that the stage points to.

$sel:description:Stage', stage_description - The stage's description.

$sel:documentationVersion:Stage', stage_documentationVersion - The version of the associated API documentation.

$sel:lastUpdatedDate:Stage', stage_lastUpdatedDate - The timestamp when the stage last updated.

$sel:methodSettings:Stage', stage_methodSettings - A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.

$sel:stageName:Stage', stage_stageName - The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.

$sel:tags:Stage', stage_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:tracingEnabled:Stage', stage_tracingEnabled - Specifies whether active tracing with X-ray is enabled for the Stage.

$sel:variables:Stage', stage_variables - A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.

$sel:webAclArn:Stage', stage_webAclArn - The ARN of the WebAcl associated with the Stage.

UpdateUsage

data UpdateUsage Source #

The PATCH request to grant a temporary extension to the remaining quota of a usage plan associated with a specified API key.

See: newUpdateUsage smart constructor.

Instances

Instances details
ToJSON UpdateUsage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsage

ToHeaders UpdateUsage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsage

Methods

toHeaders :: UpdateUsage -> [Header] #

ToPath UpdateUsage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsage

ToQuery UpdateUsage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsage

AWSRequest UpdateUsage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsage

Associated Types

type AWSResponse UpdateUsage #

Generic UpdateUsage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsage

Associated Types

type Rep UpdateUsage :: Type -> Type #

Read UpdateUsage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsage

Show UpdateUsage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsage

NFData UpdateUsage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsage

Methods

rnf :: UpdateUsage -> () #

Eq UpdateUsage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsage

Hashable UpdateUsage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsage

type AWSResponse UpdateUsage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsage

type Rep UpdateUsage Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsage

type Rep UpdateUsage = D1 ('MetaData "UpdateUsage" "Amazonka.APIGateway.UpdateUsage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateUsage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: (S1 ('MetaSel ('Just "usagePlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "keyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateUsage Source #

Create a value of UpdateUsage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateUsage', updateUsage_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateUsage, updateUsage_usagePlanId - The Id of the usage plan associated with the usage data.

$sel:keyId:UpdateUsage', updateUsage_keyId - The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.

data Usage Source #

Represents the usage data of a usage plan.

See: newUsage smart constructor.

Instances

Instances details
FromJSON Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Generic Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Associated Types

type Rep Usage :: Type -> Type #

Methods

from :: Usage -> Rep Usage x #

to :: Rep Usage x -> Usage #

Read Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Show Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Methods

showsPrec :: Int -> Usage -> ShowS #

show :: Usage -> String #

showList :: [Usage] -> ShowS #

NFData Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Methods

rnf :: Usage -> () #

Eq Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Methods

(==) :: Usage -> Usage -> Bool #

(/=) :: Usage -> Usage -> Bool #

Hashable Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Methods

hashWithSalt :: Int -> Usage -> Int #

hash :: Usage -> Int #

type Rep Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

type Rep Usage = D1 ('MetaData "Usage" "Amazonka.APIGateway.Types.Usage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Usage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [[Integer]])))) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "usagePlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUsage :: Usage Source #

Create a value of Usage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:endDate:Usage', usage_endDate - The ending date of the usage data.

$sel:items:Usage', usage_items - The usage data, as daily logs of used and remaining quotas, over the specified time interval indexed over the API keys in a usage plan. For example, {..., "values" : { "{api_key}" : [ [0, 100], [10, 90], [100, 10]]}, where {api_key} stands for an API key value and the daily log entry is of the format [used quota, remaining quota].

$sel:position:Usage', usage_position - Undocumented member.

$sel:startDate:Usage', usage_startDate - The starting date of the usage data.

$sel:usagePlanId:Usage', usage_usagePlanId - The plan Id associated with this usage data.

UpdateUsagePlan

data UpdateUsagePlan Source #

The PATCH request to update a usage plan of a given plan Id.

See: newUpdateUsagePlan smart constructor.

Instances

Instances details
ToJSON UpdateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsagePlan

ToHeaders UpdateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsagePlan

ToPath UpdateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsagePlan

ToQuery UpdateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsagePlan

AWSRequest UpdateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsagePlan

Associated Types

type AWSResponse UpdateUsagePlan #

Generic UpdateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsagePlan

Associated Types

type Rep UpdateUsagePlan :: Type -> Type #

Read UpdateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsagePlan

Show UpdateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsagePlan

NFData UpdateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsagePlan

Methods

rnf :: UpdateUsagePlan -> () #

Eq UpdateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsagePlan

Hashable UpdateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsagePlan

type AWSResponse UpdateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsagePlan

type Rep UpdateUsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.UpdateUsagePlan

type Rep UpdateUsagePlan = D1 ('MetaData "UpdateUsagePlan" "Amazonka.APIGateway.UpdateUsagePlan" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UpdateUsagePlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "patchOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PatchOperation])) :*: S1 ('MetaSel ('Just "usagePlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateUsagePlan Source #

Create a value of UpdateUsagePlan with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateUsagePlan', updateUsagePlan_patchOperations - For more information about supported patch operations, see Patch Operations.

UpdateUsagePlan, updateUsagePlan_usagePlanId - The Id of the to-be-updated usage plan.

data UsagePlan Source #

Represents a usage plan used to specify who can assess associated API stages. Optionally, target request rate and quota limits can be set. In some cases clients can exceed the targets that you set. Don’t rely on usage plans to control costs. Consider using Amazon Web Services Budgets to monitor costs and WAF to manage API requests.

See: newUsagePlan smart constructor.

Instances

Instances details
FromJSON UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Generic UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Associated Types

type Rep UsagePlan :: Type -> Type #

Read UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Show UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

NFData UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Methods

rnf :: UsagePlan -> () #

Eq UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Hashable UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

type Rep UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

newUsagePlan :: UsagePlan Source #

Create a value of UsagePlan with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiStages:UsagePlan', usagePlan_apiStages - The associated API stages of a usage plan.

$sel:description:UsagePlan', usagePlan_description - The description of a usage plan.

$sel:id:UsagePlan', usagePlan_id - The identifier of a UsagePlan resource.

$sel:name:UsagePlan', usagePlan_name - The name of a usage plan.

$sel:productCode:UsagePlan', usagePlan_productCode - The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.

$sel:quota:UsagePlan', usagePlan_quota - The target maximum number of permitted requests per a given unit time interval.

$sel:tags:UsagePlan', usagePlan_tags - The collection of tags. Each tag element is associated with a given resource.

UsagePlan, usagePlan_throttle - A map containing method level throttling information for API stage in a usage plan.

UpdateVpcLink

data UpdateVpcLink Source #

Updates an existing VpcLink of a specified identifier.

See: newUpdateVpcLink smart constructor.

Instances

newUpdateVpcLink Source #

Create a value of UpdateVpcLink with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:patchOperations:UpdateVpcLink', updateVpcLink_patchOperations - For more information about supported patch operations, see Patch Operations.

$sel:vpcLinkId:UpdateVpcLink', updateVpcLink_vpcLinkId - The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

data VpcLink Source #

An API Gateway VPC link for a RestApi to access resources in an Amazon Virtual Private Cloud (VPC).

See: newVpcLink smart constructor.

Instances

newVpcLink :: VpcLink Source #

Create a value of VpcLink with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:VpcLink', vpcLink_description - The description of the VPC link.

$sel:id:VpcLink', vpcLink_id - The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

$sel:name:VpcLink', vpcLink_name - The name used to label and identify the VPC link.

$sel:status:VpcLink', vpcLink_status - The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.

$sel:statusMessage:VpcLink', vpcLink_statusMessage - A description about the VPC link status.

$sel:tags:VpcLink', vpcLink_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:targetArns:VpcLink', vpcLink_targetArns - The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.

Types

ApiKeySourceType

newtype ApiKeySourceType Source #

Instances

Instances details
FromJSON ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

FromJSONKey ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

ToJSON ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

ToJSONKey ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

ToByteString ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

ToHeader ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

ToLog ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

ToQuery ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

FromText ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

ToText ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

FromXML ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

ToXML ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

Generic ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

Associated Types

type Rep ApiKeySourceType :: Type -> Type #

Read ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

Show ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

NFData ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

Methods

rnf :: ApiKeySourceType -> () #

Eq ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

Ord ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

Hashable ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

type Rep ApiKeySourceType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeySourceType

type Rep ApiKeySourceType = D1 ('MetaData "ApiKeySourceType" "Amazonka.APIGateway.Types.ApiKeySourceType" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "ApiKeySourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApiKeySourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApiKeysFormat

newtype ApiKeysFormat Source #

Constructors

ApiKeysFormat' 

Bundled Patterns

pattern ApiKeysFormat_Csv :: ApiKeysFormat 

Instances

Instances details
FromJSON ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

FromJSONKey ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToJSON ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToJSONKey ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToByteString ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToHeader ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToLog ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToQuery ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

FromText ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToText ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Methods

toText :: ApiKeysFormat -> Text #

FromXML ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

ToXML ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Methods

toXML :: ApiKeysFormat -> XML #

Generic ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Associated Types

type Rep ApiKeysFormat :: Type -> Type #

Read ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Show ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

NFData ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Methods

rnf :: ApiKeysFormat -> () #

Eq ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Ord ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

Hashable ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

type Rep ApiKeysFormat Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKeysFormat

type Rep ApiKeysFormat = D1 ('MetaData "ApiKeysFormat" "Amazonka.APIGateway.Types.ApiKeysFormat" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "ApiKeysFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApiKeysFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AuthorizerType

newtype AuthorizerType Source #

The authorizer type. Valid values are TOKEN for a Lambda function using a single authorization token submitted in a custom header, REQUEST for a Lambda function using incoming request parameters, and COGNITO_USER_POOLS for using an Amazon Cognito user pool.

Constructors

AuthorizerType' 

Instances

Instances details
FromJSON AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

FromJSONKey AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToJSON AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToJSONKey AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToByteString AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToHeader AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToLog AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToQuery AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

FromText AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToText AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

FromXML AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToXML AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

Methods

toXML :: AuthorizerType -> XML #

Generic AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

Associated Types

type Rep AuthorizerType :: Type -> Type #

Read AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

Show AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

NFData AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

Methods

rnf :: AuthorizerType -> () #

Eq AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

Ord AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

Hashable AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

type Rep AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

type Rep AuthorizerType = D1 ('MetaData "AuthorizerType" "Amazonka.APIGateway.Types.AuthorizerType" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "AuthorizerType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthorizerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CacheClusterSize

newtype CacheClusterSize Source #

Returns the size of the CacheCluster.

Bundled Patterns

pattern CacheClusterSize_ :: CacheClusterSize 

Instances

Instances details
FromJSON CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

FromJSONKey CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

ToJSON CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

ToJSONKey CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

ToByteString CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

ToHeader CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

ToLog CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

ToQuery CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

FromText CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

ToText CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

FromXML CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

ToXML CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

Generic CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

Associated Types

type Rep CacheClusterSize :: Type -> Type #

Read CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

Show CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

NFData CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

Methods

rnf :: CacheClusterSize -> () #

Eq CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

Ord CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

Hashable CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

type Rep CacheClusterSize Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterSize

type Rep CacheClusterSize = D1 ('MetaData "CacheClusterSize" "Amazonka.APIGateway.Types.CacheClusterSize" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "CacheClusterSize'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCacheClusterSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CacheClusterStatus

newtype CacheClusterStatus Source #

Returns the status of the CacheCluster.

Instances

Instances details
FromJSON CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

FromJSONKey CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

ToJSON CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

ToJSONKey CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

ToByteString CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

ToHeader CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

ToLog CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

ToQuery CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

FromText CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

ToText CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

FromXML CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

ToXML CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

Generic CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

Associated Types

type Rep CacheClusterStatus :: Type -> Type #

Read CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

Show CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

NFData CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

Methods

rnf :: CacheClusterStatus -> () #

Eq CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

Ord CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

Hashable CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

type Rep CacheClusterStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CacheClusterStatus

type Rep CacheClusterStatus = D1 ('MetaData "CacheClusterStatus" "Amazonka.APIGateway.Types.CacheClusterStatus" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "CacheClusterStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCacheClusterStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConnectionType

newtype ConnectionType Source #

Constructors

ConnectionType' 

Instances

Instances details
FromJSON ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

FromJSONKey ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

ToJSON ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

ToJSONKey ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

ToByteString ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

ToHeader ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

ToLog ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

ToQuery ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

FromText ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

ToText ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

FromXML ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

ToXML ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

Methods

toXML :: ConnectionType -> XML #

Generic ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

Associated Types

type Rep ConnectionType :: Type -> Type #

Read ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

Show ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

NFData ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

Methods

rnf :: ConnectionType -> () #

Eq ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

Ord ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

Hashable ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

type Rep ConnectionType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ConnectionType

type Rep ConnectionType = D1 ('MetaData "ConnectionType" "Amazonka.APIGateway.Types.ConnectionType" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "ConnectionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConnectionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContentHandlingStrategy

newtype ContentHandlingStrategy Source #

Instances

Instances details
FromJSON ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

FromJSONKey ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

ToJSON ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

ToJSONKey ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

ToByteString ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

ToHeader ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

ToLog ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

ToQuery ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

FromText ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

ToText ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

FromXML ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

ToXML ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

Generic ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

Associated Types

type Rep ContentHandlingStrategy :: Type -> Type #

Read ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

Show ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

NFData ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

Methods

rnf :: ContentHandlingStrategy -> () #

Eq ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

Ord ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

Hashable ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

type Rep ContentHandlingStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ContentHandlingStrategy

type Rep ContentHandlingStrategy = D1 ('MetaData "ContentHandlingStrategy" "Amazonka.APIGateway.Types.ContentHandlingStrategy" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "ContentHandlingStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContentHandlingStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DocumentationPartType

newtype DocumentationPartType Source #

Instances

Instances details
FromJSON DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

FromJSONKey DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

ToJSON DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

ToJSONKey DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

ToByteString DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

ToHeader DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

ToLog DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

ToQuery DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

FromText DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

ToText DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

FromXML DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

ToXML DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

Generic DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

Associated Types

type Rep DocumentationPartType :: Type -> Type #

Read DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

Show DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

NFData DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

Methods

rnf :: DocumentationPartType -> () #

Eq DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

Ord DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

Hashable DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

type Rep DocumentationPartType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartType

type Rep DocumentationPartType = D1 ('MetaData "DocumentationPartType" "Amazonka.APIGateway.Types.DocumentationPartType" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "DocumentationPartType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDocumentationPartType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DomainNameStatus

newtype DomainNameStatus Source #

Instances

Instances details
FromJSON DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

FromJSONKey DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

ToJSON DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

ToJSONKey DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

ToByteString DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

ToHeader DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

ToLog DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

ToQuery DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

FromText DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

ToText DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

FromXML DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

ToXML DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

Generic DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

Associated Types

type Rep DomainNameStatus :: Type -> Type #

Read DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

Show DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

NFData DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

Methods

rnf :: DomainNameStatus -> () #

Eq DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

Ord DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

Hashable DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

type Rep DomainNameStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainNameStatus

type Rep DomainNameStatus = D1 ('MetaData "DomainNameStatus" "Amazonka.APIGateway.Types.DomainNameStatus" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "DomainNameStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDomainNameStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointType

newtype EndpointType Source #

The endpoint type. The valid values are EDGE for edge-optimized API setup, most suitable for mobile applications; REGIONAL for regional API endpoint setup, most suitable for calling from AWS Region; and PRIVATE for private APIs.

Constructors

EndpointType' 

Instances

Instances details
FromJSON EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

FromJSONKey EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToJSON EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToJSONKey EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToByteString EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToHeader EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToLog EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToQuery EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

FromText EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToText EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Methods

toText :: EndpointType -> Text #

FromXML EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToXML EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Methods

toXML :: EndpointType -> XML #

Generic EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Associated Types

type Rep EndpointType :: Type -> Type #

Read EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Show EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

NFData EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Methods

rnf :: EndpointType -> () #

Eq EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Ord EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Hashable EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

type Rep EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

type Rep EndpointType = D1 ('MetaData "EndpointType" "Amazonka.APIGateway.Types.EndpointType" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "EndpointType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GatewayResponseType

newtype GatewayResponseType Source #

Instances

Instances details
FromJSON GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

FromJSONKey GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

ToJSON GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

ToJSONKey GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

ToByteString GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

ToHeader GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

ToLog GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

ToQuery GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

FromText GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

ToText GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

FromXML GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

ToXML GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

Generic GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

Associated Types

type Rep GatewayResponseType :: Type -> Type #

Read GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

Show GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

NFData GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

Methods

rnf :: GatewayResponseType -> () #

Eq GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

Ord GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

Hashable GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

type Rep GatewayResponseType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponseType

type Rep GatewayResponseType = D1 ('MetaData "GatewayResponseType" "Amazonka.APIGateway.Types.GatewayResponseType" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "GatewayResponseType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGatewayResponseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IntegrationType

newtype IntegrationType Source #

The integration type. The valid value is HTTP for integrating an API method with an HTTP backend; AWS with any AWS service endpoints; MOCK for testing without actually invoking the backend; HTTP_PROXY for integrating with the HTTP proxy integration; AWS_PROXY for integrating with the Lambda proxy integration.

Constructors

IntegrationType' 

Instances

Instances details
FromJSON IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

FromJSONKey IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

ToJSON IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

ToJSONKey IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

ToByteString IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

ToHeader IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

ToLog IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

ToQuery IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

FromText IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

ToText IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

FromXML IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

ToXML IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

Methods

toXML :: IntegrationType -> XML #

Generic IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

Associated Types

type Rep IntegrationType :: Type -> Type #

Read IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

Show IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

NFData IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

Methods

rnf :: IntegrationType -> () #

Eq IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

Ord IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

Hashable IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

type Rep IntegrationType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationType

type Rep IntegrationType = D1 ('MetaData "IntegrationType" "Amazonka.APIGateway.Types.IntegrationType" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "IntegrationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIntegrationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LocationStatusType

newtype LocationStatusType Source #

Instances

Instances details
FromJSON LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

FromJSONKey LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

ToJSON LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

ToJSONKey LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

ToByteString LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

ToHeader LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

ToLog LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

ToQuery LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

FromText LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

ToText LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

FromXML LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

ToXML LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

Generic LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

Associated Types

type Rep LocationStatusType :: Type -> Type #

Read LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

Show LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

NFData LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

Methods

rnf :: LocationStatusType -> () #

Eq LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

Ord LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

Hashable LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

type Rep LocationStatusType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.LocationStatusType

type Rep LocationStatusType = D1 ('MetaData "LocationStatusType" "Amazonka.APIGateway.Types.LocationStatusType" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "LocationStatusType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLocationStatusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Op

newtype Op Source #

Constructors

Op' 

Fields

Bundled Patterns

pattern Op_Add :: Op 
pattern Op_Copy :: Op 
pattern Op_Move :: Op 
pattern Op_Remove :: Op 
pattern Op_Replace :: Op 
pattern Op_Test :: Op 

Instances

Instances details
FromJSON Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

FromJSONKey Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

ToJSON Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

ToJSONKey Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

ToByteString Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Methods

toBS :: Op -> ByteString #

ToHeader Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Methods

toHeader :: HeaderName -> Op -> [Header] #

ToLog Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

ToQuery Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Methods

toQuery :: Op -> QueryString #

FromText Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Methods

fromText :: Text -> Either String Op #

ToText Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Methods

toText :: Op -> Text #

FromXML Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Methods

parseXML :: [Node] -> Either String Op #

ToXML Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Methods

toXML :: Op -> XML #

Generic Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Associated Types

type Rep Op :: Type -> Type #

Methods

from :: Op -> Rep Op x #

to :: Rep Op x -> Op #

Read Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Show Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Methods

showsPrec :: Int -> Op -> ShowS #

show :: Op -> String #

showList :: [Op] -> ShowS #

NFData Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Methods

rnf :: Op -> () #

Eq Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Methods

(==) :: Op -> Op -> Bool #

(/=) :: Op -> Op -> Bool #

Ord Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Methods

compare :: Op -> Op -> Ordering #

(<) :: Op -> Op -> Bool #

(<=) :: Op -> Op -> Bool #

(>) :: Op -> Op -> Bool #

(>=) :: Op -> Op -> Bool #

max :: Op -> Op -> Op #

min :: Op -> Op -> Op #

Hashable Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

Methods

hashWithSalt :: Int -> Op -> Int #

hash :: Op -> Int #

type Rep Op Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Op

type Rep Op = D1 ('MetaData "Op" "Amazonka.APIGateway.Types.Op" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "Op'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PutMode

newtype PutMode Source #

Constructors

PutMode' 

Fields

Bundled Patterns

pattern PutMode_Merge :: PutMode 
pattern PutMode_Overwrite :: PutMode 

Instances

Instances details
FromJSON PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

FromJSONKey PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

ToJSON PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

ToJSONKey PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

ToByteString PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

Methods

toBS :: PutMode -> ByteString #

ToHeader PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

Methods

toHeader :: HeaderName -> PutMode -> [Header] #

ToLog PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

ToQuery PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

FromText PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

ToText PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

Methods

toText :: PutMode -> Text #

FromXML PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

ToXML PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

Methods

toXML :: PutMode -> XML #

Generic PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

Associated Types

type Rep PutMode :: Type -> Type #

Methods

from :: PutMode -> Rep PutMode x #

to :: Rep PutMode x -> PutMode #

Read PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

Show PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

NFData PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

Methods

rnf :: PutMode -> () #

Eq PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

Methods

(==) :: PutMode -> PutMode -> Bool #

(/=) :: PutMode -> PutMode -> Bool #

Ord PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

Hashable PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

Methods

hashWithSalt :: Int -> PutMode -> Int #

hash :: PutMode -> Int #

type Rep PutMode Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PutMode

type Rep PutMode = D1 ('MetaData "PutMode" "Amazonka.APIGateway.Types.PutMode" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "PutMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPutMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

QuotaPeriodType

newtype QuotaPeriodType Source #

Constructors

QuotaPeriodType' 

Instances

Instances details
FromJSON QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

FromJSONKey QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

ToJSON QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

ToJSONKey QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

ToByteString QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

ToHeader QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

ToLog QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

ToQuery QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

FromText QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

ToText QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

FromXML QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

ToXML QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

Methods

toXML :: QuotaPeriodType -> XML #

Generic QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

Associated Types

type Rep QuotaPeriodType :: Type -> Type #

Read QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

Show QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

NFData QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

Methods

rnf :: QuotaPeriodType -> () #

Eq QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

Ord QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

Hashable QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

type Rep QuotaPeriodType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaPeriodType

type Rep QuotaPeriodType = D1 ('MetaData "QuotaPeriodType" "Amazonka.APIGateway.Types.QuotaPeriodType" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "QuotaPeriodType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromQuotaPeriodType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SecurityPolicy

newtype SecurityPolicy Source #

Constructors

SecurityPolicy' 

Instances

Instances details
FromJSON SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

FromJSONKey SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

ToJSON SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

ToJSONKey SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

ToByteString SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

ToHeader SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

ToLog SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

ToQuery SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

FromText SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

ToText SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

FromXML SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

ToXML SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

Methods

toXML :: SecurityPolicy -> XML #

Generic SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

Associated Types

type Rep SecurityPolicy :: Type -> Type #

Read SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

Show SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

NFData SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

Methods

rnf :: SecurityPolicy -> () #

Eq SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

Ord SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

Hashable SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

type Rep SecurityPolicy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SecurityPolicy

type Rep SecurityPolicy = D1 ('MetaData "SecurityPolicy" "Amazonka.APIGateway.Types.SecurityPolicy" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "SecurityPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSecurityPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UnauthorizedCacheControlHeaderStrategy

newtype UnauthorizedCacheControlHeaderStrategy Source #

Instances

Instances details
FromJSON UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

FromJSONKey UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

ToJSON UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

ToJSONKey UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

ToByteString UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

ToHeader UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

ToLog UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

ToQuery UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

FromText UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

ToText UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

FromXML UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

ToXML UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

Generic UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

Read UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

Show UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

NFData UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

Eq UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

Ord UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

Hashable UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

type Rep UnauthorizedCacheControlHeaderStrategy Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy

type Rep UnauthorizedCacheControlHeaderStrategy = D1 ('MetaData "UnauthorizedCacheControlHeaderStrategy" "Amazonka.APIGateway.Types.UnauthorizedCacheControlHeaderStrategy" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "UnauthorizedCacheControlHeaderStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUnauthorizedCacheControlHeaderStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VpcLinkStatus

newtype VpcLinkStatus Source #

Constructors

VpcLinkStatus' 

Instances

Instances details
FromJSON VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

FromJSONKey VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

ToJSON VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

ToJSONKey VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

ToByteString VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

ToHeader VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

ToLog VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

ToQuery VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

FromText VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

ToText VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

Methods

toText :: VpcLinkStatus -> Text #

FromXML VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

ToXML VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

Methods

toXML :: VpcLinkStatus -> XML #

Generic VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

Associated Types

type Rep VpcLinkStatus :: Type -> Type #

Read VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

Show VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

NFData VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

Methods

rnf :: VpcLinkStatus -> () #

Eq VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

Ord VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

Hashable VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

type Rep VpcLinkStatus Source # 
Instance details

Defined in Amazonka.APIGateway.Types.VpcLinkStatus

type Rep VpcLinkStatus = D1 ('MetaData "VpcLinkStatus" "Amazonka.APIGateway.Types.VpcLinkStatus" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "VpcLinkStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVpcLinkStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccessLogSettings

data AccessLogSettings Source #

Access log settings, including the access log format and access log destination ARN.

See: newAccessLogSettings smart constructor.

Instances

Instances details
FromJSON AccessLogSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AccessLogSettings

Generic AccessLogSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AccessLogSettings

Associated Types

type Rep AccessLogSettings :: Type -> Type #

Read AccessLogSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AccessLogSettings

Show AccessLogSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AccessLogSettings

NFData AccessLogSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AccessLogSettings

Methods

rnf :: AccessLogSettings -> () #

Eq AccessLogSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AccessLogSettings

Hashable AccessLogSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AccessLogSettings

type Rep AccessLogSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AccessLogSettings

type Rep AccessLogSettings = D1 ('MetaData "AccessLogSettings" "Amazonka.APIGateway.Types.AccessLogSettings" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "AccessLogSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destinationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAccessLogSettings :: AccessLogSettings Source #

Create a value of AccessLogSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destinationArn:AccessLogSettings', accessLogSettings_destinationArn - The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-.

$sel:format:AccessLogSettings', accessLogSettings_format - A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId.

Account

data Account Source #

Represents an AWS account that is associated with API Gateway.

See: newAccount smart constructor.

Instances

Instances details
FromJSON Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Generic Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Associated Types

type Rep Account :: Type -> Type #

Methods

from :: Account -> Rep Account x #

to :: Rep Account x -> Account #

Read Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Show Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

NFData Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Methods

rnf :: Account -> () #

Eq Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Methods

(==) :: Account -> Account -> Bool #

(/=) :: Account -> Account -> Bool #

Hashable Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

Methods

hashWithSalt :: Int -> Account -> Int #

hash :: Account -> Int #

type Rep Account Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Account

type Rep Account = D1 ('MetaData "Account" "Amazonka.APIGateway.Types.Account" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Account'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiKeyVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cloudwatchRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "features") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "throttleSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThrottleSettings)))))

newAccount :: Account Source #

Create a value of Account with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeyVersion:Account', account_apiKeyVersion - The version of the API keys used for the account.

$sel:cloudwatchRoleArn:Account', account_cloudwatchRoleArn - The ARN of an Amazon CloudWatch role for the current Account.

$sel:features:Account', account_features - A list of features supported for the account. When usage plans are enabled, the features list will include an entry of "UsagePlans".

$sel:throttleSettings:Account', account_throttleSettings - Specifies the API request limits configured for the current Account.

ApiKey

data ApiKey Source #

A resource that can be distributed to callers for executing Method resources that require an API key. API keys can be mapped to any Stage on any RestApi, which indicates that the callers with the API key can make requests to that stage.

See: newApiKey smart constructor.

Instances

Instances details
FromJSON ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Generic ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Associated Types

type Rep ApiKey :: Type -> Type #

Methods

from :: ApiKey -> Rep ApiKey x #

to :: Rep ApiKey x -> ApiKey #

Read ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Show ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

NFData ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Methods

rnf :: ApiKey -> () #

Eq ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Methods

(==) :: ApiKey -> ApiKey -> Bool #

(/=) :: ApiKey -> ApiKey -> Bool #

Hashable ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

Methods

hashWithSalt :: Int -> ApiKey -> Int #

hash :: ApiKey -> Int #

type Rep ApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiKey

newApiKey :: ApiKey Source #

Create a value of ApiKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdDate:ApiKey', apiKey_createdDate - The timestamp when the API Key was created.

$sel:customerId:ApiKey', apiKey_customerId - An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.

$sel:description:ApiKey', apiKey_description - The description of the API Key.

$sel:enabled:ApiKey', apiKey_enabled - Specifies whether the API Key can be used by callers.

$sel:id:ApiKey', apiKey_id - The identifier of the API Key.

$sel:lastUpdatedDate:ApiKey', apiKey_lastUpdatedDate - The timestamp when the API Key was last updated.

$sel:name:ApiKey', apiKey_name - The name of the API Key.

$sel:stageKeys:ApiKey', apiKey_stageKeys - A list of Stage resources that are associated with the ApiKey resource.

$sel:tags:ApiKey', apiKey_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:value:ApiKey', apiKey_value - The value of the API Key.

ApiStage

data ApiStage Source #

API stage name of the associated API stage in a usage plan.

See: newApiStage smart constructor.

Instances

Instances details
FromJSON ApiStage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiStage

ToJSON ApiStage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiStage

Generic ApiStage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiStage

Associated Types

type Rep ApiStage :: Type -> Type #

Methods

from :: ApiStage -> Rep ApiStage x #

to :: Rep ApiStage x -> ApiStage #

Read ApiStage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiStage

Show ApiStage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiStage

NFData ApiStage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiStage

Methods

rnf :: ApiStage -> () #

Eq ApiStage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiStage

Hashable ApiStage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiStage

Methods

hashWithSalt :: Int -> ApiStage -> Int #

hash :: ApiStage -> Int #

type Rep ApiStage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ApiStage

type Rep ApiStage = D1 ('MetaData "ApiStage" "Amazonka.APIGateway.Types.ApiStage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "ApiStage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "throttle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text ThrottleSettings))))))

newApiStage :: ApiStage Source #

Create a value of ApiStage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiId:ApiStage', apiStage_apiId - API Id of the associated API stage in a usage plan.

$sel:stage:ApiStage', apiStage_stage - API stage name of the associated API stage in a usage plan.

$sel:throttle:ApiStage', apiStage_throttle - Map containing method level throttling information for API stage in a usage plan.

Authorizer

data Authorizer Source #

Represents an authorization layer for methods. If enabled on a method, API Gateway will activate the authorizer when a client calls the method.

See: newAuthorizer smart constructor.

Instances

Instances details
FromJSON Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Generic Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Associated Types

type Rep Authorizer :: Type -> Type #

Read Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Show Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

NFData Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Methods

rnf :: Authorizer -> () #

Eq Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

Hashable Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

type Rep Authorizer Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Authorizer

newAuthorizer :: Authorizer Source #

Create a value of Authorizer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:authType:Authorizer', authorizer_authType - Optional customer-defined field, used in OpenAPI imports and exports without functional impact.

$sel:authorizerCredentials:Authorizer', authorizer_authorizerCredentials - Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

$sel:authorizerResultTtlInSeconds:Authorizer', authorizer_authorizerResultTtlInSeconds - The TTL in seconds of cached authorizer results. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway will cache authorizer responses. If this field is not set, the default value is 300. The maximum value is 3600, or 1 hour.

$sel:authorizerUri:Authorizer', authorizer_authorizerUri - Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN or REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:{account_id}:function:{lambda_function_name}/invocations. In general, the URI has this form arn:aws:apigateway:{region}:lambda:path/{service_api}, where {region} is the same as the region hosting the Lambda function, path indicates that the remaining substring in the URI should be treated as the path to the resource, including the initial /. For Lambda functions, this is usually of the form /2015-03-31/functions/[FunctionARN]/invocations.

$sel:id:Authorizer', authorizer_id - The identifier for the authorizer resource.

$sel:identitySource:Authorizer', authorizer_identitySource - The identity source for which authorization is requested. For a TOKEN or COGNITO_USER_POOLS authorizer, this is required and specifies the request header mapping expression for the custom header holding the authorization token submitted by the client. For example, if the token header name is Auth, the header mapping expression is method.request.header.Auth. For the REQUEST authorizer, this is required when authorization caching is enabled. The value is a comma-separated string of one or more mapping expressions of the specified request parameters. For example, if an Auth header, a Name query string parameter are defined as identity sources, this value is method.request.header.Auth, method.request.querystring.Name. These parameters will be used to derive the authorization caching key and to perform runtime validation of the REQUEST authorizer by verifying all of the identity-related request parameters are present, not null and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function, otherwise, it returns a 401 Unauthorized response without calling the Lambda function. The valid value is a string of comma-separated mapping expressions of the specified request parameters. When the authorization caching is not enabled, this property is optional.

$sel:identityValidationExpression:Authorizer', authorizer_identityValidationExpression - A validation expression for the incoming identity token. For TOKEN authorizers, this value is a regular expression. For COGNITO_USER_POOLS authorizers, API Gateway will match the aud field of the incoming token from the client against the specified regular expression. It will invoke the authorizer's Lambda function when there is a match. Otherwise, it will return a 401 Unauthorized response without calling the Lambda function. The validation expression does not apply to the REQUEST authorizer.

$sel:name:Authorizer', authorizer_name - The name of the authorizer.

$sel:providerARNs:Authorizer', authorizer_providerARNs - A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer. Each element is of this format: arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}. For a TOKEN or REQUEST authorizer, this is not defined.

$sel:type':Authorizer', authorizer_type - The authorizer type. Valid values are TOKEN for a Lambda function using a single authorization token submitted in a custom header, REQUEST for a Lambda function using incoming request parameters, and COGNITO_USER_POOLS for using an Amazon Cognito user pool.

BasePathMapping

data BasePathMapping Source #

Represents the base path that callers of the API must provide as part of the URL after the domain name.

See: newBasePathMapping smart constructor.

Instances

Instances details
FromJSON BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Generic BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Associated Types

type Rep BasePathMapping :: Type -> Type #

Read BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Show BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

NFData BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Methods

rnf :: BasePathMapping -> () #

Eq BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

Hashable BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

type Rep BasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.Types.BasePathMapping

type Rep BasePathMapping = D1 ('MetaData "BasePathMapping" "Amazonka.APIGateway.Types.BasePathMapping" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "BasePathMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "basePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBasePathMapping :: BasePathMapping Source #

Create a value of BasePathMapping with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:basePath:BasePathMapping', basePathMapping_basePath - The base path name that callers of the API must provide as part of the URL after the domain name.

$sel:restApiId:BasePathMapping', basePathMapping_restApiId - The string identifier of the associated RestApi.

$sel:stage:BasePathMapping', basePathMapping_stage - The name of the associated stage.

CanarySettings

data CanarySettings Source #

Configuration settings of a canary deployment.

See: newCanarySettings smart constructor.

Instances

Instances details
FromJSON CanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CanarySettings

ToJSON CanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CanarySettings

Generic CanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CanarySettings

Associated Types

type Rep CanarySettings :: Type -> Type #

Read CanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CanarySettings

Show CanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CanarySettings

NFData CanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CanarySettings

Methods

rnf :: CanarySettings -> () #

Eq CanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CanarySettings

Hashable CanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CanarySettings

type Rep CanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.CanarySettings

type Rep CanarySettings = D1 ('MetaData "CanarySettings" "Amazonka.APIGateway.Types.CanarySettings" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "CanarySettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "percentTraffic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "stageVariableOverrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "useStageCache") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newCanarySettings :: CanarySettings Source #

Create a value of CanarySettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deploymentId:CanarySettings', canarySettings_deploymentId - The ID of the canary deployment.

$sel:percentTraffic:CanarySettings', canarySettings_percentTraffic - The percent (0-100) of traffic diverted to a canary deployment.

$sel:stageVariableOverrides:CanarySettings', canarySettings_stageVariableOverrides - Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.

$sel:useStageCache:CanarySettings', canarySettings_useStageCache - A Boolean flag to indicate whether the canary deployment uses the stage cache or not.

ClientCertificate

data ClientCertificate Source #

Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.

See: newClientCertificate smart constructor.

Instances

Instances details
FromJSON ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Generic ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Associated Types

type Rep ClientCertificate :: Type -> Type #

Read ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Show ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

NFData ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Methods

rnf :: ClientCertificate -> () #

Eq ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

Hashable ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

type Rep ClientCertificate Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ClientCertificate

type Rep ClientCertificate = D1 ('MetaData "ClientCertificate" "Amazonka.APIGateway.Types.ClientCertificate" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "ClientCertificate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "expirationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pemEncodedCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newClientCertificate :: ClientCertificate Source #

Create a value of ClientCertificate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientCertificateId:ClientCertificate', clientCertificate_clientCertificateId - The identifier of the client certificate.

$sel:createdDate:ClientCertificate', clientCertificate_createdDate - The timestamp when the client certificate was created.

$sel:description:ClientCertificate', clientCertificate_description - The description of the client certificate.

$sel:expirationDate:ClientCertificate', clientCertificate_expirationDate - The timestamp when the client certificate will expire.

$sel:pemEncodedCertificate:ClientCertificate', clientCertificate_pemEncodedCertificate - The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .

$sel:tags:ClientCertificate', clientCertificate_tags - The collection of tags. Each tag element is associated with a given resource.

Deployment

data Deployment Source #

An immutable representation of a RestApi resource that can be called by users using Stages. A deployment must be associated with a Stage for it to be callable over the Internet.

See: newDeployment smart constructor.

Instances

Instances details
FromJSON Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Generic Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Associated Types

type Rep Deployment :: Type -> Type #

Read Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Show Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

NFData Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Methods

rnf :: Deployment -> () #

Eq Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

Hashable Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

type Rep Deployment Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Deployment

type Rep Deployment = D1 ('MetaData "Deployment" "Amazonka.APIGateway.Types.Deployment" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Deployment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (HashMap Text MethodSnapshot)))) :*: S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDeployment :: Deployment Source #

Create a value of Deployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiSummary:Deployment', deployment_apiSummary - A summary of the RestApi at the date and time that the deployment resource was created.

$sel:createdDate:Deployment', deployment_createdDate - The date and time that the deployment resource was created.

$sel:description:Deployment', deployment_description - The description for the deployment resource.

$sel:id:Deployment', deployment_id - The identifier for the deployment resource.

DeploymentCanarySettings

data DeploymentCanarySettings Source #

The input configuration for a canary deployment.

See: newDeploymentCanarySettings smart constructor.

Instances

Instances details
ToJSON DeploymentCanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DeploymentCanarySettings

Generic DeploymentCanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DeploymentCanarySettings

Associated Types

type Rep DeploymentCanarySettings :: Type -> Type #

Read DeploymentCanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DeploymentCanarySettings

Show DeploymentCanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DeploymentCanarySettings

NFData DeploymentCanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DeploymentCanarySettings

Eq DeploymentCanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DeploymentCanarySettings

Hashable DeploymentCanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DeploymentCanarySettings

type Rep DeploymentCanarySettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DeploymentCanarySettings

type Rep DeploymentCanarySettings = D1 ('MetaData "DeploymentCanarySettings" "Amazonka.APIGateway.Types.DeploymentCanarySettings" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeploymentCanarySettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "percentTraffic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "stageVariableOverrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "useStageCache") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newDeploymentCanarySettings :: DeploymentCanarySettings Source #

Create a value of DeploymentCanarySettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:percentTraffic:DeploymentCanarySettings', deploymentCanarySettings_percentTraffic - The percentage (0.0-100.0) of traffic routed to the canary deployment.

$sel:stageVariableOverrides:DeploymentCanarySettings', deploymentCanarySettings_stageVariableOverrides - A stage variable overrides used for the canary release deployment. They can override existing stage variables or add new stage variables for the canary release deployment. These stage variables are represented as a string-to-string map between stage variable names and their values.

$sel:useStageCache:DeploymentCanarySettings', deploymentCanarySettings_useStageCache - A Boolean flag to indicate whether the canary release deployment uses the stage cache or not.

DocumentationPart

data DocumentationPart Source #

A documentation part for a targeted API entity.

See: newDocumentationPart smart constructor.

Instances

Instances details
FromJSON DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Generic DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Associated Types

type Rep DocumentationPart :: Type -> Type #

Read DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Show DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

NFData DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Methods

rnf :: DocumentationPart -> () #

Eq DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Hashable DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

type Rep DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

type Rep DocumentationPart = D1 ('MetaData "DocumentationPart" "Amazonka.APIGateway.Types.DocumentationPart" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DocumentationPart'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentationPartLocation)) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDocumentationPart :: DocumentationPart Source #

Create a value of DocumentationPart with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:DocumentationPart', documentationPart_id - The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.

$sel:location:DocumentationPart', documentationPart_location - The location of the API entity to which the documentation applies. Valid fields depend on the targeted API entity type. All the valid location fields are not required. If not explicitly specified, a valid location field is treated as a wildcard and associated documentation content may be inherited by matching entities, unless overridden.

$sel:properties:DocumentationPart', documentationPart_properties - A content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \"description\": \"The API does ...\" }". Only OpenAPI-compliant documentation-related fields from the properties map are exported and, hence, published as part of the API entity definitions, while the original documentation parts are exported in a OpenAPI extension of x-amazon-apigateway-documentation.

DocumentationPartLocation

data DocumentationPartLocation Source #

Specifies the target API entity to which the documentation applies.

See: newDocumentationPartLocation smart constructor.

Instances

Instances details
FromJSON DocumentationPartLocation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartLocation

ToJSON DocumentationPartLocation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartLocation

Generic DocumentationPartLocation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartLocation

Associated Types

type Rep DocumentationPartLocation :: Type -> Type #

Read DocumentationPartLocation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartLocation

Show DocumentationPartLocation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartLocation

NFData DocumentationPartLocation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartLocation

Eq DocumentationPartLocation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartLocation

Hashable DocumentationPartLocation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartLocation

type Rep DocumentationPartLocation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPartLocation

type Rep DocumentationPartLocation = D1 ('MetaData "DocumentationPartLocation" "Amazonka.APIGateway.Types.DocumentationPartLocation" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DocumentationPartLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "method") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DocumentationPartType)))))

newDocumentationPartLocation Source #

Create a value of DocumentationPartLocation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:method:DocumentationPartLocation', documentationPartLocation_method - The HTTP verb of a method. It is a valid field for the API entity types of METHOD, PATH_PARAMETER, QUERY_PARAMETER, REQUEST_HEADER, REQUEST_BODY, RESPONSE, RESPONSE_HEADER, and RESPONSE_BODY. The default value is * for any method. When an applicable child entity inherits the content of an entity of the same type with more general specifications of the other location attributes, the child entity's method attribute must match that of the parent entity exactly.

$sel:name:DocumentationPartLocation', documentationPartLocation_name - The name of the targeted API entity. It is a valid and required field for the API entity types of AUTHORIZER, MODEL, PATH_PARAMETER, QUERY_PARAMETER, REQUEST_HEADER, REQUEST_BODY and RESPONSE_HEADER. It is an invalid field for any other entity type.

$sel:path:DocumentationPartLocation', documentationPartLocation_path - The URL path of the target. It is a valid field for the API entity types of RESOURCE, METHOD, PATH_PARAMETER, QUERY_PARAMETER, REQUEST_HEADER, REQUEST_BODY, RESPONSE, RESPONSE_HEADER, and RESPONSE_BODY. The default value is / for the root resource. When an applicable child entity inherits the content of another entity of the same type with more general specifications of the other location attributes, the child entity's path attribute must match that of the parent entity as a prefix.

$sel:statusCode:DocumentationPartLocation', documentationPartLocation_statusCode - The HTTP status code of a response. It is a valid field for the API entity types of RESPONSE, RESPONSE_HEADER, and RESPONSE_BODY. The default value is * for any status code. When an applicable child entity inherits the content of an entity of the same type with more general specifications of the other location attributes, the child entity's statusCode attribute must match that of the parent entity exactly.

$sel:type':DocumentationPartLocation', documentationPartLocation_type - The type of API entity to which the documentation content applies. Valid values are API, AUTHORIZER, MODEL, RESOURCE, METHOD, PATH_PARAMETER, QUERY_PARAMETER, REQUEST_HEADER, REQUEST_BODY, RESPONSE, RESPONSE_HEADER, and RESPONSE_BODY. Content inheritance does not apply to any entity of the API, AUTHORIZER, METHOD, MODEL, REQUEST_BODY, or RESOURCE type.

DocumentationVersion

data DocumentationVersion Source #

A snapshot of the documentation of an API.

See: newDocumentationVersion smart constructor.

Instances

Instances details
FromJSON DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Generic DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Associated Types

type Rep DocumentationVersion :: Type -> Type #

Read DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Show DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

NFData DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Methods

rnf :: DocumentationVersion -> () #

Eq DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

Hashable DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

type Rep DocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationVersion

type Rep DocumentationVersion = D1 ('MetaData "DocumentationVersion" "Amazonka.APIGateway.Types.DocumentationVersion" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DocumentationVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDocumentationVersion :: DocumentationVersion Source #

Create a value of DocumentationVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdDate:DocumentationVersion', documentationVersion_createdDate - The date when the API documentation snapshot is created.

$sel:description:DocumentationVersion', documentationVersion_description - The description of the API documentation snapshot.

$sel:version:DocumentationVersion', documentationVersion_version - The version identifier of the API documentation snapshot.

DomainName

data DomainName Source #

Represents a custom domain name as a user-friendly host name of an API (RestApi).

See: newDomainName smart constructor.

Instances

Instances details
FromJSON DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Generic DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Associated Types

type Rep DomainName :: Type -> Type #

Read DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Show DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

NFData DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Methods

rnf :: DomainName -> () #

Eq DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

Hashable DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

type Rep DomainName Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DomainName

type Rep DomainName = D1 ('MetaData "DomainName" "Amazonka.APIGateway.Types.DomainName" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DomainName'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "certificateUploadDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "distributionDomainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "distributionHostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domainNameStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainNameStatus)) :*: S1 ('MetaSel ('Just "domainNameStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfiguration)) :*: S1 ('MetaSel ('Just "mutualTlsAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MutualTlsAuthentication))) :*: (S1 ('MetaSel ('Just "ownershipVerificationCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regionalCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "regionalCertificateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regionalDomainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "regionalHostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "securityPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityPolicy)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))))

newDomainName :: DomainName Source #

Create a value of DomainName with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:certificateArn:DomainName', domainName_certificateArn - The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.

$sel:certificateName:DomainName', domainName_certificateName - The name of the certificate that will be used by edge-optimized endpoint for this domain name.

$sel:certificateUploadDate:DomainName', domainName_certificateUploadDate - The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.

$sel:distributionDomainName:DomainName', domainName_distributionDomainName - The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront documentation.

$sel:distributionHostedZoneId:DomainName', domainName_distributionHostedZoneId - The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint. The valid value is Z2FDTNDATAQYW2 for all the regions. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for API Gateway.

$sel:domainName:DomainName', domainName_domainName - The custom domain name as an API host name, for example, my-api.example.com.

$sel:domainNameStatus:DomainName', domainName_domainNameStatus - The status of the DomainName migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.

$sel:domainNameStatusMessage:DomainName', domainName_domainNameStatusMessage - An optional text message containing detailed information about status of the DomainName migration.

$sel:endpointConfiguration:DomainName', domainName_endpointConfiguration - The endpoint configuration of this DomainName showing the endpoint types of the domain name.

$sel:mutualTlsAuthentication:DomainName', domainName_mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.

$sel:ownershipVerificationCertificateArn:DomainName', domainName_ownershipVerificationCertificateArn - The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.

$sel:regionalCertificateArn:DomainName', domainName_regionalCertificateArn - The reference to an AWS-managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.

$sel:regionalCertificateName:DomainName', domainName_regionalCertificateName - The name of the certificate that will be used for validating the regional domain name.

$sel:regionalDomainName:DomainName', domainName_regionalDomainName - The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name. The regional domain name is returned by API Gateway when you create a regional endpoint.

$sel:regionalHostedZoneId:DomainName', domainName_regionalHostedZoneId - The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for API Gateway.

$sel:securityPolicy:DomainName', domainName_securityPolicy - The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are TLS_1_0 and TLS_1_2.

$sel:tags:DomainName', domainName_tags - The collection of tags. Each tag element is associated with a given resource.

EndpointConfiguration

data EndpointConfiguration Source #

The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has.

See: newEndpointConfiguration smart constructor.

Instances

Instances details
FromJSON EndpointConfiguration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointConfiguration

ToJSON EndpointConfiguration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointConfiguration

Generic EndpointConfiguration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointConfiguration

Associated Types

type Rep EndpointConfiguration :: Type -> Type #

Read EndpointConfiguration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointConfiguration

Show EndpointConfiguration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointConfiguration

NFData EndpointConfiguration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointConfiguration

Methods

rnf :: EndpointConfiguration -> () #

Eq EndpointConfiguration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointConfiguration

Hashable EndpointConfiguration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointConfiguration

type Rep EndpointConfiguration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointConfiguration

type Rep EndpointConfiguration = D1 ('MetaData "EndpointConfiguration" "Amazonka.APIGateway.Types.EndpointConfiguration" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "EndpointConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "types") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EndpointType])) :*: S1 ('MetaSel ('Just "vpcEndpointIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newEndpointConfiguration :: EndpointConfiguration Source #

Create a value of EndpointConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:types:EndpointConfiguration', endpointConfiguration_types - A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API and its custom domain name, the endpoint type is "EDGE". For a regional API and its custom domain name, the endpoint type is REGIONAL. For a private API, the endpoint type is PRIVATE.

$sel:vpcEndpointIds:EndpointConfiguration', endpointConfiguration_vpcEndpointIds - A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes. It is only supported for PRIVATE endpoint type.

GatewayResponse

data GatewayResponse Source #

A gateway response of a given response type and status code, with optional response parameters and mapping templates.

See: newGatewayResponse smart constructor.

Instances

Instances details
FromJSON GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Generic GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Associated Types

type Rep GatewayResponse :: Type -> Type #

Read GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Show GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

NFData GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Methods

rnf :: GatewayResponse -> () #

Eq GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

Hashable GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

type Rep GatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.GatewayResponse

type Rep GatewayResponse = D1 ('MetaData "GatewayResponse" "Amazonka.APIGateway.Types.GatewayResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GatewayResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "responseTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "responseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GatewayResponseType)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newGatewayResponse :: GatewayResponse Source #

Create a value of GatewayResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultResponse:GatewayResponse', gatewayResponse_defaultResponse - A Boolean flag to indicate whether this GatewayResponse is the default gateway response (true) or not (false). A default gateway response is one generated by API Gateway without any customization by an API developer.

$sel:responseParameters:GatewayResponse', gatewayResponse_responseParameters - Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.

$sel:responseTemplates:GatewayResponse', gatewayResponse_responseTemplates - Response templates of the GatewayResponse as a string-to-string map of key-value pairs.

$sel:responseType:GatewayResponse', gatewayResponse_responseType - The response type of the associated GatewayResponse.

$sel:statusCode:GatewayResponse', gatewayResponse_statusCode - The HTTP status code for this GatewayResponse.

Integration

data Integration Source #

Represents an HTTP, HTTP_PROXY, AWS, AWS_PROXY, or Mock integration.

See: newIntegration smart constructor.

Instances

Instances details
FromJSON Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Generic Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Associated Types

type Rep Integration :: Type -> Type #

Read Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Show Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

NFData Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Methods

rnf :: Integration -> () #

Eq Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

Hashable Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

type Rep Integration Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Integration

type Rep Integration = D1 ('MetaData "Integration" "Amazonka.APIGateway.Types.Integration" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Integration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "cacheKeyParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "cacheNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "connectionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionType)) :*: S1 ('MetaSel ('Just "contentHandling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentHandlingStrategy))) :*: (S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "integrationResponses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text IntegrationResponse))) :*: S1 ('MetaSel ('Just "passthroughBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "requestTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "timeoutInMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "tlsConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TlsConfig))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IntegrationType)) :*: S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newIntegration :: Integration Source #

Create a value of Integration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cacheKeyParameters:Integration', integration_cacheKeyParameters - A list of request parameters whose values API Gateway caches. To be valid values for cacheKeyParameters, these parameters must also be specified for Method requestParameters.

$sel:cacheNamespace:Integration', integration_cacheNamespace - Specifies a group of related cached parameters. By default, API Gateway uses the resource ID as the cacheNamespace. You can specify the same cacheNamespace across resources to return the same cached data for requests to different resources.

$sel:connectionId:Integration', integration_connectionId - The ID of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.

$sel:connectionType:Integration', integration_connectionType - The type of the network connection to the integration endpoint. The valid value is INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and a network load balancer in a VPC. The default value is INTERNET.

Integration, integration_contentHandling - Specifies how to handle request payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:

If this property is not defined, the request payload will be passed through from the method request to integration request without modification, provided that the passthroughBehavior is configured to support payload pass-through.

$sel:credentials:Integration', integration_credentials - Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::\*:user/\*. To use resource-based permissions on supported AWS services, specify null.

$sel:httpMethod:Integration', integration_httpMethod - Specifies the integration's HTTP method type.

$sel:integrationResponses:Integration', integration_integrationResponses - Specifies the integration's responses.

$sel:passthroughBehavior:Integration', integration_passthroughBehavior - Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation. A content type is unmapped if no mapping template is defined in the integration or the content type does not match any of the mapped content types, as specified in requestTemplates. The valid value is one of the following: WHEN_NO_MATCH: passes the method request body through the integration request to the back end without transformation when the method request content type does not match any content type associated with the mapping templates defined in the integration request. WHEN_NO_TEMPLATES: passes the method request body through the integration request to the back end without transformation when no mapping template is defined in the integration request. If a template is defined when this option is selected, the method request of an unmapped content-type will be rejected with an HTTP 415 Unsupported Media Type response. NEVER: rejects the method request with an HTTP 415 Unsupported Media Type response when either the method request content type does not match any content type associated with the mapping templates defined in the integration request or no mapping template is defined in the integration request.

$sel:requestParameters:Integration', integration_requestParameters - A key-value map specifying request parameters that are passed from the method request to the back end. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the back end. The method request parameter value must match the pattern of method.request.{location}.{name}, where location is querystring, path, or header and name must be a valid and unique method request parameter name.

$sel:requestTemplates:Integration', integration_requestTemplates - Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value.

$sel:timeoutInMillis:Integration', integration_timeoutInMillis - Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.

$sel:tlsConfig:Integration', integration_tlsConfig - Specifies the TLS configuration for an integration.

$sel:type':Integration', integration_type - Specifies an API method integration type. The valid value is one of the following:

For the HTTP and HTTP proxy integrations, each integration can specify a protocol (http/https), port and path. Standard 80 and 443 ports are supported as well as custom ports above 1024. An HTTP or HTTP proxy integration with a connectionType of VPC_LINK is referred to as a private integration and uses a VpcLink to connect API Gateway to a network load balancer of a VPC.

$sel:uri:Integration', integration_uri - Specifies Uniform Resource Identifier (URI) of the integration endpoint.

For HTTP or HTTP_PROXY integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification, for either standard integration, where connectionType is not VPC_LINK, or private integration, where connectionType is VPC_LINK. For a private HTTP integration, the URI is not used for routing. For AWS or AWS_PROXY integrations, the URI is of the form arn:aws:apigateway:{region}:{subdomain.service|service}:path|action/{service_api}. Here, {Region} is the API Gateway region (e.g., us-east-1); {service} is the name of the integrated Amazon Web Services service (e.g., s3); and {subdomain} is a designated subdomain supported by certain Amazon Web Services service for fast host-name lookup. action can be used for an Amazon Web Services service action-based API, using an Action={name}&{p1}={v1}&p2={v2}... query string. The ensuing {service_api} refers to a supported action {name} plus any required input parameters. Alternatively, path can be used for an AWS service path-based API. The ensuing service_api refers to the path to an Amazon Web Services service resource, including the region of the integrated Amazon Web Services service, if applicable. For example, for integration with the S3 API of GetObject, the uri can be either arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket={bucket}&Key={key} or arn:aws:apigateway:us-west-2:s3:path/{bucket}/{key}

IntegrationResponse

data IntegrationResponse Source #

Represents an integration response. The status code must map to an existing MethodResponse, and parameters and templates can be used to transform the back-end response.

See: newIntegrationResponse smart constructor.

Instances

Instances details
FromJSON IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Generic IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Associated Types

type Rep IntegrationResponse :: Type -> Type #

Read IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Show IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

NFData IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Methods

rnf :: IntegrationResponse -> () #

Eq IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

Hashable IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

type Rep IntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.IntegrationResponse

type Rep IntegrationResponse = D1 ('MetaData "IntegrationResponse" "Amazonka.APIGateway.Types.IntegrationResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "IntegrationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contentHandling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentHandlingStrategy)) :*: S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "responseTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "selectionPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newIntegrationResponse :: IntegrationResponse Source #

Create a value of IntegrationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:contentHandling:IntegrationResponse', integrationResponse_contentHandling - Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:

If this property is not defined, the response payload will be passed through from the integration response to the method response without modification.

$sel:responseParameters:IntegrationResponse', integrationResponse_responseParameters - A key-value map specifying response parameters that are passed to the method response from the back end. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.{name}, where name is a valid and unique header name. The mapped non-static value must match the pattern of integration.response.header.{name} or integration.response.body.{JSON-expression}, where name is a valid and unique response header name and JSON-expression is a valid JSON expression without the $ prefix.

$sel:responseTemplates:IntegrationResponse', integrationResponse_responseTemplates - Specifies the templates used to transform the integration response body. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.

$sel:selectionPattern:IntegrationResponse', integrationResponse_selectionPattern - Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end. For example, if the success response returns nothing and the error response returns some string, you could use the .+ regex to match error response. However, make sure that the error response does not contain any newline (\n) character in such cases. If the back end is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS back ends, the HTTP status code is matched.

$sel:statusCode:IntegrationResponse', integrationResponse_statusCode - Specifies the status code that is used to map the integration response to an existing MethodResponse.

Method

data Method Source #

Represents a client-facing interface by which the client calls the API to access back-end resources. A Method resource is integrated with an Integration resource. Both consist of a request and one or more responses. The method request takes the client input that is passed to the back end through the integration request. A method response returns the output from the back end to the client through an integration response. A method request is embodied in a Method resource, whereas an integration request is embodied in an Integration resource. On the other hand, a method response is represented by a MethodResponse resource, whereas an integration response is represented by an IntegrationResponse resource.

See: newMethod smart constructor.

Instances

Instances details
FromJSON Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Generic Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Associated Types

type Rep Method :: Type -> Type #

Methods

from :: Method -> Rep Method x #

to :: Rep Method x -> Method #

Read Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Show Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

NFData Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Methods

rnf :: Method -> () #

Eq Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Methods

(==) :: Method -> Method -> Bool #

(/=) :: Method -> Method -> Bool #

Hashable Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

Methods

hashWithSalt :: Int -> Method -> Int #

hash :: Method -> Int #

type Rep Method Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Method

type Rep Method = D1 ('MetaData "Method" "Amazonka.APIGateway.Types.Method" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Method'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiKeyRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "authorizationScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "authorizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "authorizerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "methodIntegration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integration)) :*: (S1 ('MetaSel ('Just "methodResponses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text MethodResponse))) :*: S1 ('MetaSel ('Just "operationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "requestModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "requestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Bool))) :*: S1 ('MetaSel ('Just "requestValidatorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newMethod :: Method Source #

Create a value of Method with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeyRequired:Method', method_apiKeyRequired - A boolean flag specifying whether a valid ApiKey is required to invoke this method.

$sel:authorizationScopes:Method', method_authorizationScopes - A list of authorization scopes configured on the method. The scopes are used with a COGNITO_USER_POOLS authorizer to authorize the method invocation. The authorization works by matching the method scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any method scopes matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the method scope is configured, the client must provide an access token instead of an identity token for authorization purposes.

$sel:authorizationType:Method', method_authorizationType - The method's authorization type. Valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, CUSTOM for using a custom authorizer, or COGNITO_USER_POOLS for using a Cognito user pool.

$sel:authorizerId:Method', method_authorizerId - The identifier of an Authorizer to use on this method. The authorizationType must be CUSTOM.

Method, method_httpMethod - The method's HTTP verb.

$sel:methodIntegration:Method', method_methodIntegration - Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.

$sel:methodResponses:Method', method_methodResponses - Gets a method response associated with a given HTTP status code.

$sel:operationName:Method', method_operationName - A human-friendly operation identifier for the method. For example, you can assign the operationName of ListPets for the GET /pets method in the PetStore example.

$sel:requestModels:Method', method_requestModels - A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).

Method, method_requestParameters - A key-value map defining required or optional method request parameters that can be accepted by API Gateway. A key is a method request parameter name matching the pattern of method.request.{location}.{name}, where location is querystring, path, or header and name is a valid and unique parameter name. The value associated with the key is a Boolean flag indicating whether the parameter is required (true) or optional (false). The method request parameter names defined here are available in Integration to be mapped to integration request parameters or templates.

$sel:requestValidatorId:Method', method_requestValidatorId - The identifier of a RequestValidator for request validation.

MethodResponse

data MethodResponse Source #

Represents a method response of a given HTTP status code returned to the client. The method response is passed from the back end through the associated integration response that can be transformed using a mapping template.

See: newMethodResponse smart constructor.

Instances

Instances details
FromJSON MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Generic MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Associated Types

type Rep MethodResponse :: Type -> Type #

Read MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Show MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

NFData MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Methods

rnf :: MethodResponse -> () #

Eq MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

Hashable MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

type Rep MethodResponse Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodResponse

type Rep MethodResponse = D1 ('MetaData "MethodResponse" "Amazonka.APIGateway.Types.MethodResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "MethodResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "responseModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "responseParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Bool))) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMethodResponse :: MethodResponse Source #

Create a value of MethodResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:responseModels:MethodResponse', methodResponse_responseModels - Specifies the Model resources used for the response's content-type. Response models are represented as a key/value map, with a content-type as the key and a Model name as the value.

$sel:responseParameters:MethodResponse', methodResponse_responseParameters - A key-value map specifying required or optional response parameters that API Gateway can send back to the caller. A key defines a method response header and the value specifies whether the associated method response header is required or not. The expression of the key must match the pattern method.response.header.{name}, where name is a valid and unique header name. API Gateway passes certain integration response data to the method response headers specified here according to the mapping you prescribe in the API's IntegrationResponse. The integration response data that can be mapped include an integration response header expressed in integration.response.header.{name}, a static value enclosed within a pair of single quotes (e.g., 'application/json'), or a JSON expression from the back-end response payload in the form of integration.response.body.{JSON-expression}, where JSON-expression is a valid JSON expression without the $ prefix.)

$sel:statusCode:MethodResponse', methodResponse_statusCode - The method response's status code.

MethodSetting

data MethodSetting Source #

Specifies the method setting properties.

See: newMethodSetting smart constructor.

Instances

Instances details
FromJSON MethodSetting Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSetting

Generic MethodSetting Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSetting

Associated Types

type Rep MethodSetting :: Type -> Type #

Read MethodSetting Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSetting

Show MethodSetting Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSetting

NFData MethodSetting Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSetting

Methods

rnf :: MethodSetting -> () #

Eq MethodSetting Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSetting

Hashable MethodSetting Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSetting

type Rep MethodSetting Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSetting

type Rep MethodSetting = D1 ('MetaData "MethodSetting" "Amazonka.APIGateway.Types.MethodSetting" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "MethodSetting'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "cacheDataEncrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "cacheTtlInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "cachingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "dataTraceEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "loggingLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "metricsEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "requireAuthorizationForCacheControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "throttlingBurstLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "throttlingRateLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "unauthorizedCacheControlHeaderStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UnauthorizedCacheControlHeaderStrategy)))))))

newMethodSetting :: MethodSetting Source #

Create a value of MethodSetting with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cacheDataEncrypted:MethodSetting', methodSetting_cacheDataEncrypted - Specifies whether the cached responses are encrypted. The PATCH path for this setting is /{method_setting_key}/caching/dataEncrypted, and the value is a Boolean.

$sel:cacheTtlInSeconds:MethodSetting', methodSetting_cacheTtlInSeconds - Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached. The PATCH path for this setting is /{method_setting_key}/caching/ttlInSeconds, and the value is an integer.

$sel:cachingEnabled:MethodSetting', methodSetting_cachingEnabled - Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached. The PATCH path for this setting is /{method_setting_key}/caching/enabled, and the value is a Boolean.

$sel:dataTraceEnabled:MethodSetting', methodSetting_dataTraceEnabled - Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. The PATCH path for this setting is /{method_setting_key}/logging/dataTrace, and the value is a Boolean.

$sel:loggingLevel:MethodSetting', methodSetting_loggingLevel - Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. The PATCH path for this setting is /{method_setting_key}/logging/loglevel, and the available levels are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.

$sel:metricsEnabled:MethodSetting', methodSetting_metricsEnabled - Specifies whether Amazon CloudWatch metrics are enabled for this method. The PATCH path for this setting is /{method_setting_key}/metrics/enabled, and the value is a Boolean.

$sel:requireAuthorizationForCacheControl:MethodSetting', methodSetting_requireAuthorizationForCacheControl - Specifies whether authorization is required for a cache invalidation request. The PATCH path for this setting is /{method_setting_key}/caching/requireAuthorizationForCacheControl, and the value is a Boolean.

$sel:throttlingBurstLimit:MethodSetting', methodSetting_throttlingBurstLimit - Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.

$sel:throttlingRateLimit:MethodSetting', methodSetting_throttlingRateLimit - Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.

$sel:unauthorizedCacheControlHeaderStrategy:MethodSetting', methodSetting_unauthorizedCacheControlHeaderStrategy - Specifies how to handle unauthorized requests for cache invalidation. The PATCH path for this setting is /{method_setting_key}/caching/unauthorizedCacheControlHeaderStrategy, and the available values are FAIL_WITH_403, SUCCEED_WITH_RESPONSE_HEADER, SUCCEED_WITHOUT_RESPONSE_HEADER.

MethodSnapshot

data MethodSnapshot Source #

Represents a summary of a Method resource, given a particular date and time.

See: newMethodSnapshot smart constructor.

Constructors

MethodSnapshot' (Maybe Bool) (Maybe Text) 

Instances

Instances details
FromJSON MethodSnapshot Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSnapshot

Generic MethodSnapshot Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSnapshot

Associated Types

type Rep MethodSnapshot :: Type -> Type #

Read MethodSnapshot Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSnapshot

Show MethodSnapshot Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSnapshot

NFData MethodSnapshot Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSnapshot

Methods

rnf :: MethodSnapshot -> () #

Eq MethodSnapshot Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSnapshot

Hashable MethodSnapshot Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSnapshot

type Rep MethodSnapshot Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MethodSnapshot

type Rep MethodSnapshot = D1 ('MetaData "MethodSnapshot" "Amazonka.APIGateway.Types.MethodSnapshot" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "MethodSnapshot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiKeyRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "authorizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMethodSnapshot :: MethodSnapshot Source #

Create a value of MethodSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeyRequired:MethodSnapshot', methodSnapshot_apiKeyRequired - Specifies whether the method requires a valid ApiKey.

$sel:authorizationType:MethodSnapshot', methodSnapshot_authorizationType - The method's authorization type. Valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, CUSTOM for using a custom authorizer, or COGNITO_USER_POOLS for using a Cognito user pool.

Model

data Model Source #

Represents the data structure of a method's request or response payload.

See: newModel smart constructor.

Constructors

Model' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Generic Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Associated Types

type Rep Model :: Type -> Type #

Methods

from :: Model -> Rep Model x #

to :: Rep Model x -> Model #

Read Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Show Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

showsPrec :: Int -> Model -> ShowS #

show :: Model -> String #

showList :: [Model] -> ShowS #

NFData Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

rnf :: Model -> () #

Eq Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

(==) :: Model -> Model -> Bool #

(/=) :: Model -> Model -> Bool #

Hashable Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

Methods

hashWithSalt :: Int -> Model -> Int #

hash :: Model -> Int #

type Rep Model Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Model

type Rep Model = D1 ('MetaData "Model" "Amazonka.APIGateway.Types.Model" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Model'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newModel :: Model Source #

Create a value of Model with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:contentType:Model', model_contentType - The content-type for the model.

$sel:description:Model', model_description - The description of the model.

$sel:id:Model', model_id - The identifier for the model resource.

$sel:name:Model', model_name - The name of the model. Must be an alphanumeric string.

$sel:schema:Model', model_schema - The schema for the model. For application/json models, this should be JSON schema draft 4 model. Do not include "\*/" characters in the description of any properties because such "\*/" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.

MutualTlsAuthentication

data MutualTlsAuthentication Source #

The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.

See: newMutualTlsAuthentication smart constructor.

Instances

Instances details
FromJSON MutualTlsAuthentication Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthentication

Generic MutualTlsAuthentication Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthentication

Associated Types

type Rep MutualTlsAuthentication :: Type -> Type #

Read MutualTlsAuthentication Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthentication

Show MutualTlsAuthentication Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthentication

NFData MutualTlsAuthentication Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthentication

Methods

rnf :: MutualTlsAuthentication -> () #

Eq MutualTlsAuthentication Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthentication

Hashable MutualTlsAuthentication Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthentication

type Rep MutualTlsAuthentication Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthentication

type Rep MutualTlsAuthentication = D1 ('MetaData "MutualTlsAuthentication" "Amazonka.APIGateway.Types.MutualTlsAuthentication" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "MutualTlsAuthentication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "truststoreUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "truststoreVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "truststoreWarnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newMutualTlsAuthentication :: MutualTlsAuthentication Source #

Create a value of MutualTlsAuthentication with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:truststoreUri:MutualTlsAuthentication', mutualTlsAuthentication_truststoreUri - An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example s3://bucket-name/key-name. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object.

$sel:truststoreVersion:MutualTlsAuthentication', mutualTlsAuthentication_truststoreVersion - The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.

$sel:truststoreWarnings:MutualTlsAuthentication', mutualTlsAuthentication_truststoreWarnings - A list of warnings that API Gateway returns while processing your truststore. Invalid certificates produce warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To resolve warnings, upload a new truststore to S3, and then update you domain name to use the new version.

MutualTlsAuthenticationInput

data MutualTlsAuthenticationInput Source #

The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.

See: newMutualTlsAuthenticationInput smart constructor.

Instances

Instances details
ToJSON MutualTlsAuthenticationInput Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthenticationInput

Generic MutualTlsAuthenticationInput Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthenticationInput

Associated Types

type Rep MutualTlsAuthenticationInput :: Type -> Type #

Read MutualTlsAuthenticationInput Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthenticationInput

Show MutualTlsAuthenticationInput Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthenticationInput

NFData MutualTlsAuthenticationInput Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthenticationInput

Eq MutualTlsAuthenticationInput Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthenticationInput

Hashable MutualTlsAuthenticationInput Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthenticationInput

type Rep MutualTlsAuthenticationInput Source # 
Instance details

Defined in Amazonka.APIGateway.Types.MutualTlsAuthenticationInput

type Rep MutualTlsAuthenticationInput = D1 ('MetaData "MutualTlsAuthenticationInput" "Amazonka.APIGateway.Types.MutualTlsAuthenticationInput" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "MutualTlsAuthenticationInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "truststoreUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "truststoreVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMutualTlsAuthenticationInput :: MutualTlsAuthenticationInput Source #

Create a value of MutualTlsAuthenticationInput with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:truststoreUri:MutualTlsAuthenticationInput', mutualTlsAuthenticationInput_truststoreUri - An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example s3://bucket-name/key-name. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object.

$sel:truststoreVersion:MutualTlsAuthenticationInput', mutualTlsAuthenticationInput_truststoreVersion - The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket

PatchOperation

data PatchOperation Source #

For more information about supported patch operations, see Patch Operations.

See: newPatchOperation smart constructor.

Instances

Instances details
ToJSON PatchOperation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PatchOperation

Generic PatchOperation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PatchOperation

Associated Types

type Rep PatchOperation :: Type -> Type #

Read PatchOperation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PatchOperation

Show PatchOperation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PatchOperation

NFData PatchOperation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PatchOperation

Methods

rnf :: PatchOperation -> () #

Eq PatchOperation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PatchOperation

Hashable PatchOperation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PatchOperation

type Rep PatchOperation Source # 
Instance details

Defined in Amazonka.APIGateway.Types.PatchOperation

type Rep PatchOperation = D1 ('MetaData "PatchOperation" "Amazonka.APIGateway.Types.PatchOperation" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "PatchOperation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "from") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "op") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Op))) :*: (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPatchOperation :: PatchOperation Source #

Create a value of PatchOperation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:from:PatchOperation', patchOperation_from - The copy update operation's source as identified by a JSON-Pointer value referencing the location within the targeted resource to copy the value from. For example, to promote a canary deployment, you copy the canary deployment ID to the affiliated deployment ID by calling a PATCH request on a Stage resource with "op":"copy", "from":"/canarySettings/deploymentId" and "path":"/deploymentId".

$sel:op:PatchOperation', patchOperation_op - An update operation to be performed with this PATCH request. The valid value can be add, remove, replace or copy. Not all valid operations are supported for a given resource. Support of the operations depends on specific operational contexts. Attempts to apply an unsupported operation on a resource will return an error message..

$sel:path:PatchOperation', patchOperation_path - The op operation's target, as identified by a JSON Pointer value that references a location within the targeted resource. For example, if the target resource has an updateable property of {"name":"value"}, the path for this property is /name. If the name property value is a JSON object (e.g., {"name": {"child/name": "child-value"}}), the path for the child/name property will be /name/child~1name. Any slash ("/") character appearing in path names must be escaped with "~1", as shown in the example above. Each op operation can have only one path associated with it.

$sel:value:PatchOperation', patchOperation_value - The new target value of the update operation. It is applicable for the add or replace operation. When using AWS CLI to update a property of a JSON value, enclose the JSON object with a pair of single quotes in a Linux shell, e.g., '{"a": ...}'.

QuotaSettings

data QuotaSettings Source #

Quotas configured for a usage plan.

See: newQuotaSettings smart constructor.

Instances

Instances details
FromJSON QuotaSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaSettings

ToJSON QuotaSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaSettings

Generic QuotaSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaSettings

Associated Types

type Rep QuotaSettings :: Type -> Type #

Read QuotaSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaSettings

Show QuotaSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaSettings

NFData QuotaSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaSettings

Methods

rnf :: QuotaSettings -> () #

Eq QuotaSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaSettings

Hashable QuotaSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaSettings

type Rep QuotaSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.QuotaSettings

type Rep QuotaSettings = D1 ('MetaData "QuotaSettings" "Amazonka.APIGateway.Types.QuotaSettings" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "QuotaSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "offset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "period") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QuotaPeriodType)))))

newQuotaSettings :: QuotaSettings Source #

Create a value of QuotaSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:limit:QuotaSettings', quotaSettings_limit - The target maximum number of requests that can be made in a given time period.

$sel:offset:QuotaSettings', quotaSettings_offset - The number of requests subtracted from the given limit in the initial time period.

$sel:period:QuotaSettings', quotaSettings_period - The time period in which the limit applies. Valid values are "DAY", "WEEK" or "MONTH".

RequestValidator

data RequestValidator Source #

A set of validation rules for incoming Method requests.

See: newRequestValidator smart constructor.

Instances

Instances details
FromJSON RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Generic RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Associated Types

type Rep RequestValidator :: Type -> Type #

Read RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Show RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

NFData RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Methods

rnf :: RequestValidator -> () #

Eq RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

Hashable RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

type Rep RequestValidator Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RequestValidator

type Rep RequestValidator = D1 ('MetaData "RequestValidator" "Amazonka.APIGateway.Types.RequestValidator" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "RequestValidator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "validateRequestBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "validateRequestParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newRequestValidator :: RequestValidator Source #

Create a value of RequestValidator with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:RequestValidator', requestValidator_id - The identifier of this RequestValidator.

$sel:name:RequestValidator', requestValidator_name - The name of this RequestValidator

$sel:validateRequestBody:RequestValidator', requestValidator_validateRequestBody - A Boolean flag to indicate whether to validate a request body according to the configured Model schema.

$sel:validateRequestParameters:RequestValidator', requestValidator_validateRequestParameters - A Boolean flag to indicate whether to validate request parameters (true) or not (false).

Resource

data Resource Source #

Represents an API resource.

See: newResource smart constructor.

Instances

Instances details
FromJSON Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Generic Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Associated Types

type Rep Resource :: Type -> Type #

Methods

from :: Resource -> Rep Resource x #

to :: Rep Resource x -> Resource #

Read Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Show Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

NFData Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Methods

rnf :: Resource -> () #

Eq Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Hashable Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

Methods

hashWithSalt :: Int -> Resource -> Int #

hash :: Resource -> Int #

type Rep Resource Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Resource

type Rep Resource = D1 ('MetaData "Resource" "Amazonka.APIGateway.Types.Resource" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Resource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pathPart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceMethods") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Method)))))))

newResource :: Resource Source #

Create a value of Resource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:Resource', resource_id - The resource's identifier.

$sel:parentId:Resource', resource_parentId - The parent resource's identifier.

$sel:path:Resource', resource_path - The full path for this resource.

$sel:pathPart:Resource', resource_pathPart - The last path segment for this resource.

$sel:resourceMethods:Resource', resource_resourceMethods - Gets an API resource's method of a given HTTP verb.

RestApi

data RestApi Source #

Represents a REST API.

See: newRestApi smart constructor.

Instances

Instances details
FromJSON RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Generic RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Associated Types

type Rep RestApi :: Type -> Type #

Methods

from :: RestApi -> Rep RestApi x #

to :: Rep RestApi x -> RestApi #

Read RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Show RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

NFData RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

rnf :: RestApi -> () #

Eq RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

(==) :: RestApi -> RestApi -> Bool #

(/=) :: RestApi -> RestApi -> Bool #

Hashable RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

Methods

hashWithSalt :: Int -> RestApi -> Int #

hash :: RestApi -> Int #

type Rep RestApi Source # 
Instance details

Defined in Amazonka.APIGateway.Types.RestApi

type Rep RestApi = D1 ('MetaData "RestApi" "Amazonka.APIGateway.Types.RestApi" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "RestApi'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiKeySource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiKeySourceType)) :*: (S1 ('MetaSel ('Just "binaryMediaTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "disableExecuteApiEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfiguration))))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "minimumCompressionSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))))

newRestApi :: RestApi Source #

Create a value of RestApi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiKeySource:RestApi', restApi_apiKeySource - The source of the API key for metering requests according to a usage plan. Valid values are: >HEADER to read the API key from the X-API-Key header of a request. AUTHORIZER to read the API key from the UsageIdentifierKey from a custom authorizer.

$sel:binaryMediaTypes:RestApi', restApi_binaryMediaTypes - The list of binary media types supported by the RestApi. By default, the RestApi supports only UTF-8-encoded text payloads.

$sel:createdDate:RestApi', restApi_createdDate - The timestamp when the API was created.

$sel:description:RestApi', restApi_description - The API's description.

$sel:disableExecuteApiEndpoint:RestApi', restApi_disableExecuteApiEndpoint - Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.

$sel:endpointConfiguration:RestApi', restApi_endpointConfiguration - The endpoint configuration of this RestApi showing the endpoint types of the API.

$sel:id:RestApi', restApi_id - The API's identifier. This identifier is unique across all of your APIs in API Gateway.

$sel:minimumCompressionSize:RestApi', restApi_minimumCompressionSize - A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API. When compression is enabled, compression or decompression is not applied on the payload if the payload size is smaller than this value. Setting it to zero allows compression for any payload size.

$sel:name:RestApi', restApi_name - The API's name.

$sel:policy:RestApi', restApi_policy - A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.

$sel:tags:RestApi', restApi_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:version:RestApi', restApi_version - A version identifier for the API.

$sel:warnings:RestApi', restApi_warnings - The warning messages reported when failonwarnings is turned on during API import.

SdkConfigurationProperty

data SdkConfigurationProperty Source #

A configuration property of an SDK type.

See: newSdkConfigurationProperty smart constructor.

Instances

Instances details
FromJSON SdkConfigurationProperty Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkConfigurationProperty

Generic SdkConfigurationProperty Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkConfigurationProperty

Associated Types

type Rep SdkConfigurationProperty :: Type -> Type #

Read SdkConfigurationProperty Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkConfigurationProperty

Show SdkConfigurationProperty Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkConfigurationProperty

NFData SdkConfigurationProperty Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkConfigurationProperty

Eq SdkConfigurationProperty Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkConfigurationProperty

Hashable SdkConfigurationProperty Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkConfigurationProperty

type Rep SdkConfigurationProperty Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkConfigurationProperty

type Rep SdkConfigurationProperty = D1 ('MetaData "SdkConfigurationProperty" "Amazonka.APIGateway.Types.SdkConfigurationProperty" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "SdkConfigurationProperty'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "friendlyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "required") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newSdkConfigurationProperty :: SdkConfigurationProperty Source #

Create a value of SdkConfigurationProperty with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultValue:SdkConfigurationProperty', sdkConfigurationProperty_defaultValue - The default value of an SdkType configuration property.

$sel:description:SdkConfigurationProperty', sdkConfigurationProperty_description - The description of an SdkType configuration property.

$sel:friendlyName:SdkConfigurationProperty', sdkConfigurationProperty_friendlyName - The user-friendly name of an SdkType configuration property.

$sel:name:SdkConfigurationProperty', sdkConfigurationProperty_name - The name of a an SdkType configuration property.

$sel:required:SdkConfigurationProperty', sdkConfigurationProperty_required - A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).

SdkType

data SdkType Source #

A type of SDK that API Gateway can generate.

See: newSdkType smart constructor.

Instances

Instances details
FromJSON SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

Generic SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

Associated Types

type Rep SdkType :: Type -> Type #

Methods

from :: SdkType -> Rep SdkType x #

to :: Rep SdkType x -> SdkType #

Read SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

Show SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

NFData SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

Methods

rnf :: SdkType -> () #

Eq SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

Methods

(==) :: SdkType -> SdkType -> Bool #

(/=) :: SdkType -> SdkType -> Bool #

Hashable SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

Methods

hashWithSalt :: Int -> SdkType -> Int #

hash :: SdkType -> Int #

type Rep SdkType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.SdkType

type Rep SdkType = D1 ('MetaData "SdkType" "Amazonka.APIGateway.Types.SdkType" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "SdkType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configurationProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SdkConfigurationProperty])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "friendlyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSdkType :: SdkType Source #

Create a value of SdkType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configurationProperties:SdkType', sdkType_configurationProperties - A list of configuration properties of an SdkType.

SdkType, sdkType_description - The description of an SdkType.

SdkType, sdkType_friendlyName - The user-friendly name of an SdkType instance.

$sel:id:SdkType', sdkType_id - The identifier of an SdkType instance.

Stage

data Stage Source #

Represents a unique identifier for a version of a deployed RestApi that is callable by users.

See: newStage smart constructor.

Instances

Instances details
FromJSON Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Generic Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Associated Types

type Rep Stage :: Type -> Type #

Methods

from :: Stage -> Rep Stage x #

to :: Rep Stage x -> Stage #

Read Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Show Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

showsPrec :: Int -> Stage -> ShowS #

show :: Stage -> String #

showList :: [Stage] -> ShowS #

NFData Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

rnf :: Stage -> () #

Eq Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

(==) :: Stage -> Stage -> Bool #

(/=) :: Stage -> Stage -> Bool #

Hashable Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

Methods

hashWithSalt :: Int -> Stage -> Int #

hash :: Stage -> Int #

type Rep Stage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Stage

type Rep Stage = D1 ('MetaData "Stage" "Amazonka.APIGateway.Types.Stage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Stage'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "accessLogSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessLogSettings)) :*: S1 ('MetaSel ('Just "cacheClusterEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "cacheClusterSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheClusterSize)) :*: S1 ('MetaSel ('Just "cacheClusterStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheClusterStatus)))) :*: ((S1 ('MetaSel ('Just "canarySettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CanarySettings)) :*: S1 ('MetaSel ('Just "clientCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "documentationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdatedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "methodSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text MethodSetting))))) :*: ((S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "tracingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "variables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "webAclArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newStage :: Stage Source #

Create a value of Stage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accessLogSettings:Stage', stage_accessLogSettings - Settings for logging access in this stage.

$sel:cacheClusterEnabled:Stage', stage_cacheClusterEnabled - Specifies whether a cache cluster is enabled for the stage.

$sel:cacheClusterSize:Stage', stage_cacheClusterSize - The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.

$sel:cacheClusterStatus:Stage', stage_cacheClusterStatus - The status of the cache cluster for the stage, if enabled.

$sel:canarySettings:Stage', stage_canarySettings - Settings for the canary deployment in this stage.

$sel:clientCertificateId:Stage', stage_clientCertificateId - The identifier of a client certificate for an API stage.

$sel:createdDate:Stage', stage_createdDate - The timestamp when the stage was created.

Stage, stage_deploymentId - The identifier of the Deployment that the stage points to.

$sel:description:Stage', stage_description - The stage's description.

$sel:documentationVersion:Stage', stage_documentationVersion - The version of the associated API documentation.

$sel:lastUpdatedDate:Stage', stage_lastUpdatedDate - The timestamp when the stage last updated.

$sel:methodSettings:Stage', stage_methodSettings - A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.

$sel:stageName:Stage', stage_stageName - The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.

$sel:tags:Stage', stage_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:tracingEnabled:Stage', stage_tracingEnabled - Specifies whether active tracing with X-ray is enabled for the Stage.

$sel:variables:Stage', stage_variables - A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.

$sel:webAclArn:Stage', stage_webAclArn - The ARN of the WebAcl associated with the Stage.

StageKey

data StageKey Source #

A reference to a unique stage identified in the format {restApiId}/{stage}.

See: newStageKey smart constructor.

Constructors

StageKey' (Maybe Text) (Maybe Text) 

Instances

Instances details
ToJSON StageKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.StageKey

Generic StageKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.StageKey

Associated Types

type Rep StageKey :: Type -> Type #

Methods

from :: StageKey -> Rep StageKey x #

to :: Rep StageKey x -> StageKey #

Read StageKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.StageKey

Show StageKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.StageKey

NFData StageKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.StageKey

Methods

rnf :: StageKey -> () #

Eq StageKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.StageKey

Hashable StageKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.StageKey

Methods

hashWithSalt :: Int -> StageKey -> Int #

hash :: StageKey -> Int #

type Rep StageKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.StageKey

type Rep StageKey = D1 ('MetaData "StageKey" "Amazonka.APIGateway.Types.StageKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "StageKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStageKey :: StageKey Source #

Create a value of StageKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:restApiId:StageKey', stageKey_restApiId - The string identifier of the associated RestApi.

$sel:stageName:StageKey', stageKey_stageName - The stage name associated with the stage key.

ThrottleSettings

data ThrottleSettings Source #

The API request rate limits.

See: newThrottleSettings smart constructor.

Instances

Instances details
FromJSON ThrottleSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ThrottleSettings

ToJSON ThrottleSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ThrottleSettings

Generic ThrottleSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ThrottleSettings

Associated Types

type Rep ThrottleSettings :: Type -> Type #

Read ThrottleSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ThrottleSettings

Show ThrottleSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ThrottleSettings

NFData ThrottleSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ThrottleSettings

Methods

rnf :: ThrottleSettings -> () #

Eq ThrottleSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ThrottleSettings

Hashable ThrottleSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ThrottleSettings

type Rep ThrottleSettings Source # 
Instance details

Defined in Amazonka.APIGateway.Types.ThrottleSettings

type Rep ThrottleSettings = D1 ('MetaData "ThrottleSettings" "Amazonka.APIGateway.Types.ThrottleSettings" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "ThrottleSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "burstLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "rateLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newThrottleSettings :: ThrottleSettings Source #

Create a value of ThrottleSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:burstLimit:ThrottleSettings', throttleSettings_burstLimit - The API target request burst rate limit. This allows more requests through for a period of time than the target rate limit.

$sel:rateLimit:ThrottleSettings', throttleSettings_rateLimit - The API target request rate limit.

TlsConfig

data TlsConfig Source #

Specifies the TLS configuration for an integration.

See: newTlsConfig smart constructor.

Constructors

TlsConfig' (Maybe Bool) 

Instances

Instances details
FromJSON TlsConfig Source # 
Instance details

Defined in Amazonka.APIGateway.Types.TlsConfig

ToJSON TlsConfig Source # 
Instance details

Defined in Amazonka.APIGateway.Types.TlsConfig

Generic TlsConfig Source # 
Instance details

Defined in Amazonka.APIGateway.Types.TlsConfig

Associated Types

type Rep TlsConfig :: Type -> Type #

Read TlsConfig Source # 
Instance details

Defined in Amazonka.APIGateway.Types.TlsConfig

Show TlsConfig Source # 
Instance details

Defined in Amazonka.APIGateway.Types.TlsConfig

NFData TlsConfig Source # 
Instance details

Defined in Amazonka.APIGateway.Types.TlsConfig

Methods

rnf :: TlsConfig -> () #

Eq TlsConfig Source # 
Instance details

Defined in Amazonka.APIGateway.Types.TlsConfig

Hashable TlsConfig Source # 
Instance details

Defined in Amazonka.APIGateway.Types.TlsConfig

type Rep TlsConfig Source # 
Instance details

Defined in Amazonka.APIGateway.Types.TlsConfig

type Rep TlsConfig = D1 ('MetaData "TlsConfig" "Amazonka.APIGateway.Types.TlsConfig" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "TlsConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "insecureSkipVerification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newTlsConfig :: TlsConfig Source #

Create a value of TlsConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:insecureSkipVerification:TlsConfig', tlsConfig_insecureSkipVerification - Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority. This isn’t recommended, but it enables you to use certificates that are signed by private certificate authorities, or certificates that are self-signed. If enabled, API Gateway still performs basic certificate validation, which includes checking the certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for HTTP and HTTP_PROXY integrations.

Enabling insecureSkipVerification isn't recommended, especially for integrations with public HTTPS endpoints. If you enable insecureSkipVerification, you increase the risk of man-in-the-middle attacks.

Usage

data Usage Source #

Represents the usage data of a usage plan.

See: newUsage smart constructor.

Instances

Instances details
FromJSON Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Generic Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Associated Types

type Rep Usage :: Type -> Type #

Methods

from :: Usage -> Rep Usage x #

to :: Rep Usage x -> Usage #

Read Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Show Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Methods

showsPrec :: Int -> Usage -> ShowS #

show :: Usage -> String #

showList :: [Usage] -> ShowS #

NFData Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Methods

rnf :: Usage -> () #

Eq Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Methods

(==) :: Usage -> Usage -> Bool #

(/=) :: Usage -> Usage -> Bool #

Hashable Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

Methods

hashWithSalt :: Int -> Usage -> Int #

hash :: Usage -> Int #

type Rep Usage Source # 
Instance details

Defined in Amazonka.APIGateway.Types.Usage

type Rep Usage = D1 ('MetaData "Usage" "Amazonka.APIGateway.Types.Usage" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "Usage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [[Integer]])))) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "usagePlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUsage :: Usage Source #

Create a value of Usage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:endDate:Usage', usage_endDate - The ending date of the usage data.

$sel:items:Usage', usage_items - The usage data, as daily logs of used and remaining quotas, over the specified time interval indexed over the API keys in a usage plan. For example, {..., "values" : { "{api_key}" : [ [0, 100], [10, 90], [100, 10]]}, where {api_key} stands for an API key value and the daily log entry is of the format [used quota, remaining quota].

$sel:position:Usage', usage_position - Undocumented member.

$sel:startDate:Usage', usage_startDate - The starting date of the usage data.

$sel:usagePlanId:Usage', usage_usagePlanId - The plan Id associated with this usage data.

UsagePlan

data UsagePlan Source #

Represents a usage plan used to specify who can assess associated API stages. Optionally, target request rate and quota limits can be set. In some cases clients can exceed the targets that you set. Don’t rely on usage plans to control costs. Consider using Amazon Web Services Budgets to monitor costs and WAF to manage API requests.

See: newUsagePlan smart constructor.

Instances

Instances details
FromJSON UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Generic UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Associated Types

type Rep UsagePlan :: Type -> Type #

Read UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Show UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

NFData UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Methods

rnf :: UsagePlan -> () #

Eq UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

Hashable UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

type Rep UsagePlan Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlan

newUsagePlan :: UsagePlan Source #

Create a value of UsagePlan with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:apiStages:UsagePlan', usagePlan_apiStages - The associated API stages of a usage plan.

$sel:description:UsagePlan', usagePlan_description - The description of a usage plan.

$sel:id:UsagePlan', usagePlan_id - The identifier of a UsagePlan resource.

$sel:name:UsagePlan', usagePlan_name - The name of a usage plan.

$sel:productCode:UsagePlan', usagePlan_productCode - The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.

$sel:quota:UsagePlan', usagePlan_quota - The target maximum number of permitted requests per a given unit time interval.

$sel:tags:UsagePlan', usagePlan_tags - The collection of tags. Each tag element is associated with a given resource.

UsagePlan, usagePlan_throttle - A map containing method level throttling information for API stage in a usage plan.

UsagePlanKey

data UsagePlanKey Source #

Represents a usage plan key to identify a plan customer.

See: newUsagePlanKey smart constructor.

Instances

Instances details
FromJSON UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Generic UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Associated Types

type Rep UsagePlanKey :: Type -> Type #

Read UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Show UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

NFData UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Methods

rnf :: UsagePlanKey -> () #

Eq UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

Hashable UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

type Rep UsagePlanKey Source # 
Instance details

Defined in Amazonka.APIGateway.Types.UsagePlanKey

type Rep UsagePlanKey = D1 ('MetaData "UsagePlanKey" "Amazonka.APIGateway.Types.UsagePlanKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "UsagePlanKey'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newUsagePlanKey :: UsagePlanKey Source #

Create a value of UsagePlanKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:UsagePlanKey', usagePlanKey_id - The Id of a usage plan key.

$sel:name:UsagePlanKey', usagePlanKey_name - The name of a usage plan key.

$sel:type':UsagePlanKey', usagePlanKey_type - The type of a usage plan key. Currently, the valid key type is API_KEY.

$sel:value:UsagePlanKey', usagePlanKey_value - The value of a usage plan key.

VpcLink

data VpcLink Source #

An API Gateway VPC link for a RestApi to access resources in an Amazon Virtual Private Cloud (VPC).

See: newVpcLink smart constructor.

Instances

newVpcLink :: VpcLink Source #

Create a value of VpcLink with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:VpcLink', vpcLink_description - The description of the VPC link.

$sel:id:VpcLink', vpcLink_id - The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

$sel:name:VpcLink', vpcLink_name - The name used to label and identify the VPC link.

$sel:status:VpcLink', vpcLink_status - The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.

$sel:statusMessage:VpcLink', vpcLink_statusMessage - A description about the VPC link status.

$sel:tags:VpcLink', vpcLink_tags - The collection of tags. Each tag element is associated with a given resource.

$sel:targetArns:VpcLink', vpcLink_targetArns - The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.