com
.
github
.
yoshiyoshifujii
.
aws
apigateway
package
apigateway
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
apigateway
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
case class
AWSApiGatewayAuthorize
(
regionName:
String
,
restApiId:
RestApiId
)
extends
AWSApiGatewayAuthorizeWrapper
with
Product
with
Serializable
trait
AWSApiGatewayAuthorizeWrapper
extends
AWSApiGatewayRestApiWrapper
case class
AWSApiGatewayMethods
(
regionName:
String
,
restApiId:
RestApiId
,
path:
Path
,
httpMethod:
HttpMethod
)
extends
AWSApiGatewayMethodsWrapper
with
Product
with
Serializable
trait
AWSApiGatewayMethodsWrapper
extends
AWSApiGatewayRestApiWrapper
case class
AWSApiGatewayRestApi
(
regionName:
String
)
extends
AWSApiGatewayRestApiWrapper
with
Product
with
Serializable
trait
AWSApiGatewayRestApiWrapper
extends
AWSApiGatewayWrapper
trait
AWSApiGatewayWrapper
extends
AWSWrapper
type
AuthorizerId
=
String
type
DeploymentId
=
String
type
HttpMethod
=
String
case class
IdentitySource
(
header:
String
)
extends
Product
with
Serializable
type
PatchPath
=
String
type
PatchValue
=
String
type
Path
=
String
type
Region
=
String
case class
RequestTemplates
(
values: (
String
,
String
)*
)
extends
Product
with
Serializable
type
ResourceId
=
String
case class
ResponseTemplate
(
statusCode:
String
,
selectionPattern:
Option
[
String
] =
scala.None
,
templates:
Map
[
String
,
String
] =
...
,
parameters:
Map
[
String
,
String
] =
...
)
extends
Product
with
Serializable
case class
ResponseTemplates
(
values:
ResponseTemplate
*
)
extends
Product
with
Serializable
type
RestApiId
=
String
type
SelectionPattern
=
String
type
StageDescription
=
String
type
StageName
=
String
type
StageVariables
=
Map
[
String
,
String
]
type
StatusCode
=
String
case class
Uri
(
regionName:
String
,
awsAccountId:
String
,
lambdaName:
String
,
lambdaAlias:
Option
[
String
]
)
extends
Product
with
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped